public function LongAnswerUnitTest::testSaveDeleteScoreAnswer in Quiz 6.4
Same name and namespace in other branches
- 6.6 question_types/long_answer/long_answer.test \LongAnswerUnitTest::testSaveDeleteScoreAnswer()
- 6.3 question_types/long_answer/long_answer.test \LongAnswerUnitTest::testSaveDeleteScoreAnswer()
- 6.5 question_types/long_answer/long_answer.test \LongAnswerUnitTest::testSaveDeleteScoreAnswer()
- 7 question_types/long_answer/long_answer.test \LongAnswerUnitTest::testSaveDeleteScoreAnswer()
- 7.4 question_types/long_answer/long_answer.test \LongAnswerUnitTest::testSaveDeleteScoreAnswer()
Test suite to write, update and delete answers.
File
- question_types/
long_answer/ long_answer.test, line 242 - Unit tests for the long_answer Module.
Class
- LongAnswerUnitTest
- Unit tests for the long_answer Module. @file
Code
public function testSaveDeleteScoreAnswer() {
//$this->unitTestSaveAnswer();
//$this->unitTestGetUnscoredAnswers();
//$this->unitTestScoreAnswer();
//$this->unitTestGetAnswer();
//$this->unitTestDeleteAnswer();
}