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 25665dea68..380412f7ff 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 @@ -42,7 +42,6 @@ public class Objective2 extends Objective { .hint(new Hint(R.string.pumpdisconnect_hint1)) ); tasks.add(new ExamTask(R.string.objectives, R.string.objectives_howtosave,"objectives") - .option(new Option(R.string.objectives_writetopaper, false)) .option(new Option(R.string.objectives_exportsettings, true)) .option(new Option(R.string.objectives_storeelsewhere, true)) .option(new Option(R.string.objectives_doexportonstart, false)) @@ -56,7 +55,7 @@ public class Objective2 extends Objective { .option(new Option(R.string.disconnectpumpfor1h, false)) .option(new Option(R.string.noisycgm_pause, true)) .option(new Option(R.string.noisycgm_replacesensor, true)) - .option(new Option(R.string.noisycgm_turnoffcgmreceiver, false)) + .option(new Option(R.string.noisycgm_turnoffphone, false)) .option(new Option(R.string.noisycgm_checksmoothing, true)) .hint(new Hint(R.string.noisycgm_hint1)) ); @@ -135,7 +134,7 @@ public class Objective2 extends Objective { .hint(new Hint(R.string.sensitivity_hint1)) ); tasks.add(new ExamTask(R.string.wrongcarbs, R.string.wrongcarbs_whattodo,"wrongcarbs") - .option(new Option(R.string.disableloop, false)) + .option(new Option(R.string.wrongcarbs_addfakeinsulin, false)) .option(new Option(R.string.wrongcarbs_treatmentstab, true)) ); tasks.add(new ExamTask(R.string.extendedcarbs, R.string.extendedcarbs_handling,"extendedcarbs") diff --git a/app/src/main/res/values/exam.xml b/app/src/main/res/values/exam.xml index 6d2fbd0ff1..c307bc4220 100644 --- a/app/src/main/res/values/exam.xml +++ b/app/src/main/res/values/exam.xml @@ -23,7 +23,6 @@ Don\'t change anything in loop, just take it off. https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#other-settings What are best practices to backup your settings? - Write every setting you did to a paper and make a hardcopy of it. Locally export them from Maintenance menu. Store exported file to another place like email, Dropbox, Google drive … Export them right after installation of AAPS. @@ -36,11 +35,11 @@ Nothing, the loop will deal with it. Pause closed loop mode to avoid overdosing. Replace sensor - Turn off CGM receiver. + Turn off the phone. https://androidaps.readthedocs.io/en/latest/EN/Usage/Smoothing-Blood-Glucose-Data-in-xDrip.html#smoothing-blood-glucose-data Check if your CGM app smoothes data. Exercise - How to help the system deal with exercise + How is the best practice to help the system deal with exercise Set activity temp target Do a profile switch below 100% Do profile switch above 100% @@ -104,6 +103,7 @@ Wrong carbs You see you have entered wrong carbs. What should you do? Go to treatments, delete wrong carbs and enter new carbs + Add fake insulin by using Refill function Food with fat and protein What to do if your food contains larger amount of fat or proteins? Recalculate fat and proteins to carbs and use \"Extended carbs\" feature to tell system about it @@ -138,7 +138,7 @@ IC value will be 10% lower ISF value will be 10% higher ISF value will be 10% lower - You will get 10% less insulin in total + You will get around 10% less insulin in total Target wiil be 10% higher Target will be 10% lower Only bottom target will be 10% lower