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

Protected Member Functions

 choice_wrapper_start ($class)
 choice_wrapper_end ()
 all_choices_wrapper_start ()
 all_choices_wrapper_end ()

Detailed Description

Render an embedded multiple-choice question vertically, like for a normal multiple-choice question.

Definition at line 419 of file renderer.php.


Member Function Documentation

all_choices_wrapper_end ( ) [protected]
Returns:
string HTML to go after all the choices.

Reimplemented from qtype_multianswer_multichoice_vertical_renderer.

Definition at line 435 of file renderer.php.

Here is the call graph for this function:

all_choices_wrapper_start ( ) [protected]
Returns:
string HTML to go before all the choices.

Reimplemented from qtype_multianswer_multichoice_vertical_renderer.

Definition at line 430 of file renderer.php.

Here is the call graph for this function:

choice_wrapper_end ( ) [protected]
Returns:
string HTML to go after each choice.

Reimplemented from qtype_multianswer_multichoice_vertical_renderer.

Definition at line 426 of file renderer.php.

Here is the call graph for this function:

choice_wrapper_start ( class) [protected]
Parameters:
string$classclass attribute value.
Returns:
string HTML to go before each choice.

Reimplemented from qtype_multianswer_multichoice_vertical_renderer.

Definition at line 422 of file renderer.php.

Here is the call graph for this function:


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