search for: answerid

Displaying 1 result from an estimated 1 matches for "answerid".

Did you mean: answered
2006 Jul 14
3
Rails newbie: How does the submit_tag work?
...tion.id.nil? answers = Answers.find (:all, :conditions => "parent_id = " + @question.id.to_s) for answer in answers presentation = Presentations.find_by_id (answer.presentation_id.to_s); -%> <tr> <td><input type="hidden" name="answerId[]" value="<%= answer.id % >"/></td> <td background="<%= ''/images/cbUnchecked.png'' %>" onClick="checkboxClick(this)"><input type="hidden" name="iscorrect[]" value="off" style="...