67 calls to QuizTestCase::linkQuestionToQuiz() in Quiz 7.5
- LongAnswerTestCase::testEditQuestionResponse in question_types/
long_answer/ long_answer.test - Test that the question response can be edited.
- LongAnswerTestCase::testFilterFormats in question_types/
long_answer/ long_answer.test - Test that rubric and answer filter settings are respected.
- LongAnswerTestCase::testGradeAnswerManualFeedback in question_types/
long_answer/ long_answer.test - Test manually graded questions.
- MatchingTestCase::testChoicePenalty in question_types/
matching/ matching.test - Test if the penalty system for guessing wrong work.
- MatchingTestCase::testEditQuestionResponse in question_types/
matching/ matching.test - Test that the question response can be edited.
- MatchingTestCase::testTakeQuestion in question_types/
matching/ matching.test - Test using a matching question inside a quiz.
- MultichoiceTestCase::testAnswerMultiRestore in question_types/
multichoice/ multichoice.test - Test restoring a multiple choice answer.
- MultichoiceTestCase::testAnswerSingleRestore in question_types/
multichoice/ multichoice.test - Test restoring a single choice answer.
- MultichoiceTestCase::testEditQuestionResponse in question_types/
multichoice/ multichoice.test - Test that the question response can be edited.
- 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.
- MultichoiceTestCase::testReorderingUI in question_types/
multichoice/ multichoice.test - Test the reordering UI.
- MultichoiceTestCase::testSimpleScoring in question_types/
multichoice/ multichoice.test - Test simple scoring.
- QuizAccessTestCase::testQuizOwnerResultEdit in tests/
QuizAccessTestCase.test - Test quiz authors being able to score results for own quiz.
- QuizAccessTestCase::testQuizTakerAnswerScore in tests/
QuizAccessTestCase.test - Test quiz takers being able to grade their own results.
- QuizCreationTestCase::testCloneQuiz in tests/
QuizCreationTestCase.test - Test cloning quizzes with questions.
- QuizCreationTestCase::testQuestionRevisionActions in tests/
QuizCreationTestCase.test - Test quiz revisioning.
- QuizCreationTestCase::testQuizNoRevisioning in tests/
QuizCreationTestCase.test - Test quiz with revisioning off.
- QuizCreationTestCase::testQuizRevisioning in tests/
QuizCreationTestCase.test - Test quiz revisioning.
- QuizFeedbackTestCase::testAnswerFeedback in tests/
QuizFeedbackTestCase.test - Test question feedback.
- QuizFeedbackTestCase::testFeedbackTimes in tests/
QuizFeedbackTestCase.test - Test different feedback times.
- QuizFeedbackTestCase::testNoFeedback in tests/
QuizFeedbackTestCase.test - Test no feedback.
- QuizFeedbackTestCase::testQuestionBodyFeedback in tests/
QuizFeedbackTestCase.test - Test Quiz question body feedback.
- QuizFeedbackTestCase::testQuestionFeedback in tests/
QuizFeedbackTestCase.test - Test general Quiz question feedback.
- QuizGradingTestCase::testManualWeightedScore in tests/
QuizGradingTestCase.test - Test question weights.
- QuizGradingTestCase::testWeightedScore in tests/
QuizGradingTestCase.test - Test question weights.
- 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::testPageFeedback in question_types/
quiz_page/ QuizPageTestCase.test - QuizPageTestCase::testQuizPageParentage in question_types/
quiz_page/ QuizPageTestCase.test - Test that question parentage saves.
- QuizQuestionNumbering::testQuestionNumbering in tests/
QuizQuestionNumberingTestCase.test - 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::testBrokenResults in tests/
QuizResultTestCase.test - Test that deleting a question from a Quiz doesn't result in a fatal error.
- 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::testQuizResultAnswerExport in tests/
QuizResultTestCase.test - Test our wildcard answer exporter.
- QuizResultTestCase::testQuizResultBundles in tests/
QuizResultTestCase.test - Test quiz result bundles.
- 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::testAnswerOnOldQuizRevisioning in tests/
QuizTakingTestCase.test - Make sure a user can answer or skip an old question's revision.
- QuizTakingTestCase::testAnswerSkipped in tests/
QuizTakingTestCase.test - Test that a user can answer a skipped question.
- QuizTakingTestCase::testChangeAnswer in tests/
QuizTakingTestCase.test - Test allow/restrict changing of answers.
- QuizTakingTestCase::testMarkDoubtful in tests/
QuizTakingTestCase.test - Test the mark doubtful functionality.
- QuizTakingTestCase::testQuestionCount in tests/
QuizTakingTestCase.test - Verify non gradable questions are excluded from counts.
- QuizTakingTestCase::testQuestionRepeatUntilCorrect in tests/
QuizTakingTestCase.test - Test the repeat until correct behavior.
- QuizTakingTestCase::testQuizMaxAttempts in tests/
QuizTakingTestCase.test - 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::testEditQuestionResponse in question_types/
scale/ scale.test - Test that the question response can be edited.
- ScaleTestCase::testTakeQuestion in question_types/
scale/ scale.test - ShortAnswerTestCase::testEditQuestionResponse in question_types/
short_answer/ short_answer.test - Test that the question response can be edited.
- 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::testEditQuestionResponse in question_types/
truefalse/ truefalse.test - Test that the question response can be edited.
- TrueFalseTestCase::testQuestionFeedback in question_types/
truefalse/ truefalse.test - Test incorrect question with all feedbacks on.
- TrueFalseTestCase::testTakeQuestion in question_types/
truefalse/ truefalse.test