From 40a2f7ee9fdf8e4f6d33b21b0d7eef346eecc7a6 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Sat, 12 Oct 2019 19:40:30 +0200 Subject: [PATCH] Exam grammar --- .../objectives/objectives/Objective2.java | 3 + app/src/main/res/values/exam.xml | 93 ++++++++++--------- 2 files changed, 51 insertions(+), 45 deletions(-) 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 0a101dd975..58d27308a5 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 @@ -37,6 +37,7 @@ public class Objective2 extends Objective { ); tasks.add(new ExamTask(R.string.pumpdisconnect_label, R.string.pumpdisconnect_label,"pumpdisconnect") .option(new Option(R.string.pumpdisconnect_letknow, true)) + .option(new Option(R.string.pumpdisconnect_suspend, false)) .option(new Option(R.string.pumpdisconnect_dontchnage, false)) .hint(new Hint(R.string.pumpdisconnect_hint1)) ); @@ -45,6 +46,7 @@ public class Objective2 extends Objective { .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)) .hint(new Hint(R.string.objectives_hint1)) .hint(new Hint(R.string.objectives_hint2)) @@ -65,6 +67,7 @@ public class Objective2 extends Objective { .option(new Option(R.string.exercise_switchprofileabove100, false)) .option(new Option(R.string.exercise_stoploop, false)) .option(new Option(R.string.exercise_doitbeforestart, true)) + .option(new Option(R.string.exercise_afterstart, true)) .hint(new Hint(R.string.exercise_hint1)) ); tasks.add(new ExamTask(R.string.suspendloop_label, R.string.suspendloop_doigetinsulin,"suspendloop") diff --git a/app/src/main/res/values/exam.xml b/app/src/main/res/values/exam.xml index 11da7e0e61..68c8151b92 100644 --- a/app/src/main/res/values/exam.xml +++ b/app/src/main/res/values/exam.xml @@ -2,63 +2,66 @@ What is true about DIA? Topic: Duration of Insulin Action - The predetermined minimum is 3 hours. - The predetermined minimum is 5 hours. + The minimum value is 3 hours. + The minimum value is 5 hours. https://androidaps.readthedocs.io/en/latest/EN/Configuration/Config-Builder.html?#insulin - It is equal to the DIA parameter used in your pump. + The meaning is equal to the DIA parameter used in your pump. You have to determine your individual value (but not less than 5 hours). Topic: Hypo Temp-Target What is primary reason to set a hypo TT? - Prevent BG from going low if there is already zero temp running. - To prevent SMB enactment after a hypo rise from fast carbs. + To prevent BG from going low if there is already zero temp running. + To prevent AAPS from dosing too much insulin after a rise caused by fast-acting carbs used to treat a low. https://androidaps.readthedocs.io/en/latest/EN/Usage/temptarget.html Which profile can be used and configured offline? Topic: Offline Profile NS Profile can be used, but not configured. https://androidaps.readthedocs.io/en/latest/EN/Configuration/Config-Builder.html#profile Topic: Disconnecting from the Pump - What to do when taking the pump off? - Let the loop know that there is no insulin being delivered to your body by clicking disconnect pump. - Don\'t change anything in loop, just take the pump off. + What should be done when disconnecting the pump? + Click ‘Disconnect pump’ so that AAPS knows that no insulin is being delivered. + Click ‘Suspend loop’ so that AAPS stops looping while the pump is disconnected. + Don’t change anything in AAPS; just disconnect the pump. 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 every change of a setting. + Export them after making setting changes. + Export them after completing an objective. Export them when you finish initial settings. 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 - What to do when you see CGM signals are too noisy? - Nothing, the loop will deal with it. - Pause closed-loop mode to avoid overdosing. + What should be done if CGM data is noisy? + Nothing, AAPS will deal with it. + Disable the loop to avoid overdosing. Replace the CGM sensor. 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. + Verify that your CGM app smoothes BG data. Topic: Exercise How can you help the system deal with exercise? - Set an activity temp-target. + Use temp-target feature. Do a profile switch below 100%. Do a profile switch above 100%. Stop the loop. - Set activity temp-target before the start of exercise. + Set an activity temp-target before starting exercise. + Setting an activity temp-target after starting exercise leads to worse results than if started before. https://androidaps.readthedocs.io/en/latest/EN/Usage/temptarget.html#activity-temp-target - Topic: Suspended Loop - Do I get insulin when loop is suspended? - Yes, the common basal rate. + Topic: Disabled/Suspended loop + Do I receive insulin when the loop is disabled/suspended? + Yes, basal insulin continues to be delivered. No, delivery of insulin is stopped. Topic: Basal, ISF, and IC Testing When should I validate basals, ISF, and IC values? Before I start looping. - When having regular hypos BG\'s. - When having regular hypers BG\'s. + When experiencing low BG frequently. + When experiencing high BG frequently. https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#androidaps-settings Topic: Prerequisites What do I need? - Determined correct profile (Basals, IC, ISF, DIA). + Validated profile information (Basal, IC, ISF, DIA). A computer to create an APK. A supported phone. A Car. @@ -66,15 +69,15 @@ A Tidepool account. A Google account. A Github account. - Need to be an Android developer. + Android development experience. A MiniMed 670G pump. https://androidaps.readthedocs.io/en/latest/EN/Module/module.html A Smartwatch. A Supported CGM. - Topic: Updating of AndroidAPS + Topic: Updating AndroidAPS What is true? You need to have Git installed. - Update as soon as new version is released. + Update as soon as new version is released and having enough time to do it. You should use the same signing keys. Never update if the system is working well. Ask your friend for the new APK. @@ -82,27 +85,27 @@ Topic: Troubleshooting Where to look for help? Join the AndroidAPS Facebook group. - Visit the AndroidAPS Wiki. + Read the AndroidAPS documentation. Visit AndroidAPS Gitter Room. Visit AndroidAPS Google support Speak to your endocrinologist. https://androidaps.readthedocs.io/en/latest/EN/Installing-AndroidAPS/Update-to-new-version.html#troubleshooting https://www.facebook.com/groups/AndroidAPSUsers/ https://gitter.im/MilosKozak/AndroidAPS - Topic: Insulin - Which brand of insulin can be used with Ultra-Rapid-Oref plugin? + Topic: Insulin Plugins + Which brand of insulin can be used with the ‘Ultra-Rapid-Oref’ plugin? Fiasp® NovoRapid® Humalog® Actrapid® https://androidaps.readthedocs.io/en/latest/EN/Configuration/Config-Builder.html#insulin - Topic: Sensitivity Plugin - Which sensitivity plugin has user defined time range for detection? + Topic: Sensitivity Plugins + Which sensitivity algorithm has a configurable time range? https://androidaps.readthedocs.io/en/latest/EN/Configuration/Sensitivity-detection-and-COB.html Which sensitivity plugin must be used for the UAM feature? - Topic: Wrong Carb Entries - You see you have entered wrong carbs. What should you do? - Go to Treatments, delete wrong carbs and enter new carbs. + Topic: Carb Entry Errors + What should you do if you’ve made an incorrect carb entry? + In Treatments, delete the incorrect carb entry. Enter new carbs. Add fake insulin by using Refill function Topic: Food with Fat and Protein What to do if your food contains a large amount of fat and\/or proteins? @@ -110,7 +113,7 @@ Recalculate fat and proteins to carbs and add it to bolus calculation. Use extended bolus to cover fat and proteins. https://androidaps.readthedocs.io/en/latest/EN/Usage/Extended-Carbs.html - Topic: Monitoring Children + Topic: Remote Monitoring How can you monitor AAPS of your child remotely? Using a Nightscout site. Dexcom Follow app if you are using the original Dexcom app (BG only). @@ -120,17 +123,17 @@ Spike app on iPhone. https://androidaps.readthedocs.io/en/latest/EN/Children/Children.html Topic: Insulin Sensitivity Factor - Increasing ISF number will lead to less insulin delivery if you are trying to lower your BG with the bolus wizard. - Decreasing ISF number will lead to less insulin delivery if you are trying to lower your BG with the bolus wizard. - Changing ISF has no effect on amount of insulin given by AAPS when trying to correct hyperglycemia. + 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. You have to enter ISF in Preferences. 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 Value - Increasing the IC value will lead to less insulin delivery for the same amount of carbs. - Decreasing the IC value will lead to less insulin delivery for the same amount of carbs. - Assume you have 0 COB. Changing IC will lead to a different amount of insulin to correct your BG number. + 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. IC will be different if you count bread unit as 10g or 12g. IC meaning is: How many bread units are covered by 1U of insulin. https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#carbohydrate-to-insulin-ratio-cr-g-u @@ -147,12 +150,12 @@ Target will be 10% lower. Only bottom target will be 10% lower. https://androidaps.readthedocs.io/en/latest/EN/Usage/Profiles.html?highlight=profile%20switch#profile-switch - I want to do a profile switch because I had to wake up 1h earlier than usually, so it makes more sense to announce the change by the time shift with a profile switch. What number should I use? - 1 - -1 + If you wake up 1h earlier than usual, how should you notify AAPS of the change in your schedule? + Initiate a profile switch with a timeshift of 1 + Initiate a profile switch with a timeshift of -1 https://androidaps.readthedocs.io/en/latest/EN/Usage/Profiles.html?highlight=profile%20switch#timeshift - 60 - -60 + Initiate a profile switch with a timeshift of 60 + Initiate a profile switch with a timeshift of -60 https://androidaps.readthedocs.io/en/latest/EN/Module/module.html#good-individual-dosage-algorithm-for-your-diabetes-therapy Topic: Help with basal rates Where to go for help with basalrate etc.