Skip to content
Snippets Groups Projects
Commit 32e096b8 authored by Simon Barrett's avatar Simon Barrett
Browse files

Version 1 Completed

parent 4f23135e
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -137,6 +137,7 @@ public class QuizSystem {
*/
public static Lesson chooseLessonToComplete(Module module) {
// List all the Lessons in the module, User inputs lesson choice and this is saved as a variable
module.listAll();
int choice = ScannerExtension.scanForUserIntChoice(module.getLessonsArrayLength());
Lesson chosenLesson = module.getLesson(choice);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment