Skip to content

Commit

Permalink
The persistent main now can generate questions for the videogames types
Browse files Browse the repository at this point in the history
  • Loading branch information
UO289845 committed Apr 18, 2024
1 parent 463ec80 commit 636661b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions questionGenerator/src/main/java/PersistentMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ private static List<Question> generateQuestions(QuestionGenerator qg) {
questions.addAll(run(qg, QuestionType.SIZE, 50));
questions.addAll(run(qg, QuestionType.HEAD_OF_GOVERMENT, 50));
questions.addAll(run(qg, QuestionType.DIRECTOR, 50));
questions.addAll(run(qg, QuestionType.VIDEOGAME_DEVELOPER, 50));
questions.addAll(run(qg, QuestionType.VIDEOGAME_PUBLISHER, 50));
questions.addAll(run(qg, QuestionType.VIDEOGAME_GENRE, 50));
return questions;
}

Expand Down

0 comments on commit 636661b

Please sign in to comment.