home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / TEACHING / VARGR5_1.ZIP / SECTION.FRM < prev    next >
Text File  |  1992-02-29  |  707b  |  15 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]
  4. Date: [date][PageNumbers]
  5.  
  6. [header]["Task Number":12][" ":2]["Task Name":20][" ":2]["Task Number":12][" ":2]["Task Name":20]
  7. [repeat(2)][dtask@1][TaskNum:6][" ":8][TaskName:20][" ":2][dtask(2)+][TaskNum:6][" ":8][TaskName:20]
  8.  
  9. [loop:1{start at one}:4{do four tasks at a time}]
  10. [header]["Name":21][dtask][TaskNum:12][dtask+][TaskNum:12][dtask+][TaskNum:12][dtask+][TaskNum:12]
  11. [students][name:22][dtask][taskscore:12:2][dtask+][taskscore:12:2][dtask+][taskscore:12:2][dtask+][taskscore:12:2]
  12.  
  13. [loopend:8000{last possible task}]
  14.  
  15.