You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the highlight feature on the quiz it gives the user a hint after so many incorrect attempts. For my use case, I'm looking to use the quiz as more of a learning tool where it highlights each stroke and has the user trace it.
I tried using the animateStroke method but there's no way to really un-animate it to give the user an opportunity to trace it. The highlightStroke method in quiz actions isn't exposed so I can't directly use that.
What are your thoughts on adding a public method to highlight the current stroke in a quiz? I think that it'd be easy to add. I'd be happy to add it myself if that's something that you would be interested in. If not, no big deal, I can fork it - but I'd rather not if not necessary.
The text was updated successfully, but these errors were encountered:
Awesome project!
I really like the highlight feature on the quiz it gives the user a hint after so many incorrect attempts. For my use case, I'm looking to use the quiz as more of a learning tool where it highlights each stroke and has the user trace it.
I tried using the animateStroke method but there's no way to really un-animate it to give the user an opportunity to trace it. The highlightStroke method in quiz actions isn't exposed so I can't directly use that.
What are your thoughts on adding a public method to highlight the current stroke in a quiz? I think that it'd be easy to add. I'd be happy to add it myself if that's something that you would be interested in. If not, no big deal, I can fork it - but I'd rather not if not necessary.
The text was updated successfully, but these errors were encountered: