Update of /cvsroot/aimmath/AIM/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv31685
Modified Files:
Tag: develop_2_1
admindoc.html aimhome.html components.html concepts.html
coslicense.html files.html format.html help.html index.html
install.html installwin.html monitor.html packing.html
tasks.html teacher.html todo.html
Log Message:
Generally: added Id string header as comment after the <html> line,
ensured each file had a <title>...</title> enclosed in <head>...</head>
format.html: added short description of av>, answervariable> tag,
fixed a few typos., explained EXAMPLES and wildcard substitution in
detailed description of i>, include> tag and gave an example - GG
Index: admindoc.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/admindoc.html,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** admindoc.html 20 Apr 2003 23:14:31 -0000 1.1.1.1
--- admindoc.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,4 ----
<html>
+ <!-- @(#)$Id$ -->
<head>
<title>AIM admin pages and actions</title>
Index: aimhome.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/aimhome.html,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** aimhome.html 20 Apr 2003 23:14:32 -0000 1.1.1.1
--- aimhome.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,4 ----
<html>
+ <!-- @(#)$Id$ -->
<head><title>Alice Interactive Mathematics</title></head>
<body bgcolor='white'>
Index: components.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/components.html,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** components.html 20 Apr 2003 23:14:34 -0000 1.1.1.1
--- components.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,4 ----
<html>
+ <!-- @(#)$Id$ -->
<head><title>AIM Software Components</title></head>
<body bgcolor='white'>
Index: concepts.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/concepts.html,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** concepts.html 20 Apr 2003 23:14:34 -0000 1.1.1.1
--- concepts.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,4 ----
<html>
+ <!-- @(#)$Id$ -->
<head>
<title>AIM Concepts</title>
Index: coslicense.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/coslicense.html,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** coslicense.html 20 Apr 2003 23:14:35 -0000 1.1.1.1
--- coslicense.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.1
***************
*** 1,4 ****
<html>
! <title>Servlets.com | com.oreilly.servlet license</title>
</head>
<body bgcolor='white'>
--- 1,6 ----
<html>
! <!-- @(#)$Id$ -->
! <head>
! <title>cos license</title>
</head>
<body bgcolor='white'>
Index: files.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/files.html,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** files.html 20 Apr 2003 23:14:36 -0000 1.1.1.1
--- files.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,4 ----
<html>
+ <!-- @(#)$Id$ -->
<head>
<title>Files and directories</title>
Index: format.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/format.html,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -d -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** format.html 10 Jul 2003 20:10:05 -0000 1.1.1.1.2.1
--- format.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.2
***************
*** 1,4 ****
--- 1,5 ----
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
+ <!-- @(#)$Id$ -->
<head>
<title>AIM Question Syntax</title>
***************
*** 353,358 ****
<td>Specify the prompt for the student's answer (in LaTeX)</td>
</tr>
<tr><td>pp></td>
! <td><a href='#prompt'>postprompt></a></td>
<td>Specify a string to go directly after the box in which the
student's answer is entered.
--- 354,364 ----
<td>Specify the prompt for the student's answer (in LaTeX)</td>
</tr>
+ <tr><td>av></td>
+ <td><a href='#answervariable'>answervariable></a></td>
+ <td>Specify the name of a global variable in which to record the
+ student's answer.</td>
+ </tr>
<tr><td>pp></td>
! <td><a href='#postprompt'>postprompt></a></td>
<td>Specify a string to go directly after the box in which the
student's answer is entered.
***************
*** 473,477 ****
The attached text should be the name of a global variable in which to
! record the students answer, so that other parts of the same question
can refer to it.
--- 479,483 ----
The attached text should be the name of a global variable in which to
! record the student's answer, so that other parts of the same question
can refer to it.
***************
*** 669,673 ****
source file
being compiled. Included files may also contain include> flags and so on. No
! attempt is made to check for circular chains of inclusions.
<br><br>
Example:
--- 675,688 ----
source file
being compiled. Included files may also contain include> flags and so on. No
! attempt is made to check for circular chains of inclusions.
! Filenames may also start with EXAMPLES, which is interpreted to mean the
! path to the examples directory (which is parallel to the doc directory in
! which this .html file resides). This provides a convenient shortcut for
! using some readymade questions that reside in this directory that are
! distributed with AIM. This also enables the possibility of having a
! subdirectory Site of the examples directory in which all local quiz files
! are put; this is convenient if, for example, quiz questions are shared
! among several subjects. Finally, (by using the operating system dir or ls
! command) the wildcards * and ? are supported in filenames.
<br><br>
Example:
***************
*** 740,743 ****
--- 755,769 ----
i> foo.aim
# end of bar.aim
+ ###########################################
+ </font></pre>
+
+ Suppose you have a subdirectory Site containing a variety of quiz
+ question files, but all those pertaining to trigonometry start with the
+ string trig. Then the following example demonstrates how to get all these
+ questions into a quiz with one include> command:
+ <pre><font color='green'>
+ ###########################################
+ # Revised question source file bar.aim
+ i> EXAMPLES/Site/trig*
###########################################
</font></pre>
Index: help.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/help.html,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** help.html 20 Apr 2003 23:14:44 -0000 1.1.1.1
--- help.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,4 ----
<HTML>
+ <!-- @(#)$Id$ -->
<HEAD>
<TITLE>AIM help</TITLE>
Index: index.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/index.html,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** index.html 20 Apr 2003 23:14:45 -0000 1.1.1.1
--- index.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,4 ----
<html>
+ <!-- @(#)$Id$ -->
<head><title>AIM System documentation</title></head>
<body bgcolor='white'>
Index: install.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/install.html,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** install.html 20 Apr 2003 23:14:47 -0000 1.1.1.1
--- install.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,4 ----
<html>
+ <!-- @(#)$Id$ -->
<head>
<title>Installing AIM</title>
Index: installwin.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/Attic/installwin.html,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** installwin.html 15 Jul 2003 19:50:09 -0000 1.1.2.1
--- installwin.html 21 Jul 2003 04:14:29 -0000 1.1.2.2
***************
*** 1,3 ****
--- 1,4 ----
<html>
+ <!-- @(#)$Id$ -->
<head>
<title>Installing AiM under Windows</title>
Index: monitor.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/monitor.html,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** monitor.html 20 Apr 2003 23:14:47 -0000 1.1.1.1
--- monitor.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.1
***************
*** 1,5 ****
! <html><head>
! <title>AIM servlet monitor page</title>
!
</head>
<body>
--- 1,6 ----
! <html>
! <!-- @(#)$Id$ -->
! <head>
! <title>AIM servlet monitor page</title
</head>
<body>
Index: packing.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/packing.html,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** packing.html 20 Apr 2003 23:14:47 -0000 1.1.1.1
--- packing.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,4 ----
<html>
+ <!-- @(#)$Id$ -->
<head><title>The AIM packaging system</title></head>
<body bgcolor='white'>
Index: tasks.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/tasks.html,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** tasks.html 20 Apr 2003 23:14:51 -0000 1.1.1.1
--- tasks.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,4 ----
<html>
+ <!-- @(#)$Id$ -->
<head>
<title>AIM Help</title>
Index: teacher.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/teacher.html,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** teacher.html 20 Apr 2003 23:14:55 -0000 1.1.1.1
--- teacher.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,4 ----
<html>
+ <!-- @(#)$Id$ -->
<head><title>Documentation for teachers and administrators</title></head>
<body bgcolor='white'>
Index: todo.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/todo.html,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -d -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** todo.html 10 Jul 2003 20:10:05 -0000 1.1.1.1.2.1
--- todo.html 21 Jul 2003 04:14:29 -0000 1.1.1.1.2.2
***************
*** 2,5 ****
--- 2,6 ----
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
+ <!-- @(#)$Id$ -->
<head>
<title>AIM TODO list</title>
|