https://github.com/pixelb/console-quiz
utilities for presenting a table quiz at the console
https://github.com/pixelb/console-quiz
Last synced: about 1 month ago
JSON representation
utilities for presenting a table quiz at the console
- Host: GitHub
- URL: https://github.com/pixelb/console-quiz
- Owner: pixelb
- Created: 2020-02-24T13:09:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T11:52:15.000Z (over 6 years ago)
- Last Synced: 2025-03-21T15:16:32.471Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
These are 40 questions and answers I gave to a coder dojo group,
with supporting utilties to display questions and answers at the console.
`show-questions` is a python program than shows all questions
`show-answers` is a shell program that diffs questions.txt and questions-answers.txt
for a particular round, starting at 1
questions-answers.txt is created first, with a blank line separating questions.
When finised, just delete the answers in a copy called questions.txt
The 40 example questions here took about 90 minutes to go through.
The teams were given standard blank table quiz sheets to fill out their answers.