Skip to content

Commit

Permalink
Added some $options options.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindforge committed Jul 16, 2005
1 parent 737f442 commit f1a73ae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions mod/quiz/doc/runtime-objects.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,22 @@ <h2>Contents</h2>
questiontypes' <code>print_question_formulation_and_controls</code>
method whether or not to print question validation information. (This is
currently only used by the RQP questiontype.)</td>
</tr><tr>
<td>responses</td>
<td>The responses field holds a boolean value, indicating to the
questiontypes' print methods whether or not to print a student's
responses. This only makes sense for reviewing.</td>
</tr><tr>
<td>scores</td>
<td>The scores field holds a boolean value, indicating to the
questiontypes' print methods whether or not to print the grade awarded
to student.</td>
</tr><tr>
<td>solutions</td>
<td>The solutions field holds a boolean value, indicating to the
questiontypes' print methods whether or not to show the worked solution
provided by the teacher (if any). This only makes sense for reviewing.
</td>
</tr>
</table>

Expand Down

0 comments on commit f1a73ae

Please sign in to comment.