| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilTestEvaluationUserData:
 Collaboration diagram for ilTestEvaluationUserData:| 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 37 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::__sleep | ( | ) | 
Definition at line 158 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::addPass | ( | $pass_nr, | |
| $pass | |||
| ) | 
Definition at line 341 of file class.ilTestEvaluationUserData.php.
References $pass.
| ilTestEvaluationUserData::addQuestion | ( | $original_id, | |
| $question_id, | |||
| $max_points, | |||
| $sequence = NULL, | |||
| $pass = 0 | |||
| ) | 
Definition at line 423 of file class.ilTestEvaluationUserData.php.
References $pass.
| ilTestEvaluationUserData::addQuestionTitle | ( | $question_id, | |
| $question_title | |||
| ) | 
Definition at line 401 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::getAvailablePoints | ( | $pass = 0 | ) | 
Definition at line 463 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 375 of file class.ilTestEvaluationUserData.php.
References $pass, $reached, 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::getECTSMark | ( | ) | 
Definition at line 253 of file class.ilTestEvaluationUserData.php.
References $markECTS.
| ilTestEvaluationUserData::getFirstVisit | ( | ) | 
Definition at line 316 of file class.ilTestEvaluationUserData.php.
References $firstVisit.
| ilTestEvaluationUserData::getLastPass | ( | ) | 
Definition at line 391 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::getLastVisit | ( | ) | 
Definition at line 326 of file class.ilTestEvaluationUserData.php.
References $lastVisit.
| ilTestEvaluationUserData::getLogin | ( | ) | 
Definition at line 208 of file class.ilTestEvaluationUserData.php.
References $login.
| ilTestEvaluationUserData::getMark | ( | ) | 
Definition at line 243 of file class.ilTestEvaluationUserData.php.
References $mark.
| ilTestEvaluationUserData::getMarkOfficial | ( | ) | 
Definition at line 496 of file class.ilTestEvaluationUserData.php.
References $mark_official.
| ilTestEvaluationUserData::getMaxpoints | ( | ) | 
Definition at line 228 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 198 of file class.ilTestEvaluationUserData.php.
References $name.
| ilTestEvaluationUserData::getNumberOfQuestions | ( | ) | 
Definition at line 279 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 346 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::getPassCount | ( | ) | 
Definition at line 358 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::getPassed | ( | ) | 
Definition at line 188 of file class.ilTestEvaluationUserData.php.
References $passed.
| ilTestEvaluationUserData::getPasses | ( | ) | 
Definition at line 336 of file class.ilTestEvaluationUserData.php.
References $passes.
| ilTestEvaluationUserData::getPassScoring | ( | ) | 
Definition at line 178 of file class.ilTestEvaluationUserData.php.
References $passScoring.
Referenced by getScoredPass().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| & ilTestEvaluationUserData::getQuestion | ( | $index, | |
| $pass = 0 | |||
| ) | 
Definition at line 429 of file class.ilTestEvaluationUserData.php.
References $pass.
| ilTestEvaluationUserData::getQuestionCount | ( | $pass = 0 | ) | 
Definition at line 441 of file class.ilTestEvaluationUserData.php.
References $pass.
| & ilTestEvaluationUserData::getQuestions | ( | $pass = 0 | ) | 
Definition at line 411 of file class.ilTestEvaluationUserData.php.
References $pass.
| ilTestEvaluationUserData::getQuestionsWorkedThrough | ( | ) | 
Definition at line 263 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 296 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 406 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::getReached | ( | ) | 
Definition at line 218 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 451 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 238 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 473 of file class.ilTestEvaluationUserData.php.
References $pass, $reached, getAvailablePoints(), and getReachedPoints().
Referenced by getBestPass().
 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::getScoredPass | ( | ) | 
Definition at line 363 of file class.ilTestEvaluationUserData.php.
References getBestPass(), getLastPass(), and getPassScoring().
Referenced by getMaxpoints(), getNumberOfQuestions(), getQuestionsWorkedThrough(), and getReached().
 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 301 of file class.ilTestEvaluationUserData.php.
References $pass.
| ilTestEvaluationUserData::getUserID | ( | ) | 
Definition at line 486 of file class.ilTestEvaluationUserData.php.
References $user_id.
| ilTestEvaluationUserData::ilTestEvaluationUserData | ( | $passScoring | ) | 
Constructor.
public
Definition at line 170 of file class.ilTestEvaluationUserData.php.
References $passScoring.
| ilTestEvaluationUserData::setECTSMark | ( | $a_mark_ects | ) | 
Definition at line 258 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setFirstVisit | ( | $a_time | ) | 
Definition at line 321 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setLastVisit | ( | $a_time | ) | 
Definition at line 331 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setLogin | ( | $a_login | ) | 
Definition at line 213 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setMark | ( | $a_mark | ) | 
Definition at line 248 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setMarkOfficial | ( | $a_mark_official | ) | 
Definition at line 491 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setMaxpoints | ( | $a_max_points | ) | 
Definition at line 233 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setName | ( | $a_name | ) | 
Definition at line 203 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setNumberOfQuestions | ( | $a_nr | ) | 
Definition at line 291 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setPassed | ( | $a_passed | ) | 
Definition at line 193 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setPassScoring | ( | $passScoring | ) | 
Definition at line 183 of file class.ilTestEvaluationUserData.php.
References $passScoring.
| ilTestEvaluationUserData::setQuestionsWorkedThrough | ( | $a_nr | ) | 
Definition at line 274 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setReached | ( | $a_reached | ) | 
Definition at line 223 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setTimeOfWork | ( | $a_time_of_work | ) | 
Definition at line 311 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setUserID | ( | $a_usr_id | ) | 
Definition at line 481 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$firstVisit | 
Definition at line 121 of file class.ilTestEvaluationUserData.php.
Referenced by getFirstVisit().
| ilTestEvaluationUserData::$lastVisit | 
Definition at line 128 of file class.ilTestEvaluationUserData.php.
Referenced by getLastVisit().
| ilTestEvaluationUserData::$login | 
Definition at line 51 of file class.ilTestEvaluationUserData.php.
Referenced by getLogin().
| ilTestEvaluationUserData::$mark | 
Definition at line 79 of file class.ilTestEvaluationUserData.php.
Referenced by getMark().
| ilTestEvaluationUserData::$mark_official | 
Definition at line 86 of file class.ilTestEvaluationUserData.php.
Referenced by getMarkOfficial().
| ilTestEvaluationUserData::$markECTS | 
Definition at line 93 of file class.ilTestEvaluationUserData.php.
Referenced by getECTSMark().
| ilTestEvaluationUserData::$maxpoints | 
Definition at line 72 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$name | 
Definition at line 44 of file class.ilTestEvaluationUserData.php.
Referenced by getName().
| ilTestEvaluationUserData::$numberOfQuestions | 
Definition at line 107 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$passed | 
Definition at line 135 of file class.ilTestEvaluationUserData.php.
Referenced by getPassed().
| ilTestEvaluationUserData::$passes | 
Definition at line 142 of file class.ilTestEvaluationUserData.php.
Referenced by getPasses().
| 
 | private | 
Definition at line 156 of file class.ilTestEvaluationUserData.php.
Referenced by getPassScoring(), ilTestEvaluationUserData(), and setPassScoring().
| ilTestEvaluationUserData::$questions | 
Definition at line 149 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$questionsWorkedThrough | 
Definition at line 100 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$reached | 
Definition at line 65 of file class.ilTestEvaluationUserData.php.
Referenced by getBestPass(), getReachedPoints(), and getReachedPointsInPercentForPass().
| ilTestEvaluationUserData::$timeOfWork | 
Definition at line 114 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$user_id | 
Definition at line 58 of file class.ilTestEvaluationUserData.php.
Referenced by getUserID().