This commit is contained in:
osp1 2020-05-01 15:55:10 +01:00
commit 1f425811ae
20 changed files with 40 additions and 42 deletions

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) AddWordController.java 0,1 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) Application.java 0,2 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) DictionaryController.java 0,1 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/

View file

@ -1,4 +1,4 @@
/**
/*
* @(#) FlashcardController.java 0,1 2020/05/01
*
* Copyright (c) 2020 Aberystwyth University.

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) MatchTheMeaningController.java 0,1 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) PracticeListController.java 0.2 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) ScreenSwitch.java 0.1 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/

View file

@ -1,4 +1,4 @@
/**
/*
* @(#) SharedCodeController.java 0,1 2020/05/01
*
* Copyright (c) 2020 Aberystwyth University.

View file

@ -1,4 +1,4 @@
/**
/*
* @(#) SixMeaningsController.java 0,1 2020/05/01
*
* Copyright (c) 2020 Aberystwyth University.

View file

@ -1,10 +1,8 @@
/**
@(#) TranslationController.java 1.1 2020/05/01
Copyright (c) 2020 Aberystwyth University.
All rights reserved.
/*
* @(#) TranslationController.java 1.1 2020/05/01
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/
package uk.ac.aber.cs221.group20.javafx;

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) DictionaryEntry.java 0,1 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) JsonProcessing.java 0,1 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) AssessmentGenerator.java 0,1 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) MatchTheMeaningQuestion.java 0,1 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) Question.java 0,1 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/
@ -118,7 +118,7 @@ public class Question {
/**
* Resets the score to 0 for the next test.
*/
private static void resetScore(){
public static void resetScore(){
correctAnswers = 0;
wrongAnswers =0;
}

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) SixMeaningsQuestion.java 0,1 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) TranslationQuestion.java 0,1 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) DictionaryEntryTest.java 0,1 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/

View file

@ -1,4 +1,4 @@
/**
/*
* @(#) JSONTest.java 0,1 2020/05/07
*
* Copyright (c) 2020 Aberystwyth University.

View file

@ -1,6 +1,6 @@
/**
/*
* @(#) QuestionTest.java 0,1 2020/05/01
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/