Add G2X00.json

This commit is contained in:
2026-01-24 11:22:35 +00:00
parent 6b1831989e
commit 9ca7027b30

14
G2X00.json Normal file
View File

@@ -0,0 +1,14 @@
{
"data": {
"request": "Sắp xếp các chữ cái để tạo thành từ đúng:",
"question": "HELLO",
"options": [
{ "text": "H" },
{ "text": "E" },
{ "text": "L" },
{ "text": "L" },
{ "text": "O" }
]
},
"answer": "H|E|L|L|O"
}