Displaying 2 results from an estimated 2 matches for "quizrun".
2006 Jul 14
3
Rails newbie: How does the submit_tag work?
..."background","/images/cbChecked.png");
}
else {
inputValue.setAttribute ("value", "off")
element.setAttribute ("background","/images/cbUnchecked.png");
}
}
// - End of JavaScript - -->
</SCRIPT>
<h1><%= @quizrun.quiz.name %></h1>
<h2><%= @quizrun.user.name %></h2>
<table>
<tr><td><h3>Question <%= @question.seq %></h3></td></tr>
<tr><td><%= @question.presentation.textvalue %></td></tr>
</table>
&...
2006 Apr 02
2
"Quiz" site
Hi,
I am thinking about how to best design a quiz site in RoR. I think it
should be fairly easy, but have run into a wall. In the simplest form,
the view would grab all of the questions for a particular quiz and
display them (e.g. multiple choice, so 4 option buttons per question).
However, I can''t figure out how to "mark" the quiz. The form is
submitted to the