Removed erroneous print of list size from Assessment Generator
This commit is contained in:
parent
5138e5d5a7
commit
5686d30859
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ public class AssessmentGenerator {
|
||||||
// wordsToTranslate.add(Application.practiseList.get(wordToTranslatePlace));
|
// wordsToTranslate.add(Application.practiseList.get(wordToTranslatePlace));
|
||||||
// wordsToTranslate.toArray();
|
// wordsToTranslate.toArray();
|
||||||
// }
|
// }
|
||||||
System.out.println(practiseList.size());
|
|
||||||
if(practiseList.size() > 3) {
|
if(practiseList.size() > 3) {
|
||||||
if (((listOfAssessment.isEmpty()) || !(listOfAssessment.getLast() instanceof MatchTheMeaningQuestion))) {
|
if (((listOfAssessment.isEmpty()) || !(listOfAssessment.getLast() instanceof MatchTheMeaningQuestion))) {
|
||||||
generatedAssessment = generateMatchMeaning(practiseList);
|
generatedAssessment = generateMatchMeaning(practiseList);
|
||||||
|
|
Reference in a new issue