removed wrong links from exam
This commit is contained in:
parent
50041e1733
commit
eaf3526949
|
@ -73,7 +73,6 @@ public class Objective2 extends Objective {
|
|||
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_no, false))
|
||||
.hint(new Hint(R.string.exercise_hint1))
|
||||
);
|
||||
tasks.add(new ExamTask(R.string.basaltest, R.string.basaltest_when,"basaltest")
|
||||
.option(new Option(R.string.basaltest_beforeloop, true))
|
||||
|
@ -138,13 +137,12 @@ public class Objective2 extends Objective {
|
|||
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_treatmentstab, true))
|
||||
.hint(new Hint(R.string.sensitivity_hint1))
|
||||
);
|
||||
tasks.add(new ExamTask(R.string.extendedcarbs, R.string.extendedcarbs_handling,"extendedcarbs")
|
||||
.option(new Option(R.string.extendedcarbs_useextendedcarbs, true))
|
||||
.option(new Option(R.string.extendedcarbs_add, false))
|
||||
.option(new Option(R.string.extendedcarbs_useextendedbolus, false))
|
||||
.hint(new Hint(R.string.sensitivity_hint1))
|
||||
.hint(new Hint(R.string.extendedcarbs_hint1))
|
||||
);
|
||||
tasks.add(new ExamTask(R.string.nsclient_monitoring, R.string.nsclient_howcanyou,"nsclient")
|
||||
.option(new Option(R.string.nightscout, true))
|
||||
|
@ -154,7 +152,6 @@ public class Objective2 extends Objective {
|
|||
.option(new Option(R.string.xdripfollower, true))
|
||||
.option(new Option(R.string.looponiphone, false))
|
||||
.option(new Option(R.string.spikeiphone, true))
|
||||
.hint(new Hint(R.string.sensitivity_hint1))
|
||||
);
|
||||
tasks.add(new ExamTask(R.string.nsprofileview_isf_label, R.string.whatistrue,"isf")
|
||||
.option(new Option(R.string.isf_increasingvalue, true))
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
<string name="objectives_doexportafterchange">Export them after every change of a setting.</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">Noisy CGM</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>
|
||||
|
@ -108,6 +109,7 @@
|
|||
<string name="extendedcarbs_useextendedcarbs">Recalculate fat and proteins to carbs and use \"Extended carbs\" feature to tell system about it</string>
|
||||
<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_monitoring">Monitoring children</string>
|
||||
<string name="nsclient_howcanyou">How can you monitor AAPS of your child remotely?</string>
|
||||
<string name="nightscout">Nightscout</string>
|
||||
|
@ -140,7 +142,6 @@
|
|||
<string name="profileswitch_targethigher">Target wiil be 10% higher</string>
|
||||
<string name="profileswitch_targetlower">Target will be 10% lower</string>
|
||||
<string name="profileswitch_targetbottom">Only bottom target will be 10% lower</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="profileswitch_hint1">https://androidaps.readthedocs.io/en/latest/EN/Usage/Profiles.html?highlight=profile%20switch#profile-switch</string>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue