Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial is non-responsive if the next hint is clicked at the last hint #694

Closed
cswclui opened this issue May 14, 2022 · 1 comment · Fixed by #695
Closed

Tutorial is non-responsive if the next hint is clicked at the last hint #694

cswclui opened this issue May 14, 2022 · 1 comment · Fixed by #695
Assignees

Comments

@cswclui
Copy link

cswclui commented May 14, 2022

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
```

image

@gadenbuie
Copy link
Member

Thanks for the bug report! This should be fixed now 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants