Created
February 16, 2026 12:42
-
-
Save isubas/60f1071f9d18307cf0b8865bbd7459be to your computer and use it in GitHub Desktop.
config.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "video": { | |
| "src": "https://video.omu.sh/sona/insan-haklari.mp4", | |
| "type": "video/mp4", | |
| "tracks": [ | |
| { | |
| "kind": "captions", | |
| "src": "/vtts/insan-haklari.tr.vtt", | |
| "srclang": "tr", | |
| "label": "Türkçe" | |
| }, | |
| { | |
| "kind": "captions", | |
| "src": "/vtts/insan-haklari.ar.vtt", | |
| "srclang": "ar", | |
| "label": "Arapça (العربية)" | |
| } | |
| ] | |
| }, | |
| "interactions": [ | |
| { | |
| "id": "Soru 1", | |
| "type": "multiple-choice", | |
| "timestamp": 17, | |
| "allowRetryCount": -1, | |
| "allowSkip": false, | |
| "showCorrectAnswer": false, | |
| "position": "bottom", | |
| "question": { | |
| "text": "Şifremi kimseyle paylaşmam" | |
| }, | |
| "options": [ | |
| { | |
| "id": "opt-1", | |
| "style": { | |
| "width": "10px", | |
| "height": "10px", | |
| "objectFit": "cover" | |
| }, | |
| "hint": "Evet", | |
| "isCorrect": true | |
| }, | |
| { | |
| "id": "opt-2", | |
| "style": { | |
| "width": "10px", | |
| "height": "10px", | |
| "objectFit": "cover" | |
| }, | |
| "hint": "Hayır", | |
| "isCorrect": false | |
| } | |
| ], | |
| "hidePreviousAnswers": false, | |
| "feedback": { | |
| "correct": "Tebrikler! Doğru cevap.", | |
| "incorrect": "Yanlış cevap. Tekrar deneyin.", | |
| "reaction": { | |
| "correct": "😊", | |
| "incorrect": "😔" | |
| } | |
| }, | |
| "badge": { | |
| "id": "badge-1", | |
| "name": "", | |
| "icon": "🏆", | |
| "description": "İlk soruyu doğru cevapladınız" | |
| } | |
| }, | |
| { | |
| "id": "Soru 2", | |
| "type": "multiple-choice", | |
| "timestamp": 22, | |
| "allowRetryCount": -1, | |
| "allowSkip": false, | |
| "showCorrectAnswer": false, | |
| "position": "bottom", | |
| "question": { | |
| "text": "İnternette arkadaşlarımızla kibar konuşurum." | |
| }, | |
| "options": [ | |
| { | |
| "id": "opt-1", | |
| "style": { | |
| "width": "10px", | |
| "height": "10px", | |
| "objectFit": "cover" | |
| }, | |
| "hint": "Evet", | |
| "isCorrect": true | |
| }, | |
| { | |
| "id": "opt-2", | |
| "style": { | |
| "width": "10px", | |
| "height": "10px", | |
| "objectFit": "cover" | |
| }, | |
| "hint": "Hayır", | |
| "isCorrect": false | |
| } | |
| ], | |
| "hidePreviousAnswers": false, | |
| "feedback": { | |
| "correct": "Harika! Doğru cevap.", | |
| "incorrect": "Yanlış cevap. Tekrar deneyin.", | |
| "reaction": { | |
| "correct": "😊", | |
| "incorrect": "😔" | |
| } | |
| }, | |
| "badge": { | |
| "id": "badge-2", | |
| "name": "", | |
| "icon": "⭐", | |
| "description": "İkinci soruyu doğru cevapladınız" | |
| } | |
| }, | |
| { | |
| "id": "Soru 3", | |
| "type": "multiple-choice", | |
| "timestamp": 26, | |
| "allowRetryCount": -1, | |
| "allowSkip": false, | |
| "showCorrectAnswer": false, | |
| "position": "bottom", | |
| "question": { | |
| "text": "Ekran başında çok uzun kalırım." | |
| }, | |
| "options": [ | |
| { | |
| "id": "opt-1", | |
| "style": { | |
| "width": "10px", | |
| "height": "10px", | |
| "objectFit": "cover" | |
| }, | |
| "hint": "Evet", | |
| "isCorrect": true | |
| }, | |
| { | |
| "id": "opt-2", | |
| "style": { | |
| "width": "10px", | |
| "height": "10px", | |
| "objectFit": "cover" | |
| }, | |
| "hint": "Hayır", | |
| "isCorrect": false | |
| } | |
| ], | |
| "hidePreviousAnswers": false, | |
| "feedback": { | |
| "correct": "Mükemmel! Doğru cevap.", | |
| "incorrect": "Yanlış cevap. Tekrar deneyin.", | |
| "reaction": { | |
| "correct": "😊", | |
| "incorrect": "😔" | |
| } | |
| }, | |
| "badge": { | |
| "id": "badge-3", | |
| "name": "", | |
| "icon": "🎯", | |
| "description": "Üçüncü soruyu doğru cevapladınız" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment