exams cleanup

This commit is contained in:
Milos Kozak 2019-09-07 12:43:36 +02:00
parent 41511c71e9
commit 2699f255b8
2 changed files with 17 additions and 19 deletions

View file

@ -21,7 +21,7 @@ public class Objective2 extends Objective {
.option(new Option(R.string.dia_valuemustbedetermined, true)) .option(new Option(R.string.dia_valuemustbedetermined, true))
.hint(new Hint(R.string.dia_hint1)) .hint(new Hint(R.string.dia_hint1))
); );
tasks.add(new ExamTask(R.string.hypott, R.string.hypott_whyhypott,"hypott") tasks.add(new ExamTask(R.string.hypott, R.string.hypott_whenhypott,"hypott")
.option(new Option(R.string.hypott_goinglow, false)) .option(new Option(R.string.hypott_goinglow, false))
.option(new Option(R.string.hypott_havinglow, false)) .option(new Option(R.string.hypott_havinglow, false))
.option(new Option(R.string.hypott_preventoversmb, true)) .option(new Option(R.string.hypott_preventoversmb, true))
@ -68,7 +68,7 @@ public class Objective2 extends Objective {
); );
tasks.add(new ExamTask(R.string.suspendloop, R.string.suspendloop_doigetinsulin,"suspendloop") tasks.add(new ExamTask(R.string.suspendloop, R.string.suspendloop_doigetinsulin,"suspendloop")
.option(new Option(R.string.suspendloop_yes, true)) .option(new Option(R.string.suspendloop_yes, true))
.option(new Option(R.string.no, false)) .option(new Option(R.string.suspendloop_no, false))
.hint(new Hint(R.string.exercise_hint1)) .hint(new Hint(R.string.exercise_hint1))
); );
tasks.add(new ExamTask(R.string.basaltest, R.string.basaltest_when,"basaltest") tasks.add(new ExamTask(R.string.basaltest, R.string.basaltest_when,"basaltest")

View file

@ -8,12 +8,10 @@
<string name="dia_meaningisequaltodiapump">It is equal to the DIA parameter used in your pump.</string> <string name="dia_meaningisequaltodiapump">It 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="dia_valuemustbedetermined">You have to determine your individual value (but not less than 5 hours).</string>
<string name="hypott">Hypo temp target</string> <string name="hypott">Hypo temp target</string>
<string name="hypott_whenhypott">When is it useful to set a hypo TT?</string> <string name="hypott_whenhypott">Why is it useful to set a hypo TT?</string>
<string name="hypott_goinglow">You are going to be low.</string> <string name="hypott_goinglow">Prevent to be low.</string>
<string name="hypott_havinglow">You already have a low BG.</string> <string name="hypott_havinglow">To help recovering from a low BG.</string>
<string name="hypott_notlowanymorebutrising">Your BG is not low anymore but rising fastly because of the (right!) amount of hypo treatments.</string> <string name="hypott_preventoversmb">To prevent SMB after a hypo rise from fast carbs</string>
<string name="hypott_bgisrising">Your BG is rising, has just reached the target BG but there is still too much IOB left.</string>
<string name="hypott_havehadalowbg">You have had a low BG a while ago, but now you are in a hyper.</string>
<string name="hypott_hint1">https://androidaps.readthedocs.io/en/latest/EN/Usage/temptarget.html</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_whatprofile">Which profile can be used and configured offline?</string>
<string name="offlineprofile">Offline profile</string> <string name="offlineprofile">Offline profile</string>
@ -36,27 +34,27 @@
<string name="noisycgm_whattodo">What to do when you see CGM signals are too noisy?</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="nothing">Nothing, the loop will deal with it.</string>
<string name="noisycgm_pause">Pause closed loop mode to avoid overdosing.</string> <string name="noisycgm_pause">Pause closed loop mode to avoid overdosing.</string>
<string name="noisycgm_replacesensor">Replace sensor./string> <string name="noisycgm_replacesensor">Replace sensor</string>
<string name="noisycgm_turnoffcgmreceiver">Turn off CGM receiver.</string> <string name="noisycgm_turnoffcgmreceiver">Turn off CGM receiver.</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_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">Check if your CGM app smoothes data.</string>
<string name="hypott_preventoversmb">to prevent SMB after a hypo rise from fast carbs</string>
<string name="exercise">Exercise</string> <string name="exercise">Exercise</string>
<string name="exercise_whattodo">How to help the system deal with exercise</string> <string name="exercise_whattodo">How to help the system deal with exercise</string>
<string name="exercise_setactivitytt">set activity temp target</string> <string name="exercise_setactivitytt">Set activity temp target</string>
<string name="exercise_switchprofilebelow100">do a profile switch below 100%</string> <string name="exercise_switchprofilebelow100">Do a profile switch below 100%</string>
<string name="exercise_switchprofileabove100">do profile switch above 100%</string> <string name="exercise_switchprofileabove100">Do profile switch above 100%</string>
<string name="exercise_stoploop">stop loop</string> <string name="exercise_stoploop">Stop loop</string>
<string name="exercise_doitbeforestart">do it before start exercise</string> <string name="exercise_doitbeforestart">Help before start exercise</string>
<string name="exercise_doitafterstart">do it after start exercise</string> <string name="exercise_doitafterstart">Help after start exercise</string>
<string name="exercise_hint1">https://androidaps.readthedocs.io/en/latest/EN/Usage/temptarget.html#activity-temp-target</string> <string name="exercise_hint1">https://androidaps.readthedocs.io/en/latest/EN/Usage/temptarget.html#activity-temp-target</string>
<string name="suspendloop_doigetinsulin">Do I get insuling when loop is suspended?</string> <string name="suspendloop_doigetinsulin">Do I get insuling when loop is suspended?</string>
<string name="suspendloop_yes">Yes, common basal rate</string> <string name="suspendloop_yes">Yes, common basal rate</string>
<string name="suspendloop_no">No, delivering of insulin is stopped</string>
<string name="basaltest">Basal and ISF, IC testing</string> <string name="basaltest">Basal and ISF, IC testing</string>
<string name="basaltest_when">When should I test basals, ISF and IC?</string> <string name="basaltest_when">When should I test basals, ISF and IC?</string>
<string name="basaltest_beforeloop">before I start looping</string> <string name="basaltest_beforeloop">Before I start looping</string>
<string name="basaltest_havingregularhypo">when having regular hypos</string> <string name="basaltest_havingregularhypo">When having regular hypos</string>
<string name="basaltest_havingregularhyper">when having regular hypers</string> <string name="basaltest_havingregularhyper">When having regular hypers</string>
<string name="basaltest_hint1">https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#androidaps-settings</string> <string name="basaltest_hint1">https://androidaps.readthedocs.io/en/latest/EN/Getting-Started/FAQ.html#androidaps-settings</string>
</resources> </resources>