Exam grammar
This commit is contained in:
parent
63aaa38834
commit
40a2f7ee9f
2 changed files with 51 additions and 45 deletions
|
@ -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")
|
||||
|
|
|
@ -2,63 +2,66 @@
|
|||
<resources>
|
||||
<string name="dia_whatmeansdia">What is true about DIA?</string>
|
||||
<string name="dia_label">Topic: Duration of Insulin Action</string>
|
||||
<string name="dia_minimumis3h">The predetermined minimum is 3 hours.</string>
|
||||
<string name="dia_minimumis5h">The predetermined minimum is 5 hours.</string>
|
||||
<string name="dia_minimumis3h">The minimum value is 3 hours.</string>
|
||||
<string name="dia_minimumis5h">The minimum value is 5 hours.</string>
|
||||
<string name="dia_hint1">https://androidaps.readthedocs.io/en/latest/EN/Configuration/Config-Builder.html?#insulin</string>
|
||||
<string name="dia_meaningisequaltodiapump">It is equal to the DIA parameter used in your pump.</string>
|
||||
<string name="dia_meaningisequaltodiapump">The meaning is equal to the DIA parameter used in your pump.</string>
|
||||
<string name="dia_valuemustbedetermined">You have to determine your individual value (but not less than 5 hours).</string>
|
||||
<string name="hypott_label">Topic: Hypo Temp-Target</string>
|
||||
<string name="hypott_whenhypott">What is primary reason to set a hypo TT?</string>
|
||||
<string name="hypott_goinglow">Prevent BG from going low if there is already zero temp running.</string>
|
||||
<string name="hypott_preventoversmb">To prevent SMB enactment after a hypo rise from fast carbs.</string>
|
||||
<string name="hypott_goinglow">To prevent BG from going low if there is already zero temp running.</string>
|
||||
<string name="hypott_preventoversmb">To prevent AAPS from dosing too much insulin after a rise caused by fast-acting carbs used to treat a low.</string>
|
||||
<string name="hypott_hint1">https://androidaps.readthedocs.io/en/latest/EN/Usage/temptarget.html</string>
|
||||
<string name="offlineprofile_whatprofile">Which profile can be used and configured offline?</string>
|
||||
<string name="offlineprofile_label">Topic: Offline Profile</string>
|
||||
<string name="offlineprofile_nsprofile">NS Profile can be used, but not configured.</string>
|
||||
<string name="offlineprofile_hint1">https://androidaps.readthedocs.io/en/latest/EN/Configuration/Config-Builder.html#profile</string>
|
||||
<string name="pumpdisconnect_label">Topic: Disconnecting from the Pump</string>
|
||||
<string name="pumpdisconnect_whattodo">What to do when taking the pump off?</string>
|
||||
<string name="pumpdisconnect_letknow">Let the loop know that there is no insulin being delivered to your body by clicking disconnect pump.</string>
|
||||
<string name="pumpdisconnect_dontchnage">Don\'t change anything in loop, just take the pump off.</string>
|
||||
<string name="pumpdisconnect_whattodo">What should be done when disconnecting the pump?</string>
|
||||
<string name="pumpdisconnect_letknow">Click ‘Disconnect pump’ so that AAPS knows that no insulin is being delivered.</string>
|
||||
<string name="pumpdisconnect_suspend">Click ‘Suspend loop’ so that AAPS stops looping while the pump is disconnected.</string>
|
||||
<string name="pumpdisconnect_dontchnage">Don’t change anything in AAPS; just disconnect the pump.</string>
|
||||
<string name="pumpdisconnect_hint1">https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#other-settings</string>
|
||||
<string name="objectives_label">Topic: AndroidAPS Settings</string>
|
||||
<string name="objectives_howtosave">What are best practices to backup your settings?</string>
|
||||
<string name="objectives_exportsettings">Locally export them from Maintenance menu.</string>
|
||||
<string name="objectives_storeelsewhere">Store exported file to another place like email, Dropbox, Google drive…</string>
|
||||
<string name="objectives_doexportonstart">Export them right after installation of AAPS.</string>
|
||||
<string name="objectives_doexportafterchange">Export them after every change of a setting.</string>
|
||||
<string name="objectives_doexportafterchange">Export them after making setting changes.</string>
|
||||
<string name="objectives_doexportafterobjective">Export them after completing an objective.</string>
|
||||
<string name="objectives_doexportafterfirtssettings">Export them when you finish initial settings.</string>
|
||||
<string name="objectives_hint1">https://androidaps.readthedocs.io/en/latest/EN/Usage/ExportImportSettings.html</string>
|
||||
<string name="objectives_hint2">https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#what-emergency-equipment-is-recommended-to-take-with-me</string>
|
||||
<string name="noisycgm_label">Topic: Noisy CGM Readings</string>
|
||||
<string name="noisycgm_whattodo">What to do when you see CGM signals are too noisy?</string>
|
||||
<string name="nothing">Nothing, the loop will deal with it.</string>
|
||||
<string name="noisycgm_pause">Pause closed-loop mode to avoid overdosing.</string>
|
||||
<string name="noisycgm_whattodo">What should be done if CGM data is noisy?</string>
|
||||
<string name="nothing">Nothing, AAPS will deal with it.</string>
|
||||
<string name="noisycgm_pause">Disable the loop to avoid overdosing.</string>
|
||||
<string name="noisycgm_replacesensor">Replace the CGM sensor.</string>
|
||||
<string name="noisycgm_turnoffphone">Turn off the phone.</string>
|
||||
<string name="noisycgm_hint1">https://androidaps.readthedocs.io/en/latest/EN/Usage/Smoothing-Blood-Glucose-Data-in-xDrip.html#smoothing-blood-glucose-data</string>
|
||||
<string name="noisycgm_checksmoothing">Check if your CGM app smoothes data.</string>
|
||||
<string name="noisycgm_checksmoothing">Verify that your CGM app smoothes BG data.</string>
|
||||
<string name="exercise_label">Topic: Exercise</string>
|
||||
<string name="exercise_whattodo">How can you help the system deal with exercise?</string>
|
||||
<string name="exercise_setactivitytt">Set an activity temp-target.</string>
|
||||
<string name="exercise_setactivitytt">Use temp-target feature.</string>
|
||||
<string name="exercise_switchprofilebelow100">Do a profile switch below 100%.</string>
|
||||
<string name="exercise_switchprofileabove100">Do a profile switch above 100%.</string>
|
||||
<string name="exercise_stoploop">Stop the loop.</string>
|
||||
<string name="exercise_doitbeforestart">Set activity temp-target before the start of exercise.</string>
|
||||
<string name="exercise_doitbeforestart">Set an activity temp-target before starting exercise.</string>
|
||||
<string name="exercise_afterstart">Setting an activity temp-target after starting exercise leads to worse results than if started before.</string>
|
||||
<string name="exercise_hint1">https://androidaps.readthedocs.io/en/latest/EN/Usage/temptarget.html#activity-temp-target</string>
|
||||
<string name="suspendloop_label">Topic: Suspended Loop</string>
|
||||
<string name="suspendloop_doigetinsulin">Do I get insulin when loop is suspended?</string>
|
||||
<string name="suspendloop_yes">Yes, the common basal rate.</string>
|
||||
<string name="suspendloop_label">Topic: Disabled/Suspended loop</string>
|
||||
<string name="suspendloop_doigetinsulin">Do I receive insulin when the loop is disabled/suspended?</string>
|
||||
<string name="suspendloop_yes">Yes, basal insulin continues to be delivered.</string>
|
||||
<string name="suspendloop_no">No, delivery of insulin is stopped.</string>
|
||||
<string name="basaltest_label">Topic: Basal, ISF, and IC Testing</string>
|
||||
<string name="basaltest_when">When should I validate basals, ISF, and IC values?</string>
|
||||
<string name="basaltest_beforeloop">Before I start looping.</string>
|
||||
<string name="basaltest_havingregularhypo">When having regular hypos BG\'s.</string>
|
||||
<string name="basaltest_havingregularhyper">When having regular hypers BG\'s.</string>
|
||||
<string name="basaltest_havingregularhypo">When experiencing low BG frequently.</string>
|
||||
<string name="basaltest_havingregularhyper">When experiencing high BG frequently.</string>
|
||||
<string name="basaltest_hint1">https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#androidaps-settings</string>
|
||||
<string name="prerequisites_label">Topic: Prerequisites</string>
|
||||
<string name="prerequisites_what">What do I need?</string>
|
||||
<string name="prerequisites_determinedcorrectprofile">Determined correct profile (Basals, IC, ISF, DIA).</string>
|
||||
<string name="prerequisites_determinedcorrectprofile">Validated profile information (Basal, IC, ISF, DIA).</string>
|
||||
<string name="prerequisites_computer">A computer to create an APK.</string>
|
||||
<string name="prerequisites_phone">A supported phone.</string>
|
||||
<string name="prerequisites_car">A Car.</string>
|
||||
|
@ -66,15 +69,15 @@
|
|||
<string name="prerequisites_tidepoolaccount">A Tidepool account.</string>
|
||||
<string name="prerequisites_googleaccount">A Google account.</string>
|
||||
<string name="prerequisites_githubaccount">A Github account.</string>
|
||||
<string name="prerequisites_beanandroiddeveloper">Need to be an Android developer.</string>
|
||||
<string name="prerequisites_beanandroiddeveloper">Android development experience.</string>
|
||||
<string name="prerequisites_own670g">A MiniMed 670G pump.</string>
|
||||
<string name="prerequisites_hint1">https://androidaps.readthedocs.io/en/latest/EN/Module/module.html</string>
|
||||
<string name="prerequisites_smartwatch">A Smartwatch.</string>
|
||||
<string name="prerequisites_supportedcgm">A Supported CGM.</string>
|
||||
<string name="update_label">Topic: Updating of AndroidAPS</string>
|
||||
<string name="update_label">Topic: Updating AndroidAPS</string>
|
||||
<string name="whatistrue">What is true?</string>
|
||||
<string name="update_git">You need to have Git installed.</string>
|
||||
<string name="update_asap">Update as soon as new version is released.</string>
|
||||
<string name="update_asap">Update as soon as new version is released and having enough time to do it.</string>
|
||||
<string name="update_keys">You should use the same signing keys.</string>
|
||||
<string name="update_neverupdate">Never update if the system is working well.</string>
|
||||
<string name="update_askfriend">Ask your friend for the new APK.</string>
|
||||
|
@ -82,27 +85,27 @@
|
|||
<string name="troubleshooting_label">Topic: Troubleshooting</string>
|
||||
<string name="troubleshooting_wheretoask">Where to look for help?</string>
|
||||
<string name="troubleshooting_fb">Join the AndroidAPS Facebook group.</string>
|
||||
<string name="troubleshooting_wiki">Visit the AndroidAPS Wiki.</string>
|
||||
<string name="troubleshooting_wiki">Read the AndroidAPS documentation.</string>
|
||||
<string name="troubleshooting_gitter">Visit AndroidAPS Gitter Room.</string>
|
||||
<string name="troubleshooting_googlesupport">Visit AndroidAPS Google support</string>
|
||||
<string name="troubleshooting_yourendo">Speak to your endocrinologist.</string>
|
||||
<string name="troubleshooting_hint1">https://androidaps.readthedocs.io/en/latest/EN/Installing-AndroidAPS/Update-to-new-version.html#troubleshooting</string>
|
||||
<string name="troubleshooting_hint2">https://www.facebook.com/groups/AndroidAPSUsers/</string>
|
||||
<string name="troubleshooting_hint3">https://gitter.im/MilosKozak/AndroidAPS</string>
|
||||
<string name="insulin_label">Topic: Insulin</string>
|
||||
<string name="insulin_ultrarapid">Which brand of insulin can be used with Ultra-Rapid-Oref plugin?</string>
|
||||
<string name="insulin_label">Topic: Insulin Plugins</string>
|
||||
<string name="insulin_ultrarapid">Which brand of insulin can be used with the ‘Ultra-Rapid-Oref’ plugin?</string>
|
||||
<string name="insulin_fiasp">Fiasp®</string>
|
||||
<string name="insulin_novorapid">NovoRapid®</string>
|
||||
<string name="insulin_humalog">Humalog®</string>
|
||||
<string name="insulin_actrapid">Actrapid®</string>
|
||||
<string name="insulin_hint1">https://androidaps.readthedocs.io/en/latest/EN/Configuration/Config-Builder.html#insulin</string>
|
||||
<string name="sensitivity_label">Topic: Sensitivity Plugin</string>
|
||||
<string name="sensitivity_which">Which sensitivity plugin has user defined time range for detection?</string>
|
||||
<string name="sensitivity_label">Topic: Sensitivity Plugins</string>
|
||||
<string name="sensitivity_which">Which sensitivity algorithm has a configurable time range?</string>
|
||||
<string name="sensitivity_hint1">https://androidaps.readthedocs.io/en/latest/EN/Configuration/Sensitivity-detection-and-COB.html</string>
|
||||
<string name="sensitivityuam_which">Which sensitivity plugin must be used for the UAM feature?</string>
|
||||
<string name="wrongcarbs_label">Topic: Wrong Carb Entries</string>
|
||||
<string name="wrongcarbs_whattodo">You see you have entered wrong carbs. What should you do?</string>
|
||||
<string name="wrongcarbs_treatmentstab">Go to Treatments, delete wrong carbs and enter new carbs.</string>
|
||||
<string name="wrongcarbs_label">Topic: Carb Entry Errors</string>
|
||||
<string name="wrongcarbs_whattodo">What should you do if you’ve made an incorrect carb entry?</string>
|
||||
<string name="wrongcarbs_treatmentstab">In Treatments, delete the incorrect carb entry. Enter new carbs.</string>
|
||||
<string name="wrongcarbs_addfakeinsulin">Add fake insulin by using Refill function</string>
|
||||
<string name="extendedcarbs_label">Topic: Food with Fat and Protein</string>
|
||||
<string name="extendedcarbs_handling">What to do if your food contains a large amount of fat and\/or proteins?</string>
|
||||
|
@ -110,7 +113,7 @@
|
|||
<string name="extendedcarbs_add">Recalculate fat and proteins to carbs and add it to bolus calculation.</string>
|
||||
<string name="extendedcarbs_useextendedbolus">Use extended bolus to cover fat and proteins.</string>
|
||||
<string name="extendedcarbs_hint1">https://androidaps.readthedocs.io/en/latest/EN/Usage/Extended-Carbs.html</string>
|
||||
<string name="nsclient_label">Topic: Monitoring Children</string>
|
||||
<string name="nsclient_label">Topic: Remote Monitoring</string>
|
||||
<string name="nsclient_howcanyou">How can you monitor AAPS of your child remotely?</string>
|
||||
<string name="nsclient_nightscout">Using a Nightscout site.</string>
|
||||
<string name="nsclient_dexcomfollow">Dexcom Follow app if you are using the original Dexcom app (BG only).</string>
|
||||
|
@ -120,17 +123,17 @@
|
|||
<string name="nsclient_spikeiphone">Spike app on iPhone.</string>
|
||||
<string name="nsclient_hint1">https://androidaps.readthedocs.io/en/latest/EN/Children/Children.html</string>
|
||||
<string name="isf_label">Topic: Insulin Sensitivity Factor</string>
|
||||
<string name="isf_increasingvalue">Increasing ISF number will lead to less insulin delivery if you are trying to lower your BG with the bolus wizard.</string>
|
||||
<string name="isf_decreasingvalue">Decreasing ISF number will lead to less insulin delivery if you are trying to lower your BG with the bolus wizard.</string>
|
||||
<string name="isf_noeffect">Changing ISF has no effect on amount of insulin given by AAPS when trying to correct hyperglycemia.</string>
|
||||
<string name="isf_increasingvalue">Higher ISF values lead to less insulin delivery when AAPS corrects for high BG.</string>
|
||||
<string name="isf_decreasingvalue">Lower ISF values lead to less insulin delivery when AAPS corrects for high BG.</string>
|
||||
<string name="isf_noeffect">Changing ISF values has no effect on the amount of insulin delivered when AAPS corrects for high BG.</string>
|
||||
<string name="isf_preferences">You have to enter ISF in Preferences.</string>
|
||||
<string name="isf_profile">Changing the ISF value in your profile is enough to apply the change.</string>
|
||||
<string name="isf_hint1">https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#insulin-sensitivity-factor-isf-mmol-l-u-or-mg-dl-u</string>
|
||||
<string name="isf_hint2">https://androidaps.readthedocs.io/en/latest/EN/Usage/Profiles.html</string>
|
||||
<string name="ic_label">Topic: The IC Value</string>
|
||||
<string name="ic_increasingvalue">Increasing the IC value will lead to less insulin delivery for the same amount of carbs.</string>
|
||||
<string name="ic_decreasingvalue">Decreasing the IC value will lead to less insulin delivery for the same amount of carbs.</string>
|
||||
<string name="ic_noeffect">Assume you have 0 COB. Changing IC will lead to a different amount of insulin to correct your BG number.</string>
|
||||
<string name="ic_label">Topic: The IC Ratio</string>
|
||||
<string name="ic_increasingvalue">Higher IC ratios lead to less insulin delivered for a given amount of carbs.</string>
|
||||
<string name="ic_decreasingvalue">Lower IC ratios lead to less insulin delivered for a given amount of carbs.</string>
|
||||
<string name="ic_noeffect">If you have 0 COB, changing the IC ratio will lead to a different amount of insulin to correct a given BG value.</string>
|
||||
<string name="ic_different">IC will be different if you count bread unit as 10g or 12g.</string>
|
||||
<string name="ic_meaning">IC meaning is: How many bread units are covered by 1U of insulin.</string>
|
||||
<string name="ic_hint1">https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#carbohydrate-to-insulin-ratio-cr-g-u</string>
|
||||
|
@ -147,12 +150,12 @@
|
|||
<string name="profileswitch_targetlower">Target will be 10% lower.</string>
|
||||
<string name="profileswitch_targetbottom">Only bottom target will be 10% lower.</string>
|
||||
<string name="profileswitch_hint1">https://androidaps.readthedocs.io/en/latest/EN/Usage/Profiles.html?highlight=profile%20switch#profile-switch</string>
|
||||
<string name="profileswitchtime_iwant">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?</string>
|
||||
<string name="profileswitchtime_1">1</string>
|
||||
<string name="profileswitchtime__1">-1</string>
|
||||
<string name="profileswitchtime_iwant">If you wake up 1h earlier than usual, how should you notify AAPS of the change in your schedule?</string>
|
||||
<string name="profileswitchtime_1">Initiate a profile switch with a timeshift of 1</string>
|
||||
<string name="profileswitchtime__1">Initiate a profile switch with a timeshift of -1</string>
|
||||
<string name="profileswitchtime_hint1">https://androidaps.readthedocs.io/en/latest/EN/Usage/Profiles.html?highlight=profile%20switch#timeshift</string>
|
||||
<string name="profileswitchtime_60">60</string>
|
||||
<string name="profileswitchtime__60">-60</string>
|
||||
<string name="profileswitchtime_60">Initiate a profile switch with a timeshift of 60</string>
|
||||
<string name="profileswitchtime__60">Initiate a profile switch with a timeshift of -60</string>
|
||||
<string name="basalhelp_hint1">https://androidaps.readthedocs.io/en/latest/EN/Module/module.html#good-individual-dosage-algorithm-for-your-diabetes-therapy</string>
|
||||
<string name="basalhelp_label">Topic: Help with basal rates</string>
|
||||
<string name="basalhelp_where">Where to go for help with basalrate etc.</string>
|
||||
|
|
Loading…
Reference in a new issue