feat: adds evanderblue lesson_03 assignment - #119
Conversation
anthonydmays
left a comment
There was a problem hiding this comment.
🎓 Automated Grading Report
Student: Evander Blue
Date: 8/13/2025
Feedback
The submission includes three quiz questions that are relevant to the topics of git and computer architecture. However, there are issues with the answers provided. In the evander_blue_quiz.ts file, the correct answers for the multiple-choice questions are not specified, as the AnswerChoice.UNANSWERED placeholder is still present. This prevents the questions from having at least one correct answer, which is a requirement. Additionally, while the question about RAM is correctly answered, it should be formatted as a multiple-choice question to maintain consistency with the others. The grammar and spelling are correct, meeting the criteria for proper language use.
On the technical side, the student successfully created a new quiz class named EvanderBlueQuiz and registered it in the quizzes.module.ts file. The answers are encrypted using bcrypt and configured in the quiz.yaml file with the correct provider name. However, the lack of specified correct answers in the code affects the overall functionality. To improve, the student should replace the AnswerChoice.UNANSWERED placeholders with the correct answer choices and ensure all questions are consistently formatted as multiple-choice.
This is an automated preliminary review. Please review and adjust before finalizing.
anthonydmays
left a comment
There was a problem hiding this comment.
🎓 Automated Grading Report
Student: Evander Blue
Date: 8/13/2025
Feedback
The submission partially meets the functional requirements. The student added three quiz questions, two of which relate to relevant topics (git and computer architecture). However, the questions lack proper completion as the correct answers are not specified (marked as 'UNANSWERED'). This omission makes it impossible to provide a correct answer choice, which is a key requirement. Additionally, the question about RAM is not formatted as a multiple-choice question, which may not align with the expected format for all questions. On the technical side, the student successfully created a new quiz class named 'EvanderBlueQuiz' and registered it in the quizzes module. The answers were encrypted using bcrypt and correctly configured in the 'quiz.yaml' file. Despite these technical successes, the lack of complete functional implementation impacts the overall effectiveness of the submission. To improve, ensure all questions have specified correct answers and maintain consistent question formats.
This is an automated preliminary review. Please review and adjust before finalizing.
9ddacf6 to
ed963cf
Compare
anthonydmays
left a comment
There was a problem hiding this comment.
Please resolve the merge conflicts and I'll get this in for you.
0aff1d3 to
c1439cb
Compare
This pull request adds all the needed files for the homework assignment. it includes the three files that were need to run my version of the quiz.