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 504b51e21a..a4e9142063 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 @@ -56,8 +56,8 @@ public class Objective2 extends Objective { .hint(new Hint(R.string.isf_hint2)) ); tasks.add(new ExamTask(R.string.ic_label_exam, R.string.blank,"ic") - .option(new Option(R.string.ic_increasingvalue, false)) - .option(new Option(R.string.ic_decreasingvalue, true)) + .option(new Option(R.string.ic_increasingvalue, true)) + .option(new Option(R.string.ic_decreasingvalue, false)) .option(new Option(R.string.ic_multiple, true)) .option(new Option(R.string.ic_isf, false)) .hint(new Hint(R.string.ic_hint1)) @@ -179,12 +179,12 @@ public class Objective2 extends Objective { ); tasks.add(new ExamTask(R.string.wronginsulin_label, R.string.wronginsulin_whattodo,"wronginsulin") .option(new Option(R.string.wronginsulin_careportal, false)) - .option(new Option(R.string.wronginsulin_bolus, false)) + .option(new Option(R.string.wronginsulin_compare, true)) .option(new Option(R.string.wronginsulin_prime, true)) .option(new Option(R.string.wrongcarbs_donothing, false)) ); tasks.add(new ExamTask(R.string.iob_label, R.string.blank,"iob") - .option(new Option(R.string.iob_deviation, true)) + .option(new Option(R.string.iob_value, true)) .option(new Option(R.string.iob_hightemp, false)) .option(new Option(R.string.iob_negiob, true)) .option(new Option(R.string.iob_posiob, true)) @@ -193,7 +193,7 @@ public class Objective2 extends Objective { .option(new Option(R.string.breadgrams_grams, true)) .option(new Option(R.string.breadgrams_exchange, false)) .option(new Option(R.string.breadgrams_decay, true)) - .option(new Option(R.string.breadgrams_calc, false)) + .option(new Option(R.string.breadgrams_calc, true)) .hint(new Hint(R.string.breadgrams_hint1)) ); tasks.add(new ExamTask(R.string.extendedcarbs_label, R.string.extendedcarbs_handling,"extendedcarbs") diff --git a/app/src/main/res/values/exam.xml b/app/src/main/res/values/exam.xml index 9dea519803..e4673a4d08 100644 --- a/app/src/main/res/values/exam.xml +++ b/app/src/main/res/values/exam.xml @@ -132,20 +132,20 @@ Insulin delivery/entry errors What should you do if you received less insulin than the pump history suggests e.g. due to an occlusion, a failed cannula or forgetting to reattach the pump after a shower?  Delete insulin data from Nightscout Careportal to remove it from the pump history. - Bolus the missing insulin using the Insulin button in Overview. + Compare values in AndroidAPS and pump history. Bolus a proportion of your calculated ‘missed’ insulin by either syringe/pen or using a prime. Do nothing and allow AndroidAPS to correct any resulting high blood glucose level. Insulin on Board (IOB) Check all the correct answers. - IOB describes the current deviation from expected insulin required based on your profile and settings. + IOB value is affected by issued temporary basals. High temp basal will not be given when your blood sugar is below target. Negative IOB for a substantial period in the absence of exercise suggests your profile is too strong and less insulin is needed in your settings. Positive IOB for a substantial period suggests insulin resistance or unannounced meals. Carb entry and boluses Only grams should be used for estimating and recording carbohydrates consumed. - Carbohydrates consumed can be recorded using an appropriate exchange system (e.g. DAFNE "CHO" exchanges or European "Bread Units") are acceptable provided the appropriate I:C ratios are specified in profiles. + Carbohydrates consumed can be recorded using an appropriate exchange system (e.g. DAFNE "CHO" exchanges or European "Bread Units"). AndroidAPS uses a dynamic model to estimate carb “decay” and calculate COB. - If blood glucose levels are outside acceptable values (too low or too high) the bolus calculator should be used to provide suggestions for carb or insulin corrections. + If blood glucose levels are outside acceptable values (too low or too high) the bolus calculator can be used to provide suggestions for carb or insulin corrections. https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#insulin-to-carb-ratio-ic-g-u e-carbs What could you use e-carbs (extended carbs) for?