Move todos to issues and add instructions to README
This commit is contained in:
parent
99fe1e25ce
commit
8a57b0cd84
21
README.md
21
README.md
|
@ -1,19 +1,14 @@
|
||||||
FS-Quiz-Tool
|
FS Quiz Tool
|
||||||
============
|
============
|
||||||
|
|
||||||
Tool for fs teams to train for registration qualification quizzes
|
Tool for fs teams to train for registration qualification quizzes
|
||||||
|
|
||||||
## ToDo
|
To start the app run
|
||||||
|
|
||||||
- Show answers and correctness
|
```bash
|
||||||
- Server systemd service file
|
# clone, cd into repo
|
||||||
|
pip install -e .
|
||||||
|
python3 -m fs-quiz-tool-db
|
||||||
|
```
|
||||||
|
|
||||||
## Long term plans
|
Then, open <http://localhost:12345> in your browser.
|
||||||
|
|
||||||
- Other versions but FSCzech:
|
|
||||||
- FSG (5-10m per Q, fail Q if timeout, forced to next Q)
|
|
||||||
- FSA (5-10m per Q, can hand in after timeout but timer for next question runs already. Shows how many teams have answered already)
|
|
||||||
- FSEast (All questions at once, one try)
|
|
||||||
- FSSpain (Sequentially like FSG, but can hand in about 3 times)
|
|
||||||
- FSSwitzerland (Sequentially without time limit)
|
|
||||||
- Penalties/Bonuses
|
|
||||||
|
|
Loading…
Reference in New Issue