RoboTutorLLC / RoboTutor_2019

Main code for RoboTutor. Uploaded 11/20/2018 to XPRIZE from RoboTutorLLC/RoboTutor.
Other
7 stars 4 forks source link

Akira presents 10 (12?) car labels but ends before last task #113

Closed JackMostow closed 7 years ago

JackMostow commented 7 years ago

From @JackMostow on January 31, 2017 14:10

Akira for word ID now ends after the 10th word but before showing signs to tap on. Fix edge case in animation graph.

Copied from original issue: synaptek/RoboTutor#196

JackMostow commented 7 years ago

Where is the component code for Akira that defines features such as FTR_PROMPT1L passed to RoboTutor/app/src/main/assets/tutors/akira/animator_graph.json?

ak_component/src/main/java/cmu/xprize/ak_component/CAk_Component.java: public boolean dataExhausted() { 278 return _dataIndex >= TCONST.MAX_AKDATA;

util/src/main/java/cmu/xprize/util/TCONST.java :+1: public static final int MAX_AKDATA = 10;

How override MAX_AKDATA?

VishnuTejus commented 7 years ago

Done.