diff --git a/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.java b/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.java index 68c9ee7112..62eb212ee3 100644 --- a/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.java +++ b/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.java @@ -19,7 +19,7 @@ public class Objective2 extends Objective { @Override protected void setupTasks(List tasks) { - tasks.add(new ExamTask(R.string.dia_label, R.string.dia_whatmeansdia,"dia") + tasks.add(new ExamTask(R.string.dia_label_exam, R.string.dia_whatmeansdia,"dia") .option(new Option(R.string.dia_minimumis3h, false)) .option(new Option(R.string.dia_minimumis5h, true)) .option(new Option(R.string.dia_meaningisequaltodiapump, false)) @@ -160,7 +160,7 @@ public class Objective2 extends Objective { .option(new Option(R.string.nsclient_spikeiphone, true)) .hint(new Hint(R.string.nsclient_hint1)) ); - tasks.add(new ExamTask(R.string.isf_label, R.string.whatistrue,"isf") + tasks.add(new ExamTask(R.string.isf_label_exam, 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)) @@ -169,7 +169,7 @@ public class Objective2 extends Objective { .hint(new Hint(R.string.isf_hint1)) .hint(new Hint(R.string.isf_hint2)) ); - tasks.add(new ExamTask(R.string.ic_label, R.string.whatistrue,"ic") + tasks.add(new ExamTask(R.string.ic_label_exam, R.string.whatistrue,"ic") .option(new Option(R.string.ic_increasingvalue, true)) .option(new Option(R.string.ic_decreasingvalue, false)) .option(new Option(R.string.ic_noeffect, false)) diff --git a/app/src/main/res/values/exam.xml b/app/src/main/res/values/exam.xml index 356f97a00f..49dc294fa1 100644 --- a/app/src/main/res/values/exam.xml +++ b/app/src/main/res/values/exam.xml @@ -1,7 +1,7 @@ What is true about DIA? - Topic: Duration of Insulin Action + Topic: Duration of Insulin Action The minimum value is 3 hours. The minimum value is 5 hours. https://androidaps.readthedocs.io/en/latest/EN/Configuration/Config-Builder.html?#insulin @@ -122,7 +122,7 @@ Loop app on iPhone. Spike app on iPhone. https://androidaps.readthedocs.io/en/latest/EN/Children/Children.html - Topic: Insulin Sensitivity Factor + Topic: Insulin Sensitivity Factor Higher ISF values lead to less insulin delivery when AAPS corrects for high BG. Lower ISF values lead to less insulin delivery when AAPS corrects for high BG. Changing ISF values has no effect on the amount of insulin delivered when AAPS corrects for high BG. @@ -130,7 +130,7 @@ Changing the ISF value in your profile is enough to apply the change. https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#insulin-sensitivity-factor-isf-mmol-l-u-or-mg-dl-u https://androidaps.readthedocs.io/en/latest/EN/Usage/Profiles.html - Topic: The IC Ratio + Topic: The IC Ratio Higher IC ratios lead to less insulin delivered for a given amount of carbs. Lower IC ratios lead to less insulin delivered for a given amount of carbs. If you have 0 COB, changing the IC ratio will lead to a different amount of insulin to correct a given BG value.