I am looking for a spelling game for my first grade son. I would like to be able to just add his spelling words into the game in a list form every week. A plus would being able to have a spelling game with a superman sprite. Any ideas?
Offline
There are two method for spelling tests - you can have the word said with sound, or with text. With sound, you can't see any words, but you'll have to get all the sounds... that'll take a while. With text, it's nice and easy (you just input the words into the list, no need to get anything big), but you have to display the word for a brief moment and that sort of ruins it (if you are really quick, you can memorize the word before it disappears). Both methods I will give the scripts for, though.
Here's the script for sounds:
To break it up:
• The list contains the names of all the sounds. To play a random sound:
• The variable "Selected word" is set randomly to a number.
• The play block checks the item (the item number is the value of "Selected word") in the list, and plays the sound with the name in the item.
• The program asks you to spell the word.
• It then checks if the answer is the same as the name of the sound (it looks in the list). If it's right, then the program 'loops', but if not, it asks you to try again.
And that's it! If you want to add any sounds, add the sound you want to the sounds area, and then make another item in the list, with the item containing the name of the sound.
Here's the script for using text - make sure that the variable "Word" is showing! Anyway:
It's the same as the previous script, except that it has a variable that briefly displays the word, instead of saying the word by sound. Let's explain the new bit:
• It sets the variable "Selected word", as usual.
• The variable "Word" sets itself to the variable "Selected word" for half a second, and then sets itself blank, as before.
And then it does the same stuff as the previous script.
Any questions?
Offline
Hey Jonathan,
I had a look at your soundscript for learning words. Is it possible to add sth. that words I knew in the first round not asked again? So I learn the ones I don't know yet but do't need to type in the already known words after and after?? So there is sth like an end for the kids?
Thanks for helping
Engelchen
Offline
Engelchen87 wrote:
Hey Jonathan,
I had a look at your soundscript for learning words. Is it possible to add sth. that words I knew in the first round not asked again? So I learn the ones I don't know yet but do't need to type in the already known words after and after?? So there is sth like an end for the kids?
Thanks for helping
Engelchen
Ah, I forgot that part! Anyway, here are the two scripts - both will check if words have already been spelled. And as a bonus, when you spell all the words, the program will congratulate you! Oh - the scripts are a bit fat, so they were shrunk a bit to fit into the width of the forum posts. Anyway, here's the script for sound:
And with text:
Any questions?
Last edited by Jonathanpb (2010-02-25 03:04:14)
Offline
parks wrote:
You guys are great! Thanks for the ideas. This helps my little guy. I am working on a program now with a superman sprite. He loves it already and it's not even done.
Thanks! And good luck on your project!
Offline
Greenboi wrote:
fanofcena weren't you going to make it? ...
when i typed that it was 8:30 PM in my home now i m back on System from Skool and u r telling me this :X
anyways i think park has got the point just one question Parks the way they all are telling will require you to record the sound with the name each time you enter a word and also add that at the same place in the list or it might be going wrong so take care of it
Last edited by fanofcena (2010-02-25 04:24:19)
Offline
I took the new one you did with the sound, but my words weren't taken into the already spelled list. how can that be? did it exactly the way you showed. Please help
Offline
Engelchen87 wrote:
I took the new one you did with the sound, but my words weren't taken into the already spelled list. how can that be? did it exactly the way you showed. Please help
Okay, I tested the script again and it worked... here's what I think the problem is: Did you forget this bit?
That'd be the perfect answer. If not, check the following:
• Does the list "Words already spelled" have as many items in it as the list "List of words"?
• Does the list "List of words" have an item for each sound?
• Do the items in the list "List of words" match up with the names of the sounds - the first sound has the same name as what is stored in item 1, the second sound has the same name as what is stored in item 2, etc.?
Maybe you could upload a picture of your script and the lists? That'd probably get the problem solved, but check the above stuff first.
Offline
It's working!!
I had one little mistake with the replacing part. Thanks a lot for all the help!!
Offline
Glad to help.
Offline
fanofcena wrote:
Greenboi wrote:
fanofcena weren't you going to make it? ...
when i typed that it was 8:30 PM in my home now i m back on System from Skool and u r telling me this :X
anyways i think park has got the point just one question Parks the way they all are telling will require you to record the sound with the name each time you enter a word and also add that at the same place in the list or it might be going wrong so take care of it
anyways
If you want more detail added to it I can do that. (art/interactions)
Offline
umm.. why is this in new scratch members? Just asking... :\
Offline