sugarlabs / typing-turtle-activity

A typing tutor for the sugar learning environment
GNU General Public License v3.0
4 stars 8 forks source link

Identify mistyped space #9

Closed AmiMappy closed 4 years ago

AmiMappy commented 4 years ago

This is more of an enhancement than a real issue. It would would be nice if the mistyped spaces could be represented with a red underscore(_)

chimosky commented 4 years ago

@AmiMappy whatever input entered in the activity is expected to be what the activity asks and anything else would be represented as the key typed but it's colour would be red.

It won't be great if you entered j where you're supposed to enter a space and then see an underscore instead of the j you entered.

wadetb commented 4 years ago

The underscore idea makes sense to me, since a space marked in red would be by definition invisible.

(Also- awesome to hear that people still use Typing Turtle!)

quozl commented 4 years ago

I agree with @AmiMappy. Here's what it looks like if you type a space when you should have typed a letter;

tmp

Aniket21mathur commented 4 years ago

I agree with @AmiMappy as well, seems like a valid issue