File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_ImageResponse.tex
Revision 1.5: download - view: text, annotated - select for diffs
Tue Jan 24 19:26:27 2017 UTC (7 years, 5 months ago) by damieng
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, HEAD
misc minor edits in authoring doc

\label{Authoring_ImageResponse}\index{imageresponse}

\textbf{imageresponse} implements a image-click answer. \textbf{imageresponse}
tags should contain a \textbf{foilgroup} tag, which contain \textbf{foil}
tags. Each \textbf{foil} tag can contain:

\begin{itemize}
\item \textbf{image}\index{image}: required. The delimited text should
correspond to a published image resource. Example: \texttt{<image>/res/adm/includes/templates/man1.jpg</image>}.
The following image formats are recommended - gif, jpg or png.  Other formats may work, but there may be printing or display issues.
The image should only appear once per foil.
\item \textbf{rectangle}\index{rectangle}: required. The delimited text
specifies a rectangular area that is correct, specified as \texttt{(x1,y1)-(x2,y2)},
where x1, x2, y1, and y2 are number corresponding to the x and y coordinates
of two corners that define a rectangle which specifies where the right
answer for this foil is located on the image. For example, \texttt{(0,0)-(100,200)}
will specify that a rectangle 100 pixels wide and 200 pixels tall,
situated in the upper left of the image, is correct. At least one
rectangle is required; multiple rectangles may be specified.
\item \textbf{text}\index{text}: required. The delimited text is printed
before the image is shown on the screen. This text is typically used
to describe to the student what they are expected to click on.
\end{itemize}

Possible attributes for \textbf{imageresponse} are:
\begin{itemize}
  \item \textbf{max}: the maximum number of foils displayed at once
  (if more are specified, some will not be displayed)
\end{itemize}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>