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