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 b5cb953cab..439e799542 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 @@ -79,6 +79,12 @@ public class Objective2 extends Objective { .option(new Option(R.string.basaltest_havingregularhyper, true)) .hint(new Hint(R.string.basaltest_hint1)) ); + tasks.add(new ExamTask(R.string.basalhelp_label, R.string.basalhelp_where,"basalhelp") + .option(new Option(R.string.basalhelp_diabetesteam, true)) + .option(new Option(R.string.basalhelp_google, false)) + .option(new Option(R.string.basalhelp_facebook, false)) + .hint(new Hint(R.string.basalhelp_hint1)) + ); tasks.add(new ExamTask(R.string.prerequisites_label, R.string.prerequisites_what, "prerequisites") .option(new Option(R.string.prerequisites_determinedcorrectprofile, true)) .option(new Option(R.string.prerequisites_computer, true)) diff --git a/app/src/main/res/values/exam.xml b/app/src/main/res/values/exam.xml index ec9e7a709b..d75e893c88 100644 --- a/app/src/main/res/values/exam.xml +++ b/app/src/main/res/values/exam.xml @@ -155,5 +155,11 @@ https://androidaps.readthedocs.io/en/latest/EN/Usage/Profiles.html?highlight=profile%20switch#timeshift 60 -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. + Your diabetes team + Google + Facebook