We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860f718 commit 8a0bef1Copy full SHA for 8a0bef1
1 file changed
app/src/main/java/cmu/xprize/robotutor/tutorengine/util/StudentChooseMatrixActivityMenu.java
@@ -90,7 +90,7 @@ public CAsk_Data initializeActiveLayout() {
90
this._promotionMechanism.performance.getNumberCorrect() / this._promotionMechanism.performance.getNumberAttempts() > PlacementPromotionRules.HIGH_PERFORMANCE_THRESHOLD){
91
activeLayout.items[3].componentID = "Sbutton1";
92
activeLayout.items[3].behavior = AS_CONST.ELEVATE;
93
- activeLayout.items[3].prompt = "I want something harder";
+ activeLayout.items[3].prompt = "something harder";
94
activeLayout.items[3].help = "something harder";
95
}
96
else{
0 commit comments