This repository was archived by the owner on Nov 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
223 lines (209 loc) · 11.3 KB
/
index.html
File metadata and controls
223 lines (209 loc) · 11.3 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>OLI Tutorial Hub</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="temp-hide.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap">
</head>
<body>
<header class="header">
<div class="header-left">
<button id="menu-toggle" class="menu-toggle">☰</button>
<a href="/" class="brand" aria-label="OLI Torus Tutorial Hub (home)">
<img src="assets/images/logo.png" alt="" class="brand-logo" aria-hidden="true" />
<span class="brand-oli">OLI</span>
<span class="brand-torus">Torus</span>
<span class="brand-sub">Tutorial Hub</span>
</a>
<a href="https://proton.oli.cmu.edu/" class="open-torus" target="_blank">LAUNCH TORUS</a>
</div>
<div class="header-right">
<a href="#" class="search-tutorial-btn" aria-label="Search Tutorial">
<span class="search-text">Search Tutorial</span>
<svg class="search-icon" xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</a>
<a href="https://forms.gle/3ta7TqVyWjRdgTmx9"
target="_blank"
class="feedback-btn"
aria-label="Feedback">
<img src="assets/images/feedback.png" alt="Feedback" class="feedback-icon" />
</a>
<button class="home-btn" aria-label="Home" data-page="pages/introduction/logging-in.html">
<img src="assets/images/home.png" alt="Home" class="home-icon" />
</button>
</div>
</header>
<div class="main-container">
<nav class="sidebar">
<!-- Introduction -->
<div class="menu-section">
<div class="section-title" role="button" tabindex="0" aria-expanded="false">
<span class="title-text">Introduction</span>
<span class="caret" aria-hidden="true">
<svg viewBox="0 0 24 24" width="16" height="16">
<path d="M9 6l6 6-6 6" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
</div>
<ul class="submenu">
<li data-page="pages/introduction/welcome.html"><span>WELCOME!</span></li>
<li data-page="pages/introduction/what-is-torus.html"><span>What is Torus?</span></li>
<li data-page="pages/introduction/why-torus.html"><span>Why Torus?</span></li>
<li data-page="pages/introduction/logging-in.html"><span>Get Started: <em>Logging In</em></span></li>
</ul>
</div>
<!-- COURSE AUTHOR SECTIONS -->
<div class="role-header">Author</div>
<div class="menu-section">
<div class="section-title" onclick="toggleSection(this)">
<span class="title-text">Set Up Your Course</span>
<span class="caret" aria-hidden="true">
<svg viewBox="0 0 24 24" width="16" height="16">
<path d="M9 6l6 6-6 6" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
</div>
<ul class="submenu">
<li data-title="Course Author Page Overview" data-page="pages/set-up-your-course/course-author-page-overview.html">
<span class="title">Course Author Page Overview</span>
</li>
<li data-title="Create a New Project" data-page="pages/set-up-your-course/create-a-new-project.html">
<span class="title">Create a New Project</span>
</li>
<li data-title="Set Up Your Project (Course Overview)" data-page="pages/set-up-your-course/course-overview.html">
<span class="title">Set Up Your Project: <em>Course Overview</em></span>
</li>
<li data-title="Details, Collaborators, and Visibility" data-page="pages/set-up-your-course/collaborators-visibility.html">
<span class="title">Collaborators Visibility</span>
</li>
<li data-title="Project Attributes" data-page="pages/set-up-your-course/project-attributes.html">
<span class="title">Project Attributes</span>
<span class="badge" data-level="intermediate" data-label="Intermediate"></span>
</li>
<li data-title="Project Labels" data-page="pages/set-up-your-course/project-labels.html">
<span class="title">Project Labels</span>
<span class="badge" data-level="intermediate" data-label="Intermediate"></span>
</li>
<li data-title="Advanced Activities" data-page="pages/set-up-your-course/advanced-activities.html">
<span class="title">Advanced Activities</span>
<span class="badge" data-level="intermediate" data-label="Intermediate"></span>
</li>
<li data-title="Discussion, Notes, and Survey" data-page="pages/set-up-your-course/discussion-notes-survey.html">
<span class="title">Discussion, Notes, and Survey</span>
<span class="badge" data-level="intermediate" data-label="Intermediate"></span>
</li>
<li data-title="Transformation Payment Code" data-page="pages/set-up-your-course/transformation-payment-code.html">
<span class="title">Transformation Payment Code</span>
</li>
</ul>
</div>
<div class="menu-section">
<div class="section-title" onclick="toggleSection(this)">
<span class="title-text">Develop Your Course</span>
<span class="caret" aria-hidden="true">
<svg viewBox="0 0 24 24" width="16" height="16">
<path d="M9 6l6 6-6 6" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
</div>
<ul class="submenu">
<li data-page="pages/develop-your-course/learning-objectives.html"><span>Learning Objectives</span></li>
<li data-page="pages/develop-your-course/create-containers.html"><span>Create Containers</span></li>
<li data-page="pages/develop-your-course/create-a-page.html"><span>Create a Page</span></li>
<li data-page="pages/develop-your-course/practice-page-options.html"><span>Practice Page Options</span></li>
<li data-page="pages/develop-your-course/edit-save-page.html"><span>Edit & Save Page</span></li>
<li data-page="pages/develop-your-course/edit-page-title.html"><span>Edit Page Title</span></li>
<li data-page="pages/develop-your-course/add-los-in-page.html"><span>Add Learning Objectives in Page</span></li>
<li data-page="pages/develop-your-course/add-paragraph.html"><span>Add Paragraph</span></li>
<li data-page="pages/develop-your-course/paragraph-toolbar.html"><span>Paragraph Toolbar</span></li>
<li data-page="pages/develop-your-course/paragraph-toolbar-insert.html"><span>Paragraph Toolbar: <em>Insert</em></span></li>
<li data-page="pages/develop-your-course/insert-content.html"><span>Insert Content</span></li>
<li data-page="pages/develop-your-course/mark-down-editors.html"><span>Markdown Editor</span></li>
<li data-page="pages/develop-your-course/page-preview.html"><span>Page Preview</span></li>
<li data-page="pages/develop-your-course/add-mcq.html"><span>Add Multiple-Choice Questions (MCQ)</span></li>
<li data-page="pages/develop-your-course/feedback-for-mcq.html"><span>Feedback for MCQ</span></li>
<li data-page="pages/develop-your-course/scoring-for-mcq.html"><span>Custom Scoring and Multiple Correct Answers for MCQ</span></li>
<li data-page="pages/develop-your-course/add-hints.html"><span>Add Hints</span></li>
<li data-page="pages/develop-your-course/add-single-response.html"><span>Input: <em>Add Single Response</em></span></li>
<li data-page="pages/develop-your-course/feedback-scoring-input.html"><span>Feedback and Scoring for Input</span></li>
<li data-page="pages/develop-your-course/regex.html"><span>Regex</span></li>
<li data-page="pages/develop-your-course/add-order-questions.html"><span>Add Order Questions</span></li>
<li data-page="pages/develop-your-course/content-break.html"><span>Content Break</span></li>
<li data-page="pages/develop-your-course/page-outline.html"><span>Page Outline</span></li>
<li data-title="Activity Bank" data-page="pages/develop-your-course/activity-bank.html">
<span class="title">Activity Bank</span>
</li>
</ul>
</div>
<div class="menu-section">
<div class="section-title" onclick="toggleSection(this)">
<span class="title-text">Publish Your Course</span>
<span class="caret" aria-hidden="true">
<svg viewBox="0 0 24 24" width="16" height="16">
<path d="M9 6l6 6-6 6" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
</div>
<ul class="submenu">
<li data-page="pages/publish-your-course/review-your-course.html"><span>Review Your Course</span></li>
</ul>
<!-- INSTRUCTOR SECTIONS -->
<div class="role-header">Instructor</div>
<div class="menu-section">
<div class="section-title" onclick="toggleSection(this)">
<span class="title-text">Link Course to LMS</span>
<span class="caret" aria-hidden="true">
<svg viewBox="0 0 24 24" width="16" height="16">
<path d="M9 6l6 6-6 6" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
</div>
<ul class="submenu">
<li data-title="Add and Configure OLI Torus to Canvas"
data-page="pages/link-course-to-lms/add-to-canvas.html">
<span class="title">Add and Configure OLI Torus to Canvas</span>
</li>
</ul>
</div>
<div class="menu-section">
<div class="section-title" onclick="toggleSection(this)">
<span class="title-text">Scheduling and Assessment</span>
<span class="caret" aria-hidden="true">
<svg viewBox="0 0 24 24" width="16" height="16">
<path d="M9 6l6 6-6 6" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
</div>
<ul class="submenu">
<li data-title="How to Use the Scheduling Tool in OLI Torus"
data-page="pages/file_name/schedule-setting.html">
<span class="title">How to Use the Scheduling Tool in OLI Torus</span>
</li>
</ul>
</div>
</nav>
<main class="content">
<!-- Tutorial content (e.g., video, text) goes here -->
</main>
</div>
<script src="main.js"></script>
<div id="searchOverlay" hidden></div>
<div id="searchModal" hidden></div>
<script src="search-wrapper-loader.js" defer></script>
</body>
</html>