Skip to content

Commit 1466c1b

Browse files
committed
Updated schedule and assessment videos
added video and pages for schedule and assessment
1 parent a7a1ae1 commit 1466c1b

5 files changed

Lines changed: 53 additions & 4 deletions

File tree

assets/videos/.DS_Store

0 Bytes
Binary file not shown.

pages/.DS_Store

2 KB
Binary file not shown.
6 KB
Binary file not shown.

pages/schedule-and-assessment/add-to-canvas.html renamed to pages/schedule-and-assessment/assessment-setting.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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" />
@@ -21,11 +21,11 @@
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"
@@ -37,7 +37,7 @@
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">
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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>

0 commit comments

Comments
 (0)