[Aimmath-commit] AIM/doc format.html,1.5,1.6
Brought to you by:
gustav_delius,
npstrick
|
From: <mo...@us...> - 2003-10-04 01:21:09
|
Update of /cvsroot/aimmath/AIM/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv12459
Modified Files:
format.html
Log Message:
added answerboxsize> flag and related modifications
Index: format.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/format.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** format.html 5 Sep 2003 14:00:20 -0000 1.5
--- format.html 4 Oct 2003 01:20:37 -0000 1.6
***************
*** 360,363 ****
--- 360,367 ----
<td>Specify the prompt for the student's answer (in LaTeX)</td>
</tr>
+ <tr><td>as></td>
+ <td><a href="#answerboxsize">answerboxsize></a></td>
+ <td>Specify the size of the input box for the student's answer</td>
+ </tr>
<tr><td>av></td>
<td><a href='#answervariable'>answervariable></a></td>
***************
*** 368,372 ****
<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.
</td>
</tr>
--- 372,376 ----
<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 (in LaTeX).
</td>
</tr>
***************
*** 482,486 ****
</font></pre>
! <a name='answervariable'><h3>answervariable>/av></h3></a>
The attached text should be the name of a global variable in which to
--- 486,500 ----
</font></pre>
! <a name='answerboxsize'><h3>answerboxsize>/as></h3></a>
!
! The attached text should be either <font color='green'>w</font> or
! <font color='green'>w,h</font> where <font color='green'>w,h</font> are nonnegative integers
! that determine the width and height of the html input box for the student's
! answer. If <font color='green'>h</font> is not specified it defaults to 1. If
! the width is 0 no input box will be displayed (useful for assigning problems
! that are to be handed in on paper). This flag has no effect on
! MATRIX, MC, or MR questions (see <a href="#mapletype"> mapletype></a>).
!
! <h3>answervariable>/av></h3>
The attached text should be the name of a global variable in which to
|