| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilTestEvaluationPassData:
 Collaboration diagram for ilTestEvaluationPassData:| Public Member Functions | |
| __sleep () | |
| ilTestEvaluationPassData () | |
| Constructor. | |
| getNrOfAnsweredQuestions () | |
| setNrOfAnsweredQuestions ($nrOfAnsweredQuestions) | |
| getReachedPoints () | |
| setReachedPoints ($reachedpoints) | |
| getMaxPoints () | |
| setMaxPoints ($maxpoints) | |
| getQuestionCount () | |
| setQuestionCount ($questioncount) | |
| getWorkingTime () | |
| setWorkingTime ($workingtime) | |
| getPass () | |
| setPass ($a_pass) | |
| getAnsweredQuestions () | |
| addAnsweredQuestion ($question_id, $max_points, $reached_points, $sequence=NULL) | |
| & | getAnsweredQuestion ($index) | 
| & | getAnsweredQuestionByQuestionId ($question_id) | 
| getAnsweredQuestionCount () | |
| Data Fields | |
| $answeredQuestions | |
| $pass | |
| Private Attributes | |
| $workingtime | |
| $questioncount | |
| $maxpoints | |
| $reachedpoints | |
| $nrOfAnsweredQuestions | |
Definition at line 34 of file class.ilTestEvaluationPassData.php.
| ilTestEvaluationPassData::__sleep | ( | ) | 
Definition at line 85 of file class.ilTestEvaluationPassData.php.
| ilTestEvaluationPassData::addAnsweredQuestion | ( | $question_id, | |
| $max_points, | |||
| $reached_points, | |||
| $sequence = NULL | |||
| ) | 
Definition at line 166 of file class.ilTestEvaluationPassData.php.
| & ilTestEvaluationPassData::getAnsweredQuestion | ( | $index | ) | 
Definition at line 171 of file class.ilTestEvaluationPassData.php.
| & ilTestEvaluationPassData::getAnsweredQuestionByQuestionId | ( | $question_id | ) | 
Definition at line 183 of file class.ilTestEvaluationPassData.php.
| ilTestEvaluationPassData::getAnsweredQuestionCount | ( | ) | 
Definition at line 195 of file class.ilTestEvaluationPassData.php.
| ilTestEvaluationPassData::getAnsweredQuestions | ( | ) | 
Definition at line 161 of file class.ilTestEvaluationPassData.php.
References $answeredQuestions.
| ilTestEvaluationPassData::getMaxPoints | ( | ) | 
Definition at line 121 of file class.ilTestEvaluationPassData.php.
References $maxpoints.
| ilTestEvaluationPassData::getNrOfAnsweredQuestions | ( | ) | 
Definition at line 101 of file class.ilTestEvaluationPassData.php.
References $nrOfAnsweredQuestions.
| ilTestEvaluationPassData::getPass | ( | ) | 
Definition at line 151 of file class.ilTestEvaluationPassData.php.
References $pass.
| ilTestEvaluationPassData::getQuestionCount | ( | ) | 
Definition at line 131 of file class.ilTestEvaluationPassData.php.
References $questioncount.
| ilTestEvaluationPassData::getReachedPoints | ( | ) | 
Definition at line 111 of file class.ilTestEvaluationPassData.php.
References $reachedpoints.
| ilTestEvaluationPassData::getWorkingTime | ( | ) | 
Definition at line 141 of file class.ilTestEvaluationPassData.php.
References $workingtime.
| ilTestEvaluationPassData::ilTestEvaluationPassData | ( | ) | 
Constructor.
public
Definition at line 96 of file class.ilTestEvaluationPassData.php.
| ilTestEvaluationPassData::setMaxPoints | ( | $maxpoints | ) | 
Definition at line 126 of file class.ilTestEvaluationPassData.php.
References $maxpoints.
| ilTestEvaluationPassData::setNrOfAnsweredQuestions | ( | $nrOfAnsweredQuestions | ) | 
Definition at line 106 of file class.ilTestEvaluationPassData.php.
References $nrOfAnsweredQuestions.
| ilTestEvaluationPassData::setPass | ( | $a_pass | ) | 
Definition at line 156 of file class.ilTestEvaluationPassData.php.
| ilTestEvaluationPassData::setQuestionCount | ( | $questioncount | ) | 
Definition at line 136 of file class.ilTestEvaluationPassData.php.
References $questioncount.
| ilTestEvaluationPassData::setReachedPoints | ( | $reachedpoints | ) | 
Definition at line 116 of file class.ilTestEvaluationPassData.php.
References $reachedpoints.
| ilTestEvaluationPassData::setWorkingTime | ( | $workingtime | ) | 
Definition at line 146 of file class.ilTestEvaluationPassData.php.
References $workingtime.
| ilTestEvaluationPassData::$answeredQuestions | 
Definition at line 41 of file class.ilTestEvaluationPassData.php.
Referenced by getAnsweredQuestions().
| 
 | private | 
Definition at line 62 of file class.ilTestEvaluationPassData.php.
Referenced by getMaxPoints(), and setMaxPoints().
| 
 | private | 
Definition at line 76 of file class.ilTestEvaluationPassData.php.
Referenced by getNrOfAnsweredQuestions(), and setNrOfAnsweredQuestions().
| ilTestEvaluationPassData::$pass | 
Definition at line 83 of file class.ilTestEvaluationPassData.php.
Referenced by getPass().
| 
 | private | 
Definition at line 55 of file class.ilTestEvaluationPassData.php.
Referenced by getQuestionCount(), and setQuestionCount().
| 
 | private | 
Definition at line 69 of file class.ilTestEvaluationPassData.php.
Referenced by getReachedPoints(), and setReachedPoints().
| 
 | private | 
Definition at line 48 of file class.ilTestEvaluationPassData.php.
Referenced by getWorkingTime(), and setWorkingTime().