socialforge/app/views/exercise/_edit_head.html.erb

24 lines
1.8 KiB
Plaintext
Raw Normal View History

2015-11-17 15:18:07 +08:00
<div class="testContainer">
<div>
<input class="testTitle mb10" type="text" placeholder="测验标题" />
</div>
<%# if edit_mode %>
<!--<label class="fl c_grey f14" style="margin-top: 4px;">截止日期:</label>-->
<%# end %>
<div class="calendar_div fl mr10">
<input type="text" name="homework_common[end_time]" id="homework_end_time" placeholder="截止日期" class="InputBox fl W120 calendar_input" readonly="readonly" value="<%= homework.end_time%>" >
<%= calendar_for('homework_end_time')%>
</div>
<%# if edit_mode %>
<!--<label class="fl c_grey f14" style="margin-top: 4px;">发布日期(可选)</label>-->
<%# end %>
<div class="calendar_div fl">
<input type="text" name="homework_common[publish_time]" id="homework_publish_time" placeholder="发布日期(可选)" class="InputBox fl W120 calendar_input" readonly="readonly" value="<%= homework.publish_time%>" >
<%= calendar_for('homework_publish_time')%>
</div>
<div class="fl ml10 f14 fontGrey2"><span class="mr5">考试时长:</span><input type="text" class="examTime mr5" />分钟</div>
<div class="cl"></div>
<textarea class="testDes mt10" placeholder="发布须知试题类型有选择和填空两种其中选择题包括单选题和多选题。多选题的答案格式为若标准答案为A,B,C在答案输入框填入ABC即可。填空题问题格式为”电脑的核心部件是”根据问题设置与答案相关的关键词系统会根据关键词匹配学生上交的答案关键词可设置多个。谢谢您的配合您可以在此处填写测验相关说明。" ></textarea>
<a href="javascript:void(0);" class="btn_submit c_white" >保存</a> <a href="javascript:void(0);" class="btn_cancel" >取消</a>
<div class="cl"></div>
</div>