-
Notifications
You must be signed in to change notification settings - Fork 4
Add machine learning where is my understanding quiz #308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add machine learning where is my understanding quiz #308
Conversation
@sof202 The website plumbing side of things looks great! It works locally on my machine. Sometimes the cache issues as you mentioned can cause the weird behaviour, as the partial build with |
Ah that makes sense. I won't be doing this because a clean build takes ~30 minutes on my machine |
🚦 Pa11y Accessibility ReportRunning Pa11y on 7 URLs:
✔ 7/7 URLs passed
|
@sof202 @FinleyGibson The accessibility issue present in this PR is down to the colors that JupyterQuiz uses for multile choice correct answers, and so this question:
The accessibiliy errors stems from the above question in the .json file located in the quizzes directory. I'm currently initiating a discussion upstream with the JupyterQuiz project to address these accessibility concerns and work toward WCAG 2.2 compliance. In the meantime, the most straightforward workaround might be to modify the question so that only one of the answers is marked as true, as it uses an accessible color scheme in that case. Hopefully that is a workable solution that wont impact the quiz to much? |
Yeah that's fine, it was just that machine learning isn't a well defined term (and this was expressed in the course). I can rectify this |
@sof202 Feel free to include that qualification within the question and have a single answer that composes both of the true answers currently there into a single answer. |
90aa4db
into
coding-for-reproducible-research:main
This adds the 'where is my understanding' quiz for the 'Introduction to machine learning' python course.
Closes #235
Details
I'm not 100% sure if I've added this in the intended way as I couldn't find any direct guidance anywhere:
jupyterquiz
, however I didn't run the block in the notebook myself as I didn't see this being necessary (builds just fine). I can run the codeblock if this is required._toc.yml
Bugs
Not sure if this is a bug or just my browser caching pages, but the page doesn't always appear in the sidebar for some reason:
From here it does:
From here it doesn't:
