Posts made by Itamar Tzadok

You can try assigning these strings to input text value, as in

<input type="text" disabled style="width:450px;background-color:white;border:0;" value='<INPUT TYPE=”Submit” NAME=”Submit” onClick=”dispDetails();”>' />

This may be easier than images, and if you use authoring tool or even Excel (which is what I'm using) for preparing the questions for bulk uploading, duplicating the wrapper input tag is very easy.

smile

Thanks. I'm afraid I've no experience with flash courses so I don't no how it works but if it's a matter of frames you can try setting the target property of the link to the quiz to _top as in

<a target="_top" href="../quiz/view.php?id=58">Quiz</a>

That should open the quiz in the topmost window rather than in the inner frame.

Itamar
You simply need to create a new course, make it a meta course and then go to the child courses page and add your current course to the meta course as a child. That should do the trick. The idea is that all those who are enrolled in the current course are automatically enrolled in the meta-course.
Average of ratings: Useful (1)