Merge branch 'master' of https://gitlab.dcs.aber.ac.uk/ncw/gp20
This commit is contained in:
commit
80b5ac99b7
1 changed files with 2 additions and 2 deletions
|
@ -67,10 +67,10 @@ public class TranslationController {
|
|||
|
||||
|
||||
if(AssessmentGenerator.isEnglish){
|
||||
wordToTranslate.setText(answer.getWelsh());
|
||||
wordToTranslate.setText(answer.getEnglish());
|
||||
}
|
||||
else{
|
||||
wordToTranslate.setText(answer.getEnglish());
|
||||
wordToTranslate.setText(answer.getWelsh());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue