Quizmaker in HTML pages

Jul 24, 2012

Hi folks,

Does anyone have any suggestions for incorporating more than one quiz on an html page? I am building a bilingual course in which the students can toggle between languages, but have run into a challenge placing both quizzes on the same page. 

A work around is to build new HTML pages and link from the page; however, it would be much more efficient and effective to have the quizzes on the same page.

Thanks.

Elaine Hays

3 Replies
Elaine Hays

Thank you, Peter.

It turns out that by adding another variable and pointing to the second file, the two quizzes are accessible and present correctly.

In the code, we distinguished between the files e.g.

var ge_strSwfFile = "assets/Activities_English_Reg/1_1_1/quiz.swf";
var gf_strSwfFile = "assets/Activities_French_Reg/1_1/quiz.swf";

Elaine

This discussion is closed. You can start a new discussion or contact Articulate Support.