Replace SixMeaningsQuestion.java
This commit is contained in:
parent
25f21ccef3
commit
82f02e5e16
1 changed files with 106 additions and 112 deletions
|
@ -8,7 +8,6 @@ package uk.ac.aber.cs22120.group20.selfassessment;
|
|||
|
||||
import javafx.fxml.FXML;
|
||||
import javafx.fxml.Initializable;
|
||||
import javafx.scene.control.ComboBox;
|
||||
import javafx.scene.control.Label;
|
||||
import javafx.scene.input.MouseEvent;
|
||||
import javafx.scene.text.Text;
|
||||
|
@ -116,7 +115,6 @@ public class SixMeaningsQuestion extends TranslationController implements Initia
|
|||
englishCounterpart = questions.get(0).getEnglish();
|
||||
|
||||
|
||||
|
||||
possibleAnswer1.setText(questions.get(orderList.get(0)).getEnglish());
|
||||
possibleAnswer2.setText(questions.get(orderList.get(1)).getEnglish());
|
||||
possibleAnswer3.setText(questions.get(orderList.get(2)).getEnglish());
|
||||
|
@ -171,10 +169,6 @@ public class SixMeaningsQuestion extends TranslationController implements Initia
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private void prepare() {
|
||||
getWords(Application.dictionary);
|
||||
setWords(wordSet, orderList);
|
||||
|
|
Reference in a new issue