@ -1,4 +1,4 @@
right,wrong,wrong,wrong,1
wrong,right,wrong,right,2
-,-,-,-,3
wrong,right,wrong,wrong,2
wrong,wrong,right,wrong,3
-,-,-,-,4
@ -32,6 +32,16 @@ public class loadNextQuestion implements ActionListener {
}
else if (runGame.splitAns[4].equals("3")) {
if (e.getSource() == GameGui.AnswersBtn3) {
if (GameGui.questionNr != runGame.arrQuestions.length - 1) {
runGame StartGame = new runGame();
StartGame.run(GameGui.questionNr);
} else {
System.exit(0);