Squiz Matrix
4.12.2
|
Public Member Functions | |
Online_Quiz_Submission_Edit_Fns () | |
paintSubmissionIpAddress (&$asset, &$o, $prefix) | |
paintSubmissionScore (&$asset, &$o, $prefix) | |
paintSubmissionTime (&$asset, &$o, $prefix) | |
paintUserDetailsAnswers (&$asset, &$o, $prefix) | |
paintQuizAnswers (&$asset, &$o, $prefix) | |
Public Member Functions inherited from Asset_Edit_Fns | |
Asset_Edit_Fns () | |
paintPaths (&$asset, &$o, $prefix) | |
paintEditRemapURLs (&$asset, &$o, $prefix) | |
processPaths (&$asset, &$o, $prefix) | |
processEditRemapURLs (&$asset, &$o, $prefix) | |
paintURLs (&$asset, &$o, $prefix) | |
paintAddRemapURLs (&$asset, &$o, $prefix) | |
processAddRemapURLs (&$asset, &$o, $prefix) | |
isWorkflowComplete (&$asset) | |
paintNoticeLinkedAsset (&$asset, $link_value, $type_codes=Array(), $field_name='', $multiple=FALSE) | |
processNoticeLinkedAsset (&$asset, $link_value, $field_name='', $multiple=FALSE) | |
isSearchInstalled (&$asset, $prefix) | |
isBeingCreated (&$asset) | |
isNotBeingCreated (&$asset) | |
paintAutomaticRemapSetting (&$asset, &$o, $prefix) | |
paintCreateLink (&$asset, &$o, $prefix) | |
Public Member Functions inherited from MySource_Object | |
MySource_Object () | |
__sleep () | |
__wakeup () | |
Additional Inherited Members | |
Data Fields inherited from Asset_Edit_Fns | |
$static_screens | |
Definition at line 28 of file online_quiz_submission_edit_fns.inc.
Constructor
Definition at line 36 of file online_quiz_submission_edit_fns.inc.
paintQuizAnswers | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint interface to display Online Quiz
object | &$asset | asset being edited |
object | &$o | backend outputter |
string | $prefix | prefix for html elements |
Definition at line 156 of file online_quiz_submission_edit_fns.inc.
paintSubmissionIpAddress | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint interface to edit form submission answers
object | &$asset | asset being edited |
object | &$o | backend outputter |
string | $prefix | prefix for html elements |
Definition at line 53 of file online_quiz_submission_edit_fns.inc.
paintSubmissionScore | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint Submission Score
object | &$asset | asset being edited |
object | &$o | backend outputter |
string | $prefix | prefix for html elements |
Definition at line 70 of file online_quiz_submission_edit_fns.inc.
paintSubmissionTime | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint interface to edit form submission answers
object | &$asset | asset being edited |
object | &$o | backend outputter |
string | $prefix | prefix for html elements |
Definition at line 87 of file online_quiz_submission_edit_fns.inc.
paintUserDetailsAnswers | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint interface to display User Details responses
object | &$asset | asset being edited |
object | &$o | backend outputter |
string | $prefix | prefix for html elements |
Definition at line 104 of file online_quiz_submission_edit_fns.inc.