home *** CD-ROM | disk | FTP | other *** search
/ Solo Programadores 22 / SOLO_22.iso / docs / lovelace / txt-temp < prev    next >
Encoding:
Text File  |  1995-09-22  |  5.7 KB  |  172 lines

  1. ===== template.comments =====
  2. This is a "template" file that includes NO graphics.
  3. This is useful for creating lessons if you know that
  4. your target audience doesn't have (or doesn't want) embedded graphics.
  5.  
  6. This file, template, is a library file used by
  7. the program "mklesson" to generate lessons.
  8. This file Copyright (C) 1994 David A. Wheeler
  9. RCS ID:  $Id: txt-temp,v 1.1 1995/02/16 22:53:31 wheeler Exp $
  10.  
  11. Each template "chunk" is preceded by a header line;
  12. a header line has 5 = signs, space, chunk name, and 5 equal signs.
  13. Capitalized text enclosed in square brackets is replaced with text.
  14. For example, [AUTHOR_NAME] is replaced with the name of the lesson author.
  15.  
  16. This library is free software; you can redistribute it and/or
  17. modify it under the terms of the GNU Library General Public
  18. License as published by the Free Software Foundation; either
  19. version 2 of the License, or (at your option) any later version.
  20.  
  21. This library is distributed in the hope that it will be useful,
  22. but WITHOUT ANY WARRANTY; without even the implied warranty of
  23. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  24. Library General Public License for more details.
  25.  
  26. You should have received a copy of the GNU Library General Public
  27. License along with this library; if not, write to the Free
  28. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  29.  
  30. ===== section.head =====
  31. <HTML><HEAD>
  32. <TITLE>[TUTOR_NAME] Section [FULL_SECTION_NUMBER] - [SECTION_TITLE]</TITLE>
  33. <LINK REV="made" HREF="mailto:[AUTHOR_EMAIL]">
  34. </HEAD>
  35. <BODY>
  36. <H1>Section [FULL_SECTION_NUMBER] - [SECTION_TITLE]</H1>
  37. ===== section.question.head =====
  38. <A name="quiz"></A>
  39. <HR><P><H1>Quiz:</H1>
  40. <BR>
  41. ===== section.question.tail =====
  42. </OL>
  43. <HR>
  44. You may also:
  45. <UL>
  46. <LI>
  47. <A HREF="[PREVIOUS_SECTION_URL]">Go back to [THE_PREVIOUS_SECTION_OR_HOME]</A>
  48. <LI>
  49. <A HREF="[CONFIRM_SKIP_SECTION_URL]">Skip to the next section</A>
  50. <LI>
  51. <A HREF="[LESSON_OUTLINE_URL]">go up to the
  52. outline of lesson [LESSON_NUMBER]</A>
  53. </UL>
  54. ===== section.no_question =====
  55. <!-- No quiz question -->
  56. <P>
  57. <HR>
  58. <P>
  59. There is no quiz question for this section.
  60. <P>
  61. <A HREF="[NEXT_SECTION_URL]">
  62. <STRONG>You may go to the next section.</STRONG></A>
  63. <P>
  64. <HR>
  65. You may also:
  66. <UL>
  67. <LI>
  68. <A HREF="[PREVIOUS_SECTION_URL]">Go back to [THE_PREVIOUS_SECTION_OR_HOME]</A>
  69. <LI>
  70. <A HREF="[LESSON_OUTLINE_URL]">go up to the
  71. outline of lesson [LESSON_NUMBER]</A>
  72. </UL>
  73. ===== section.tail =====
  74. <P>
  75. <ADDRESS>[AUTHOR_ADDRESS]</ADDRESS>
  76. <!-- This text is part of the the [TUTOR_NAME] tutorial program. -->
  77. <!-- Copyright (C) [TODAYS_YEAR] [AUTHOR_NAME] -->
  78. <!-- = -->
  79. <!-- This program is free software; you can redistribute it and/or modify -->
  80. <!-- it under the terms of the GNU General Public License as published by -->
  81. <!-- the Free Software Foundation; either version 2 of the License, or -->
  82. <!-- (at your option) any later version. -->
  83. <!-- = -->
  84. <!-- This program is distributed in the hope that it will be useful, -->
  85. <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
  86. <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
  87. <!-- GNU General Public License for more details. -->
  88. <!-- = -->
  89. <!-- You should have received a copy of the GNU General Public License -->
  90. <!-- along with this program; if not, write to the Free Software -->
  91. <!-- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -->
  92. </BODY>
  93. </HTML>
  94. ===== response.head =====
  95. <HTML><HEAD>
  96. <TITLE>[TUTOR_NAME] Section [FULL_SECTION_NUMBER] - Answer [ANSWER_NUMBER]</TITLE>
  97. <LINK REV="made" HREF="mailto:[AUTHOR_EMAIL]">
  98. </HEAD>
  99. <BODY>
  100. ===== response.correct.default =====
  101. Right.
  102. ===== response.incorrect.default =====
  103. No, sorry.
  104. ===== response.correct.tail =====
  105. <P>
  106. <A HREF="[NEXT_SECTION_URL]">
  107. <STRONG>You may go to the next section.</STRONG></A>
  108. <P>
  109. You may also:
  110. <UL>
  111. <LI>
  112. <A HREF="[SECTION_QUESTION_URL]">go back to the question</A>
  113. <LI>
  114. <A HREF="[LESSON_OUTLINE_URL]">go up to the outline of lesson [LESSON_NUMBER]</A>
  115. </UL>
  116. ===== response.incorrect.tail =====
  117. <P>
  118. <A HREF="[SECTION_QUESTION_URL]"><STRONG>You may go back to the question</STRONG></A>
  119. <P>
  120. You may also:
  121. <UL>
  122. <LI>
  123. <A HREF="[NEXT_SECTION_URL]">skip to the next section.</A>
  124. <LI>
  125. <A HREF="[LESSON_OUTLINE_URL]">go up to the outline of lesson [LESSON_NUMBER]</A>
  126. </UL>
  127. ===== response.tail =====
  128. <ADDRESS>[AUTHOR_ADDRESS]</ADDRESS>
  129. <!-- This text is part of the the [TUTOR_NAME] tutorial program. -->
  130. <!-- Copyright (C) [TODAYS_YEAR] [AUTHOR_NAME] -->
  131. <!-- = -->
  132. <!-- This program is free software; you can redistribute it and/or modify -->
  133. <!-- it under the terms of the GNU General Public License as published by -->
  134. <!-- the Free Software Foundation; either version 2 of the License, or -->
  135. <!-- (at your option) any later version. -->
  136. <!-- = -->
  137. <!-- This program is distributed in the hope that it will be useful, -->
  138. <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
  139. <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
  140. <!-- GNU General Public License for more details. -->
  141. <!-- = -->
  142. <!-- You should have received a copy of the GNU General Public License -->
  143. <!-- along with this program; if not, write to the Free Software -->
  144. <!-- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -->
  145. </BODY>
  146. </HTML>
  147. ===== outline.head =====
  148. <HTML><HEAD>
  149. <TITLE>[TUTOR_NAME] - Outline of Lesson [LESSON_NUMBER]</TITLE>
  150. <LINK REV="made" HREF="mailto:[AUTHOR_EMAIL]">
  151. </HEAD>
  152. <BODY>
  153. <H1>Outline of Lesson [LESSON_NUMBER]</H1>
  154. These are the sections in lesson [LESSON_NUMBER]:
  155. <P>
  156. <OL>
  157. ===== outline.tail =====
  158. </OL>
  159. <P>
  160. <HR>
  161. <P>
  162. You may also:
  163. <UL>
  164. <LI>
  165. <A HREF="[MASTER_OUTLINE_URL]">Go up to the master outline of [TUTOR_NAME].</A>
  166. <LI>
  167. <A HREF="[TUTOR_HOME_PAGE_URL]">Return to the [TUTOR_NAME] home page.</A>
  168. </UL>
  169. <ADDRESS>[AUTHOR_ADDRESS]</ADDRESS>
  170. </BODY>
  171. </HTML>
  172.