Copy link to clipboard
Copied
Hello
I'd like to use Catch.swf in order to ask the user to catch 3 "B".
The problem is that when the user catches one "B", the success message appears
How I do :
I mark "drop characters"
I set the response to "BBB" (I also tried with a space between each but the result doesn't change)
I type some characters in the character set area
and I tried many options in the Hide characters and random area
Do you know what I do wrong ? (I'm a beginner)
Thank you
Genevieve
The design of that game is not appropriate for your goal: if you catch one character that appears multiple time in the word(s) they will all be filled in when you catch one. If you have a word with 3 b's like 'baobab'; and you catch the b, it will be inserted three times, if you catch the a, it will be inserted twice. Moreover they are not case sensitive.
Copy link to clipboard
Copied
Are you talking about that game, learning interaction 'CatchAlphaNums'?
Copy link to clipboard
Copied
Yes, I'm talking about the learning interaction "CatchAlphaNums"
thk
Copy link to clipboard
Copied
The design of that game is not appropriate for your goal: if you catch one character that appears multiple time in the word(s) they will all be filled in when you catch one. If you have a word with 3 b's like 'baobab'; and you catch the b, it will be inserted three times, if you catch the a, it will be inserted twice. Moreover they are not case sensitive.
Copy link to clipboard
Copied
Thank you very much for your very complete answer.