dde272c4b8
i18n - Build Validation / Validate i18n Builds (24) (push) Has been cancelled
CI - Node.js / Lint (24) (push) Has been cancelled
CI - Node.js / Build (24) (push) Has been cancelled
CI - Node.js / Test (24) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (24) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 24) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 24) (push) Has been cancelled
CD - Docker - GHCR Images / Build and Push Images (push) Has been cancelled
108 lines
1.3 KiB
Markdown
108 lines
1.3 KiB
Markdown
# --quizzes--
|
|
|
|
## --quiz--
|
|
|
|
### --question--
|
|
|
|
#### --text--
|
|
|
|
Quiz 1, question 1 with audio timestamps
|
|
|
|
#### --audio--
|
|
|
|
```json
|
|
{
|
|
"audio": {
|
|
"filename": "audio-with-timestamps.mp3",
|
|
"startTimestamp": 1.5,
|
|
"finishTimestamp": 3.8
|
|
},
|
|
"transcript": [
|
|
{
|
|
"character": "Maria",
|
|
"text": "Hello, how are you?"
|
|
},
|
|
{
|
|
"character": "Tom",
|
|
"text": "I'm doing well, thank you."
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|
|
#### --distractors--
|
|
|
|
Quiz 1, question 1, distractor 1
|
|
|
|
---
|
|
|
|
Quiz 1, question 1, distractor 2
|
|
|
|
---
|
|
|
|
Quiz 1, question 1, distractor 3
|
|
|
|
#### --answer--
|
|
|
|
Quiz 1, question 1, answer
|
|
|
|
### --question--
|
|
|
|
#### --text--
|
|
|
|
Quiz 1, question 2 with audio but no timestamps
|
|
|
|
#### --audio--
|
|
|
|
```json
|
|
{
|
|
"audio": {
|
|
"filename": "audio-full-file.mp3"
|
|
},
|
|
"transcript": [
|
|
{
|
|
"character": "Speaker",
|
|
"text": "This is the full audio transcript."
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|
|
#### --distractors--
|
|
|
|
Quiz 1, question 2, distractor 1
|
|
|
|
---
|
|
|
|
Quiz 1, question 2, distractor 2
|
|
|
|
---
|
|
|
|
Quiz 1, question 2, distractor 3
|
|
|
|
#### --answer--
|
|
|
|
Quiz 1, question 2, answer
|
|
|
|
### --question--
|
|
|
|
#### --text--
|
|
|
|
Quiz 1, question 3 without audio
|
|
|
|
#### --distractors--
|
|
|
|
Quiz 1, question 3, distractor 1
|
|
|
|
---
|
|
|
|
Quiz 1, question 3, distractor 2
|
|
|
|
---
|
|
|
|
Quiz 1, question 3, distractor 3
|
|
|
|
#### --answer--
|
|
|
|
Quiz 1, question 3, answer
|