From 56cafb279fe43023ee711349757a0e9187c99923 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 29 Sep 2019 21:39:50 +0900 Subject: acrotex (2019-09-29) --- texmf-dist/doc/latex/acrotex/examples/jquiztst.pdf | Bin 353849 -> 355970 bytes texmf-dist/doc/latex/acrotex/examples/jquiztst.tex | 4 +- texmf-dist/doc/latex/acrotex/examples/jtxttst.pdf | Bin 320860 -> 319897 bytes texmf-dist/doc/latex/acrotex/examples/jtxttst.tex | 81 +++++++++++---------- texmf-dist/doc/latex/acrotex/examples/webeqtst.pdf | Bin 490247 -> 489546 bytes 5 files changed, 46 insertions(+), 39 deletions(-) (limited to 'texmf-dist/doc/latex/acrotex/examples') diff --git a/texmf-dist/doc/latex/acrotex/examples/jquiztst.pdf b/texmf-dist/doc/latex/acrotex/examples/jquiztst.pdf index 30175b4f..d000d0dd 100644 Binary files a/texmf-dist/doc/latex/acrotex/examples/jquiztst.pdf and b/texmf-dist/doc/latex/acrotex/examples/jquiztst.pdf differ diff --git a/texmf-dist/doc/latex/acrotex/examples/jquiztst.tex b/texmf-dist/doc/latex/acrotex/examples/jquiztst.tex index 7bb46805..e6d3a0aa 100644 --- a/texmf-dist/doc/latex/acrotex/examples/jquiztst.tex +++ b/texmf-dist/doc/latex/acrotex/examples/jquiztst.tex @@ -247,7 +247,7 @@ buttons that have a green boundary to get a solution. \NoPeeking % or put in preamble -\begin{quiz}{mathquiz} Answer each of the following. Passing +\begin{quiz*}{mathquiz} Answer each of the following. Passing is 100\%. \begin{questions} @@ -280,7 +280,7 @@ the power rule: In the syntax of this document, \js{2*x*e^(x^2)}. \end{solution} \end{questions} -\end{quiz}\quad\ScoreField\currQuiz\olBdry\CorrButton\currQuiz +\end{quiz*}\quad\ScoreField\currQuiz\olBdry\CorrButton\currQuiz \noindent Answers: \AnswerField\currQuiz diff --git a/texmf-dist/doc/latex/acrotex/examples/jtxttst.pdf b/texmf-dist/doc/latex/acrotex/examples/jtxttst.pdf index 8638f825..298a75f3 100644 Binary files a/texmf-dist/doc/latex/acrotex/examples/jtxttst.pdf and b/texmf-dist/doc/latex/acrotex/examples/jtxttst.pdf differ diff --git a/texmf-dist/doc/latex/acrotex/examples/jtxttst.tex b/texmf-dist/doc/latex/acrotex/examples/jtxttst.tex index 2311e217..ed7b937f 100644 --- a/texmf-dist/doc/latex/acrotex/examples/jtxttst.tex +++ b/texmf-dist/doc/latex/acrotex/examples/jtxttst.tex @@ -37,11 +37,11 @@ Department of Mathematics} \section{Text Fill-in Questions} -\textsf{Exerquiz} can now create text fill-in questions, questions -in which the response is text (as opposed to a mathematical -expression). The underlying JavaScript compares the user's -response against acceptable alternatives, as supplied by the -author of the question. If there is a match, the response is +\textsf{Exerquiz} can now create text fill-in questions, +questions in which the response is text (as opposed to a +mathematical expression). The underlying JavaScript compares the +user's response against acceptable alternatives, as supplied by +the author of the question. If there is a match, the response is deemed correct. For example: \redpoint\begin{oQuestion}{ex1}% @@ -51,52 +51,59 @@ Who was the first President\footnote{of the United States}?\ \end{oQuestion} \medskip\noindent -The command \cs{RespBoxTxt} is the one that creates a text fill-in question. Its -syntax is +The command \cs{RespBoxTxt} is the one that creates a text +fill-in question. Its syntax is \begin{verbatim} \RespBoxTxt[#1]#2#3[#4]#5 \end{verbatim} \noindent\textbf{\hypertarget{paraRespBoxTxt}{Parameters:}} \begin{enumerate} -\item[\ttfamily\#1:]Optional parameter used to modify the appearance of the - text field. -\item[\ttfamily\#2:]This required parameter is a number that indicates -the filtering method to be used. Permissible values of this parameter are +\item[\ttfamily\#1:]Optional parameter used to modify the + appearance of the text field. +\item[\ttfamily\#2:]This required parameter is a number that + indicates the filtering method to be used. Permissible + values of this parameter are \begin{enumerate} - \item[\ttfamily-1:] (The default) The author's and user's answers are not filtered - in any way. (Spaces, case, and punctuation are preserved.) - \item[\ttfamily0:] The author's and user's answers are converted to - lower case, any white space and non-word characters are removed. - \item[\ttfamily1:] The author's and user's answers are converted to - lower case, any white space is removed. - \item[\ttfamily2:] The author's and user's answers are stripped of - white space. + \item[\ttfamily-1:] (The default) The author's and + user's answers are not filtered in any way. (Spaces, + case, and punctuation are preserved.) + \item[\ttfamily0:] The author's and user's answers are + converted to lower case, any white space and + non-word characters are removed. + \item[\ttfamily1:] The author's and user's answers are + converted to lower case, any white space is removed. + \item[\ttfamily2:] The author's and user's answers are + stripped of white space. \end{enumerate} -See the JavaScript function \texttt{eqFilter} in \texttt{exerquiz.dtx} for -program code details. Additional filtering options may be added. +See the JavaScript function \texttt{eqFilter} in +\texttt{exerquiz.dtx} for program code details. Additional +filtering options may be added. -\item[\ttfamily\#3:] This parameter is a number that indicates the compare -method to be used. Permissible values of this parameter are +\item[\ttfamily\#3:] This parameter is a number that indicates + the compare method to be used. Permissible values of this + parameter are \begin{enumerate} - \item[\ttfamily0:] (The default) The author's and user's answers are - compared for an exact match. (These answers are filtered before they are - compared.) - \item[\ttfamily1:] The user's response is searched in an attempt to - get a substring match with the author's alternatives. Additional comparison - methods may be added. + \item[\ttfamily0:] (The default) The author's and user's + answers are compared for an exact match. (These + answers are filtered before they are compared.) + \item[\ttfamily1:] The user's response is searched in an + attempt to get a substring match with the author's + alternatives. Additional comparison methods may be + added. \end{enumerate} See the JavaScript function \texttt{compareTxt} in \texttt{exerquiz.dtx} for the program code details. \item[\ttfamily\#4:] Optional, a named destination to the -solution to the question. If this parameter appears, then a -solution must follow the question, enclosed in a \texttt{solution} -environment. If the forth parameter is a `\texttt*', then an automatic -naming scheme is used instead. -\item[\ttfamily\#5:] This required parameter is the -number of alternative answers that are acceptable. The alternative -answers are listed immediately after this parameter. (The example -above specified that $4$ alternatives follow.) + solution to the question. If this parameter appears, then + a solution must follow the question, enclosed in a + \texttt{solution} environment. If the forth parameter is + a `\texttt*', then an automatic naming scheme is used + instead. +\item[\ttfamily\#5:] This required parameter is the number of + alternative answers that are acceptable. The alternative + answers are listed immediately after this parameter. (The + example above specified that $4$ alternatives follow.) \end{enumerate} \makeatletter diff --git a/texmf-dist/doc/latex/acrotex/examples/webeqtst.pdf b/texmf-dist/doc/latex/acrotex/examples/webeqtst.pdf index c3cd4090..17f62734 100644 Binary files a/texmf-dist/doc/latex/acrotex/examples/webeqtst.pdf and b/texmf-dist/doc/latex/acrotex/examples/webeqtst.pdf differ -- cgit v1.2.3