feat: adds Tyran's Quiz answers and adds Java port - #97
Conversation
anthonydmays
left a comment
There was a problem hiding this comment.
🎓 Automated Grading Report
Student: Tyran Rice
Date: 8/11/2025
Feedback
The student has successfully modified the code in lesson_02/quiz/src/lesson2.ts to provide correct answers to all 11 questions, meeting the functional requirements completely. Each UNANSWERED placeholder was replaced with the correct AnswerChoice, demonstrating a clear understanding of the quiz material. Additionally, the technical requirements were met as the code changes were correctly implemented with appropriate formatting and no syntax errors. The additional files in the submission, such as .gitattributes, .gitignore, and build.gradle.kts, suggest an effort to set up a Java project environment, which is not directly related to the quiz but shows initiative in managing the project structure. Overall, the student has demonstrated a strong grasp of both the functional and technical aspects of the assignment.
This is an automated preliminary review. Please review and adjust before finalizing.
Great work hanging in there! |
Quiz Answers And Quiz Java Port From Typescript
Answered some questions in Typescript for a quiz and then also made the entire quiz in Java.
Problems:
I had a lot of problems with the configuration and importing libraries
I also had problems with setting up gradle and also using an older gradle version with spring boot
Lessons Learned:
I learn some basic workflow of gradle and porting (this is was hard, took me around 10 hours to complete)
I also helped a few classmates on their projects
Took a walk when I got frustrated at the code