You are here

29 calls to QuizTestCase::drupalCreateQuiz() in Quiz 7.6

MatchingTestCase::testChoicePenalty in question_types/matching/matching.test
MatchingTestCase::testTakeQuestion in question_types/matching/matching.test
QuizFeedbackTestCase::testAnswerFeedback in tests/QuizFeedbackTestCase.test
Test question feedback. Note that we are only testing if any feedback displays, each question type has its own tests for testing feedback returned from that question type.
QuizFeedbackTestCase::testQuestionBodyFeedback in tests/QuizFeedbackTestCase.test
Test Quiz question body feedback.
QuizFeedbackTestCase::testQuestionFeedback in tests/QuizFeedbackTestCase.test
Test general Quiz question feedback.
QuizNavigationTestCase::testQuestionNavigationBackwards in tests/QuizNavigationTestCase.test
Test preventing backwards navigation of questions.
QuizNavigationTestCase::testQuestionNavigationBasic in tests/QuizNavigationTestCase.test
Test the question navigation and access.
QuizNavigationTestCase::testQuestionNavigationJumping in tests/QuizNavigationTestCase.test
Test that all questions are available when quiz jumping is on.
QuizNavigationTestCase::testQuestionNavigationSkipping in tests/QuizNavigationTestCase.test
Test that a user can skip a question.
QuizPageTestCase::testQuizPageParentage in question_types/quiz_page/QuizPageTestCase.test
Test that question parentage saves.
QuizRandomTestCase::testCategorizedRandomQuestions in tests/QuizRandomTestCase.test
Test pulling questions from categories.
QuizRandomTestCase::testRandomOrder in tests/QuizRandomTestCase.test
Test random order of questions.
QuizRandomTestCase::testRandomOrderInPages in tests/QuizRandomTestCase.test
Test that questions inside of pages are shuffled.
QuizRandomTestCase::testRandomQuestions in tests/QuizRandomTestCase.test
Test random plus required questions from a pool.
QuizResultTestCase::testBuildOnLastAttempt in tests/QuizResultTestCase.test
Test the build on last attempt functionality.
QuizResultTestCase::testFieldableResults in tests/QuizResultTestCase.test
Test fieldable Quiz results.
QuizResultTestCase::testPassRateSummary in tests/QuizResultTestCase.test
Test the various result summaries and pass rate.
QuizResultTestCase::testResultPruning in tests/QuizResultTestCase.test
Test the all, best, and last quiz result pruning.
QuizTakingTestCase::testChangeAnswer in tests/QuizTakingTestCase.test
Test allow/restrict changing of answers.
QuizTakingTestCase::testQuestionRepeatUntilCorrect in tests/QuizTakingTestCase.test
Test the repeat until correct behavior. We do not have to test what type of feedback shows here, that is tested elsewhere.
QuizTakingTestCase::testQuizAvailability in tests/QuizTakingTestCase.test
Test the quiz availability tests.
QuizTakingTestCase::testQuizNoResuming in tests/QuizTakingTestCase.test
Test the quiz not resuming from database.
QuizTakingTestCase::testQuizResuming in tests/QuizTakingTestCase.test
Test the quiz resuming from database.
QuizTakingTestCase::testViewQuestionsOutsideQuiz in tests/QuizTakingTestCase.test
Test the 'view quiz question outside of a quiz' permission.
QuizTestCase::linkQuestionToQuiz in tests/QuizTestCase.test
Link a question to a new or provided quiz.
QuizTimerTestCase::testQuizTimer in tests/QuizTimerTestCase.test
Test quiz timer expiration.
ShortAnswerTestCase::testGradeAnswerManualFeedback in question_types/short_answer/short_answer.test
Test manually graded questions.
ShortAnswerTestCase::testGradeAnswerRegex in question_types/short_answer/short_answer.test
Test regex graded questions.
ShortAnswerTestCase::testGradeAnswerSensitive in question_types/short_answer/short_answer.test
Test case sensitive graded questions.