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 97207208b2..cfb25a3d73 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 @@ -105,7 +105,7 @@ public class Objective2 extends Objective { .option(new Option(R.string.exercise_15g, false)) .hint(new Hint(R.string.exercise_hint1)) ); - tasks.add(new ExamTask(R.string.pumpdisconnect_label, R.string.pumpdisconnect_label,"pumpdisconnect") + tasks.add(new ExamTask(R.string.pumpdisconnect_label, R.string.pumpdisconnect_whattodo,"pumpdisconnect") .option(new Option(R.string.pumpdisconnect_unnecessary, false)) .option(new Option(R.string.pumpdisconnect_missinginsulin, true)) .option(new Option(R.string.pumpdisconnect_notstop, false)) @@ -120,24 +120,25 @@ public class Objective2 extends Objective { .hint(new Hint(R.string.insulin_hint1)) ); tasks.add(new ExamTask(R.string.sensitivity_label, R.string.sensitivity_which,"sensitivity") - .option(new Option(R.string.sensitivityweightedaverage, true)) - .option(new Option(R.string.sensitivityoref1, false)) - .option(new Option(R.string.sensitivityaaps, true)) - .hint(new Hint(R.string.sensitivity_hint1)) - ); - tasks.add(new ExamTask(R.string.sensitivity_label, R.string.sensitivityuam_which,"sensitivityuam") - .option(new Option(R.string.sensitivityweightedaverage, false)) - .option(new Option(R.string.sensitivityoref1, true)) - .option(new Option(R.string.sensitivityaaps, false)) + .option(new Option(R.string.sensitivity_adjust, true)) + .option(new Option(R.string.sensitivity_edit, false)) + .option(new Option(R.string.sensitivity_cannula, true)) + .option(new Option(R.string.sensitivity_time, true)) .hint(new Hint(R.string.sensitivity_hint1)) ); tasks.add(new ExamTask(R.string.objectives_label, R.string.objectives_howtosave,"objectives") - .option(new Option(R.string.objectives_exportsettings, true)) - .option(new Option(R.string.objectives_storeelsewhere, true)) - .option(new Option(R.string.objectives_doexportonstart, false)) - .option(new Option(R.string.objectives_doexportafterchange, true)) - .option(new Option(R.string.objectives_doexportafterobjective, true)) - .option(new Option(R.string.objectives_doexportafterfirtssettings, true)) + .option(new Option(R.string.objectives_notesettings, false)) + .option(new Option(R.string.objectives_afterobjective, true)) + .option(new Option(R.string.objectives_afterchange, true)) + .option(new Option(R.string.objectives_afterinitialsetup, true)) + .hint(new Hint(R.string.objectives_hint1)) + .hint(new Hint(R.string.objectives_hint2)) + ); + tasks.add(new ExamTask(R.string.objectives_label, R.string.objectives_howtosave,"objectives2") + .option(new Option(R.string.objectives_maintenance, true)) + .option(new Option(R.string.objectives_internalstorage, true)) + .option(new Option(R.string.objectives_cloud, true)) + .option(new Option(R.string.objectives_easyrestore, false)) .hint(new Hint(R.string.objectives_hint1)) .hint(new Hint(R.string.objectives_hint2)) ); diff --git a/app/src/main/res/values/exam.xml b/app/src/main/res/values/exam.xml index 3a307feb7f..9d97fb0686 100644 --- a/app/src/main/res/values/exam.xml +++ b/app/src/main/res/values/exam.xml @@ -25,14 +25,16 @@ It will not stop insulin delivery if the pump remains connected. It will send AndroidAPS into open loop mode. https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#other-settings - Topic: AndroidAPS Settings - What are best practices to backup your settings? - Locally export them from Maintenance menu. - Store exported file to another place like email, Dropbox, Google drive… - Export them right after installation of AAPS. - Export them after making setting changes. - Export them after completing an objective. - Export them when you finish initial settings. + Topic 13: AndroidAPS Settings + What are the best practices for backing up your settings? + You do not need to export your settings provided that you make a note of them. + Export your settings after you finish completing an objective. + Export your settings after changing any of your settings. + Export your settings after you finish your initial set-up and have set your Preferences. + Export your settings locally using the maintenance menu. + Your settings file is found in the folder Internal Storage\AndroidAPS\preferences on your phone. + Copy your preferences file to a safe location outside of your phone (e.g. by using a cloud drive, connecting a cable to a computer, email, etc.) + If your phone is damaged or lost, there are easy ways to remotely recover your settings without a backup. https://androidaps.readthedocs.io/en/latest/EN/Usage/ExportImportSettings.html https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#what-emergency-equipment-is-recommended-to-take-with-me Topic: Noisy CGM Readings @@ -114,10 +116,13 @@ Humalog® Actrapid®/Humalin R®/"regular" human insulin. https://androidaps.readthedocs.io/en/latest/EN/Configuration/Config-Builder.html#insulin - Topic: Sensitivity Plugins - Which sensitivity algorithm has a configurable time range? + Topic 12: Sensitivity Plugins + Check all correct answers. + Sensitivity plugins allow AndroidAPS to adjust for temporary or short-lived changes in insulin sensitivity (for example hormonal changes or issues with absorption at the infusion site). + Sensitivity plugins provide the user with suggested changes to basal rates, I:C ratios and ISF that can be used to edit profile. + Logging a cannula change will reset Autosens ratio back to 100%. + Some of the plugin options have configurable time ranges that can be set by the user. https://androidaps.readthedocs.io/en/latest/EN/Configuration/Sensitivity-detection-and-COB.html - Which sensitivity plugin must be used for the UAM feature? Topic 16: Carb Entry Errors What should you do if you’ve made an incorrect carb entry? Delete the incorrect entry in Treatments and enter the correct new carb value.