| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ilAsqQuestionResult:Public Member Functions | |
| setPoints (float $points) | |
| getPoints () | |
| setCorrect (bool $correct) | |
| isCorrect () | |
Protected Attributes | |
| $points | |
| $correct | |
Definition at line 13 of file class.ilAsqQuestionResult.php.
| ilAsqQuestionResult::getPoints | ( | ) | 
| ilAsqQuestionResult::isCorrect | ( | ) | 
| ilAsqQuestionResult::setCorrect | ( | bool | $correct | ) | 
| bool | $correct | 
Definition at line 44 of file class.ilAsqQuestionResult.php.
References $correct.
| ilAsqQuestionResult::setPoints | ( | float | $points | ) | 
| float | $points | 
Definition at line 28 of file class.ilAsqQuestionResult.php.
References $points.
      
  | 
  protected | 
Definition at line 23 of file class.ilAsqQuestionResult.php.
Referenced by isCorrect(), and setCorrect().
      
  | 
  protected | 
Definition at line 18 of file class.ilAsqQuestionResult.php.
Referenced by getPoints(), and setPoints().