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
This has been mentioned a few times in the tutorial discussion, but I noticed we don't have an issue so it's easily forgotten.
We could perhaps introduce "stages" to the help button so that the user gets a couple of hints before getting it solved for them. For example, on the first tutorial page where the user needs to add style={{ color: 'purple' }} and a pair of <em></em>, we might have the "Help" button check to see which (if either) condition is solved and give a prod towards whichever is unsolved. After expending the hints, the button will switch to "Solve" which the user can then use to give up.
The text was updated successfully, but these errors were encountered:
This has been mentioned a few times in the tutorial discussion, but I noticed we don't have an issue so it's easily forgotten.
We could perhaps introduce "stages" to the help button so that the user gets a couple of hints before getting it solved for them. For example, on the first tutorial page where the user needs to add
style={{ color: 'purple' }}
and a pair of<em></em>
, we might have the "Help" button check to see which (if either) condition is solved and give a prod towards whichever is unsolved. After expending the hints, the button will switch to "Solve" which the user can then use to give up.The text was updated successfully, but these errors were encountered: