diff --git a/vite/public/assets/q4.mp3 b/vite/public/assets/q4.mp3 new file mode 100644 index 0000000..6ae54a0 Binary files /dev/null and b/vite/public/assets/q4.mp3 differ diff --git a/vite/public/assets/q5.mp3 b/vite/public/assets/q5.mp3 new file mode 100644 index 0000000..21c887e Binary files /dev/null and b/vite/public/assets/q5.mp3 differ diff --git a/vite/public/cuelist.json b/vite/public/cuelist.json index 208f412..ab3752d 100644 --- a/vite/public/cuelist.json +++ b/vite/public/cuelist.json @@ -14,7 +14,8 @@ "type": "headphone", "description": "Guide for drink", "auto": true, - "audioFile": "assets/q2.mp3" + "audioFile": "assets/q2.mp3", + "nextcue": 3 }, { "id": 3, @@ -30,15 +31,53 @@ "type": "phone", "description": "Guide to construct scene", "auto": true, - "duration": 60 + "audioFile": "assets/q4.mp3", + "nextcue": 4.1 + }, + { + "id": 4.1, + "name": "Q4.1", + "type": "chat", + "description": "c1", + "auto": true, + "duration": 40, + "nextcue": 4.2 + }, + { + "id": 4.2, + "name": "Q4.2", + "type": "chat", + "description": "c2", + "auto": true, + "duration": 40, + "nextcue": 4.3 + }, + { + "id": 4.3, + "name": "Q4.3", + "type": "chat", + "description": "c3", + "auto": true, + "duration": 40, + "nextcue": 5 }, { "id": 5, "name": "Q5", "type": "phone", "description": "Guide to call", + "audioFile": "assets/q5.mp3", + "auto": true, + "nextcue": 5.1 + }, + { + "id": 5.1, + "name": "Q5.1", + "type": "chat", + "description": "call", "duration": 60, - "auto": true + "auto": true, + "nextcue": 6 }, { "id": 6, diff --git a/vite/src/comps/input.jsx b/vite/src/comps/input.jsx index 5f7e427..9a0c60e 100644 --- a/vite/src/comps/input.jsx +++ b/vite/src/comps/input.jsx @@ -61,13 +61,13 @@ export default function Input(){ return ( -