{ "cuelist": [ { "id": 1, "name": "Q1", "type": "space", "description": "Annonce", "audioFile": "assets/q1.mp3", "loop": true, "status":"reset" }, { "id": 2, "name": "Q2", "type": "headphone", "description": "Guide for drink", "auto": true, "audioFile": "assets/q2.mp3", "nextcue": 3, "status":"reset" }, { "id": 3, "name": "Q3", "description": "Guide for phone", "type": "headphone", "auto": true, "audioFile": "assets/q3.mp3", "nextcue":4 }, { "id": 4, "name": "Q4", "type": "phone", "description": "引導撥號", "auto": false, "audioFile": "assets/0721/onyx/q4.mp3", "nextcue": 4.1, "callback":"numpad" }, { "id": 4.1, "name": "Q4.1", "type": "phone", "description": "電話開頭", "auto": true, "audioFile": "assets/0721/onyx/q4-1.mp3", "nextcue": 4.2 }, { "id": 4.2, "name": "Q4.2", "type": "phone", "description": "示範影片,引導回憶", "auto": true, "audioFile": "assets/0721/onyx/q4-2.mp3", "nextcue": 4.3, "status":"intro", "callback":"fade_out_light" }, { "id": 4.3, "name": "Q4.3", "type": "chat", "description": "chat", "auto": true, "nextcue": 4.4, "duration": 90, "status":"go" }, { "id": 4.4, "name": "Q4.4", "type": "chat_end", "description": "對話收尾", "auto": true, "nextcue": 5.1 }, { "id": 5.1, "name": "Q5.1", "type": "user_input", "description": "call", "duration": 60, "auto": true, "nextcue": 5.2 }, { "id": 5.2, "name": "Q5.2", "type": "summary", "description": "summary", "auto": true, "nextcue": 5.3, "callback":"summary" }, { "id": 5.3, "name": "Q5.3", "type": "phone", "description": "ending", "audioFile": "assets/0721/onyx/q5-2.mp3", "auto": true, "nextcue": 6 }, { "id": 6, "name": "Q6", "type": "space", "description": "Ending", "audioFile": "assets/q6.mp3", "status":"end", "callback":"fade_in_light" } ] }