Skip to content

Commit eb4c685

Browse files
committed
updated index for instructor menu
1 parent 1466c1b commit eb4c685

3 files changed

Lines changed: 37 additions & 1 deletion

File tree

index.html

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,47 @@
205205
</div>
206206
<ul class="submenu">
207207
<li data-title="How to Use the Scheduling Tool in OLI Torus"
208-
data-page="pages/file_name/schedule-setting.html">
208+
data-page="pages/schedule-and-assessment/schedule-setting.html">
209209
<span class="title">How to Use the Scheduling Tool in OLI Torus</span>
210210
</li>
211+
<li data-title="How to Configure Assessment Settings"
212+
data-page="pages/schedule-and-assessment/assessment-setting.html">
213+
<span class="title">How to Configure Assessment Settings</span>
214+
</li>
215+
</ul>
216+
</div>
217+
218+
<!--Course overview and student insights -->
219+
<div class="menu-section">
220+
<div class="section-title" onclick="toggleSection(this)">
221+
<span class="title-text">Course Overview and Student Insights</span>
222+
<span class="caret" aria-hidden="true">
223+
<svg viewBox="0 0 24 24" width="16" height="16">
224+
<path d="M9 6l6 6-6 6" fill="none" stroke="currentColor" stroke-width="2"
225+
stroke-linecap="round" stroke-linejoin="round"/>
226+
</svg>
227+
</span>
228+
</div>
229+
<ul class="submenu">
230+
<li data-title="Student Insights under Course Overview"
231+
data-page="pages/course-overview-and-student-insights/overview-insights.html">
232+
<span class="title">Student Insights under Course Overview</span>
233+
</li>
234+
<li data-title="How to Monitor Student Progress and Insights"
235+
data-page="pages/course-overview-and-student-insights/insights-student-progress.html">
236+
<span class="title">How to Monitor Student Progress and Insights</span>
237+
</li>
238+
<li data-title="How to add co-instructors or TAs"
239+
data-page="pages/course-overview-and-student-insights/add-coinstructors.html">
240+
<span class="title">How to add co-instructors or TAs</span>
241+
</li>
242+
<li data-title="Manage course - miscellaneous"
243+
data-page="pages/course-overview-and-student-insights/manage-miscellaneous.html">
244+
<span class="title">Manage course - miscellaneous</span>
245+
</li>
211246
</ul>
212247
</div>
248+
213249
</nav>
214250

215251
<main class="content">

pages/.DS_Store

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)