Hi again,
Well, thanks to Gordon's tips I realize that links made from within the Hot Pot itself would't be broken when moved is moved to another server. After a lot of experimentation, I've managed, more or less, to solve the problem:
- I removed the link to a menu and set the link in Book to the first in a set of Hot Pot exercises to open in a new window. I know this in not usually current practice, but it means that when they've finished the set, users can just close the window.
- I created a html page containing my video tutorial and put it in the same folder as the other Hot Pot files.
- Using code kindly given by Martin Holmes in 2006 I managed to create a pop up box when the help icon is clicked, see Number tables exercises. That is, it's just fine in the Book, native Hot Pot version, but not in the Hot Pot Module version nor the QuizPort version. This doesn't really bother me, because I'm pretty happy with the Book version... until users give me negative feedback.
Here's how I created a popup box of just the right size for a YouTube tutorial
1) Add to jcloze6.js_
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
2) Create a html file with the iframe to the YouTube tutorial in it and put it in the same folder as the Hot Pot files.
Here: number_table_tutorial.htm
3) Around the linked item (text or image) here <img src="help.jpg" alt="help.jpg" title="Help!!!" width="50" height="49" style="float: left;"></img> put the code:
<a style="cursor: pointer; text-decoration: underline;"onclick="MM_openBrWindow('number_table_tutorial.htm','boxes','resizable=yes,width=700,height=393');return false;"><img src="help.jpg" alt="help.jpg" title="Help!!!" width="50" height="49" style="float: left;"></img></a>
The dimensions are the size of the YouTube player.
There's maybe another way of doing it that would work in the Hot Pot Module and QuizPort too.
This is all on 1.9
Stan, I haven't forgotten your suggestion about using Collapsed Topics, but I think I'd still need Book because there are hundreds of Hot Pots in this course.
Cheers,
Glenys
PS. Don't rush to answer, Gordon, take your time to enjoy your birthday cake with your family.