Commit graph

572 commits

Author SHA1 Message Date
top19
05fb74f9e8 Fixed and documented JSONTest. 2020-04-30 16:40:19 +01:00
osp1
fa72ad88cb Dictionary search is now closer to AT1
- Search now searches the beginning of words based on search language.
2020-04-30 16:30:29 +01:00
maj83
d108d1d028 Update SixMeaningsController.java 2020-04-30 16:14:25 +01:00
maj83
8bfdfd1c8b Update matchthemeaning.fxml 2020-04-30 16:13:09 +01:00
law39
c2e93150e7 Updated Assessment Generator
Assessment Generator has now been re-indented to have 3 spaces instead of 4
2020-04-30 16:11:08 +01:00
law39
a04d40af17 Merge remote-tracking branch 'origin/master' 2020-04-30 15:58:42 +01:00
law39
7d66185e82 Updated Translation Question Class
Corrected Javadoc tag.
Removed redundant imports.
Made variables final if possible.
2020-04-30 15:58:33 +01:00
law39
7cf9e2cfd6 Updated Six Meanings Class
Corrected Javadoc tag
Made variables final if possible
Removed redundant imports
2020-04-30 15:57:28 +01:00
top19
def72d7efc Fixed a number of warnings in the fxml files. 2020-04-30 15:54:52 +01:00
law39
ef6b6bca11 Updated Question Class
Switched from StringBuilder to String as simpler and  easier to maintain
2020-04-30 15:49:57 +01:00
Henry Dugmore
3cdaa7d442 Merge branch 'master' of https://gitlab.dcs.aber.ac.uk/ncw/gp20 2020-04-30 15:49:36 +01:00
Henry Dugmore
d0259e29cb Added javadoc for addwordcontroller
added javadoc for addwordcontroller
2020-04-30 15:48:48 +01:00
law39
6c4d4834c4 Updated Match the Meaning Question Class
Made all variable I can final and corrected mistake in Javadoc tag
2020-04-30 15:48:29 +01:00
law39
b26a0d31a6 Updated Assessment Generator Class
Assessment Generator now only has warnings related to JavaDoc
2020-04-30 15:40:32 +01:00
law39
a2a79f4745 Added JavaDoc to selfassessment package
Added JavaDocs to classes in the selfassessment package as provided by Brad Corbett (brc9)
2020-04-30 15:32:05 +01:00
law39
8a8a4f1277 Removed Primary and Secondary FXML
Primary and Secondary FXML are no longer used and have been removed.
2020-04-30 15:21:47 +01:00
law39
4cc0451b73 Merge remote-tracking branch 'origin/master' 2020-04-30 15:11:14 +01:00
maj83
ec896b5952 Updated sixmeanings.fxml 2020-04-30 15:08:55 +01:00
maj83
e0d8414a7e Updated matchthemeaning.fxml 2020-04-30 15:08:31 +01:00
law39
f1d7cd1ea1 Translation Controller updated
Translation Controller now uses terminology consistent with other Questions by displaying Correct and total answers, rather than correct and wrong answers.
2020-04-30 14:43:56 +01:00
law39
1fc178be0c Assessment Generator Updated
Assessment Generator now stores the total correct answers and the total number of answers attempted.
It also displays the final score as a percentage with a maximum of two decimal places.
2020-04-30 14:42:09 +01:00
law39
20d6e5e874 Updated Six Meanings Controller
Six Meanings Controller is now consistent with other Questions in displaying correct and total answers from the Assessment Generator
2020-04-30 14:38:36 +01:00
law39
49a8d54bc5 Match the Meaning Controller Updated
Match the Meaning Controller now contains an Alert which is displayed if the user attempts to submit answers to the question with duplicate answers
2020-04-30 14:35:31 +01:00
law39
03e2a824bc Question Class Updated
Question Class now handles a dialogue box containing the User's feedback much better.
Now provides a breakdown of each question and which the user got correct.
2020-04-30 14:34:24 +01:00
law39
366c10984b Updated Match the meaning FXML
Now reads total answers than Wrong answers
2020-04-30 14:32:53 +01:00
top19
7a35413498 Removde tilted pane from translation and sixmeanings fxml. 2020-04-30 13:45:07 +01:00
top19
643de20ef9 Merge branch 'master' of https://gitlab.dcs.aber.ac.uk/ncw/gp20 2020-04-30 13:18:00 +01:00
top19
2ff007d378 Make the practice and dictionary sort by language sort by default 2020-04-30 13:17:28 +01:00
Brad Corbett
467a54f2c0 Updated QuestionTest class. 2020-04-30 13:02:12 +01:00
law39
dd987ba58b Merge remote-tracking branch 'origin/master' 2020-04-30 12:48:43 +01:00
law39
8a9de02e74 Assessment now gives a final score in percentage
Percentage is preferable rather than display the arbitrary number of wrong answers generated by the six meaning assessment.
2020-04-30 12:48:38 +01:00
top19
5b1ac5896d Merge branch 'master' of https://gitlab.dcs.aber.ac.uk/ncw/gp20 2020-04-30 12:46:47 +01:00
top19
70edefd4a6 Updated flashcard to display based on the language sort. 2020-04-30 12:46:19 +01:00
maj83
becf069f04 Changed checkAnswer method. 2020-04-30 12:39:44 +01:00
law39
0c56cfd033 Merge remote-tracking branch 'origin/master' 2020-04-30 12:34:09 +01:00
law39
fdf09aba31 Added Feedback to assessment
At the end of each assessment, the user is told the correct answer, and if their answer was correct
2020-04-30 12:34:03 +01:00
osp1
937b6beee8 Made wordType enum and added words are now in PL 2020-04-30 12:33:18 +01:00
Brad Corbett
c19822023a Merge branch 'master' of https://gitlab.dcs.aber.ac.uk/ncw/gp20 2020-04-30 12:24:00 +01:00
Brad Corbett
c8ccba45db Added updated QuestionTest class. 2020-04-30 12:23:25 +01:00
osp1
31bbd11187 Refactored practiseList>practiceList in Flashcard 2020-04-30 12:16:39 +01:00
osp1
d8ef5b0b2e Merge branch 'master' of https://gitlab.dcs.aber.ac.uk/ncw/gp20 2020-04-30 12:14:36 +01:00
osp1
e7d1d09130 Refactored practiseList->practiceList in Generator 2020-04-30 12:13:31 +01:00
law39
ddeb1b60b8 Merge remote-tracking branch 'origin/master' 2020-04-30 12:12:55 +01:00
law39
3ace4ac40d Added TestFX to module.info
TestFX is now exported to the test package.
2020-04-30 12:12:52 +01:00
osp1
37d597f356 Refactored practiseList to practiceList 2020-04-30 12:11:41 +01:00
top19
86ac605086 Merge branch 'master' of https://gitlab.dcs.aber.ac.uk/ncw/gp20 2020-04-30 12:04:55 +01:00
top19
1d40ac93a8 Changed flashcard to flip an image instead of a rectangle. 2020-04-30 12:04:05 +01:00
law39
0d54e54d99 Fixed Assessment Generator
Assessment would not run due to a logic error causing a null reference exception, this is now fixed.
2020-04-30 12:03:57 +01:00
law39
05b7c10014 Merge remote-tracking branch 'origin/master' 2020-04-30 11:47:09 +01:00
law39
0d38840842 Fixed broken JUnit setup 2020-04-30 11:46:55 +01:00