|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| init () | |
| get_name () | |
| get_required_fields () | |
Protected Member Functions | |
| get_title () | |
| get_title_tip () | |
| display_content ($question, $rowclasses) | |
Protected Attributes | |
| $strselect | |
| $firstrow = true | |
A column with a checkbox for each question with name q{questionid}.
Definition at line 384 of file editlib.php.
| display_content | ( | $ | question, |
| $ | rowclasses | ||
| ) | [protected] |
Output the contents of this column.
| object | $question | the row from the $question table, augmented with extra information. |
| string | $rowclasses | CSS class names that should be applied to this row of output. |
Reimplemented from question_bank_column_base.
Definition at line 404 of file editlib.php.
| get_name | ( | ) |
| object | $question | the row from the $question table, augmented with extra information. |
Reimplemented from question_bank_column_base.
Definition at line 392 of file editlib.php.
Reimplemented from question_bank_column_base.
Definition at line 415 of file editlib.php.
| get_title | ( | ) | [protected] |
Title for this column. Not used if is_sortable returns an array.
| object | $question | the row from the $question table, augmented with extra information. |
| string | $rowclasses | CSS class names that should be applied to this row of output. |
Reimplemented from question_bank_column_base.
Definition at line 396 of file editlib.php.
| get_title_tip | ( | ) | [protected] |
Reimplemented from question_bank_column_base.
Definition at line 400 of file editlib.php.
| init | ( | ) |
A chance for subclasses to initialise themselves, for example to load lang strings, without having to override the constructor.
Reimplemented from question_bank_column_base.
Definition at line 388 of file editlib.php.
$firstrow = true [protected] |
Definition at line 386 of file editlib.php.
$strselect [protected] |
Definition at line 385 of file editlib.php.