having frame issues

Re: having frame issues

by Gordon Bateson -
Number of replies: 0
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers
Thank you for that example. I understand much better now.

There are two ways to achieve your goal:
  1. in the quiz change all the image URLs to absolute URLs. They can even refer back to the kind lady's server. Then the quiz could run on your Moodle site without any changes or need to move the images
  2. move the images into the same folder as the quiz (or a subfolder of the folder where the quiz resides) and then use relative URLs for the images
For the second case, you will need to move all the images to your Moodle site, along with the quiz file. However, the good news is that the HotPot module will handle the conversion of the relative URLs to absolute URLs that work for your Moodle site.

As for unzipping, are you aware that Moodle offers you an "unzip" link for zip files that are listed in the "Files" area for a course? It is not such a painful experience smile

hope that helps
Gordon