Skip to content

Commit

Permalink
chore: more details for lesson 03
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
  • Loading branch information
anthonydmays committed Mar 2, 2024
1 parent 54f391c commit 1babb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesson_03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
In this assignment, you will modify a new project to include three quiz questions based on the content you've learned in this course so far. Feel free to choose any topic for your questions.

1. You will create a quiz file in the [quizzes folder][quizzes-folder]. You should model yours after the example provided in [AnthonyMaysQuiz.java][quiz-example]. Note that the name of the file you create should match the name of the class in the file.
2. Make sure to provide a unique provider name for your questions provider:
2. Make sure to provide a unique provider name for your questions provider. You'll need this name to provide answers in step 4.
```java
public String getProviderName() {
return "<your unique name goes here>";
Expand Down

0 comments on commit 1babb73

Please sign in to comment.