From ba2b96e623f558933ae5963d05ad64929eeba118 Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Thu, 9 Apr 2026 12:44:14 +0200 Subject: [PATCH] Aggiunto quiz base itis --- itis1.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 itis1.json diff --git a/itis1.json b/itis1.json new file mode 100644 index 0000000..e49f2f2 --- /dev/null +++ b/itis1.json @@ -0,0 +1,12 @@ +{ + "subject": "QuizzITIS", + "questions": [ + { + "question": "What is the correct answer?", + "answers": ["No", "Yes", "No", "No"], + "solution": 1, + "cooldown": 5, + "time": 15 + } + ] +} \ No newline at end of file