| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Collaboration diagram for ilTestEvaluationUserData:
 Collaboration diagram for ilTestEvaluationUserData:| Public Member Functions | |
| __sleep () | |
| ilTestEvaluationUserData ($passScoring) | |
| Constructor. | |
| getPassScoring () | |
| setPassScoring ($passScoring) | |
| getPassed () | |
| setPassed ($a_passed) | |
| getName () | |
| setName ($a_name) | |
| getLogin () | |
| setLogin ($a_login) | |
| getReached () | |
| setReached ($a_reached) | |
| getMaxpoints () | |
| setMaxpoints ($a_max_points) | |
| getReachedPointsInPercent () | |
| getMark () | |
| setMark ($a_mark) | |
| getECTSMark () | |
| setECTSMark ($a_mark_ects) | |
| getQuestionsWorkedThrough () | |
| setQuestionsWorkedThrough ($a_nr) | |
| getNumberOfQuestions () | |
| setNumberOfQuestions ($a_nr) | |
| getQuestionsWorkedThroughInPercent () | |
| getTimeOfWork () | |
| setTimeOfWork ($a_time_of_work) | |
| getFirstVisit () | |
| setFirstVisit ($a_time) | |
| getLastVisit () | |
| setLastVisit ($a_time) | |
| getPasses () | |
| addPass ($pass_nr, $pass) | |
| & | getPass ($pass_nr) | 
| getPassCount () | |
| getScoredPass () | |
| getBestPass () | |
| getLastPass () | |
| addQuestionTitle ($question_id, $question_title) | |
| getQuestionTitles () | |
| & | getQuestions ($pass=0) | 
| addQuestion ($original_id, $question_id, $max_points, $sequence=NULL, $pass=0) | |
| & | getQuestion ($index, $pass=0) | 
| getQuestionCount ($pass=0) | |
| getReachedPoints ($pass=0) | |
| getAvailablePoints ($pass=0) | |
| getReachedPointsInPercentForPass ($pass=0) | |
| setUserID ($a_usr_id) | |
| getUserID () | |
| setMarkOfficial ($a_mark_official) | |
| getMarkOfficial () | |
| getScoredPassObject () | |
| returns the object of class ilTestEvaluationPassData that relates to the the scored test pass (best pass / last pass) | |
| getRequestedHintsCountFromScoredPass () | |
| returns the count of hints requested by participant for scored testpass | |
| getRequestedHintsCount ($pass) | |
| returns the count of hints requested by participant for given testpass | |
| getBestPassObject () | |
| returns the object of class ilTestEvaluationPassData that relates to the the best test pass | |
| getLastPassObject () | |
| returns the object of class ilTestEvaluationPassData that relates to the the last test pass | |
| doesObligationsAnsweredPassExist () | |
| returns the fact wether a test pass with all obligations answered exists or not | |
| areObligationsAnswered () | |
| returns the fact wether all obligations in the scored test pass are answered or not | |
| Data Fields | |
| $name | |
| $login | |
| $user_id | |
| $reached | |
| $maxpoints | |
| $mark | |
| $mark_official | |
| $markECTS | |
| $questionsWorkedThrough | |
| $numberOfQuestions | |
| $timeOfWork | |
| $firstVisit | |
| $lastVisit | |
| $passed | |
| $passes | |
| $questions | |
| Private Attributes | |
| $passScoring | |
Definition at line 18 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::__sleep | ( | ) | 
Definition at line 139 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::addPass | ( | $pass_nr, | |
| $pass | |||
| ) | 
Definition at line 322 of file class.ilTestEvaluationUserData.php.
References $pass.
| ilTestEvaluationUserData::addQuestion | ( | $original_id, | |
| $question_id, | |||
| $max_points, | |||
| $sequence = NULL, | |||
| $pass = 0 | |||
| ) | 
| ilTestEvaluationUserData::addQuestionTitle | ( | $question_id, | |
| $question_title | |||
| ) | 
Definition at line 387 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::areObligationsAnswered | ( | ) | 
returns the fact wether all obligations in the scored test pass are answered or not
Definition at line 615 of file class.ilTestEvaluationUserData.php.
References getScoredPassObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestEvaluationUserData::doesObligationsAnsweredPassExist | ( | ) | 
returns the fact wether a test pass with all obligations answered exists or not
Definition at line 596 of file class.ilTestEvaluationUserData.php.
References $pass.
Referenced by getBestPass(), and getBestPassObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationUserData::getAvailablePoints | ( | $pass = 0 | ) | 
Definition at line 458 of file class.ilTestEvaluationUserData.php.
References $pass.
Referenced by getMaxpoints(), and getReachedPointsInPercentForPass().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationUserData::getBestPass | ( | ) | 
Definition at line 356 of file class.ilTestEvaluationUserData.php.
References $pass, $reached, doesObligationsAnsweredPassExist(), and getReachedPointsInPercentForPass().
Referenced by getScoredPass().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationUserData::getBestPassObject | ( | ) | 
returns the object of class ilTestEvaluationPassData that relates to the the best test pass
Definition at line 549 of file class.ilTestEvaluationUserData.php.
References $pass, $reached, doesObligationsAnsweredPassExist(), and getReachedPointsInPercentForPass().
Referenced by getScoredPassObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationUserData::getECTSMark | ( | ) | 
Definition at line 234 of file class.ilTestEvaluationUserData.php.
References $markECTS.
| ilTestEvaluationUserData::getFirstVisit | ( | ) | 
Definition at line 297 of file class.ilTestEvaluationUserData.php.
References $firstVisit.
| ilTestEvaluationUserData::getLastPass | ( | ) | 
Definition at line 377 of file class.ilTestEvaluationUserData.php.
References $pass.
Referenced by getScoredPass().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationUserData::getLastPassObject | ( | ) | 
returns the object of class ilTestEvaluationPassData that relates to the the last test pass
Definition at line 576 of file class.ilTestEvaluationUserData.php.
Referenced by getScoredPassObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationUserData::getLastVisit | ( | ) | 
Definition at line 307 of file class.ilTestEvaluationUserData.php.
References $lastVisit.
| ilTestEvaluationUserData::getLogin | ( | ) | 
Definition at line 189 of file class.ilTestEvaluationUserData.php.
References $login.
| ilTestEvaluationUserData::getMark | ( | ) | 
Definition at line 224 of file class.ilTestEvaluationUserData.php.
References $mark.
| ilTestEvaluationUserData::getMarkOfficial | ( | ) | 
Definition at line 491 of file class.ilTestEvaluationUserData.php.
References $mark_official.
| ilTestEvaluationUserData::getMaxpoints | ( | ) | 
Definition at line 209 of file class.ilTestEvaluationUserData.php.
References getAvailablePoints(), and getScoredPass().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestEvaluationUserData::getName | ( | ) | 
Definition at line 179 of file class.ilTestEvaluationUserData.php.
References $name.
| ilTestEvaluationUserData::getNumberOfQuestions | ( | ) | 
Definition at line 260 of file class.ilTestEvaluationUserData.php.
References getScoredPass().
Referenced by getQuestionsWorkedThroughInPercent().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| & ilTestEvaluationUserData::getPass | ( | $pass_nr | ) | 
Definition at line 327 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::getPassCount | ( | ) | 
Definition at line 339 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::getPassed | ( | ) | 
Definition at line 169 of file class.ilTestEvaluationUserData.php.
References $passed.
| ilTestEvaluationUserData::getPasses | ( | ) | 
Definition at line 317 of file class.ilTestEvaluationUserData.php.
References $passes.
| ilTestEvaluationUserData::getPassScoring | ( | ) | 
Definition at line 159 of file class.ilTestEvaluationUserData.php.
References $passScoring.
Referenced by getScoredPass(), and getScoredPassObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| & ilTestEvaluationUserData::getQuestion | ( | $index, | |
| $pass = 0 | |||
| ) | 
Definition at line 424 of file class.ilTestEvaluationUserData.php.
References $pass.
| ilTestEvaluationUserData::getQuestionCount | ( | $pass = 0 | ) | 
Definition at line 436 of file class.ilTestEvaluationUserData.php.
References $pass.
| & ilTestEvaluationUserData::getQuestions | ( | $pass = 0 | ) | 
Definition at line 397 of file class.ilTestEvaluationUserData.php.
References $pass.
| ilTestEvaluationUserData::getQuestionsWorkedThrough | ( | ) | 
Definition at line 244 of file class.ilTestEvaluationUserData.php.
References getScoredPass().
Referenced by getQuestionsWorkedThroughInPercent().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationUserData::getQuestionsWorkedThroughInPercent | ( | ) | 
Definition at line 277 of file class.ilTestEvaluationUserData.php.
References getNumberOfQuestions(), and getQuestionsWorkedThrough().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestEvaluationUserData::getQuestionTitles | ( | ) | 
Definition at line 392 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::getReached | ( | ) | 
Definition at line 199 of file class.ilTestEvaluationUserData.php.
References getReachedPoints(), and getScoredPass().
Referenced by getReachedPointsInPercent().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationUserData::getReachedPoints | ( | $pass = 0 | ) | 
Definition at line 446 of file class.ilTestEvaluationUserData.php.
References $pass, and $reached.
Referenced by getReached(), and getReachedPointsInPercentForPass().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationUserData::getReachedPointsInPercent | ( | ) | 
Definition at line 219 of file class.ilTestEvaluationUserData.php.
References getReached().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestEvaluationUserData::getReachedPointsInPercentForPass | ( | $pass = 0 | ) | 
Definition at line 468 of file class.ilTestEvaluationUserData.php.
References $pass, $reached, getAvailablePoints(), and getReachedPoints().
Referenced by getBestPass(), and getBestPassObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationUserData::getRequestedHintsCount | ( | $pass | ) | 
returns the count of hints requested by participant for given testpass
| integer | $pass | 
| ilTestException | 
Definition at line 531 of file class.ilTestEvaluationUserData.php.
References $pass.
Referenced by getRequestedHintsCountFromScoredPass().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationUserData::getRequestedHintsCountFromScoredPass | ( | ) | 
returns the count of hints requested by participant for scored testpass
Definition at line 519 of file class.ilTestEvaluationUserData.php.
References getRequestedHintsCount(), and getScoredPass().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestEvaluationUserData::getScoredPass | ( | ) | 
Definition at line 344 of file class.ilTestEvaluationUserData.php.
References getBestPass(), getLastPass(), and getPassScoring().
Referenced by getMaxpoints(), getNumberOfQuestions(), getQuestionsWorkedThrough(), getReached(), and getRequestedHintsCountFromScoredPass().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationUserData::getScoredPassObject | ( | ) | 
returns the object of class ilTestEvaluationPassData that relates to the the scored test pass (best pass / last pass)
Definition at line 502 of file class.ilTestEvaluationUserData.php.
References getBestPassObject(), getLastPassObject(), and getPassScoring().
Referenced by areObligationsAnswered().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationUserData::getTimeOfWork | ( | ) | 
Definition at line 282 of file class.ilTestEvaluationUserData.php.
References $pass.
| ilTestEvaluationUserData::getUserID | ( | ) | 
Definition at line 481 of file class.ilTestEvaluationUserData.php.
References $user_id.
| ilTestEvaluationUserData::ilTestEvaluationUserData | ( | $passScoring | ) | 
Constructor.
public
Definition at line 151 of file class.ilTestEvaluationUserData.php.
References $passScoring.
| ilTestEvaluationUserData::setECTSMark | ( | $a_mark_ects | ) | 
Definition at line 239 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setFirstVisit | ( | $a_time | ) | 
Definition at line 302 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setLastVisit | ( | $a_time | ) | 
Definition at line 312 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setLogin | ( | $a_login | ) | 
Definition at line 194 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setMark | ( | $a_mark | ) | 
Definition at line 229 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setMarkOfficial | ( | $a_mark_official | ) | 
Definition at line 486 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setMaxpoints | ( | $a_max_points | ) | 
Definition at line 214 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setName | ( | $a_name | ) | 
Definition at line 184 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setNumberOfQuestions | ( | $a_nr | ) | 
Definition at line 272 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setPassed | ( | $a_passed | ) | 
Definition at line 174 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setPassScoring | ( | $passScoring | ) | 
Definition at line 164 of file class.ilTestEvaluationUserData.php.
References $passScoring.
| ilTestEvaluationUserData::setQuestionsWorkedThrough | ( | $a_nr | ) | 
Definition at line 255 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setReached | ( | $a_reached | ) | 
Definition at line 204 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setTimeOfWork | ( | $a_time_of_work | ) | 
Definition at line 292 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setUserID | ( | $a_usr_id | ) | 
Definition at line 476 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$firstVisit | 
Definition at line 102 of file class.ilTestEvaluationUserData.php.
Referenced by getFirstVisit().
| ilTestEvaluationUserData::$lastVisit | 
Definition at line 109 of file class.ilTestEvaluationUserData.php.
Referenced by getLastVisit().
| ilTestEvaluationUserData::$login | 
Definition at line 32 of file class.ilTestEvaluationUserData.php.
Referenced by getLogin().
| ilTestEvaluationUserData::$mark | 
Definition at line 60 of file class.ilTestEvaluationUserData.php.
Referenced by getMark().
| ilTestEvaluationUserData::$mark_official | 
Definition at line 67 of file class.ilTestEvaluationUserData.php.
Referenced by getMarkOfficial().
| ilTestEvaluationUserData::$markECTS | 
Definition at line 74 of file class.ilTestEvaluationUserData.php.
Referenced by getECTSMark().
| ilTestEvaluationUserData::$maxpoints | 
Definition at line 53 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$name | 
Definition at line 25 of file class.ilTestEvaluationUserData.php.
Referenced by getName().
| ilTestEvaluationUserData::$numberOfQuestions | 
Definition at line 88 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$passed | 
Definition at line 116 of file class.ilTestEvaluationUserData.php.
Referenced by getPassed().
| ilTestEvaluationUserData::$passes | 
Definition at line 123 of file class.ilTestEvaluationUserData.php.
Referenced by getPasses().
| 
 | private | 
Definition at line 137 of file class.ilTestEvaluationUserData.php.
Referenced by getPassScoring(), ilTestEvaluationUserData(), and setPassScoring().
| ilTestEvaluationUserData::$questions | 
Definition at line 130 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$questionsWorkedThrough | 
Definition at line 81 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$reached | 
Definition at line 46 of file class.ilTestEvaluationUserData.php.
Referenced by getBestPass(), getBestPassObject(), getReachedPoints(), and getReachedPointsInPercentForPass().
| ilTestEvaluationUserData::$timeOfWork | 
Definition at line 95 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$user_id | 
Definition at line 39 of file class.ilTestEvaluationUserData.php.
Referenced by getUserID().