some changes to hellp files for HotPot v2.1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<P align="center"><B>Add quiz chain</B></P>
|
||||
<DL>
|
||||
<DT><B>No</B></DT>
|
||||
<DD>Only one quiz will be added to the course</DD>
|
||||
</DL>
|
||||
<DL>
|
||||
<DT><B>Yes</B></DT>
|
||||
<DD>
|
||||
If the "File name" is a file, it is treated as the start of a chain
|
||||
of Hot Potatoes quizzes and all quizzes in the chain will be added to the course
|
||||
with identical settings.<BR \>
|
||||
<BR \>
|
||||
If the "File name" is a folder, all Hot Potatoes quizzes in the folder
|
||||
will be added to the course as a chain of quizzes with identical settings.
|
||||
</DD>
|
||||
</DL>
|
||||
@@ -1,14 +1,14 @@
|
||||
<p align="center"><b>Item Response Analysis</b></p>
|
||||
|
||||
<p>This table lists the responses to each question and the frequency of each response.</p>
|
||||
|
||||
<ul>
|
||||
|
||||
<li>The frequencies of <b>correct answers</b> are shown in <font color="red"><b>red text</b></font>.</li>
|
||||
<li>The frequencies of <b>wrong answers</b> are shown in <font color="blue"><b>blue text</b></font>.</li>
|
||||
<li>The frequencies of <b>ignored answers</b> are shown in <font color="brown"><b>brown text</b></font>.</li>
|
||||
<li>The frequencies of <b>numeric data</b> are shown in <font color="green"><b>green text</b></font>.</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<p align="center"><b>Item Response Analysis</b></p>
|
||||
|
||||
<p>This table lists the responses to each question and the frequency of each response.</p>
|
||||
|
||||
<ul>
|
||||
|
||||
<li>The frequencies of <b>correct answers</b> are shown in <font color="red"><b>red text</b></font>.</li>
|
||||
<li>The frequencies of <b>wrong answers</b> are shown in <font color="blue"><b>blue text</b></font>.</li>
|
||||
<li>The frequencies of <b>ignored answers</b> are shown in <font color="brown"><b>brown text</b></font>.</li>
|
||||
<li>The frequencies of <b>numeric data</b> are shown in <font color="green"><b>green text</b></font>.</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
@@ -1 +1,30 @@
|
||||
<p align="center"><b>Force Moodle to use Moodle-compatible media players</b></p>
|
||||
<p align="center"><b>Force Moodle to use Moodle-compatible media players</b></p>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><b>No</b></dt>
|
||||
|
||||
<dd>Moodle will not change the settings of any media players in the quiz</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><b>Yes</b></dt>
|
||||
|
||||
<dd>Moodle will force the quiz to use Moodle-compatible media players
|
||||
|
||||
to play files like:
|
||||
|
||||
<ul><li>avi</li><li>mpeg</li><li>mpg</li><li>mp3</li><li>mov</li><li>wmv</li></ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
||||
More information:
|
||||
|
||||
<a href="help.php?module=hotpot&file=mediaplayers.html">Relative URLs, media players and Hot Potatoes</a>
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
@@ -1 +1,16 @@
|
||||
<p>Hot Potatoes</p>
|
||||
<P>Hot Potatoes</P>
|
||||
<UL>
|
||||
<LI><A href="help.php?module=hotpot&file=addquizchain.html">Add quiz chain</A></LI>
|
||||
<LI><A href="help.php?module=hotpot&file=analysistable.html">Analysis table</A></LI>
|
||||
<LI><A href="help.php?module=hotpot&file=clickreporting.html">Click trail report</A></LI>
|
||||
<LI><A href="help.php?module=hotpot&file=forceplugins.html">Force media plugins</A></LI>
|
||||
<LI><A href="help.php?module=hotpot&file=mediaplayers.html">Media players, relative URLs and Hot Potatoes</A></LI>
|
||||
<LI><A href="help.php?module=hotpot&file=navigation.html">Navigation</A></LI>
|
||||
<LI><A href="help.php?module=hotpot&file=outputformat.html">Output format</A></LI>
|
||||
<LI><A href="help.php?module=hotpot&file=reportcontent.html">Report content</A></LI>
|
||||
<LI><A href="help.php?module=hotpot&file=reportformat.html">Report format</A></LI>
|
||||
<LI><A href="help.php?module=hotpot&file=shownextquiz.html">Show next quiz</A></LI>
|
||||
<LI><A href="help.php?module=hotpot&file=responsestable.html">Responses table</A></LI>
|
||||
<LI><A href="help.php?module=hotpot&file=updatequizchain.html">Update quiz chain</A></LI>
|
||||
</UL>
|
||||
|
||||
|
||||
@@ -1,36 +1,36 @@
|
||||
<p align="center">
|
||||
|
||||
<b>Relative URLs, media players and Hot Potatoes</b></p>
|
||||
|
||||
<p><b>Definitions</b></p>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><i>URL</i></dt>
|
||||
|
||||
<dd>the address of an internet resource, such as a webpage, image or sound file.</dd>
|
||||
|
||||
<dt><i>absolute URL</i></dt>
|
||||
|
||||
<dd>a URL that begins with "http://" is called an absolute URL. Wherever it is used, it always refers to the same target resource.</dd>
|
||||
|
||||
<dt><i>relative URL</i></dt>
|
||||
|
||||
<dd>a URL that does not begin with "http://" is called a relative URL. It can be combined with the absolute URL of a "base" page, to get the absolute URL of the target resource.</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<p><b>Relative URLs in Hot Potatoes quizzes</b></p>
|
||||
|
||||
<p>Relative URLs are a convenient way to specify images, sounds and videos in a Hot Potatoes quiz, because they allow the quiz to be viewed and tested on a local PC, before being uploaded to a Moodle site. When the quiz is uploaded to the Moodle site, the multimedia files must also be uploaded, so that they are available when the quiz is administered via Moodle.</p>
|
||||
|
||||
<p>For security reasons, Moodle does not allow direct access to course files. All requests for files in a given course go through a guardian script which verfies that the person requesting the file is enrolled in the course. However, this mechanism can break relative links used in the quiz, because the normal rules for deriving an absolute URL from a relative URL do not work.</p>
|
||||
|
||||
<p>The solution is simple enough: <font color="red"><b>all relative URLs must be converted to absolute URLs </b></font> by the time the quiz reaches the browser. In the case of Hot Potatoes quizzes, the URLs will be converted by Moodle, so content creators do not have to bother with this tedious and error-prone task. </p>
|
||||
|
||||
<p><b>Media players in Hot Potatoes quizzes </b></p>
|
||||
|
||||
<p>Some media players will not accept the media file if it comes via the script which guards the course files. In this situation, it is necessary to replace the media player with one that is known to be compatible with Moodle. You can do this yourself by modifying the reference to the media player in the quiz, or you can force Moodle to do it by setting the "Force media plugins" option on the quiz's settings page to "Yes".</p>
|
||||
|
||||
|
||||
|
||||
<p align="center">
|
||||
|
||||
<b>Relative URLs, media players and Hot Potatoes</b></p>
|
||||
|
||||
<p><b>Definitions</b></p>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><i>URL</i></dt>
|
||||
|
||||
<dd>the address of an internet resource, such as a webpage, image or sound file.</dd>
|
||||
|
||||
<dt><i>absolute URL</i></dt>
|
||||
|
||||
<dd>a URL that begins with "http://" is called an absolute URL. Wherever it is used, it always refers to the same target resource.</dd>
|
||||
|
||||
<dt><i>relative URL</i></dt>
|
||||
|
||||
<dd>a URL that does not begin with "http://" is called a relative URL. It can be combined with the absolute URL of a "base" page, to get the absolute URL of the target resource.</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<p><b>Relative URLs in Hot Potatoes quizzes</b></p>
|
||||
|
||||
<p>Relative URLs are a convenient way to specify images, sounds and videos in a Hot Potatoes quiz, because they allow the quiz to be viewed and tested on a local PC, before being uploaded to a Moodle site. When the quiz is uploaded to the Moodle site, the multimedia files must also be uploaded, so that they are available when the quiz is administered via Moodle.</p>
|
||||
|
||||
<p>For security reasons, Moodle does not allow direct access to course files. All requests for files in a given course go through a guardian script which verfies that the person requesting the file is enrolled in the course. However, this mechanism can break relative links used in the quiz, because the normal rules for deriving an absolute URL from a relative URL do not work.</p>
|
||||
|
||||
<p>The solution is simple enough: <font color="red"><b>all relative URLs must be converted to absolute URLs </b></font> by the time the quiz reaches the browser. In the case of Hot Potatoes quizzes, the URLs will be converted by Moodle, so content creators do not have to bother with this tedious and error-prone task. </p>
|
||||
|
||||
<p><b>Media players in Hot Potatoes quizzes </b></p>
|
||||
|
||||
<p>Some media players will not accept the media file if it comes via the script which guards the course files. In this situation, it is necessary to replace the media player with one that is known to be compatible with Moodle. You can do this yourself by modifying the reference to the media player in the quiz, or you can force Moodle to do it by setting the "Force media plugins" option on the quiz's settings page to "Yes".</p>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<p><img src="<?php echo $CFG->wwwroot?>/mod/hotpot/icon.gif" alt="" /> <b>Hot Potatoes</b></p>
|
||||
<div class="indent">
|
||||
This module, the "HotPot" module, allows teachers to administer <a href="http://web.uvic.ca/hrd/halfbaked/" target="_blank">Hot Potatoes</a> quizzes via Moodle. The quizzes are created on the teacher's computer and then uploaded to the Moodle course.
|
||||
|
||||
<br />After students have attempted the quizzes, a number of reports are available which show how individual questions were answered and some statistical trends in the scores.
|
||||
</div>
|
||||
<p><img src="<?php echo $CFG->wwwroot?>/mod/hotpot/icon.gif" alt="" /> <b>Hot Potatoes</b></p>
|
||||
<div class="indent">
|
||||
This module, the "HotPot" module, allows teachers to administer <a href="http://web.uvic.ca/hrd/halfbaked/" target="_blank">Hot Potatoes</a> quizzes via Moodle. The quizzes are created on the teacher's computer and then uploaded to the Moodle course.
|
||||
|
||||
<br />After students have attempted the quizzes, a number of reports are available which show how individual questions were answered and some statistical trends in the scores.
|
||||
</div>
|
||||
|
||||
@@ -1,89 +1,89 @@
|
||||
<p align="center"><b>Navigation</b></p>
|
||||
|
||||
<p>
|
||||
You can specify different navigation aids for a Hot Potatoes Quiz.
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><b>Moodle navigation bar</b></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
The standard Moodle navigation bar will be displayed in the same
|
||||
|
||||
window as the quiz at the top of the page.<br />
|
||||
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>Moodle navigation frame</b></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
The standard Moodle navigation bar will be displayed in a separate
|
||||
|
||||
frame at the top of the quiz.
|
||||
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>Embedded <IFRAME></b></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
The standard Moodle navigation bar will be displayed in the same
|
||||
|
||||
window as the quiz and the quiz will be embedded in an <IFRAME>.
|
||||
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>Hot Potatoes quiz buttons </b></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
The quiz will be displayed with the navigation buttons, if any,
|
||||
|
||||
defined in the quiz.
|
||||
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>A single "Give Up" button</b></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
The quiz will be displayed with a single "Give Up" button
|
||||
|
||||
at the top of the page.
|
||||
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>None</b></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
The quiz will be displayed with no navigation aids. i.e. neither
|
||||
|
||||
a Moodle navigation bar nor any Hot Potatoes navigation buttons.
|
||||
|
||||
|
||||
|
||||
When all questions on the current quiz have been answered correctly,
|
||||
|
||||
Moodle will either return to the course page or display the next quiz,
|
||||
|
||||
depending on the setting of the "Show next quiz?" field
|
||||
|
||||
for the current quiz.
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
<p align="center"><b>Navigation</b></p>
|
||||
|
||||
<p>
|
||||
You can specify different navigation aids for a Hot Potatoes Quiz.
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><b>Moodle navigation bar</b></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
The standard Moodle navigation bar will be displayed in the same
|
||||
|
||||
window as the quiz at the top of the page.<br />
|
||||
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>Moodle navigation frame</b></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
The standard Moodle navigation bar will be displayed in a separate
|
||||
|
||||
frame at the top of the quiz.
|
||||
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>Embedded <IFRAME></b></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
The standard Moodle navigation bar will be displayed in the same
|
||||
|
||||
window as the quiz and the quiz will be embedded in an <IFRAME>.
|
||||
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>Hot Potatoes quiz buttons </b></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
The quiz will be displayed with the navigation buttons, if any,
|
||||
|
||||
defined in the quiz.
|
||||
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>A single "Give Up" button</b></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
The quiz will be displayed with a single "Give Up" button
|
||||
|
||||
at the top of the page.
|
||||
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>None</b></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
The quiz will be displayed with no navigation aids. i.e. neither
|
||||
|
||||
a Moodle navigation bar nor any Hot Potatoes navigation buttons.
|
||||
|
||||
|
||||
|
||||
When all questions on the current quiz have been answered correctly,
|
||||
|
||||
Moodle will either return to the course page or display the next quiz,
|
||||
|
||||
depending on the setting of the "Show next quiz?" field
|
||||
|
||||
for the current quiz.
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
@@ -1,63 +1,63 @@
|
||||
<p align="center"><b>Output Format</b></p>
|
||||
|
||||
<p>
|
||||
|
||||
You can specify different formats to display the quiz
|
||||
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><b>best</b></dt>
|
||||
|
||||
<dd>The quiz will be displayed in the best format for the browser.</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>v6+</b></dt>
|
||||
|
||||
<dd>The quiz will be displayed in a drag and drop format for v6+ browsers</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>v6</b></dt>
|
||||
|
||||
<dd>The quiz will be displayed in format for v6 browsers</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>v5</b></b></dt>
|
||||
|
||||
<dd>The quiz will be displayed in a format for v5 browsers</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>v4</b></dt>
|
||||
|
||||
<dd>The quiz will be displayed in a format for v4 browsers</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>v3</b></dt>
|
||||
|
||||
<dd>The quiz will be displayed in a format for v3 browsers</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>Flash</b></dt>
|
||||
|
||||
<dd>The quiz will be displayed in using Flash</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>mobile</b></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
The quiz will be displayed in a format suitable for viewing on
|
||||
|
||||
small mobile devices such as cell phones
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
<p align="center"><b>Output Format</b></p>
|
||||
|
||||
<p>
|
||||
|
||||
You can specify different formats to display the quiz
|
||||
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><b>best</b></dt>
|
||||
|
||||
<dd>The quiz will be displayed in the best format for the browser.</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>v6+</b></dt>
|
||||
|
||||
<dd>The quiz will be displayed in a drag and drop format for v6+ browsers</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>v6</b></dt>
|
||||
|
||||
<dd>The quiz will be displayed in format for v6 browsers</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>v5</b></b></dt>
|
||||
|
||||
<dd>The quiz will be displayed in a format for v5 browsers</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>v4</b></dt>
|
||||
|
||||
<dd>The quiz will be displayed in a format for v4 browsers</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>v3</b></dt>
|
||||
|
||||
<dd>The quiz will be displayed in a format for v3 browsers</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>Flash</b></dt>
|
||||
|
||||
<dd>The quiz will be displayed in using Flash</dd>
|
||||
|
||||
|
||||
|
||||
<dt><b>mobile</b></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
The quiz will be displayed in a format suitable for viewing on
|
||||
|
||||
small mobile devices such as cell phones
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
@@ -0,0 +1,105 @@
|
||||
<STYLE type="text/css">
|
||||
<!--
|
||||
DD {font-size:0.8em; margin-top:0.5em;}
|
||||
-->
|
||||
</STYLE>
|
||||
<P align="center">
|
||||
<B>Report Content</B>
|
||||
</P>
|
||||
<P>
|
||||
You can specify different content for the Hot Potatoes reports.
|
||||
</P>
|
||||
<DL>
|
||||
<DT><B>Selecting the type of report</B></DT>
|
||||
<DD><B>Overview</B><BR>
|
||||
This report is a list of attempts at this quiz.
|
||||
"abandoned" attempts are included,
|
||||
but "in progress" attempts are not shown.
|
||||
|
||||
It shows the picture and name of each user, along with their
|
||||
grade for the quiz and the score, time and duration of each attempt.
|
||||
|
||||
Attempts may be selected and then deleted if required.
|
||||
</DD>
|
||||
<DD><B>Simple statistics</B><BR>
|
||||
This report is a list of all completed attempts at this quiz.
|
||||
|
||||
Attempts marked as "abandoned" or
|
||||
"in progress" are not included.
|
||||
|
||||
It shows the picture and name of each user, along with their
|
||||
grade for the quiz, and the score of each question in each attempt.
|
||||
|
||||
It also gives the average scores of the individual
|
||||
questions and the quiz as a whole.
|
||||
</DD>
|
||||
<DD><B>Detailed statistics</B><BR>
|
||||
This report shows full details of all completed attempts at this quiz,
|
||||
|
||||
Attempts marked as "abandoned" or
|
||||
"in progress" are not included.
|
||||
|
||||
The report contains the following tables:
|
||||
<UL>
|
||||
<LI>
|
||||
the <A href="help.php?module=hotpot&file=responsestable.html">responses table</A>, which shows how each user responded
|
||||
to each question in each of their attempts at the quiz.
|
||||
</LI>
|
||||
<LI>
|
||||
the <A href="help.php?module=hotpot&file=analysistable.html">item analysis table</A>, which lists the responses to each
|
||||
question and the frequency of each response.
|
||||
</LI>
|
||||
</UL>
|
||||
</DD>
|
||||
|
||||
<DD><B>Click trail report</B><BR>
|
||||
This report shows details of every click by every student during completed attempts at the Hot Potatoes quiz.
|
||||
The report can be very large and is intended to be downloaded and viewed in a spreadsheet program, such as Microsoft Excel.
|
||||
Details of the columns in this report are available in the
|
||||
<A href="help.php?module=hotpot&file=clickreporttable.html">click trail table</A>
|
||||
help file
|
||||
</DD>
|
||||
</DL>
|
||||
<DL>
|
||||
<DT><B>Selecting a course</B></DT>
|
||||
|
||||
<DD><B>This course</B><BR>
|
||||
The report will show responses by participants in the current course
|
||||
</DD>
|
||||
|
||||
<DD><B>All my courses</B><BR>
|
||||
The report will show responses by participants for all courses which
|
||||
use this quiz and in which you are a teacher.
|
||||
To be used in several courses, the quiz must be located in the Site
|
||||
files directory.
|
||||
<B><I>This option is only available to site administrators.</I></B>
|
||||
</DD>
|
||||
</DL>
|
||||
<DL>
|
||||
<DT><B>Selecting users</B></DT>
|
||||
|
||||
<DD><B>Students</B><BR>
|
||||
The report will show responses by students taking this course.
|
||||
Teacher's responses will not be included in the report
|
||||
</DD>
|
||||
|
||||
<DD><B>All participants</B><BR>
|
||||
The report will show responses by students, teachers, course creators and administrators.
|
||||
Responses by the "guest" user, if any, will also be included.
|
||||
</DD>
|
||||
</DL>
|
||||
<DL>
|
||||
<DT><B>Selecting grades</B></DT>
|
||||
|
||||
<DD><B>All attempts</B><BR>
|
||||
The report will include the responses from all the attempts by each user</DD>
|
||||
|
||||
<DD><B>Best attempt</B><BR>
|
||||
The report will only include the responses from the highest scoring attempt by each user</DD>
|
||||
|
||||
<DD><B>First attempt</B><BR>
|
||||
The report will only include the responses from the first attempt by each user</DD>
|
||||
|
||||
<DD><B>Last attempt</B><BR>
|
||||
The report will only include the responses from the most recent attempt by each user</DD>
|
||||
</DL>
|
||||
@@ -0,0 +1,61 @@
|
||||
<STYLE type="text/css">
|
||||
<!--
|
||||
DD {font-size:0.8em; margin-top:0.5em;}
|
||||
-->
|
||||
</STYLE>
|
||||
<P align="center">
|
||||
<B>Report Format</B>
|
||||
</P>
|
||||
<P>
|
||||
You can specify different output formats for the Hot Potatoes reports.
|
||||
</P>
|
||||
<DL>
|
||||
<DT><B>Report Format</B></DT>
|
||||
<DD><B>HTML</B><BR>
|
||||
the report will be generated in HTML format suitable for displaying in a web browser
|
||||
</DD>
|
||||
<DD><B>Excel</B><BR>
|
||||
the report will be generated as an ".xls" file which can be opened by
|
||||
a spreadsheet program, such as Microsoft Excel
|
||||
</DD>
|
||||
<DD><B>Text</B><BR>
|
||||
the report will be generated a text file which can be opened by a text editor
|
||||
</DD>
|
||||
</DL>
|
||||
<DL>
|
||||
<DT><B>Encoding</B></DT>
|
||||
|
||||
<DD>
|
||||
A list of encodings may be offered which allows you to force the report values
|
||||
into a specific encoding if your spreadsheet program requires it.
|
||||
|
||||
For example, Microsoft Excel requires the "SJIS" encoding for Japanese.
|
||||
|
||||
The list of possible encodings can be adjusted by the site administrator on the
|
||||
"Settings" page for the HotPot module
|
||||
</DD>
|
||||
</DL>
|
||||
<DL>
|
||||
<DT><B>Wrap data</B></DT>
|
||||
|
||||
<DD><B>Yes</B><BR>
|
||||
long data values will be wrapped to fit into table cells.
|
||||
This may make some rows very tall
|
||||
</DD>
|
||||
|
||||
<DD><B>No</B><BR>
|
||||
data values will not be wrapped
|
||||
</DD>
|
||||
</DL>
|
||||
<DL>
|
||||
<DT><B>Show legend</B></DT>
|
||||
|
||||
<DD><B>Yes</B><BR>
|
||||
in the main report, questions and answers will be represented by letters.
|
||||
A legend will be generated which shows which letters represent which questions or answers
|
||||
</DD>
|
||||
|
||||
<DD><B>No</B><BR>
|
||||
questions and answers will appear in full in the report and no legend will be generated
|
||||
</DD>
|
||||
</DL>
|
||||
@@ -1,168 +1,168 @@
|
||||
<p align="center"><b>Selecting a Report</b></p>
|
||||
|
||||
<p>
|
||||
|
||||
You can specify different selection criteria and different output formats for the
|
||||
|
||||
Hot Potatoes reports.
|
||||
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><b>Selecting a course (Only for admins)</b></dt>
|
||||
|
||||
<dd><b>this course</b><br />
|
||||
|
||||
The report will show responses by participants in the current course</dd>
|
||||
|
||||
<dd><b>all my courses</b><br />
|
||||
|
||||
The report will show responses by participants for all courses which
|
||||
|
||||
use this quiz and in which you are a teacher.
|
||||
|
||||
To be used in several courses, the quiz must be located in the Site
|
||||
|
||||
files directory.
|
||||
|
||||
This option is only available to site administrators.
|
||||
|
||||
</dd>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><b>Selecting users</b></dt>
|
||||
|
||||
<dd><b>Students</b><br />
|
||||
|
||||
The report will show responses by students taking this course.
|
||||
|
||||
Teacher's responses will not be included in the report
|
||||
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dd><b>All participants</b><br />
|
||||
|
||||
The report will show responses by students, teachers, course creators and administrators.
|
||||
|
||||
Responses by the "guest" user, if any, will also be included.
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><b>Selecting grades</b></dt>
|
||||
|
||||
<dd><b>best attempt</b><br />
|
||||
|
||||
The report will only include the responses from the best attempt by each user</dd>
|
||||
|
||||
|
||||
|
||||
<dd><b>all attempts</b><br />
|
||||
|
||||
The report will include the responses from all attempts by each user</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><b>Selecting an output format</b></dt>
|
||||
|
||||
<dd><b>Overview</b><br />
|
||||
|
||||
This report is a list of attempts at this quiz.
|
||||
|
||||
"abandoned" attempts are included,
|
||||
|
||||
but "in progress" attempts are not shown.
|
||||
|
||||
|
||||
|
||||
It shows the picture, name and best score for each user,
|
||||
|
||||
and the score, time and duration of each attempt.
|
||||
|
||||
|
||||
|
||||
Attempts may be selected and then deleted if required.
|
||||
|
||||
</dd>
|
||||
|
||||
<dd><b>Simple statistics</b><br />
|
||||
|
||||
This report is a list of all completed attempts at this quiz.
|
||||
|
||||
|
||||
|
||||
Attempts marked as "abandoned" or
|
||||
|
||||
"in progress" are not included.
|
||||
|
||||
|
||||
|
||||
The report shows the name and best score for each user, and the score
|
||||
|
||||
of each question in each attempt.
|
||||
|
||||
|
||||
|
||||
It also gives the averages scores of the individual
|
||||
|
||||
questions and the quiz as a whole.
|
||||
|
||||
|
||||
|
||||
Details of the attempts may be downloaded in Excel or text format.
|
||||
|
||||
</dd>
|
||||
|
||||
<dd><b>Detailed statistics</b><br />
|
||||
|
||||
This report shows full details of all completed attempts at this quiz,
|
||||
|
||||
|
||||
|
||||
Attempts marked as "abandoned" or
|
||||
|
||||
"in progress" are not included.
|
||||
|
||||
|
||||
|
||||
The report contains the following tables:
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
|
||||
the <b>responses table</b>, which shows how each user responded
|
||||
|
||||
to each question in each of their attempts at the quiz.
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
the <b>item analysis table</b>, which lists the responses to each
|
||||
|
||||
question and the frequency of each response.
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
The details shown in this report may be downloaded in Excel or text format.
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<p align="center"><b>Selecting a Report</b></p>
|
||||
|
||||
<p>
|
||||
|
||||
You can specify different selection criteria and different output formats for the
|
||||
|
||||
Hot Potatoes reports.
|
||||
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><b>Selecting a course (Only for admins)</b></dt>
|
||||
|
||||
<dd><b>this course</b><br />
|
||||
|
||||
The report will show responses by participants in the current course</dd>
|
||||
|
||||
<dd><b>all my courses</b><br />
|
||||
|
||||
The report will show responses by participants for all courses which
|
||||
|
||||
use this quiz and in which you are a teacher.
|
||||
|
||||
To be used in several courses, the quiz must be located in the Site
|
||||
|
||||
files directory.
|
||||
|
||||
This option is only available to site administrators.
|
||||
|
||||
</dd>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><b>Selecting users</b></dt>
|
||||
|
||||
<dd><b>Students</b><br />
|
||||
|
||||
The report will show responses by students taking this course.
|
||||
|
||||
Teacher's responses will not be included in the report
|
||||
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dd><b>All participants</b><br />
|
||||
|
||||
The report will show responses by students, teachers, course creators and administrators.
|
||||
|
||||
Responses by the "guest" user, if any, will also be included.
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><b>Selecting grades</b></dt>
|
||||
|
||||
<dd><b>best attempt</b><br />
|
||||
|
||||
The report will only include the responses from the best attempt by each user</dd>
|
||||
|
||||
|
||||
|
||||
<dd><b>all attempts</b><br />
|
||||
|
||||
The report will include the responses from all attempts by each user</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt><b>Selecting an output format</b></dt>
|
||||
|
||||
<dd><b>Overview</b><br />
|
||||
|
||||
This report is a list of attempts at this quiz.
|
||||
|
||||
"abandoned" attempts are included,
|
||||
|
||||
but "in progress" attempts are not shown.
|
||||
|
||||
|
||||
|
||||
It shows the picture, name and best score for each user,
|
||||
|
||||
and the score, time and duration of each attempt.
|
||||
|
||||
|
||||
|
||||
Attempts may be selected and then deleted if required.
|
||||
|
||||
</dd>
|
||||
|
||||
<dd><b>Simple statistics</b><br />
|
||||
|
||||
This report is a list of all completed attempts at this quiz.
|
||||
|
||||
|
||||
|
||||
Attempts marked as "abandoned" or
|
||||
|
||||
"in progress" are not included.
|
||||
|
||||
|
||||
|
||||
The report shows the name and best score for each user, and the score
|
||||
|
||||
of each question in each attempt.
|
||||
|
||||
|
||||
|
||||
It also gives the averages scores of the individual
|
||||
|
||||
questions and the quiz as a whole.
|
||||
|
||||
|
||||
|
||||
Details of the attempts may be downloaded in Excel or text format.
|
||||
|
||||
</dd>
|
||||
|
||||
<dd><b>Detailed statistics</b><br />
|
||||
|
||||
This report shows full details of all completed attempts at this quiz,
|
||||
|
||||
|
||||
|
||||
Attempts marked as "abandoned" or
|
||||
|
||||
"in progress" are not included.
|
||||
|
||||
|
||||
|
||||
The report contains the following tables:
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
|
||||
the <b>responses table</b>, which shows how each user responded
|
||||
|
||||
to each question in each of their attempts at the quiz.
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
the <b>item analysis table</b>, which lists the responses to each
|
||||
|
||||
question and the frequency of each response.
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
The details shown in this report may be downloaded in Excel or text format.
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
@@ -1,41 +1,41 @@
|
||||
<p align="center"><b>Individual Responses</b></p>
|
||||
|
||||
<p>
|
||||
This table shows how each user responded to each
|
||||
question in each of their attempts at the quiz.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The responses are color-coded as follows:
|
||||
|
||||
<ul>
|
||||
|
||||
<li><font color="red"><b>Correct answers</b></font></li>
|
||||
|
||||
<li><font color="brown"><b>Ignored answers</b></font> (if any)</li>
|
||||
|
||||
<li><font color="blue"><b>Wrong answers</b></font> (if any)</li>
|
||||
|
||||
<li><font color="green"><b>score% (hints,clues,checks)</b></font>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><b>score</b> is the percentage score for this question</li>
|
||||
|
||||
<li><b>hints</b> is the number hints requested</li>
|
||||
|
||||
<li><b>clues</b> indicates whether the clue was shown (=1) or not (=0)</li>
|
||||
|
||||
<li><b>checks</b> is the number checks performed on this question.
|
||||
|
||||
A value of "-1" means that the student clicked the "Show answer" button</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<p align="center"><b>Individual Responses</b></p>
|
||||
|
||||
<p>
|
||||
This table shows how each user responded to each
|
||||
question in each of their attempts at the quiz.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The responses are color-coded as follows:
|
||||
|
||||
<ul>
|
||||
|
||||
<li><font color="red"><b>Correct answers</b></font></li>
|
||||
|
||||
<li><font color="brown"><b>Ignored answers</b></font> (if any)</li>
|
||||
|
||||
<li><font color="blue"><b>Wrong answers</b></font> (if any)</li>
|
||||
|
||||
<li><font color="green"><b>score% (hints,clues,checks)</b></font>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><b>score</b> is the percentage score for this question</li>
|
||||
|
||||
<li><b>hints</b> is the number hints requested</li>
|
||||
|
||||
<li><b>clues</b> indicates whether the clue was shown (=1) or not (=0)</li>
|
||||
|
||||
<li><b>checks</b> is the number checks performed on this question.
|
||||
|
||||
A value of "-1" means that the student clicked the "Show answer" button</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
<P align="center">
|
||||
<B>Student feedback</B>
|
||||
</P>
|
||||
<P>
|
||||
If this option is enabled, a link to a popup feedback window will be displayed
|
||||
whenever the student clicks on the "Check" button. The feedback window
|
||||
allows students to send feedback to the teacher regarding the quiz.
|
||||
|
||||
This option can have the following settings:
|
||||
</P>
|
||||
<DL>
|
||||
<DT><B>None</B></DT>
|
||||
<DD>no feedback window will be displayed</DD>
|
||||
|
||||
<DT><B>Web page</B></DT>
|
||||
<DD>
|
||||
a web page will be displayed in the feedback window.
|
||||
You will need to enter the URL of the web page, for example:
|
||||
<TT>http://myserver.com/feedbackform.html</TT>
|
||||
</DD>
|
||||
|
||||
<DT><B>Feedback form</B></DT>
|
||||
<DD>
|
||||
a form suitable for sending to a standard form-to-email script,
|
||||
such as formmail.pl, will be displayed in the feedback window.
|
||||
You should also enter the URL of the form script, for example:
|
||||
<TT>http://myserver.com/cgi-bin/formmail.pl</TT>
|
||||
</DD>
|
||||
|
||||
<DT><B>Moodle forum</B></DT>
|
||||
<DD>the forum index for this Moodle course will be displayed</DD>
|
||||
|
||||
<DT><B>Moodle messaging</B></B></DT>
|
||||
<DD>
|
||||
the Moodle instant messaging window will be displayed.
|
||||
If the course has several teachers, the student will be
|
||||
prompted to select a teacher before the messaging page appears.
|
||||
</DD>
|
||||
</DL>
|
||||
@@ -0,0 +1,12 @@
|
||||
<P align="center"><B>Update next quiz</B></P>
|
||||
<DL>
|
||||
<DT><B>No</B></DT>
|
||||
<DD>Only the current quiz will be updated</DD>
|
||||
</DL>
|
||||
<DL>
|
||||
<DT><B>Yes</B></DT>
|
||||
<DD>
|
||||
If this quiz is part of a chain of Hot Potatoes quizzes, then all quizzes
|
||||
in the chain will be assigned identical settings to the current quiz.
|
||||
</DD>
|
||||
</DL>
|
||||
Reference in New Issue
Block a user