-
Notifications
You must be signed in to change notification settings - Fork 59
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
Quizz #148
base: main
Are you sure you want to change the base?
Quizz #148
Conversation
Published at https://cs-pub-ro.github.io/operating-systems/148/ |
This provides us with interactive quizzes intead of a plain webpage. Also fix broken quiz paths. Signed-off-by: Teodor Dutu <[email protected]>
Signed-off-by: MadlenaB <[email protected]>
- Use the `quizzify` plugin in `config.yaml` - Modify `gen-view.py` to fix paths to questions - Add `.view/` to `.gitignore` Signed-off-by: MadlenaB <[email protected]> Signed-off-by: Teodor Dutu <[email protected]>
Published at https://cs-pub-ro.github.io/operating-systems/148/ |
@MadlenaB, I fixed the config and Now it's up to you to fix the CI/CD failures [2]. Squash the commits into one with the same message as my last one and change the Dockerfile to whatever super-linter asks for. You can see the rendered quizzes here for example [3]. [1] https://github.com/cs-pub-ro/operating-systems/compare/b705a241beba0256e7918dd3de4ce41730bc4e52..1da35141460f6a82bad81781ad24bbdf3459c20e |
Prerequisite Checklist
Description of changes