Skip to content

Commit

Permalink
Set dotsize to 6 for stimuliGlyph(visible in response)
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh112 committed Oct 28, 2018
1 parent e552d86 commit 7461fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/cmu/xprize/robotutor/RoboTutor.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public class RoboTutor extends Activity implements IReadyListener, IRoboTutor {
private static final boolean QUICK_DEBUG = true;
private static final String debugTutorVariant = "write.sen.corr.ltr.stim";
private static final String debugTutorId = "write.wrd:story_1_1";
private static final String debugTutorFile = "[encfolder]write.sen.corr.ltr.stim_story_2.punc.2.2.json";
private static final String debugTutorFile = "[encfolder]write.sen.corr.ltr.nostim_story_1.cap.1.4.json";

//amogh missing letter
// private static final String debugTutorFile = "[file]write.missingLtr_0.1.2.fin.s.json";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ public boolean checkAnswer(String resp, boolean isAnswerCaseSensitive) {
public void setStimuliGlyph(CGlyph stimuliGlyph){
if(stimuliGlyph != null) {
_stimuliGlyph = stimuliGlyph;
_stimuliGlyph.setDotSize(_dotSize);
_stimuliGlyph.setDotSize(6);
}
}
//amogh added ends
Expand Down

0 comments on commit 7461fd7

Please sign in to comment.