acengnew commited on
Commit
6fe9163
·
verified ·
1 Parent(s): c7f1dc9

Create data.json

Browse files
Files changed (1) hide show
  1. data.json +6 -0
data.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [
2
+ { "cue": "pause", "meaning": "wait" },
3
+ { "cue": "eye_contact", "meaning": "engage" },
4
+ { "cue": "looking_away", "meaning": "disengage" },
5
+ { "cue": "hand_raise", "meaning": "request_turn" }
6
+ ]