Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions common-docs/content/common-theme/shortcodes/label-items.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
+++
title="Label Items"
description="Create a label items task with feedback"
emoji="🗃️"
menu=["shortcodes"]
+++

This is a simple "check understanding" block that allows you to create a "label items" tasks with feedback, similar to the multiple choice block, but with a drag and drop interaction. Sorting and categorising tasks are a pedagogically sound strategy to boost retention and understanding.

### Invoke

```go
{{</*label-items heading="Drag the labels on to the items"
>}}
[LABEL=Label-1]Item here [LABEL=Label-2]Item here anything you like can be
multiple lines [LABEL=Label-1] Another item here
{{< /label-items */>}}
```

{{<label-items heading="Drag the labels on to the items">}}
[LABEL=Label-1]Item here [LABEL=Label-2]Item here anything you like can be
multiple lines [LABEL=Label-1] Another item here
{{< /label-items >}}
Loading