Update of /cvsroot/aimmath/AIM/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv21098
Added Files:
AuthoringTtH.html AuthoringTtH.tex
Removed Files:
AuthoringGuide.pdf
Log Message:
revised Authoring Guide.. deleted pdf, replaced with .tex. Used TtH to make .html from .tex.
--- NEW FILE: AuthoringTtH.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<meta name="GENERATOR" content="TtH 3.40">
<style type="text/css"> div.p { margin-top: 7pt;}</style>
<style type="text/css"><!--
td div.comp { margin-top: -0.6ex; margin-bottom: -1ex;}
td div.comb { margin-top: -0.6ex; margin-bottom: -.6ex;}
td div.hrcomp { line-height: 0.9; margin-top: -0.8ex; margin-bottom: -1ex;}
td div.norm {line-height:normal;}
span.roman {font-family: serif; font-style: normal; font-weight: normal;}
span.overacc2 {position: relative; left: .8em; top: -1.2ex;}
span.overacc1 {position: relative; left: .6em; top: -1.2ex;} --></style>
<title> AiM Authoring Guide</title>
<h1 align="center">AiM Authoring Guide </h1>
[...2567 lines suppressed...]
</pre>
</font></tt></blockquote>
<div class="p"><!----></div>
would specify a quiz having three questions, one that has the keywords
<tt><font color="#009900">Äddition"</font></tt> and <tt><font color="#009900">ëasy"</font></tt>, one
that has either the keywords <tt><font color="#009900">Äddition"</font></tt> or
<tt><font color="#009900">"Substraction"</font></tt> and also the keyword
<tt><font color="#009900">"medium"</font></tt>, and one that has the keyword
<tt><font color="#009900">"Factoring"</font></tt> but not the keyword <tt><font color="#009900">"hard"</font></tt>.
<HR NOSHADE SIZE=1></blockquote>
<div class="p"><!----></div>
<br /><br /><hr /><small>File translated from
T<sub><font size="-1">E</font></sub>X
by <a href="http://hutchinson.belmont.ma.us/tth/">
T<sub><font size="-1">T</font></sub>H</a>,
version 3.40.<br />On 27 Sep 2003, 16:34.</small>
</html>
--- NEW FILE: AuthoringTtH.tex ---
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% AuthoringTtH.tex
%
% The AuthoringTtH.html is produced by translating this file with TtH.
%
% If you make additions, run the file through an ordinary LaTeX compiler
% before running it through TtH, so it will update the Table of Contents
% automatically. The dvi version of this document still has some lines that
% are too wide to fit on the page even if you narrow the margins by
% removing the comments on the \addtolength commands below.
%
% Revisions:
% Initial version 9/26/03: by Ken Monks
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
[...1946 lines suppressed...]
\begin{codeblock}
\begin{verbatim}
[
Keys("Addition","easy"),
Keys(OR("Addition","Substraction"),"medium"),
Keys("Factoring",NOT("hard"))
]
\end{verbatim}
\end{codeblock}
would specify a quiz having three questions, one that has the keywords
\code{"Addition"} and \code{"easy"}, one
that has either the keywords \code{"Addition"} or
\code{"Substraction"} and also the keyword
\code{"medium"}, and one that has the keyword
\code{"Factoring"} but not the keyword \code{%
"hard"}.
\end{Example}
\end{document}
--- AuthoringGuide.pdf DELETED ---
|