home *** CD-ROM | disk | FTP | other *** search
/ Solo Programadores 22 / SOLO_22.iso / docs / lovelace / blank.les < prev    next >
Encoding:
Text File  |  1995-11-21  |  1.5 KB  |  57 lines

  1. <COMMENT This is a lesson file for the Lovelace Ada tutorial>
  2. <COMMENT A program called genlesson is used to transform this file into a set>
  3. <COMMENT of useful HTML files for use by Mosaic & other WWW browsers.>
  4.  
  5. <COMMENT  Edit the following lines. >
  6. <TUTOR NAME="Lovelace">
  7. <LESSON NUMBER=99>
  8. <AUTHOR NAME="David A. Wheeler" EMAIL="wheeler@ida.org">
  9. <AUTHOR ADDRESS="<A HREF="dwheeler.htm">David A. Wheeler (wheeler@ida.org)</A>">
  10. <COMMENT $Id$ >
  11.  
  12. <COMMENT  You'll probably want to uncomment and edit these lines: >
  13. <COMMENT  <PREVIOUS_LESSON LOCATION="URL_of_directory/" >
  14. <COMMENT  <NEXT_LESSON LOCATION="URL_of_directory/" >
  15.  
  16. <COMMENT A lesson is divided into 1 or more "sections".>
  17. <COMMENT Each section has a title; SECTION starts a new section.>
  18.  
  19. <SECTION NAME="Section 1 Title">
  20. Text for section 1 goes here in HTML format.
  21.  
  22. <QUESTION Type=Multiple-Choice>
  23. Text for question 1?
  24. <CHOICES>
  25. <CHOICE ANS=1>Choice 1.
  26. <CHOICE ANS=2>Choice 2.
  27. <CHOICE ANS=3>Choice 3.
  28. </CHOICES>
  29. <ANSWER ANS=3>
  30. <RESPONSES>
  31. <WHEN ANS=1>
  32. Text for response 1.
  33. <WHEN ANS=2>
  34. Text for response 2.
  35. <WHEN ANS=3>
  36. Text for response 3.
  37. </RESPONSES>
  38. <SECTION NAME="Section 2 Title">
  39. Text for section 2 goes here in HTML format.
  40.  
  41. <QUESTION Type=Multiple-Choice>
  42. Text for question 2?
  43. <CHOICES>
  44. <CHOICE ANS=1>Choice 1.
  45. <CHOICE ANS=2>Choice 2.
  46. <CHOICE ANS=3>Choice 3.
  47. </CHOICES>
  48. <ANSWER ANS=3>
  49. <RESPONSES>
  50. <WHEN ANS=1>
  51. Text for response 1.
  52. <WHEN ANS=2>
  53. Text for response 2.
  54. <WHEN ANS=3>
  55. Text for response 3.
  56. </RESPONSES>
  57.