Text item
Extends Item
Example
In the items option in the part
- JSON
- YAML
<course>/<part>/config.json
{
"name": "Text",
"type": "text",
"text": "Here you can write something. Markdown is supported!\n"
}
<course>/<part>/config.yml
name: Text
type: text
text: >
Here you can write something. Markdown is supported!
Options
Name | Type | Required | Description |
---|---|---|---|
text | String (Markdown) | true | The current text which will be displayed as content of the current part item |
points | Integer | false | The points which will be get if you visited this site. Default is 1 |