@ -2,4 +2,3 @@ right,wrong,wrong,wrong,1
wrong,right,wrong,wrong,2
wrong,wrong,right,wrong,3
wrong,wrong,wrong,right,4
-,-,-,-,1
@ -2,4 +2,3 @@ test1
test2
test3
test4
test5
@ -50,6 +50,9 @@ public class loadNextQuestion implements ActionListener {
if (GameGui.questionNr != runGame.arrQuestions.length - 1) {
runGame StartGame = new runGame();
StartGame.run(GameGui.questionNr);
} else {
GameGui gameWin = new GameGui ();
gameWin.createWinningPanel();
}