<aside> 👉 This builds upon Upload a notebook to Pathbird.

</aside>

Add a multiple choice exercise

You can add multiple choice exercises inside Markdown cells using this syntax (explained below).

::::{multiplechoice}

:::{prompt}
Which of the following are frequently used as _activation functions_ in neural networks?
Recall the [definition of activation function](<https://en.wikipedia.org/wiki/Activation_function>).
:::

:::{option}
$\\sin$
:::

:::{option} correct
$\\tanh$
:::

:::{option*}
`sigmoid` (aka $\\sigma$)
:::

:::{option}
`relu`
:::

::::

Add a free-response exercise

<aside> 🚧 Coming soon!

</aside>

Add an auto-graded exercise

<aside> 🚧 Coming soon!

</aside>

Next steps

For a more detailed explanation of the authoring syntax, see the Codex syntax reference reference material.