βœ… Tasks

Assign learning objectives via render hook

This is a codefence render hook that allows you to assign inert learning objectives to a page. It’s for pages or content sources outside Hugo. You can mark up a tasks checklist on a GitHub readme, say, and then render it as a list of objectives on the page.

Tasks are an inert form of learning objectives. They will be rendered on Hugo and GitHub as task lists. They will be shown in the learning objectives section on a block. But they will not be tracked as learning objectives and won’t be passed to the success criteria of a sprint.

πŸ’‘Tip

You probably want objectives instead.

Invoke

```tasks
- [ ] Use the objectives render hook
- [ ] Three backticks ```
- [ ] The word objectives
- [ ] A list of objectives in a checklist
```