For multi-step hints, the Next Hint button can be clicked at the last hint (the button is greyed but it can be clicked). The Start Over and Run Code button becomes non-responsive after.
Example learnr tutorial:
# Test
```{r demo, exercise = TRUE}
1+1
```
```{r demo-hint-1, eval=FALSE}
hint1
```
```{r demo-hint-2, eval=FALSE}
hint2
```
