1 / 8

Today’s Class

Today’s Class. Demo your tutorials Start the drill assignments Authorware: drill item queuing. Drill Analysis and Evaluation Assignment. Five drills Two optional drills Rank (rather than grade) Source code included. Drill Design and Lesson Assignment. Emphases will be on:

harper
Télécharger la présentation

Today’s Class

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Today’s Class • Demo your tutorials • Start the drill assignments • Authorware: drill item queuing

  2. Drill Analysis and Evaluation Assignment • Five drills • Two optional drills • Rank (rather than grade) • Source code included

  3. Drill Design and Lesson Assignment • Emphases will be on: • Queuing for repetition • Organization principle • Motivation • Data storage • Not on initial instruction • Topics • Partners • Logs • Grading rubrics

  4. Example Drills • Who’s that Face? • The Spanish Classroom • Bird Sounds • The Hebrew Alphabet

  5. Main Drill Designer xcmds  LOAD the external commands (just like Response Analyzer) DDDataPtr := “0” PathName := FileLocation (for program on a hard drive) or PathName := RecordsLocation (for program on a CD) DDDataPtr := DDCreateDrill(DDDataPtr,10,3,10, “R”, “RFII”, “2 7 15”) NextItemNum := DDNext(DDDataPtr) AnyVariable := DDCorrect(DDDataPtr) or AnyVariable := DDIncorrect(DDDataPtr) (and when NextItemNum is equal to zero) AnyVariable := DDDispose(DDDataPtr)     

  6. Drill Designer storage xcmds • AnyStringVariable := DDStore(DDDataPtr,PathName,StuStr,DRLstr,AUTHstr) • AnyStringVariable := DDRestore(DDDataPtr,PathName,StuStr,DRLstr) • AnyStringVariable := DDGetAuthorVariables(DDDataPtr) • AnyVariable := DDRetrieveInfo(DDDataPtr,INFOnum,param1,param2)

  7. Data Storage Purposes Bookmark information Progress information Performance information

  8. Other Drill Designer xcmds DDInsert DDPurge DDRequeue DDRetire DDPad DDScramble

More Related