|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\TestQuestionPool\Questions\PublicInterface:Public Member Functions | |
| __construct (Container $dic) | |
| getGeneralQuestionProperties (int $question_id) | |
| Returns an object containing the basic properties shared by all question types. More... | |
| areQuestionsAnsweredByUser (int $user_id, array $question_ids) | |
| Checks if an array of question ids is answered by a user or not. More... | |
Private Attributes | |
| GeneralQuestionPropertiesRepository | $general_questions_repository |
Definition at line 25 of file PublicInterface.php.
| ILIAS\TestQuestionPool\Questions\PublicInterface::__construct | ( | Container | $dic | ) |
Definition at line 29 of file PublicInterface.php.
References $dic.
| ILIAS\TestQuestionPool\Questions\PublicInterface::areQuestionsAnsweredByUser | ( | int | $user_id, |
| array | $question_ids | ||
| ) |
Checks if an array of question ids is answered by a user or not.
| array<int> | $question_ids user id array |
Definition at line 52 of file PublicInterface.php.
References $user_id.
| ILIAS\TestQuestionPool\Questions\PublicInterface::getGeneralQuestionProperties | ( | int | $question_id | ) |
Returns an object containing the basic properties shared by all question types.
Definition at line 42 of file PublicInterface.php.
|
private |
Definition at line 27 of file PublicInterface.php.