===== template.comments ===== This file, template, is a library file used by the program "mklesson" to generate lessons. This file Copyright (C) 1994-2002 David A. Wheeler RCS ID: $Id: template,v 1.13 1995/04/28 16:54:25 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. The variable [THE_PREVIOUS_SECTION_OR_HOME] is substituted with either the text "the previous section" or "the tutorial home page". The exact text used is stored in the chunks named "the_previous_section_text_is_not_home" and "the_previous_section_text_is_home"; the last carriage return is not substituted in. The chunks "compile.head" and "compile.tail" are used when a command is used with a "TEMPLATE=compile" value. The "compile.head" contents go _before_ the file, and the compile.tail go after it. The special variables used in these chunks are: [INCLUDED_FILENAME] [LINES_IN_INCLUDED_FILE] [LINES_PLUS_ONE_IN_INCLUDED_FILE] ===== section.head ===== [TUTOR_NAME] Tutorial Section [FULL_SECTION_NUMBER] - [SECTION_TITLE]

Section [FULL_SECTION_NUMBER] - [SECTION_TITLE]

===== section.question.head =====

Quiz:

===== section.question.tail =====


You may also:

PREVIOUS Go back to [THE_PREVIOUS_SECTION_OR_HOME]

NEXT     Skip to the next section

OUTLINE  Go up to lesson [LESSON_NUMBER] outline

===== section.no_question =====


There is no quiz question for this section.

You may go to the next section.


You may also:

PREVIOUS Go back to [THE_PREVIOUS_SECTION_OR_HOME]

OUTLINE  Go up to the outline of lesson [LESSON_NUMBER]

===== section.tail =====

[AUTHOR_ADDRESS]

The master copy of this file is at "[TUTOR_MASTER_COPY_URL]/[SECTION_FILENAME]". ===== response.head ===== [TUTOR_NAME] Tutorial Section [FULL_SECTION_NUMBER] - Answer [ANSWER_NUMBER] ===== response.correct.head ===== ===== response.incorrect.head ===== ===== response.correct.default ===== Right. ===== response.incorrect.default ===== No, sorry. ===== response.correct.tail =====

You may go to the next section.

You may also:

PREVIOUS Go back to the question

OUTLINE  Go up to the outline of lesson [LESSON_NUMBER]

===== response.incorrect.tail =====

You may go back to the question

You may also:

NEXT     Skip to the next section.

OUTLINE  Go up to the outline of lesson [LESSON_NUMBER]

===== response.tail =====

[AUTHOR_ADDRESS]

The master copy of this file is at "[TUTOR_MASTER_COPY_URL]/[RESPONSE_FILENAME]". ===== outline.head ===== [TUTOR_NAME] Tutorial - Outline of Lesson [LESSON_NUMBER]

Outline of Lesson [LESSON_NUMBER]

These are the sections in lesson [LESSON_NUMBER]:

    ===== outline.tail =====


You may also:

OUTLINE  Go up to the master outline of the [TUTOR_NAME] tutorial.

HOME     Return to the [TUTOR_NAME] tutorial home page.

[AUTHOR_ADDRESS]

The master copy of this tutorial is at "[TUTOR_MASTER_COPY_URL]/[TUTOR_HOME_PAGE_URL]". ===== compile.head =====

===== compile.tail =====

===== the_previous_section_text_is_not_home ===== the previous section ===== the_previous_section_text_is_home ===== the tutorial home page