home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / EDUCATIO / VARG465B.ZIP / SECTION.FRM < prev    next >
Encoding:
Text File  |  1991-02-24  |  658 b   |  14 lines

  1. {This form writes the scores for all tasks for all students in the class!
  2. {[OnePerPage] <- Add this command to print one set of students per page
  3. Class: [classname:24] Date: [date]
  4.  
  5. [header]Task Number  Task Name           Task Number  Task Name
  6. [repeat(2)][dtask@1][TaskNum:5]        [TaskName:20][dtask(2)+][TaskNum:5]        [TaskName:20]
  7.  
  8. [loop:1{start at one}:4{do four tasks at a time}]
  9. [header]["Name":21][dtask][TaskNum:12][dtask+][TaskNum:12][dtask+][TaskNum:12][dtask+][TaskNum:12]
  10. [students][name:22][dtask][taskscore:12:2][dtask+][taskscore:12:2][dtask+][taskscore:12:2][dtask+][taskscore:12:2]
  11.  
  12. [loopend:8000{last possible task}]
  13.  
  14.