Note: You are currently viewing documentation for Moodle 3.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Adding/editing a hotpot.

Adding/editing a hotpot: Difference between revisions

From MoodleDocs
No edit summary
m (fixed outdated link to spanish translation of page)
 
(16 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Hotpot}}
{{Hotpot}}
==Installing the HotPot Module==


* Firstly, make sure the Moodel site administrator has enabled the Hot Potatoe module (which is included in a standard Moodle install but not default activated. No module needs to be downloaded. The administrator need only click to activate it.) You can see it it is activated without bothering the administrator by seeing if Hot Potatoe is in the Activities Dropdown list.
#First, download and install Hot Potatoes software on your PC: http://hotpot.uvic.ca/#downloads
* Next create the Hot Potatoes quizzes on your PC.
#Next create the Hot Potatoes quizzes on your PC: http://hotpot.uvic.ca/wintutor6/tutorial.htm
* Next upload them to the "Files" area of your Moodle course (click the "Files" link in the administration block).
#Install HotPot module on your Moodle site
* On the "Add a HotPot activity" page, click on the "Choose or upload a file ..." button and you should see your Hot Potaoes files listed.
##download from http://bateson.kanazawa-gu.ac.jp/moodle/zip/moodle-20.hotpot-module.zip
* Click the "Choose" link for the file you want to use.
##unzip file - creates folder called "moodle-20.hotpot-module"
##upload subfolderfolders of "moodle-20.hotpot-module"
###mod/hotpot - upload this to "mod/hotpot" on your Moodle site
###question/format/hotpot - upload this to "question/format/hotpot" on your Moodle site
#Add HotPot activity to your Moodle course
##Login to Moodle, and navigate to a course page
##Enable "Edit mode" on course page
##Locate course topic/week where you wish to add the Hot Potatoes exercise
##Select "HotPot" from "Add an activity" menu
##Next to "Source file name" click "Add" button
##Click "Upload a file", then "Browse" to the Hot Potatoes file on your PC
##Click "Upload this file"
##Review other settings
##Click "Save changes" at bottom of page


Note: If you have a lot of Hot Potatoes quizzes to upload, you may save time by zipping them all up into a single file, uploading that to Moodle and then unzipping it there.
Note: If you have a lot of Hot Potatoes quizzes to upload, you may save time by zipping them all up into a single file, uploading that to Moodle and then unzipping it there.


[[Category:Teacher]]
==Relative URLs in Hot Potatoes quizzes==
[[Category:Hotpot]]


[[es:Agregar un Hot potatoes]]
Definitions:
 
* URL - The address of an internet resource, such as a webpage, image or sound file
* Absolute URL - A URL that begins with "http://" is called an absolute URL. Wherever it is used, it always refers to the same target resource.
* Relative URL - 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.
 
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.
 
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 verifies 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.
 
The solution is simple enough: all relative URLs must be converted to absolute URLs 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.
 
==Media players in Hot Potatoes quizzes==
 
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".
 
[[es:Añadir/editar un hotpot]]
[[fr:Ajouter/Modifier un module Hot Potatoes]]
[[de:HotPot-Test anlegen]]

Latest revision as of 01:29, 24 November 2013


Installing the HotPot Module

  1. First, download and install Hot Potatoes software on your PC: http://hotpot.uvic.ca/#downloads
  2. Next create the Hot Potatoes quizzes on your PC: http://hotpot.uvic.ca/wintutor6/tutorial.htm
  3. Install HotPot module on your Moodle site
    1. download from http://bateson.kanazawa-gu.ac.jp/moodle/zip/moodle-20.hotpot-module.zip
    2. unzip file - creates folder called "moodle-20.hotpot-module"
    3. upload subfolderfolders of "moodle-20.hotpot-module"
      1. mod/hotpot - upload this to "mod/hotpot" on your Moodle site
      2. question/format/hotpot - upload this to "question/format/hotpot" on your Moodle site
  4. Add HotPot activity to your Moodle course
    1. Login to Moodle, and navigate to a course page
    2. Enable "Edit mode" on course page
    3. Locate course topic/week where you wish to add the Hot Potatoes exercise
    4. Select "HotPot" from "Add an activity" menu
    5. Next to "Source file name" click "Add" button
    6. Click "Upload a file", then "Browse" to the Hot Potatoes file on your PC
    7. Click "Upload this file"
    8. Review other settings
    9. Click "Save changes" at bottom of page

Note: If you have a lot of Hot Potatoes quizzes to upload, you may save time by zipping them all up into a single file, uploading that to Moodle and then unzipping it there.

Relative URLs in Hot Potatoes quizzes

Definitions:

  • URL - The address of an internet resource, such as a webpage, image or sound file
  • Absolute URL - A URL that begins with "http://" is called an absolute URL. Wherever it is used, it always refers to the same target resource.
  • Relative URL - 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.

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.

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 verifies 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.

The solution is simple enough: all relative URLs must be converted to absolute URLs 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.

Media players in Hot Potatoes quizzes

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".