forked from inducer/relate-sample
-
Notifications
You must be signed in to change notification settings - Fork 1
/
course.yml
64 lines (44 loc) · 1.68 KB
/
course.yml
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
chunks:
-
title: "Welcome to the sample course"
id: welcome
rules:
-
if_after: end_week 3
if_before: 2038-01-01 13:00:00 -5
weight: 100
-
weight: 0
content: |
# Hi how's it going?
Check out the [linear algebra recap](flow:001-linalg-recap). Do it now. Do it.
You can also go there using a
<a href="flow:001-linalg-recap" role="button" class="btn btn-default">Bootstrap button</a>.
You can also jump directly to the [sample quiz](flow:quiz-test).
Look at the amazing embedded [PDF](repocur:pdfs/sample.pdf).
In addition to interactive content, RELATE also supports [static (i.e.
non-interactive) pages](staticpage:test).
Remember, this image shows the model that RELATE is trying to put out
of business:
<img src="repo:images/classroom.jpeg">
(![creative commons](repo:images/cc.png)/by [kevin dooley](https://secure.flickr.com/photos/pagedooley/13905987989/) on Flickr)
<div class="well" markdown="1">
*RELATE* <i class="fa fa-heart"></i>
<a href="https://djangoproject.com/"><img src="repo:images/django-logo.png"></a>.
(Note that all of this is sample content. RELATE does not clutter
your course page with information about itself.)
</div>
-
title: "Exam pointer"
id: exam_pointer
rules:
-
if_in_facility: test_center
if_after: 2015-06-01
weight: 200
-
shown: False
weight: 0
content: |
# Welcome to the computer-based testing facility!
<a href="flow:exam-1" class="btn btn-default">Start exam »</a>