⚠️ DO NOT DELETE this page!! ⚠️
MemberSpace / System Req’s:
Login/SignupCheckboxMain Databases:
Original Pages:
Name | TSU Levels | TSU LESSONS DB | Level number | Sections | Student ACTIONS DB |
|---|---|---|---|---|---|
PATH: Tutorials! | 0 | Quick-Start | |||
PATH: Content Planning | Action: Watch the video to learn the elements that make up a great Interactive Learning Conversation.Action: Watch Video Overview of CoPilot DesignerAction: Watch video on “Needs Analysis”Action: Watch video on 10 Learning Design PrinciplesAction: Watch video on Intro to Immersive Content + ADDIE ModelAction: Understand and choose your Implementation methodAction: Watch Video on the ERD & download the documentAction: Fill out the Learner Personas section of the ERD Action: Fill out the Learning Objectives & Key Learning Points sections of the ERD Action: Fill out the Skills section on the ERD Action: Fill out the Experience Structure section of the ERD Action: Define the context of your interactive conversation in the ERD Action: Create your Conversation Outline in the ERD Action: Use the slideshow (or download the PDF) to view and select the Environment you’d like to use for your project. You’ll choose this environment within CPD later! | ||||
PATH: CPD Scene & Flow Editor | |||||
PATH: CPD Performance Editor | |||||
PATH: CPD Admin |
TSU Paths | Name | Level Topics | Level number | Delete? - Actions # Total | Delete? - Actions Percentage | Delete? - Actions Progress: | Delete? - Actions Remaining | Completed Actions | Lessons Progress | Sections | Student ACTIONS DB | TSU LESSONS |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
PATH: Content Planning | Learning Topics: - Interactive Learning Conversations - Learning Design for Interactive Learning Conversations - Creating and Implementing Interactive Learning Conversations | 1 | 7 | Actions Progress: | Plan your Immersive Content | Action: Watch video on Intro to Immersive Content + ADDIE ModelAction: Watch the video to learn the elements that make up a great Interactive Learning Conversation.Action: Watch Video Overview of CoPilot DesignerAction: Watch video on “Needs Analysis”Action: Watch video on 10 Learning Design PrinciplesAction: Watch video on Content Development Structure w/ the 5-Act Story ArcAction: Understand and choose your Implementation method | ||||||
PATH: Content Planning | Learning Topics: • ERD Basics • Learning Experience Design • Scenario Design | 2 | 8 | Actions Progress: | Plan your Immersive Content | Action: Watch Video on the ERD & download the documentAction: Fill out the Learner Personas section of the ERD Action: Fill out the Learning Objectives & Key Learning Points sections of the ERD Action: Fill out the Skills section on the ERD Action: Fill out the Experience Structure section of the ERD Action: Define the context of your interactive conversation in the ERD Action: Create your Conversation Outline in the ERD Action: Use the slideshow (or download the PDF) to view and select the Environment you’d like to use for your project. You’ll choose this environment within CPD later! | ||||||
PATH: Content Planning | Learning Topics: • Writing Content • Content Development Process | 3 | Actions Progress: | Plan your Immersive Content | ||||||||
PATH: CPD Scene & Flow Editor | Learning Topics: • Getting Started with CoPilot Designer Authoring • Menu + Project Setup Basics | 4 | Actions Progress: | CoPilot Designer Scene & Flow Editor | ||||||||
PATH: CPD Scene & Flow Editor | • Learning Topics: ◦ Primary Nodes ◦ Advanced Nodes ◦ Reviewing Your Flow | 5 | Actions Progress: | CoPilot Designer Scene & Flow Editor | ||||||||
PATH: CPD Performance Editor | • Learning Topics: ◦ CoPilot Designer Voiceover Audio | 6 | Actions Progress: | CoPilot Designer Performance Editor | ||||||||
PATH: CPD Performance Editor | • Learning Topics: ◦ CoPilot Designer Performance Editor | 7 | Actions Progress: | CoPilot Designer Performance Editor | ||||||||
PATH: CPD Admin | • Learning Topics: ◦ Metadata ◦ Validating Your Project ◦ Publishing Your Project | 8 | Actions Progress: | CoPilot Designer Performance Editor | ||||||||
PATH: CPD Admin | 9 | |||||||||||
PATH: Content Planning | 10 | Actions Progress: | Plan your Immersive Content | |||||||||
Installation
- Go into Global Site Code or any specific page you want it to remove
- Click
Edit code - Click the
CSStab - Add this code:
/*------------------------------------*\
Remove Notion Header
\*------------------------------------*/
.notion-header {
display: none !important;
}