Lightning-AI / dl-fundamentals

Deep Learning Fundamentals -- Code material and exercises
https://lightning.ai/pages/courses/deep-learning-fundamentals/
320 stars 149 forks source link

Quizzes report FP but do not report FN when multiple answers are valid #54

Open rasbt opened 1 year ago

rasbt commented 1 year ago

Discussed in https://github.com/Lightning-AI/dl-fundamentals/discussions/17

Originally posted by **agaldran** January 16, 2023 Just as the title shows, if a valid answer is not marked, this error will not be reported and we don't know we got it wrong, see below: ![image](https://user-images.githubusercontent.com/4498444/212799570-3349f839-5371-463b-8da4-ea010e6da0a6.png) Above, the first option was also a valid answer, I did not mark it, but this was not repored as incorrect. Thanks for the materials!
rasbt commented 1 year ago

Converted this to an issue to address this in the future. Will need some focus time with our web devs to tackle that.