Update Objective2.java

typo
This commit is contained in:
Rob Kresha 2019-09-15 11:29:37 -05:00
parent 4546ffa838
commit 37589c8f90

View file

@ -152,7 +152,7 @@ public class Objective2 extends Objective {
.option(new Option(R.string.nsclient_looponiphone, false))
.option(new Option(R.string.nsclient_spikeiphone, true))
);
tasks.add(new ExamTask(R.string.isf_label_isf_label, R.string.whatistrue,"isf")
tasks.add(new ExamTask(R.string.isf_label, R.string.whatistrue,"isf")
.option(new Option(R.string.isf_increasingvalue, true))
.option(new Option(R.string.isf_decreasingvalue, false))
.option(new Option(R.string.isf_noeffect, false))