Fixed QuestionTest and changed Copyright notice @ AssessmentGenTest
This commit is contained in:
parent
1f425811ae
commit
0dd12a9192
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* @(#) AssessmentGeneratorTest.java 0,1 2020/05/01
|
* @(#) AssessmentGeneratorTest.java 0,1 2020/05/01
|
||||||
* <p>
|
*
|
||||||
* Copyright (c) 2020 Aberystwyth University.
|
* Copyright (c) 2020 Aberystwyth University.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -113,7 +113,7 @@ class QuestionTest {
|
||||||
correctEntryList.add("welsh3");
|
correctEntryList.add("welsh3");
|
||||||
correctEntryList.add("welsh4");
|
correctEntryList.add("welsh4");
|
||||||
|
|
||||||
AssessmentGenerator.isEnglish = true;
|
AssessmentGenerator.isEnglishList = true;
|
||||||
|
|
||||||
Question.resetScore();
|
Question.resetScore();
|
||||||
|
|
||||||
|
|
Reference in a new issue