Skip to content

Commit 8a0bef1

Browse files
committed
fixed the audio issue
1 parent 860f718 commit 8a0bef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/cmu/xprize/robotutor/tutorengine/util/StudentChooseMatrixActivityMenu.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public CAsk_Data initializeActiveLayout() {
9090
this._promotionMechanism.performance.getNumberCorrect() / this._promotionMechanism.performance.getNumberAttempts() > PlacementPromotionRules.HIGH_PERFORMANCE_THRESHOLD){
9191
activeLayout.items[3].componentID = "Sbutton1";
9292
activeLayout.items[3].behavior = AS_CONST.ELEVATE;
93-
activeLayout.items[3].prompt = "I want something harder";
93+
activeLayout.items[3].prompt = "something harder";
9494
activeLayout.items[3].help = "something harder";
9595
}
9696
else{

0 commit comments

Comments
 (0)