Newer
Older
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
chunks:
-
title: "Shown to instructor"
id: hidden
rules:
-
if_has_role: [instructor]
weight: 100
shown: True
-
weight: 0
shown: False
content: |
# Hello instructors
Hi!
-
title: "empty rules"
id: no_actual_rules
rules: []
content: |
# All visitor can see this
Welcome!
-
title: "Display order"
id: orders
rules:
-
if_after: 2018-01-01
weight: 200
-
weight: 50
content: |
# Where am I?