-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial-transcript.js
More file actions
146 lines (112 loc) · 22.1 KB
/
tutorial-transcript.js
File metadata and controls
146 lines (112 loc) · 22.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
// tutorial-transcript.js
// !!!README:
// This file contains the video transcipt for each tutorial in the tutorial index.
// Each object in the TUTORIAL_INDEX array has a title and a transcript property.
// The title is used to identify the tutorial, and the transcript contains the text to be searched.
window.TUTORIAL_INDEX = [
// ============================
// === Set Up Your Course =====
// ============================
{
title: "Course Author Page Overview",
transcript: "Course Author Page Overview: This is the course author landing page. On the left side, you will see the workspace menu, which confirms that you are logged in as an author. If you ever need to switch roles, you can do so by selecting a different role from this menu. On a course author page, you will find a list of all your projects, also known as courses. From here you can easily access each project. Now, let's get started by creating a new project."
},
{
title: "Create a New Project",
transcript: "Create a New Project: To create a new project, simply click the new project button. Enter a name for your project. That he created to get started. Once your project is created, you can begin working on your course right away. You can also return to your course later by clicking its project title from your project list."
},
{
title: "Set Up Your Project: Course Overview",
transcript: "When you enter a course, you will be taken to the overview page for that course. Here you can enter and adjust some basic information and settings for your course. The first step is setting up your project title, which you already entered when creating the course. You can change this at any time. Next, it's recommended to add a project description to provide context for your course. If you're designing a language course, you may want to adjust the learning language on the project attributes. If you're designing a course with course specific names for the structural elements of units, modules, sections, you may want to adjust the project labels to customize these containers."
},
{
title: "Collaborators Visibility",
transcript: "Collaborators Visibility: If you're working on a collaborative project, you can invite team members as Collaborators. When you add a collaborator, they will receive an email invitation, and once they accept it, they will gain editing access to the course. Keep in mind that Torus will not allow multiple users to edit the same page concurrently. A user editing a page must leave that page before any other project collaborator can begin to edit that same page. Remember to communicate and coordinate with your collaborators."
},
{
title: "Project Attributes",
transcript: "Project Attributes: ..."
},
{
title: "Project Labels",
transcript: "Project Labels: Torus follows a default hierarchy of units, modules, sections, where a unit can contain multiple modules and a module can contain multiple sections. Units, modules, and sections can all contain pages with course content. You can rename these containers to better fit your course structure. For example, if your course is structured by weeks, you can rename units to weeks to reflect the weekly progression of your lessons. If you're designing a language course, you can rename these structural containers in your target language."
},
{
title: "Advanced Activities",
transcript: "Advanced Activities: ..."
},
{
title: "Discussion, Notes, and Survey",
transcript: "Discussion, Notes, and Survey: ..."
},
{
title: "Transformation Payment Code",
transcript: "Transformation Payment Code: ..."
},
// ============================
// === Develop Your Course ====
// ============================
{
title: "Learning Objectives",
transcript: "Learning Objectives: Objectives will take you to the Learning Objectives page. Learning objectives are the basis of educational data analysis and engineering student success. Refer to the linked CMU Eberly Center guide on learning objectives to understand the importance of attaching objectives to pages and activities. To create a learning objective, click ‘Create New Objective’ here. Enter your text in the dialogue box, then click ‘Create’. Now, you’ll see a list of all your learning objectives displayed here. On the right side, you can track how many pages and activities in your course are using each objective."
},
{
title: "Create Sub-Learning Objectives",
transcript: "Create Sub-Learning Objectives: ..."
},
{
title: "Create Containers",
transcript: "Create Containers: The curriculum tab in the course author menu is where you will edit your course structure and course content. Remember, Torus follows a default hierarchy of Units → Modules → Sections, where: A Unit can contain multiple Modules A Module can contain multiple Sections (Units, Modules, and Sections can all contain Pages with course content.) If you want, can rename these containers in Overview to better fit your course structure. To set the structure of your course, you can start by creating a unit. Click “Create a Unit”. Your new Unit will be created, with the default name “Unit 1: Unit”. Torus numbers the Units automatically. As you create or rearrange more Units, Torus will update the numbering accordingly. To change the name of a Unit, click the drop down menu, click ‘Options’: menu, change the title, and click save Inside your unit, you can create a module, following the same steps you used to create the unit Then inside of the module, you can create a section, again follow the same steps. You can create as many Units, Modules, and Sections as you need for your course structure. You can also create Pages at any level of the structure - inside a Section, Module, or Unit, or at the top level of your curriculum."
},
{
title: "Create A Page",
transcript: "Create a Page: Now let’s add some pages! To create a new page, start by selecting ‘Practice’ in this box . Once selected, a new page will appear here. If you want to add a page inside a specific unit,module, or section, simply click on the container and just create a page here. A Practice Page is intended for ungraded activities, allowing learners to engage with the content without impacting their scores. In contrast, a Scored Page is used for graded activities, such as assessments, checkpoints, and exams. You’ll notice that Practice Pages and Scored Pages have distinct icons in your curriculum list. These icons help you easily differentiate between content types and track the structure of your course."
},
{
title: "Practice Page Options",
transcript: "Practice Page Options: As with Units and other containers, Page Titles will be seen by both you and students in your course structure. Page Titles will also appear at the top of their page. In general, page titles should be meaningful and descriptive of the content on the page. There are two ways to change the Page Title. First, as with containers, open the drop-down menu, select ‘Options’, and update the page title here. In the Page Options menu, you'll see that since you selected a Practice Page, the Scoring Type is set to ‘Unscored Practice Page’ by default. A: If you change your mind and want to turn your Practice Page into a Scored Page, you can change the Scoring Type to Scored Assessment and continue to adjust the Scored Page Options for this page. Remember to always click save at the end when you’ve finished editing the Page Options."
},
{
title: "Edit & Save Page",
transcript: "Edit & Save Page: Now let’s click “edit page” to create and edit your page content. First things first, Torus automatically saves all the changes you make while you are editing page content, so you don’t need to click any button to save your editing progress."
},
{
title: "Edit Page Title",
transcript: "Edit Page Title: The one exception is the Page Title., If you would like to edit your page title while you are editing your page content, click Edit Title (highlight) to edit your title, and click save to save your modified title. This save button is only needed to save the new title, not the page content, because page content is, again, automatically saved."
},
{
title: "Add Learning Objectives in Page",
transcript: "Add Learning Objectives in Page: all pages should generally have Learning Objectives. You have already seen how you can create learning objectives from the Learning Objectives page. At the top of each content page in a Torus course, you can select or create learning objectives for that page. If you already created a learning objective that you want to map to the page, you can select and attach it by checking the box beside it in the drop-down menu. You can also create a new learning objective here by directly typing it in the Learning Objectives bar, and clicking Create new objective when you’re done. You can have multiple learning objectives on the same page."
},
{
title: "Add Paragraph",
transcript: "Add Paragraph: Torus allows you to add multiple kinds of content to a page. When you first enter a new page, you will see the entry box where you will be able to author your content. At the bottom, you will see Insert Content, which is the small plus icon with a line indicating its position. You will always see this button while you edit a page. Above that, you will see the instructions “Type here or use + to begin…” The new page has pre-created a paragraph block to help you begin adding content. In a paragraph block, you can add rich content such as text, images, tables, YouTube, etc. First, of course, you can add text by typing directly. For more options, you can use the menu that appears when you click inside the paragraph block. You can bold and italicize, format your text as code, and add hyperlinks."
},
// ============================
// === Publish Your Course ====
// ============================
// instructors
{
title: "Add and configure OLI Torus in Canvas course",
transcript: "Add and configure OLI Torus in Canvas course: The first thing you need to do when integrating Torus to Canvas is to ensure that OLI Torus is registered as an LTI Advantage tool in your institution’s Canvas system. This is typically handled by a Canvas administrator. If your Canvas admin hasn't integrated OLI Torus yet, contact OLI Support at oli-help@cmu.edu. Okay, now, to place the OLI Torus link to Canvas, you have three options: The navigation menu An assignment Or a module. Adding OLI Torus to the navigation menu is recommended if you and students need to enter it frequently. This will result in OLI Torus also being visible on the Canvas class Home page. Adding OLI as an assignment is the recommended placement. This allows you to place OLI in your weekly curriculum and assign the reading as homework or out-of-class activities. Adding OLI Torus as a Module will allow students to navigate to OLI through the module view. To learn more, see OPTION 3. To avoid confusion, add your OLI Torus course link in only one place, Navigation Menu, Assignments, or Modules.OPTION 1: Add the link to the Navigation Menu. Go to Settings at the bottom of the Canvas navigation menu. Click the Navigation tab on the top and scroll to find “OLI Torus” (not the other ones) under disabled items. Drag it up to the list of enabled navigation items and click Save. OLI Torus will now appear in your course’s left-hand menu.\
OPTION 2: Add OLI Torus link in an Assignment Click Assignments > +Assignment Add a title. This is what students will see when they click on Assignments in the Canvas class. Scroll down to Submission Type, select External Tool Click Find, Choose OLI Torus from the list and click Load in a new tab. Click Save and Publish or Save. If necessary, publish the OLI Torus assignment by clicking the “not published” icon on the right side of the page. OPTION 3: Add OLI Torus link in a Module Click Modules in the Nav menu, then Create a new module Give the Module a name, such as OLI Torus Course (or base the title on your Torus content, such as Wellstart or General Chemistry) and click Add Module. In the new Module, click the Plus sign and select External Tool. Select OLI Torus from the list, update the title if you like, click Load in a new tab and click Add Item. Publish the OLI Torus module by clicking the “unpublished” icon on the right end of the OLI Torus module. And once you’ve added the link to Canvas, it’s time to configure your OLI Torus course materials for use with your students. Click the OLI Torus link you just added to load it in a new tab and configure your OLI Torus materials. Click Start and follow the prompts: Select a source material to base your course on. Use the search feature to find the desired content, if necessary. For example, here I’ve selected a Discrete Math course. Enter basic info link Course name, Course section number (can be a catalog number / CRN, for example), and modality for how class meets, and other course details Voila, your section has now been created. Note that: Once set up, all links will point to this same OLI Torus course, no matter where students access it from in Canvas. Students have no OLI Torus accounts. They will access everything from the Canvas link. There you have it. In just a few steps, you can add and configure OLI Torus in your Canvas course.. If you need to unlink a course, Contact OLI Support at oli-help@cmu.edu."
},
{
title: "Scheduling Tool in OLI Torus",
transcript: "Scheduling Tool in OLI Torus: Hi, I’m Eadin from the Open Learning Initiative. In this video, I’m going to show you how to schedule your course content in OLI Torus. This will help you set clear expectations for when students should complete units, modules, and graded assessments using our flexible Gantt-style tool, without manual entering for each page. Let’s get started. Under your course’s Manage settings, scroll down to Curriculum and click into the Scheduling and Assessment Settings. Now we see a page with four tabs of settings. In general, the Schedule tab lets you create a suggested course timeline for students to follow. The Assessment Settings tab allows you to configure each assessment item in more detail. The Student Exceptions tab enables you to set accommodations for individual students based on their needs. Finally, Advanced Gating is for instructors who want more control over how and when course materials become accessible. \
If you need help with Advanced Gating, contact OLI Help at oli-help@cmu.edu. Let’s start with the schedule setting. Here you will see your course timeline laid out across weeks. Each line here represents a unit of the course. Later you will have an adjustable schedule on this page. To start with, click 'Set Schedule', select the days you want to consider for that schedule, click Continue. If you choose 'Do not set assessment due dates,' the system will not automatically assign any due dates. You’ll need to manually set them later in the Assessment Setting view. If you choose 'Set assessment due dates according to the sequence of course content,' due dates will align with where each assessment appears within a unit. For example, if an assessment is placed halfway through a unit, its due date will also be scheduled halfway through that unit’s duration. If you choose 'Set assessment due dates to the end of each section,' all assessments will be due at the end of their respective units. \
So even if an assessment appears midway through a unit, its due date will still be at the end of that unit. This option is the most commonly used. Now you’ll see a Gantt-style timeline. Use Control +/- or Command +/- to adjust the size of the content on the screen for the best view. You can view or hide details of a unit by clicking the small black arrow or the Expand All / Collapse All button. Length of these blocks represent the suggested time duration of the units, which is independent of assessment dates you set. They are interactive and fully adjustable, meaning that you can move it or drag the ends to change when a unit begins or ends. You can also search for a specific module or topic using the search bar. By default, items under a unit are set to 'Suggested by Dates'. Suggested by date is for keeping students on track, for example, with their readings, while due by date is for scored, graded objects. You can change one item’s date into hard 'Due Dates' or 'In-class Activity' by clicking and editing them on the bottom left hand corner of the screen. The item will then change to a calendar or group icon. You can also: Right click a unit or item to remove it. Adjust dates with numeric input given selected units or assessment item Or Drag and reposition the task on the timeline This gives you granular control over how students pace themselves. Remember to click 'Save Changes' after you are done. If you want to Preview the schedule from a Student View, go back to the course manage settings, Click 'Preview as Student' to see what your learners will see. Recent items will appear under 'Upcoming Agenda' on the home page, and the full schedule can be viewed on the Schedule page. And that’s the Scheduling Tool! Remember, you can change these settings at any time, even after the course has begun. In the next video, we’ll walk through the assessment settings."
},
{
title: "Configure Assessment Settings",
transcript: "Configure Assessment Settings: From the schedule and assessment setting page, go to the Assessment Settings tab. Here, you’ll see a list of scored activities. You can manage them one-by-one or in bulk. Let’s look at settings for individual assessments first. Each activity includes multiple settings you can adjust regarding when and how students experience it. To do so, simply click and select, or enter your changes. To mention a few tips: The time of date here follows the 24-hour system. Enabling Targeted Retake Mode will allow students to only redo questions they got wrong. Also, Passwords and Exceptions will help set special access rules or accommodations for individual students. You can also use the search bar to search for specific assessment name key words. Now let’s look into the Bulk Apply function. With many assessments, managing one-by-one can be tedious. Bulk Apply allows you to copy settings for one assessment and apply them to all the others, except for the available date and due date. For example, here I change the number of attempts and late policy of the Getting Started assessment and want to apply it to all, all I need to do is to select it from the list, click Bulk apply, and confirm. This applies your selected settings to all assessments at once, really time saving right? There will be another video explaining student progress and insights. If you have additional questions, visit our OLI Help page."
},
{
title: "Monitor Student Progress and Insights",
transcript: "Monitor Student Progress and Insights: From your course dashboard, click the Insights tab. This tab displays information about how students interact with your content and assessments. Under the content tab, you’ll see student progress and proficiency levels organized by unit or module. This tells you, in aggregate, how far students have progressed in a given section and their overall proficiency. You can filter by searching unit names, and selecting student progress or student proficiency. In the Learning Objectives section, you will find a proficiency breakdown organized by learning objectives. The displayed analysis is based on the learning objectives you set. If your course does not have learning objectives, no insights will appear. For example, this course contains four learning objectives. When you hover on the proficiency progress bar, the detailed data will show up for each objective. This breakdown helps you understand where students are excelling, and where they might need extra support. You can also filter by module to check on specific parts of your course. Under Scored Activities and Practice Activities, you will see the assessment data of each unit on students’ average scores, attempts, and progress. For both of the activities tab, you can dig into one unit by clicking on it, and the questions breakdown would appear right below the table. This shows you how students are performing on each question, including attempts and incorrect answer patterns. Note that anything you change here will not be saved and updated to the course. Under the surveys tab, you can click into the page to see survey results if your course includes surveys. This is a great place to check in on feedback or gather formative insights from your students."
},
{
title: "Manage course - miscellaneous",
transcript: "Manage course - miscellaneous: Hi, I’m Eadin from the Open Learning Initiative. In this video, I’ll show you some other settings you can play with to manage your course. The settings include course discussions, collaborative spaces, notes, and manual scoring. Let’s get started. Under the course’s Discussion Activities, you will find the details of student posts if your course involves any discussion. You can also filter to see 'Posts that Need Approval' and 'Posts Awaiting a Reply'. Going back to your course’s Manage tab, scroll down and you can find 'Browse Collaborative Spaces' next to Manage. If your course has a collaborative space, you may enter it here. Scroll down a little more, you can enable notes for your course. The notes are essentially a notebook for students within the course page. This allows students to annotate content for saving, and sharing within the class. Once enabled, it will apply to all pages in your course. Click OK to confirm. Lastly, you can also enter the manual scoring space here if your course involves activities to be graded manually. Click on manual scoring next to Scoring to see the list of activities. Select the one you want to score, and scroll down to see detailed student answers, and the place to enter your input. Note that aside from the score, you have to give some feedback in order to apply your scoring. Use the score short-cut button to save your time. Once you apply your score and feedback, the page will automatically jump to the next one in line. If you have additional questions, visit our OLI Help page."
}
];