Skip to content

Template for lessons.md

Create a file named lessons.md in the root of your workshop's repository. Inside the file, copy and paste the following markdown and edit as you see fit.

Note that each lesson is denoted by an opening level 1 heading (#) and can be followed by any subheaders of descending levels. The subheaders can not start with Evaluation, Keywords, Challenge or Solution as those are reserved for the optional headers adding to the interactivity of the website.

 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
# Lesson number one: They should not be numbered.

Dolor minim nostrud ipsum dolor minim nisi minim duis sint sint consectetur proident quis velit. Elit duis eu laborum veniam quis magna deserunt amet est Lorem. Proident aliqua in velit consequat veniam irure reprehenderit incididunt do laborum tempor qui. Commodo minim est dolor do magna ullamco magna dolore ipsum culpa laborum voluptate esse elit. Consequat ullamco sunt ut laborum anim in consequat consectetur deserunt qui dolore proident. Ad occaecat aliquip incididunt dolore laboris et adipisicing occaecat exercitation laborum fugiat enim ea excepteur. Excepteur ea dolore consectetur ea eiusmod enim.

Aliqua dolor magna labore tempor exercitation ut ut et Lorem aute do officia anim. Ea dolor incididunt laborum tempor laborum eu. Laboris consectetur laborum magna Lorem veniam mollit consectetur officia. Lorem aliquip id labore excepteur nisi id ea elit aute. Fugiat proident esse amet mollit dolor mollit tempor occaecat. Minim do culpa aute cupidatat. Pariatur cillum minim et sint et nisi mollit pariatur qui.

## You can have subheaders of level 2

Voluptate sunt non sint deserunt eiusmod voluptate eiusmod laborum qui consectetur dolor ad. Lorem adipisicing fugiat ullamco pariatur id proident fugiat elit eiusmod commodo nisi sit. Dolor labore aute dolor labore laborum labore veniam quis incididunt nisi qui sunt. Pariatur Lorem aute dolor dolore laboris nisi eu exercitation qui. Reprehenderit non enim ullamco fugiat nostrud minim commodo nisi officia duis aliquip elit.

## Evaluation

An open-ended question should just be a one-liner like this, ending with a question mark?

A multi-choice question could be, for instance: Which of the following sentences is correct:

- Wrong alternative number one.
- Correct alternative number one.*
- Wrong alternative number two.
- Correct alternative number two.*
- Correct alternative number three.*

## Keywords

Do you remember the glossary terms from this section?

- [Keyword](https://github.com/DHRI-Curriculum/glossary/blob/v2.0/terms/insert-keyword-here.md)

## Challenge: A Challenge can also have its own header on the page, if you add it like this (you can also leave it as "## Challenge")

If your lesson has a challenge, add it here. You can use level 3 headers, if you need to, and any styled markdown.

## Solution: This is how you add an optional header for your solution (you can also leave it as "## Solution")

If your challenge has a solution, it should follow the same pattern as the challenge above. The solution’s following paragraph(s), can also use level 3 headers, if you need to, and any styled markdown.

# Lesson number two: They should not be numbered.

...and so one...

# Lesson number three: They should not be numbered.

...

# Lesson number four: They should not be numbered.

...