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

Public Member Functions

 set_new_response_summary ($responsesummary)
 get_new_response_summary ()
 response_summary_changed ()

Protected Attributes

 $newresponsesummary = null

Detailed Description

A subclass with a bit of additional funcitonality, for pending steps.

Definition at line 417 of file questionattemptstep.php.


Member Function Documentation

Returns:
string the new response summary, if any.

Definition at line 432 of file questionattemptstep.php.

Here is the caller graph for this function:

Returns:
string whether this step changes the response summary.

Definition at line 437 of file questionattemptstep.php.

set_new_response_summary ( responsesummary)

If as a result of processing this step, the response summary for the question attempt should changed, you should call this method to set the new summary.

Parameters:
string$responsesummarythe new response summary.

Definition at line 427 of file questionattemptstep.php.

Here is the caller graph for this function:


Field Documentation

$newresponsesummary = null [protected]

Definition at line 419 of file questionattemptstep.php.


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