Skip to content

Commit 9dd7dc5

Browse files
committed
updates on interaction/script
1 parent 7d3d9ab commit 9dd7dc5

6 files changed

Lines changed: 237 additions & 148 deletions

File tree

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
WEBVTT
2+
3+
0
4+
00:00:00.730 --> 00:00:02.319
5+
Now let's add some pages.
6+
7+
1
8+
00:00:02.569 --> 00:00:03.700
9+
To create a new page,
10+
11+
2
12+
00:00:04.010 --> 00:00:06.809
13+
start by selecting 'Practice' in this box.
14+
15+
3
16+
00:00:07.179 --> 00:00:08.010
17+
Once selected,
18+
19+
4
20+
00:00:08.090 --> 00:00:09.550
21+
a new page will appear here.
22+
23+
5
24+
00:00:10.329 --> 00:00:13.079
25+
If you want to add a page inside a specific unit,
26+
27+
6
28+
00:00:13.220 --> 00:00:13.819
29+
module,
30+
31+
7
32+
00:00:13.899 --> 00:00:14.819
33+
or section,
34+
35+
8
36+
00:00:15.239 --> 00:00:16.959
37+
simply click on the container
38+
39+
9
40+
00:00:17.059 --> 00:00:18.600
41+
and just create a page here.
42+
43+
10
44+
00:00:21.379 --> 00:00:25.409
45+
A practice page is intended for ungraded activities,
46+
47+
11
48+
00:00:25.829 --> 00:00:28.329
49+
allowing learners to engage with the content
50+
51+
12
52+
00:00:28.629 --> 00:00:30.250
53+
without impacting their scores.
54+
55+
13
56+
00:00:30.879 --> 00:00:31.920
57+
In contrast,
58+
59+
14
60+
00:00:32.080 --> 00:00:33.220
61+
a scored page
62+
63+
15
64+
00:00:33.360 --> 00:00:35.779
65+
is used for graded activities,
66+
67+
16
68+
00:00:36.159 --> 00:00:37.310
69+
such as assessment,
70+
71+
17
72+
00:00:37.459 --> 00:00:38.150
73+
checkpoints,
74+
75+
18
76+
00:00:38.159 --> 00:00:39.139
77+
and exams.
78+
79+
19
80+
00:00:39.599 --> 00:00:40.680
81+
You will notice that
82+
83+
20
84+
00:00:40.919 --> 00:00:45.939
85+
practice pages and score pages have distinct icons in your curriculum list.
86+
87+
21
88+
00:00:46.400 --> 00:00:48.619
89+
These icons help you easily differentiate
90+
91+
22
92+
00:00:48.959 --> 00:00:52.090
93+
between content types and track the structure of your course.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
WEBVTT
2+
3+
0
4+
00:00:00.280 --> 00:00:02.390
5+
The one exception is the page title.
6+
7+
1
8+
00:00:02.730 --> 00:00:06.590
9+
If you would like to edit your page title while you're editing your page content,
10+
11+
2
12+
00:00:07.010 --> 00:00:09.989
13+
click 'edit title' to edit your title
14+
15+
3
16+
00:00:10.289 --> 00:00:13.350
17+
and click 'save' to save your modified title.
18+
19+
4
20+
00:00:14.130 --> 00:00:17.489
21+
This save button is only needed to save the new title,
22+
23+
5
24+
00:00:17.809 --> 00:00:19.110
25+
not the page content,
26+
27+
6
28+
00:00:19.610 --> 00:00:20.959
29+
because page content is,
30+
31+
7
32+
00:00:21.250 --> 00:00:21.549
33+
again,
34+
35+
8
36+
00:00:21.930 --> 00:00:23.309
37+
automatically saved.

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
</div>
129129
<ul class="submenu">
130130
<li data-page="pages/develop-your-course/learning-objectives.html"><span>Learning Objectives</span></li>
131-
<li data-page="pages/develop-your-course/create-sub-objectives.html"><span>Create Sub-Objectives</span></li>
132131
<li data-page="pages/develop-your-course/create-containers.html"><span>Create Containers</span></li>
133132
<li data-page="pages/develop-your-course/create-a-page.html"><span>Create a Page</span></li>
134133
<li data-page="pages/develop-your-course/practice-page-options.html"><span>Practice Page Options</span></li>

pages/introduction/welcome.html

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,6 @@
125125
padding: 16px 24px;
126126
color: #fff;
127127
box-shadow: 0 6px 20px rgba(0,0,0,0.25);
128-
transition: transform .2s ease, box-shadow .2s ease;
129-
}
130-
131-
.info-card:hover {
132-
transform: translateY(-4px);
133-
box-shadow: 0 10px 24px rgba(0,0,0,.3);
134128
}
135129

136130
.info-card img {
@@ -165,14 +159,7 @@
165159
color: #fff;
166160
}
167161

168-
@media (max-width: 900px) {
169-
h1 { font-size: 42px; }
170-
.inner { padding: 24px; }
171-
.info-card { flex-direction: column; text-align: center; padding: 20px; }
172-
.info-text { text-align: center; }
173-
.info-card img { width: 60px; height: 60px; }
174-
.lede { font-size: 17px; max-width: 90%; }
175-
}
162+
176163
</style>
177164
</head>
178165

@@ -201,7 +188,7 @@ <h2 class="subheading">
201188
<img src="assets/images/pick-your-role.png" alt="Pick Your Role" />
202189
<div class="info-text">
203190
<h2>Pick Your Role</h2>
204-
<p> Head to the <strong>Home Page</strong> and choose your role: each role opens a different section of tutorials designed for your specific needs.</p>
191+
<p> Head to the <strong>Get Started</strong> page and choose your role: each role opens a different section of tutorials designed for your specific needs.</p>
205192
</div>
206193
</div>
207194

0 commit comments

Comments
 (0)