ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Unit tests for single choice questions. More...
Public Member Functions | |
t_e_stCreation () | |
Question creation test. More... | |
Static Public Member Functions | |
static | createSampleQuestion ($obj_id=null) |
Create a sample question and save it to the database. More... | |
Protected Member Functions | |
setUp () | |
Protected Attributes | |
$backupGlobals = FALSE | |
Unit tests for single choice questions.
Definition at line 13 of file assMultipleChoiceTest.php.
|
static |
Create a sample question and save it to the database.
integer | $obj_id | Object ID of the containing question pool object (optional) |
Definition at line 37 of file assMultipleChoiceTest.php.
Referenced by t_e_stCreation().
|
protected |
Definition at line 17 of file assMultipleChoiceTest.php.
assMultipleChoiceTest::t_e_stCreation | ( | ) |
Question creation test.
return
Definition at line 77 of file assMultipleChoiceTest.php.
References $ilDB, $result, and createSampleQuestion().
|
protected |
Definition at line 15 of file assMultipleChoiceTest.php.