|
ILIAS
Release_3_10_x_branch Revision 61812
|
Inheritance diagram for ilSoapTestAdministration:
Collaboration diagram for ilSoapTestAdministration:Public Member Functions | |
| ilSoapTestAdministration () | |
| saveQuestionResult ($sid, $user_id, $test_id, $question_id, $pass, $solution) | |
| saveQuestion ($sid, $active_id, $question_id, $pass, $solution) | |
| getQuestionSolution ($sid, $active_id, $question_id, $pass) | |
| getTestResults ($sid, $test_ref_id, $sum_only) | |
| get results of test | |
Public Member Functions inherited from ilSoapAdministration | |
| ilSoapAdministration ($use_nusoap=true) | |
| __checkSession ($sid) | |
| initErrorWriter () | |
| Overwrite error handler. | |
| __explodeSid ($sid) | |
| __setMessage ($a_str) | |
| __getMessage () | |
| __appendMessage ($a_str) | |
| __initAuthenticationObject ($a_auth_mode=AUTH_LOCAL) | |
| __raiseError ($a_message, $a_code) | |
| getNIC ($sid) | |
| get client information from current as xml result set | |
| isFault ($object) | |
| checkObjectAccess ($ref_id, $expected_type, $permission, $returnObject=false) | |
| check access for ref id: expected type, permission, return object instance if returnobject is true | |
| getInstallationInfoXML () | |
| getClientInfoXML ($clientid) | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilSoapAdministration | |
| static | return_bytes ($val) |
| calculate bytes from K,M,G modifiers e.g: 8M = 8 * 1024 * 1024 bytes | |
Data Fields inherited from ilSoapAdministration | |
| $sauth = null | |
| $error_method = null | |
Definition at line 35 of file class.ilSoapTestAdministration.php.
| ilSoapTestAdministration::getQuestionSolution | ( | $sid, | |
| $active_id, | |||
| $question_id, | |||
| $pass | |||
| ) |
Definition at line 128 of file class.ilSoapTestAdministration.php.
References $GLOBALS, $pass, $result, ilSoapAdministration\__checkSession(), ilSoapAdministration\__raiseError(), and DB_FETCHMODE_ASSOC.
Here is the call graph for this function:| ilSoapTestAdministration::getTestResults | ( | $sid, | |
| $test_ref_id, | |||
| $sum_only | |||
| ) |
get results of test
| string | $sid | |
| int | $test_ref_id | |
| boolean | $sum_only |
Definition at line 174 of file class.ilSoapTestAdministration.php.
References $data, $ilLog, $ref_id, ilSoapAdministration\__checkSession(), ilSoapAdministration\__raiseError(), ilObject\_getAllReferences(), ilObject\_isInTrash(), and ilObject\_lookupObjectId().
Here is the call graph for this function:| ilSoapTestAdministration::ilSoapTestAdministration | ( | ) |
Definition at line 37 of file class.ilSoapTestAdministration.php.
References ilSoapAdministration\ilSoapAdministration().
Here is the call graph for this function:| ilSoapTestAdministration::saveQuestion | ( | $sid, | |
| $active_id, | |||
| $question_id, | |||
| $pass, | |||
| $solution | |||
| ) |
Definition at line 86 of file class.ilSoapTestAdministration.php.
References $GLOBALS, $pass, ilSoapAdministration\__checkSession(), and ilSoapAdministration\__raiseError().
Here is the call graph for this function:| ilSoapTestAdministration::saveQuestionResult | ( | $sid, | |
| $user_id, | |||
| $test_id, | |||
| $question_id, | |||
| $pass, | |||
| $solution | |||
| ) |
Definition at line 42 of file class.ilSoapTestAdministration.php.
References $GLOBALS, $pass, ilSoapAdministration\__checkSession(), ilSoapAdministration\__raiseError(), and ilObjTest\_getActiveIdOfUser().
Here is the call graph for this function: