|
ILIAS
release_4-3 Revision
|
Service class for tests. More...
Collaboration diagram for ilTestService:Public Member Functions | |
| __construct (ilObjTest $a_object) | |
| public | |
| getPassOverviewData ($active_id, $short=false) | |
| public ilObjUser $ilUser | |
| getManScoringQuestionGuiList ($activeId, $pass) | |
| Returns the list of answers of a users test pass and offers a scoring option. | |
Static Public Member Functions | |
| static | isManScoringDone ($activeId) |
| reads the flag wether manscoring is done for the given test active or not from the global settings (scope: assessment / key: manscoring_done_<activeId>) | |
| static | setManScoringDone ($activeId, $manScoringDone) |
| stores the flag wether manscoring is done for the given test active or not within the global settings (scope: assessment / key: manscoring_done_<activeId>) | |
Protected Attributes | |
| $object = null | |
| ilTestService::__construct | ( | ilObjTest | $a_object | ) |
public
| ilObjTest | $a_object |
Definition at line 25 of file class.ilTestService.php.
| ilTestService::getManScoringQuestionGuiList | ( | $activeId, | |
| $pass | |||
| ) |
Returns the list of answers of a users test pass and offers a scoring option.
public
| integer | $active_id | Active ID of the active user |
| integer | $pass | Test pass |
Definition at line 129 of file class.ilTestService.php.
References $pass, and ilObjAssessmentFolder\_getManualScoring().
Here is the call graph for this function:| ilTestService::getPassOverviewData | ( | $active_id, | |
$short = false |
|||
| ) |
public ilObjUser $ilUser
| integer | $active_id | |
| boolean | $short |
Definition at line 37 of file class.ilTestService.php.
References $ilUser, and $pass.
|
static |
reads the flag wether manscoring is done for the given test active or not from the global settings (scope: assessment / key: manscoring_done_<activeId>)
public
| integer | $activeId |
Definition at line 172 of file class.ilTestService.php.
Referenced by ilTestScoringGUI\buildManScoringParticipantForm().
Here is the caller graph for this function:
|
static |
stores the flag wether manscoring is done for the given test active or not within the global settings (scope: assessment / key: manscoring_done_<activeId>)
public
| integer | $activeId | |
| boolean | $manScoringDone |
Definition at line 187 of file class.ilTestService.php.
Referenced by ilTestScoringGUI\saveManScoringParticipantScreen().
Here is the caller graph for this function:
|
protected |
Definition at line 19 of file class.ilTestService.php.