From 6601cc05101180df8e53a2fd342fe1e023e8aead Mon Sep 17 00:00:00 2001 From: qvdz Date: Mon, 19 Jan 2026 03:41:07 +0000 Subject: [PATCH] Add G003.json --- G003.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 G003.json diff --git a/G003.json b/G003.json new file mode 100644 index 0000000..7ccb718 --- /dev/null +++ b/G003.json @@ -0,0 +1,21 @@ +{ + "id": "G003", + "question": "Which sound corresponds to a 'roaring lion'?", + "request": "Choose the correct sound", + "answer": "Lion Roar", + "options": [ + "Bird Chirp", + "Lion Roar", + "Dog Bark", + "Cat Meow" + ], + "audio_options": [ + "https://sena-resources.com/audio/bird_chirp.mp3", + "https://sena-resources.com/audio/lion_roar.mp3", + "https://sena-resources.com/audio/dog_bark.mp3", + "https://sena-resources.com/audio/cat_meow.mp3" + ], + "audio": null, + "is_required_audio": true, + "image_url": null + } \ No newline at end of file