home *** CD-ROM | disk | FTP | other *** search
- ===== template.comments =====
- This is a "template" file that includes NO graphics.
- This is useful for creating lessons if you know that
- your target audience doesn't have (or doesn't want) embedded graphics.
-
- This file, template, is a library file used by
- the program "mklesson" to generate lessons.
- This file Copyright (C) 1994 David A. Wheeler
- RCS ID: $Id: txt-temp,v 1.1 1995/02/16 22:53:31 wheeler Exp $
-
- Each template "chunk" is preceded by a header line;
- a header line has 5 = signs, space, chunk name, and 5 equal signs.
- Capitalized text enclosed in square brackets is replaced with text.
- For example, [AUTHOR_NAME] is replaced with the name of the lesson author.
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
-
- You should have received a copy of the GNU Library General Public
- License along with this library; if not, write to the Free
- Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
- ===== section.head =====
- <HTML><HEAD>
- <TITLE>[TUTOR_NAME] Section [FULL_SECTION_NUMBER] - [SECTION_TITLE]</TITLE>
- <LINK REV="made" HREF="mailto:[AUTHOR_EMAIL]">
- </HEAD>
- <BODY>
- <H1>Section [FULL_SECTION_NUMBER] - [SECTION_TITLE]</H1>
- ===== section.question.head =====
- <A name="quiz"></A>
- <HR><P><H1>Quiz:</H1>
- <BR>
- ===== section.question.tail =====
- </OL>
- <HR>
- You may also:
- <UL>
- <LI>
- <A HREF="[PREVIOUS_SECTION_URL]">Go back to [THE_PREVIOUS_SECTION_OR_HOME]</A>
- <LI>
- <A HREF="[CONFIRM_SKIP_SECTION_URL]">Skip to the next section</A>
- <LI>
- <A HREF="[LESSON_OUTLINE_URL]">go up to the
- outline of lesson [LESSON_NUMBER]</A>
- </UL>
- ===== section.no_question =====
- <!-- No quiz question -->
- <P>
- <HR>
- <P>
- There is no quiz question for this section.
- <P>
- <A HREF="[NEXT_SECTION_URL]">
- <STRONG>You may go to the next section.</STRONG></A>
- <P>
- <HR>
- You may also:
- <UL>
- <LI>
- <A HREF="[PREVIOUS_SECTION_URL]">Go back to [THE_PREVIOUS_SECTION_OR_HOME]</A>
- <LI>
- <A HREF="[LESSON_OUTLINE_URL]">go up to the
- outline of lesson [LESSON_NUMBER]</A>
- </UL>
- ===== section.tail =====
- <P>
- <ADDRESS>[AUTHOR_ADDRESS]</ADDRESS>
- <!-- This text is part of the the [TUTOR_NAME] tutorial program. -->
- <!-- Copyright (C) [TODAYS_YEAR] [AUTHOR_NAME] -->
- <!-- = -->
- <!-- This program is free software; you can redistribute it and/or modify -->
- <!-- it under the terms of the GNU General Public License as published by -->
- <!-- the Free Software Foundation; either version 2 of the License, or -->
- <!-- (at your option) any later version. -->
- <!-- = -->
- <!-- This program is distributed in the hope that it will be useful, -->
- <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
- <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
- <!-- GNU General Public License for more details. -->
- <!-- = -->
- <!-- You should have received a copy of the GNU General Public License -->
- <!-- along with this program; if not, write to the Free Software -->
- <!-- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -->
- </BODY>
- </HTML>
- ===== response.head =====
- <HTML><HEAD>
- <TITLE>[TUTOR_NAME] Section [FULL_SECTION_NUMBER] - Answer [ANSWER_NUMBER]</TITLE>
- <LINK REV="made" HREF="mailto:[AUTHOR_EMAIL]">
- </HEAD>
- <BODY>
- ===== response.correct.default =====
- Right.
- ===== response.incorrect.default =====
- No, sorry.
- ===== response.correct.tail =====
- <P>
- <A HREF="[NEXT_SECTION_URL]">
- <STRONG>You may go to the next section.</STRONG></A>
- <P>
- You may also:
- <UL>
- <LI>
- <A HREF="[SECTION_QUESTION_URL]">go back to the question</A>
- <LI>
- <A HREF="[LESSON_OUTLINE_URL]">go up to the outline of lesson [LESSON_NUMBER]</A>
- </UL>
- ===== response.incorrect.tail =====
- <P>
- <A HREF="[SECTION_QUESTION_URL]"><STRONG>You may go back to the question</STRONG></A>
- <P>
- You may also:
- <UL>
- <LI>
- <A HREF="[NEXT_SECTION_URL]">skip to the next section.</A>
- <LI>
- <A HREF="[LESSON_OUTLINE_URL]">go up to the outline of lesson [LESSON_NUMBER]</A>
- </UL>
- ===== response.tail =====
- <ADDRESS>[AUTHOR_ADDRESS]</ADDRESS>
- <!-- This text is part of the the [TUTOR_NAME] tutorial program. -->
- <!-- Copyright (C) [TODAYS_YEAR] [AUTHOR_NAME] -->
- <!-- = -->
- <!-- This program is free software; you can redistribute it and/or modify -->
- <!-- it under the terms of the GNU General Public License as published by -->
- <!-- the Free Software Foundation; either version 2 of the License, or -->
- <!-- (at your option) any later version. -->
- <!-- = -->
- <!-- This program is distributed in the hope that it will be useful, -->
- <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
- <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
- <!-- GNU General Public License for more details. -->
- <!-- = -->
- <!-- You should have received a copy of the GNU General Public License -->
- <!-- along with this program; if not, write to the Free Software -->
- <!-- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -->
- </BODY>
- </HTML>
- ===== outline.head =====
- <HTML><HEAD>
- <TITLE>[TUTOR_NAME] - Outline of Lesson [LESSON_NUMBER]</TITLE>
- <LINK REV="made" HREF="mailto:[AUTHOR_EMAIL]">
- </HEAD>
- <BODY>
- <H1>Outline of Lesson [LESSON_NUMBER]</H1>
- These are the sections in lesson [LESSON_NUMBER]:
- <P>
- <OL>
- ===== outline.tail =====
- </OL>
- <P>
- <HR>
- <P>
- You may also:
- <UL>
- <LI>
- <A HREF="[MASTER_OUTLINE_URL]">Go up to the master outline of [TUTOR_NAME].</A>
- <LI>
- <A HREF="[TUTOR_HOME_PAGE_URL]">Return to the [TUTOR_NAME] home page.</A>
- </UL>
- <ADDRESS>[AUTHOR_ADDRESS]</ADDRESS>
- </BODY>
- </HTML>
-