Skip to content

Commit

Permalink
Added the Director question type to the persistent main
Browse files Browse the repository at this point in the history
  • Loading branch information
UO289845 committed Apr 18, 2024
1 parent d65ca31 commit bc4df3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions questionGenerator/src/main/java/PersistentMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ private static List<Question> generateQuestions(QuestionGenerator qg) {
questions.addAll(run(qg, QuestionType.POPULATION, 50));
questions.addAll(run(qg, QuestionType.SIZE, 50));
questions.addAll(run(qg, QuestionType.HEAD_OF_GOVERMENT, 50));
questions.addAll(run(qg, QuestionType.DIRECTOR, 50));
return questions;
}

Expand Down

0 comments on commit bc4df3b

Please sign in to comment.