File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > Add and Configure OLI Torus to Canvas </ title >
6+ < title > How to Configure Assessment Setting </ title >
77
88 <!-- Existing site styles (includes .video-container, .title-bar, .page-content) -->
99 < link rel ="stylesheet " href ="./style.css " />
2121 style ="width:100%;height:auto;display:block;background:#000;border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow); "
2222 >
2323 <!-- UPDATE THIS: video file -->
24- < source src ="./assets/videos/link-course-to-lms/add-to-canvas .mp4 " type ="video/mp4 " />
24+ < source src ="./assets/videos/schedule-and-assessment/assessment-setting .mp4 " type ="video/mp4 " />
2525
2626 <!-- UPDATE THIS: captions file -->
2727 < track
28- src ="./assets/captions/link-course-to-lms/add-to-canvas .vtt "
28+ src ="./assets/captions/link-course-to-lms/assessment-setting .vtt "
2929 kind ="subtitles "
3030 srclang ="en "
3131 label ="English "
3737
3838 <!-- UPDATE THIS: video title -->
3939 < div class ="title-bar ">
40- Add and Configure OLI Torus to Canvas
40+ How to Configure Assessment Setting
4141 </ div >
4242
4343 < div class ="page-content ">
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6+ < title > How to Use the Scheduling Tool in OLI Torus</ title >
7+
8+ <!-- Existing site styles (includes .video-container, .title-bar, .page-content) -->
9+ < link rel ="stylesheet " href ="./style.css " />
10+
11+ <!-- Optional: silence favicon 404 in dev -->
12+ < link rel ="icon " href ="data:, ">
13+ </ head >
14+ < body >
15+
16+ < div class ="video-container ">
17+ < video
18+ controls
19+ preload ="metadata "
20+ playsinline
21+ style ="width:100%;height:auto;display:block;background:#000;border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow); "
22+ >
23+ <!-- UPDATE THIS: video file -->
24+ < source src ="./assets/videos/schedule-and-assessment/schedule-setting.mp4 " type ="video/mp4 " />
25+
26+ <!-- UPDATE THIS: captions file -->
27+ < track
28+ src ="./assets/captions/link-course-to-lms/schedule-setting.vtt "
29+ kind ="subtitles "
30+ srclang ="en "
31+ label ="English "
32+ default
33+ />
34+
35+ Your browser does not support the video tag.
36+ </ video >
37+
38+ <!-- UPDATE THIS: video title -->
39+ < div class ="title-bar ">
40+ How to Use the Scheduling Tool in OLI Torus
41+ </ div >
42+
43+ < div class ="page-content ">
44+ < p > Text</ p >
45+ </ div >
46+ </ div >
47+
48+ </ body >
49+ </ html >
You can’t perform that action at this time.
0 commit comments