more tidying
This commit is contained in:
parent
e23c0a6d4f
commit
ca343e7b2d
|
@ -64,10 +64,10 @@ public class Objective2 extends Objective {
|
|||
.hint(new Hint(R.string.ic_hint1))
|
||||
);
|
||||
tasks.add(new ExamTask(R.string.hypott_label, R.string.hypott_whenhypott,"hypott")
|
||||
.option(new Option(R.string.hypott_goinglow, false))
|
||||
.option(new Option(R.string.hypott_exercise, false))
|
||||
.option(new Option(R.string.hypott_preventoversmb, true))
|
||||
.option(new Option(R.string.hypott_0basal, false))
|
||||
.option(new Option(R.string.hypott_exercise, false))
|
||||
.option(new Option(R.string.hypott_wrongbasal, false))
|
||||
.option(new Option(R.string.hypott_goinglow, false))
|
||||
.hint(new Hint(R.string.hypott_hint1))
|
||||
);
|
||||
tasks.add(new ExamTask(R.string.profileswitch_label, R.string.profileswitch_pctwillchange,"profileswitch")
|
||||
|
@ -213,16 +213,6 @@ public class Objective2 extends Objective {
|
|||
.option(new Option(R.string.extendedcarbs_fat, false))
|
||||
.hint(new Hint(R.string.extendedcarbs_hint1))
|
||||
);
|
||||
tasks.add(new ExamTask(R.string.nsclient_label, R.string.nsclient_howcanyou,"nsclient")
|
||||
.option(new Option(R.string.nsclient_nightscout, true))
|
||||
.option(new Option(R.string.nsclientinternal, true))
|
||||
.option(new Option(R.string.nsclient_dexcomfollow, true))
|
||||
.option(new Option(R.string.nsclient_dexcomfollowxdrip, false))
|
||||
.option(new Option(R.string.nsclient_xdripfollower, true))
|
||||
.option(new Option(R.string.nsclient_looponiphone, false))
|
||||
.option(new Option(R.string.nsclient_spikeiphone, true))
|
||||
.hint(new Hint(R.string.nsclient_hint1))
|
||||
);
|
||||
tasks.add(new ExamTask(R.string.nsclient_label, R.string.nsclient_howcanyou,"nsclient")
|
||||
.option(new Option(R.string.nsclient_nightscout, true))
|
||||
.option(new Option(R.string.nsclient_dexcomfollow, true))
|
||||
|
@ -230,7 +220,6 @@ public class Objective2 extends Objective {
|
|||
.option(new Option(R.string.nsclient_fullcontrol, false))
|
||||
.hint(new Hint(R.string.nsclient_hint1))
|
||||
);
|
||||
|
||||
tasks.add(new ExamTask(R.string.other_medication_label, R.string.other_medication_text,"otherMedicationWarning")
|
||||
.option(new Option(R.string.yes, true))
|
||||
.option(new Option(R.string.no, false))
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<string name="dia_valuemustbedetermined">You should determine for yourself the appropriate value for DIA.</string>
|
||||
<string name="hypott_label">Topic 6: Hypo Temp-Target</string>
|
||||
<string name="hypott_whenhypott">What is primary reason to set a hypo temp target?</string>
|
||||
<string name="hypott_goinglow">To prevent BG from going low if there is already zero temp running.</string>
|
||||
<string name="hypott_wrongbasal">To correct for hypos caused by incorrect basal rate settings.</string>
|
||||
<string name="hypott_preventoversmb">To prevent AndroidAPS from overcorrecting for a blood glucose rise caused by the fast acting carbs used to treat a hypo.</string>
|
||||
<string name="hypott_exercise">To correct for a hypo induced as a result of exercise.</string>
|
||||
<string name="hypott_0basal">To prevent blood glucose from going low of there is already a 0% temporary basal rate running.</string>
|
||||
|
|
Loading…
Reference in a new issue