Sha256: bd27a16bd76d30e67e40e14acf61fd523720cc51f1854258c3d1b2ba6897c081
Contents?: true
Size: 1.38 KB
Versions: 9
Compression:
Stored size: 1.38 KB
Contents
<% unless question.comment.nil? || question.comment.empty? %> <!-- question: <%= question.comment %> --> <% end %> <question type="ordering"> <name> <text><%= question.name %></text> </name> <questiontext format="html"> <text><![CDATA[<%= question.text %>]]></text> <% unless question.encode == :none %> <%= question.encode %> <% end %> </questiontext> <generalfeedback format="html"> <text><![CDATA[<%= question.feedback.to_s %>]]></text> </generalfeedback> <defaultgrade>1.0000000</defaultgrade> <penalty>0.3333333</penalty> <hidden>0</hidden> <idnumber></idnumber> <layouttype>VERTICAL</layouttype> <selecttype>ALL</selecttype> <selectcount>0</selectcount> <gradingtype>ABSOLUTE_POSITION</gradingtype> <showgrading>SHOW</showgrading> <numberingstyle>none</numberingstyle> <correctfeedback format="html"> <text>Respuesta correcta</text> </correctfeedback> <partiallycorrectfeedback format="html"> <text>Respuesta parcialmente correcta.</text> </partiallycorrectfeedback> <incorrectfeedback format="html"> <text>Respuesta incorrecta.</text> </incorrectfeedback> <% question.ordering.each_with_index do |step, index| %> <answer fraction="<%= index + 1 %>" format="moodle_auto_format"> <text><%= step %></text> </answer> <% end %> </question>
Version data entries
9 entries across 9 versions & 1 rubygems