You are here

abstract public function QuizQuestionTestCase::testCreateQuizQuestion in Quiz 7.5

Same name and namespace in other branches
  1. 7.6 question_types/quiz_question/QuizQuestionTestCase.test \QuizQuestionTestCase::testCreateQuizQuestion()

Every question test should implement a test for creation of its own question.

8 methods override QuizQuestionTestCase::testCreateQuizQuestion()
LongAnswerTestCase::testCreateQuizQuestion in question_types/long_answer/long_answer.test
Test adding and taking a long answer question.
MatchingTestCase::testCreateQuizQuestion in question_types/matching/matching.test
Test adding and taking a matching question.
MultichoiceTestCase::testCreateQuizQuestion in question_types/multichoice/multichoice.test
Create a default MCQ with default settings.
QuizDirectionsTestCase::testCreateQuizQuestion in question_types/quiz_directions/QuizDirectionsTestCase.test
Test adding and taking a quiz directions question.
QuizPageTestCase::testCreateQuizQuestion in question_types/quiz_page/QuizPageTestCase.test
Test adding and taking a quiz page question.

... See full list

File

question_types/quiz_question/QuizQuestionTestCase.test, line 49
Unit tests for the quiz question Module.

Class

QuizQuestionTestCase
Base test class for Quiz questions.

Code

public abstract function testCreateQuizQuestion();