interactive-story / client_config.py
duyngtr
init code
72fee55
script_and_config = {
"ai_tutor": {
"path": "config/AI_Tutor_modified.json",
"var": {
# Hardcoded
"answer_2_1": "His mum",
"answer_2_2": "He signed a recording contract",
"answer_2_3": "He is a record producer, actor, DJ and a businessman",
"answer_2_4": "Science and Technology",
"answer_3_1": "Because he is very talented. He also uses his own money to help young people get a better education",
"answer_3_2": "She plays her favourite Black Eyed Peas song",
"file_track_1": "track_1.mp3",
"file_track_2": "track_2.mp3",
"file_track_3": "track_3.mp3",
}
},
"ai_tutor_test": {
"path": "config/AI_Tutor_short.json",
"var": {
# Hardcoded
"answer_2_1": "His mum",
"answer_2_2": "He signed a recording contract",
"answer_2_3": "He is a record producer, actor, DJ and a businessman",
"answer_2_4": "Science and Technology",
"answer_3_1": "Because he is very talented. He also uses his own money to help young people get a better education",
"answer_3_2": "She plays her favourite Black Eyed Peas song",
"file_track_1": "data/ai_tutor/track_1.mp3",
"file_track_2": "data/ai_tutor/track_2.mp3",
"file_track_3": "data/ai_tutor/track_3.mp3",
}
},
"example": {
"path": "config/example.json",
"var": {
"answer_2_1": "His mum",
}
},
"[OLLI ft. Mighty Jaxx] Story 1 -- Peppa prepares Lunch": {
"path": "config/mj_guided_first.json",
},
"[OLLI ft. Mighty Jaxx] Story 2 -- Peppa at the Market": {
"path": "config/mj_guided_second.json",
}
}
ai_tutor = "config/AI_Tutor.csv"