Moodle  2.2.1
http://www.collinsharper.com
qtype_essay_format_plain_renderer Class Reference
Inheritance diagram for qtype_essay_format_plain_renderer:
Collaboration diagram for qtype_essay_format_plain_renderer:

Public Member Functions

 response_area_read_only ($name, $qa, $step, $lines, $context)
 response_area_input ($name, $qa, $step, $lines, $context)

Protected Member Functions

 textarea ($response, $lines, $attributes)
 class_name ()

Detailed Description

An essay format renderer for essays where the student should use a plain input box, but with a normal, proportional font.

Definition at line 402 of file renderer.php.


Member Function Documentation

class_name ( ) [protected]

Reimplemented in qtype_essay_format_monospaced_renderer.

Definition at line 413 of file renderer.php.

Here is the caller graph for this function:

response_area_input ( name,
qa,
step,
lines,
context 
)

Definition at line 421 of file renderer.php.

Here is the call graph for this function:

response_area_read_only ( name,
qa,
step,
lines,
context 
)

Definition at line 417 of file renderer.php.

Here is the call graph for this function:

textarea ( response,
lines,
attributes 
) [protected]
Returns:
string the HTML for the textarea.

Definition at line 406 of file renderer.php.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations