Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions docs/GettingStarted/BCBA.md
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
'GettingStarted/DownloadNote',
'GettingStarted/AccountSetUp',
'GettingStarted/BT',
'GettingStarted/BCBA'
],
Sessions: [
'Session/SessionList',
Expand Down
Loading