Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
Java Coursework
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simon Barrett
Java Coursework
Commits
32e096b8
Commit
32e096b8
authored
3 years ago
by
Simon Barrett
Browse files
Options
Downloads
Patches
Plain Diff
Version 1 Completed
parent
4f23135e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
out/production/java-cw1-attempt-2/QuizSystem.class
+0
-0
0 additions, 0 deletions
out/production/java-cw1-attempt-2/QuizSystem.class
src/QuizSystem.java
+1
-0
1 addition, 0 deletions
src/QuizSystem.java
with
1 addition
and
0 deletions
out/production/java-cw1-attempt-2/QuizSystem.class
+
0
−
0
View file @
32e096b8
No preview for this file type
This diff is collapsed.
Click to expand it.
src/QuizSystem.java
+
1
−
0
View file @
32e096b8
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment