40 calls to QuizTestCase::linkQuestionToQuiz() in Quiz 7.6
- LongAnswerTestCase::testGradeAnswerManualFeedback in question_types/
long_answer/ long_answer.test - Test manually graded questions. Also test feedback here instead of its own test case.
- MatchingTestCase::testChoicePenalty in question_types/
matching/ matching.test - MatchingTestCase::testTakeQuestion in question_types/
matching/ matching.test - MultichoiceTestCase::testMultipleAnswers in question_types/
multichoice/ multichoice.test - Test multiple answers.
- MultichoiceTestCase::testQuestionFeedback in question_types/
multichoice/ multichoice.test - MultichoiceTestCase::testRandomOrder in question_types/
multichoice/ multichoice.test - Test random order of choices. @todo I don't know how we would test random questions.
- MultichoiceTestCase::testReorderingUI in question_types/
multichoice/ multichoice.test - Test the reordering UI.
- MultichoiceTestCase::testSimpleScoring in question_types/
multichoice/ multichoice.test - Test simple scoring.
- QuizCreationTestCase::testCloneQuiz in tests/
QuizCreationTestCase.test - Test cloning quizzes with questions.
- QuizCreationTestCase::testQuizRevisioning in tests/
QuizCreationTestCase.test - Test quiz revisioning.
- 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::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::testQuizResultAccess in tests/
QuizResultTestCase.test - Test access to results.
- QuizResultTestCase::testQuizResultCrud in tests/
QuizResultTestCase.test - Test result CRUD operations.
- 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::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.
- QuizTimerTestCase::testQuizTimer in tests/
QuizTimerTestCase.test - Test quiz timer expiration.
- ScaleTestCase::testTakeQuestion in question_types/
scale/ scale.test - ShortAnswerTestCase::testGradeAnswerInsensitive in question_types/
short_answer/ short_answer.test - Test case insensitive graded questions.
- 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.
- TrueFalseTestCase::testQuestionFeedback in question_types/
truefalse/ truefalse.test - TrueFalseTestCase::testTakeQuestion in question_types/
truefalse/ truefalse.test