Skip to content

Instantly share code, notes, and snippets.

@isubas
Created February 16, 2026 12:42
Show Gist options
  • Select an option

  • Save isubas/60f1071f9d18307cf0b8865bbd7459be to your computer and use it in GitHub Desktop.

Select an option

Save isubas/60f1071f9d18307cf0b8865bbd7459be to your computer and use it in GitHub Desktop.
config.json
{
"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