Compare commits
2 Commits
kkk
...
ba2b96e623
| Author | SHA1 | Date | |
|---|---|---|---|
|
ba2b96e623
|
|||
|
16bec4bb48
|
@@ -1,6 +1,7 @@
|
||||
# AndreStork's Rahoot Quizzes
|
||||
I miei quiz di Rahoot, l'alternativa self-hosted a Kahoot
|
||||
## Categorie
|
||||
- **Quiz ITIS:** quiz delle classe dell'ITIS che Andrea ha frequentato negli anni (soprattutto triennio)
|
||||
- **Quiz Razzismo (`razzismo`):** potrei definirli come quiz che usano il "racism language" degli Instagram reels, **NON incito a (e NON voglio assolutamente) seguire effettivamente questa linea di pensiero**
|
||||
## Installazione
|
||||
È sufficiente fare un clone del repository e copiare i quiz desiderati nella cartella `quizz` della propria istanza.
|
||||
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"subject": "QuizzITIS",
|
||||
"questions": [
|
||||
{
|
||||
"question": "What is the correct answer?",
|
||||
"answers": ["No", "Yes", "No", "No"],
|
||||
"solution": 1,
|
||||
"cooldown": 5,
|
||||
"time": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user