Ahhh... thank you! You are a god :) I had seen the utilities being used in other examples, but for some reason I thought you needed to insert the whole utility into the script as well... shows my knowledge, huh. Thank you again. And yes, I had already planned on posting the results in the...
Lol, sorry about that. I'll try again.
I think the part I need help with is here (or at least this is the part that I have been editing, doing trial and error on:
if ($qtype eq "mc") {
chomp($choice);
@choices = split(/\`\`/, $choice);
foreach $choice...
I am new to cgi, but with the help of several tutorials and forum searches I have been able to customize this script until this point. The quiz script already displays the questions randomly, but the answer choices are displayed in the order that I enter them. What do I need to do to tell it to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.