From d01a44061e25b22f78a486423c9041737ffa45d1 Mon Sep 17 00:00:00 2001 From: Miriam Leff Date: Tue, 13 May 2025 09:53:20 -0400 Subject: [PATCH] bcba quick start --- docs/GettingStarted/BCBA.md | 40 +++++++++++++++++++++++++++++++++++++ sidebars.js | 1 + 2 files changed, 41 insertions(+) create mode 100644 docs/GettingStarted/BCBA.md diff --git a/docs/GettingStarted/BCBA.md b/docs/GettingStarted/BCBA.md new file mode 100644 index 00000000..1499d751 --- /dev/null +++ b/docs/GettingStarted/BCBA.md @@ -0,0 +1,40 @@ +--- +id: BCBA +title: BCBA Guide +--- + +New to Note? We've got you covered! Here's a quick start to adding, configuring, and activating targets in Note! + +:::note Quick Start +1. First, learn about how a Note care plan is structured: [Care Plan Structure](CarePlan/CarePlanSetup.md/#care-plan-structure) +2. Next, you can add your first target. + - [Add Goals and Targets](CarePlan/AddGoalsTargets.md) + - [Demo video: Add a Goal and Targets to a Care Plan](https://youtu.be/_DCx4QZ3VQA "Title") +3. After that, you'll need to configure the target. Don't forget to check out which configurations are required! + - [Configure Targets](CarePlan/AddGoalsTargets.md/#configure-targets) + - [Forms of Measure](CarePlan/FormsOfMeasure.md) +4. Nice, you've configured the target! When you're ready, you can start it as baseline or active: [Start Targets](CarePlan/StartTargetsObjectives) +5. Did you mean to start the target yesterday, when the BT started? No problem- simply edit the created and baseline/active phases to the day before the BT needed the target. + - [Edit a Phase Change Date](CarePlan/TargetPhases/#edit-a-phase-change-date) + - [Tutorial: Managing Phase Changes](https://www.canva.com/design/DAGXBkZWbjU/oX76yJfeVK0KW1aB3QsF0g/view?utm_content=DAGXBkZWbjU&utm_campaign=designshare&utm_medium=link&utm_source=viewer) +::: + +You're well on your way to becoming a pro at Note! There's plenty of other great features to learn about, so keep exploring! + +**Care Plan** +- [Default Configuration](CarePlan/DefaultConfiguration.md) - Learn how to share target configurations between learners- configure once, reuse as needed! +- [Change a Target's Phase](CarePlan/TargetPhases.md/#change-a-target's-phase) - Here's where you learn how to master a target, put it on hold, etc. +- [Graphs](CarePlan/Graphs.md) - Learn about adding data points, condition change lines, and phase change lines to the graph. + +**Reports** +- [Activity Report](Reports/ActivityReport.md) - Check out this helpful report to streamline data analysis. +- [Assessment Report](Reports/AssessmentReport.md) - Let your assessment report write itself! + +**Sessions** +- [Create, Edit and Cancel a Session](Session/CreateEditCancelSession.md) +- [Session Notes](Session/SessionNotes.md/#bcba-sessions) +- [Submit a Session](Session/SubmitSession.md) + +**Settings** +- [Sync](Settings/Sync.md) +- [Modify PIN](Settings/ModifyPIN.md) \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index 99312f23..bc499c6b 100644 --- a/sidebars.js +++ b/sidebars.js @@ -5,6 +5,7 @@ module.exports = { 'GettingStarted/DownloadNote', 'GettingStarted/AccountSetUp', 'GettingStarted/BT', + 'GettingStarted/BCBA' ], Sessions: [ 'Session/SessionList',