Hi there, Nicolas!

>I'm scripting a standalone for a 12 year old student to use at home for
>remedial work on learning letter-sound correspondences, and was looking
>for list advice about:
>
>1. the safest sound-file format and attribute-combination (Hz,
>8bit/16bit, mono/stereo) for Win or Mac;

As Warren said before, 8 bit 22KHz should be fine.

>2. how to receive feedback about student performance. The only two
>non-paper scenarios I can envision are:
>
> [a] saving to floppy. Does MC have a save-file dialog (like MSWord's),
>or will I need to know beforehand the directory letter for the floppy
>drive on my student's home computer?  

Yes.  To write something to a file, look up the "ask" command in the 
metatalk reference.  A sample script would be something like this:

ask file "Type in a name for your feedback document." with "feedback.txt"
put it into theFilePath
open file theFilePath for write
write field "feedbackText" to file theFilePath
close file theFilePath

> [b] e-mail. Assuming the student is on-line while the stack is up, is
>there a one-click way for an MC standalone to send text as e-mail, or am
>I looking at something more complex here? (Note: all I have is an e-mail
>account.)

Hmmm... someone else should help you with this, not sure.  Hope the above 
helped, tho!  

>Thank you.
>
>-- 
>Nicolas R Cueto
>Takakura JHS/SHS
>Nagoya, Japan


--------------------------------
Karl Becker, [EMAIL PROTECTED]
http://www.btigate.com/~funkboy/
Home of Tiger's Eye Casino, 
MacBasketball, and The Fishin' Hole!

Reply via email to