From 3f9e2eaa864986325eac8203d53506bc0f584e9f Mon Sep 17 00:00:00 2001 From: qvdz Date: Mon, 19 Jan 2026 07:12:16 +0000 Subject: [PATCH] Add 0xx.json --- 0xx.json | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 0xx.json diff --git a/0xx.json b/0xx.json new file mode 100644 index 0000000..fad7495 --- /dev/null +++ b/0xx.json @@ -0,0 +1,63 @@ +{ + "id": "G001", + "question": "What is the capital of Vietnam?", + "request": "Choose the correct answer", + "answer": "Hanoi", + "options": [ + { + "text": "Ho Chi Minh City", + "audio": null, + "image_url": null, + "image_description": "Map of Vietnam highlighting the capital.", + "image_keywords": [ + "map", + "vietnam", + "capital" + ] + }, + { + "text": "Hanoi", + "audio": null, + "image_url": null, + "image_description": "Map of Vietnam highlighting the capital.", + "image_keywords": [ + "map", + "vietnam", + "capital" + ] + }, + { + "text": "Da Nang", + "audio": null, + "image_url": null, + "image_description": "Map of Vietnam highlighting the capital.", + "image_keywords": [ + "map", + "vietnam", + "capital" + ] + }, + { + "text": "Hai Phong", + "audio": null, + "image_url": null, + "image_description": "Map of Vietnam highlighting the capital.", + "image_keywords": [ + "map", + "vietnam", + "capital" + ] + } + ], + "audio": null, + "audio_script": null, + "image_url": null, + "is_required_image": false, + "is_required_audio": false, + "image_description": "Map of Vietnam highlighting the capital.", + "image_keywords": [ + "map", + "vietnam", + "capital" + ] +} \ No newline at end of file