Sha256: 0c1b55205787ce540adc413694f5514c854a3fb4402882b8c95e871a5007b9d8
Contents?: true
Size: 646 Bytes
Versions: 6
Compression:
Stored size: 646 Bytes
Contents
.row-fluid .span9 = ep_form.text_field :name, value: ep_form.object.name || t(:'exam.singular'), label: t(:'exam_portion.name') .span3 = ep_form.number_field :weight, label: t(:'exam_portion.weight') .row-fluid .span6 = ep_form.number_field :problem_count, label: t(:'exam_portion.problem_count') .span6 = ep_form.number_field :max_score, label: t(:'exam_portion.max_score'), value: ep_form.object.max_score || 100 .row-fluid .span6 = ep_form.text_area :description, size: "0x2", label: t(:'exam_portion.description') .span6 = ep_form.text_area :adjustments, size: "0x2", label: t(:'exam_portion.adjustments')
Version data entries
6 entries across 6 versions & 2 rubygems