You should follow these steps exactly as you set up your repo. Failure to do so will result in a compilation error when you submit your code.
- Clone the Repo
- When you get your question from Autolab, right-click the "quiz" package, hover over "New" and click "Java Class"
- For each question, type in the exact name of the classes as specified in Autolab (case-sensitive. ClassName != classname).
You have a test package containing a class named QuizTest. You may write whatever unit tests you wish in this class, but they will not be considered by the autograder and are completely optional. If you choose to write them, keep in mind that your tests will not be checked for correctness.