Sample EduScript Applications
| Application | Sample Memo Input | Explanation | |
|
Random.pmc [ "What color is the moon?", "white","blue","green","red", "What color is the sky?", "blue","yellow","green","red", "What color is grass?", "green","yellow","blue","red", "What color is an apple?", "red","yellow","blue","tan" ] |
Multiple Choice Test. The number of questions can
vary. Each question must have four answers. The first answer is
always the correct choice. The program randomizes both the order
of the questions and the answers. How to administer the test. |
|
|
None | Math Flash Cards. The number range and operator are selectable. | |
|
States.map [ "database name",record#, "Alabama",[102,63,10,11], "Wyoming",[42,26,15,15] ] |
Picture Lesson. The picture can be a record in any database. The text for the TAP instructions can be set to anything. There is an application to help construct the rectangle coordinates for "hit" testing. Any memo with a ".map" name can be selected as input. | |
![]() |
None | BINGO. The cards are generated randomly. The students tap on a number to select it and tap again to remove a token. | |
![]() |
Hangman.wrd [ "animal","RHINOCEROUS", "plant","CAULIFLOWER" ] |
Hangman. At the current time, the students have to write the letters using pen strokes. It would be easy to make a version in which letters were tapped for selection. Any memo with a ".wrd" name can be chosen as input. | |
![]() |
Times.mch [ "3x6","8x9","6x8","5x9", "7x4","8x7","9x9","4x4", "18","72","48","45", "28","56","81","16",1 ] |
MatchIt. Initially, the 16 squares are hidden. Students select two at a time that "match". Every match remains visible until all 16 are in view. Any memo with a ".mch" name can be chosen as input. | |
![]() |
None | Call BINGO. Randomly selects BINGO numbers and records the call history for a game. |