From b1fb8be1e269fef6b3e4a592858d05b3b4e73f0b Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Tue, 31 Mar 2026 10:53:21 +0200 Subject: [PATCH] Creato KKK Quiz 1 e aggiunta prima domanda --- razzismo1.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 razzismo1.json diff --git a/razzismo1.json b/razzismo1.json new file mode 100644 index 0000000..8b59f08 --- /dev/null +++ b/razzismo1.json @@ -0,0 +1,12 @@ +{ + "subject": "The KKK Quiz 1.0", + "questions":[ + { + "question": "Chi ha messo in scena l'attentato dell'11 settembre?", + "answers": ["Saddam Hussein", "Al Quaeida", "Gli ebrei", "JFK"], + "solution": 2, + "cooldown": 3, + "time": 15 + } + ] +}