|
ILIAS
Release_4_3_x_branch Revision 61807
|
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 38 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::__sleep | ( | ) |
Definition at line 159 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::addPass | ( | $pass_nr, | |
| $pass | |||
| ) |
Definition at line 342 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 407 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 635 of file class.ilTestEvaluationUserData.php.
References getScoredPassObject().
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 616 of file class.ilTestEvaluationUserData.php.
References $pass.
Referenced by getBestPass(), and getBestPassObject().
Here is the caller graph for this function:| ilTestEvaluationUserData::getAvailablePoints | ( | $pass = 0 | ) |
Definition at line 478 of file class.ilTestEvaluationUserData.php.
References $pass.
Referenced by getMaxpoints(), and getReachedPointsInPercentForPass().
Here is the caller graph for this function:| ilTestEvaluationUserData::getBestPass | ( | ) |
Definition at line 376 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 caller graph for this function:| ilTestEvaluationUserData::getBestPassObject | ( | ) |
returns the object of class ilTestEvaluationPassData that relates to the the best test pass
Definition at line 569 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 caller graph for this function:| ilTestEvaluationUserData::getECTSMark | ( | ) |
Definition at line 254 of file class.ilTestEvaluationUserData.php.
References $markECTS.
| ilTestEvaluationUserData::getFirstVisit | ( | ) |
Definition at line 317 of file class.ilTestEvaluationUserData.php.
References $firstVisit.
| ilTestEvaluationUserData::getLastPass | ( | ) |
Definition at line 397 of file class.ilTestEvaluationUserData.php.
References $pass.
Referenced by getScoredPass().
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 596 of file class.ilTestEvaluationUserData.php.
Referenced by getScoredPassObject().
Here is the caller graph for this function:| ilTestEvaluationUserData::getLastVisit | ( | ) |
Definition at line 327 of file class.ilTestEvaluationUserData.php.
References $lastVisit.
| ilTestEvaluationUserData::getLogin | ( | ) |
Definition at line 209 of file class.ilTestEvaluationUserData.php.
References $login.
| ilTestEvaluationUserData::getMark | ( | ) |
Definition at line 244 of file class.ilTestEvaluationUserData.php.
References $mark.
| ilTestEvaluationUserData::getMarkOfficial | ( | ) |
Definition at line 511 of file class.ilTestEvaluationUserData.php.
References $mark_official.
| ilTestEvaluationUserData::getMaxpoints | ( | ) |
Definition at line 229 of file class.ilTestEvaluationUserData.php.
References getAvailablePoints(), and getScoredPass().
Here is the call graph for this function:| ilTestEvaluationUserData::getName | ( | ) |
Definition at line 199 of file class.ilTestEvaluationUserData.php.
References $name.
| ilTestEvaluationUserData::getNumberOfQuestions | ( | ) |
Definition at line 280 of file class.ilTestEvaluationUserData.php.
References getScoredPass().
Referenced by getQuestionsWorkedThroughInPercent().
Here is the call graph for this function:
Here is the caller graph for this function:| & ilTestEvaluationUserData::getPass | ( | $pass_nr | ) |
Definition at line 347 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::getPassCount | ( | ) |
Definition at line 359 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::getPassed | ( | ) |
Definition at line 189 of file class.ilTestEvaluationUserData.php.
References $passed.
| ilTestEvaluationUserData::getPasses | ( | ) |
Definition at line 337 of file class.ilTestEvaluationUserData.php.
References $passes.
| ilTestEvaluationUserData::getPassScoring | ( | ) |
Definition at line 179 of file class.ilTestEvaluationUserData.php.
References $passScoring.
Referenced by getScoredPass(), and getScoredPassObject().
Here is the caller graph for this function:| & ilTestEvaluationUserData::getQuestion | ( | $index, | |
$pass = 0 |
|||
| ) |
Definition at line 444 of file class.ilTestEvaluationUserData.php.
References $pass.
| ilTestEvaluationUserData::getQuestionCount | ( | $pass = 0 | ) |
Definition at line 456 of file class.ilTestEvaluationUserData.php.
References $pass.
| & ilTestEvaluationUserData::getQuestions | ( | $pass = 0 | ) |
Definition at line 417 of file class.ilTestEvaluationUserData.php.
References $pass.
| ilTestEvaluationUserData::getQuestionsWorkedThrough | ( | ) |
Definition at line 264 of file class.ilTestEvaluationUserData.php.
References getScoredPass().
Referenced by getQuestionsWorkedThroughInPercent().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestEvaluationUserData::getQuestionsWorkedThroughInPercent | ( | ) |
Definition at line 297 of file class.ilTestEvaluationUserData.php.
References getNumberOfQuestions(), and getQuestionsWorkedThrough().
Here is the call graph for this function:| ilTestEvaluationUserData::getQuestionTitles | ( | ) |
Definition at line 412 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::getReached | ( | ) |
Definition at line 219 of file class.ilTestEvaluationUserData.php.
References getReachedPoints(), and getScoredPass().
Referenced by getReachedPointsInPercent().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestEvaluationUserData::getReachedPoints | ( | $pass = 0 | ) |
Definition at line 466 of file class.ilTestEvaluationUserData.php.
References $pass, and $reached.
Referenced by getReached(), and getReachedPointsInPercentForPass().
Here is the caller graph for this function:| ilTestEvaluationUserData::getReachedPointsInPercent | ( | ) |
Definition at line 239 of file class.ilTestEvaluationUserData.php.
References getReached().
Here is the call graph for this function:| ilTestEvaluationUserData::getReachedPointsInPercentForPass | ( | $pass = 0 | ) |
Definition at line 488 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 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 551 of file class.ilTestEvaluationUserData.php.
References $pass.
Referenced by getRequestedHintsCountFromScoredPass().
Here is the caller graph for this function:| ilTestEvaluationUserData::getRequestedHintsCountFromScoredPass | ( | ) |
returns the count of hints requested by participant for scored testpass
Definition at line 539 of file class.ilTestEvaluationUserData.php.
References getRequestedHintsCount(), and getScoredPass().
Here is the call graph for this function:| ilTestEvaluationUserData::getScoredPass | ( | ) |
Definition at line 364 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 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 522 of file class.ilTestEvaluationUserData.php.
References getBestPassObject(), getLastPassObject(), and getPassScoring().
Referenced by areObligationsAnswered().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestEvaluationUserData::getTimeOfWork | ( | ) |
Definition at line 302 of file class.ilTestEvaluationUserData.php.
References $pass.
| ilTestEvaluationUserData::getUserID | ( | ) |
Definition at line 501 of file class.ilTestEvaluationUserData.php.
References $user_id.
| ilTestEvaluationUserData::ilTestEvaluationUserData | ( | $passScoring | ) |
Constructor.
public
Definition at line 171 of file class.ilTestEvaluationUserData.php.
References $passScoring.
| ilTestEvaluationUserData::setECTSMark | ( | $a_mark_ects | ) |
Definition at line 259 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setFirstVisit | ( | $a_time | ) |
Definition at line 322 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setLastVisit | ( | $a_time | ) |
Definition at line 332 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setLogin | ( | $a_login | ) |
Definition at line 214 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setMark | ( | $a_mark | ) |
Definition at line 249 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setMarkOfficial | ( | $a_mark_official | ) |
Definition at line 506 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setMaxpoints | ( | $a_max_points | ) |
Definition at line 234 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setName | ( | $a_name | ) |
Definition at line 204 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setNumberOfQuestions | ( | $a_nr | ) |
Definition at line 292 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setPassed | ( | $a_passed | ) |
Definition at line 194 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setPassScoring | ( | $passScoring | ) |
Definition at line 184 of file class.ilTestEvaluationUserData.php.
References $passScoring.
| ilTestEvaluationUserData::setQuestionsWorkedThrough | ( | $a_nr | ) |
Definition at line 275 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setReached | ( | $a_reached | ) |
Definition at line 224 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setTimeOfWork | ( | $a_time_of_work | ) |
Definition at line 312 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::setUserID | ( | $a_usr_id | ) |
Definition at line 496 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$firstVisit |
Definition at line 122 of file class.ilTestEvaluationUserData.php.
Referenced by getFirstVisit().
| ilTestEvaluationUserData::$lastVisit |
Definition at line 129 of file class.ilTestEvaluationUserData.php.
Referenced by getLastVisit().
| ilTestEvaluationUserData::$login |
Definition at line 52 of file class.ilTestEvaluationUserData.php.
Referenced by getLogin().
| ilTestEvaluationUserData::$mark |
Definition at line 80 of file class.ilTestEvaluationUserData.php.
Referenced by getMark().
| ilTestEvaluationUserData::$mark_official |
Definition at line 87 of file class.ilTestEvaluationUserData.php.
Referenced by getMarkOfficial().
| ilTestEvaluationUserData::$markECTS |
Definition at line 94 of file class.ilTestEvaluationUserData.php.
Referenced by getECTSMark().
| ilTestEvaluationUserData::$maxpoints |
Definition at line 73 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$name |
Definition at line 45 of file class.ilTestEvaluationUserData.php.
Referenced by getName().
| ilTestEvaluationUserData::$numberOfQuestions |
Definition at line 108 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$passed |
Definition at line 136 of file class.ilTestEvaluationUserData.php.
Referenced by getPassed().
| ilTestEvaluationUserData::$passes |
Definition at line 143 of file class.ilTestEvaluationUserData.php.
Referenced by getPasses().
|
private |
Definition at line 157 of file class.ilTestEvaluationUserData.php.
Referenced by getPassScoring(), ilTestEvaluationUserData(), and setPassScoring().
| ilTestEvaluationUserData::$questions |
Definition at line 150 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$questionsWorkedThrough |
Definition at line 101 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$reached |
Definition at line 66 of file class.ilTestEvaluationUserData.php.
Referenced by getBestPass(), getBestPassObject(), getReachedPoints(), and getReachedPointsInPercentForPass().
| ilTestEvaluationUserData::$timeOfWork |
Definition at line 115 of file class.ilTestEvaluationUserData.php.
| ilTestEvaluationUserData::$user_id |
Definition at line 59 of file class.ilTestEvaluationUserData.php.
Referenced by getUserID().