refractor: update README

This commit is contained in:
AL-FAHAMI 2025-04-26 11:54:21 +01:00
parent ed684d6a0a
commit a9c460c340

View File

@ -118,10 +118,10 @@ Heres the updated JSON example:
"exercise_id": 1,
"title": "Karaoke Exercise",
"audio": "/path/to/audio/file/karaoke_exercise.mp3",
"tasks": [
"frame": [
{
"id": 1,
"text": "The lyrics of the audio content subtask",
"text": "The lyrics of the audio content of the frame",
"start_time": 0,
"end_time": 30,
"highlighted_text": "The first word of the first sentence"
@ -131,7 +131,7 @@ Heres the updated JSON example:
"text": "Continue with the next part of the lyrics",
"start_time": 31,
"end_time": 60,
"highlighted_text": "The first word of the second part of the audio"
"highlighted_text": "The first word of the second frame"
}
]
}