I try to setup an exercise with solution checking and hints.
My basic document is
---
title: Python Example with Pyodide
format: live-html
live:
show-hints: true
show-solutions: true
---
# Python Example
This example demonstrates running Python code in the browser using Pyodide.
```{pyodide}
#| exercise: 1
#| check: false
# Your code here
As soon as I set check to true or if I include a hint, the input field is not anymore display. What do I do wrong?
Hi,
I try to setup an exercise with solution checking and hints. My basic document is
As soon as I set check to true or if I include a hint, the input field is not anymore display. What do I do wrong?