added all components

This commit is contained in:
=
2026-04-24 17:03:42 +10:00
parent 1335275ed7
commit 4e2f4eb525
7 changed files with 161 additions and 46 deletions

View File

@@ -65,26 +65,26 @@ export const quiz: tQuizzes = [
{
"id": 3,
"type": "C",
"title": "Вопрос 3 Выбирай!",
"title": "Вопрос 3 Выбирай",
"tasks": [
{
"question": "да",
"question": "123",
"answer": true
},
{
"question": "нет",
"question": "456",
"answer": false
},
{
"question": "и снова да",
"question": "789",
"answer": true
},
{
"question": "нет",
"question": "101112",
"answer": false
},
{
"question": "дааа",
"question": "131415",
"answer": true
},
]