Skip to content

Commit 3b6391f

Browse files
committed
Implemented parameterized audio targets & hesitation.
1 parent 740d81c commit 3b6391f

File tree

10 files changed

+708
-1190
lines changed

10 files changed

+708
-1190
lines changed

app/src/main/assets/tutors/bubble_pop/animator_graph.json

Lines changed: 269 additions & 256 deletions
Large diffs are not rendered by default.

app/src/main/java/cmu/xprize/robotutor/RoboTutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
public class RoboTutor extends Activity implements IReadyListener, IRoboTutor {
8484

8585
// VARIABLES FOR QUICK DEBUG LAUNCH
86-
private static final boolean QUICK_DEBUG = true;
86+
private static final boolean QUICK_DEBUG = false;
8787
private static final String debugTutorVariant = "countingx";
8888
private static final String debugTutorId = "countingx:1_10";
8989
private static final String debugTutorFile = "[file]countingx_1_10.json";

0 commit comments

Comments
 (0)