Skip to content
Snippets Groups Projects
Commit 96c270c1 authored by BRICHE Louis's avatar BRICHE Louis
Browse files

fix next quizz

parent f2dc59ae
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ public class DefaultQuiz {
}
public static Quiz next(int actualQuizz){
return QUIZ_LIST.get(actualQuizz);
return QUIZ_LIST.get(actualQuizz + 1);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment