16 lines
489 B
Plaintext
16 lines
489 B
Plaintext
<div>
|
|
<div class="testEditTitle">
|
|
第<%= poll_question.question_number%>题:
|
|
<%= poll_question.question_title %>
|
|
<span class="fontBlue">[主观题]</span>
|
|
<%if poll_question.is_necessary == 1%>
|
|
<span class="ur_required" title="必答">*</span>
|
|
<%end%>
|
|
</div>
|
|
<div class="cl"></div>
|
|
<div class="ur_inputs">
|
|
<p class="ml20 break_word">
|
|
<%= get_anwser_vote_text poll_question.id,User.current.id%>
|
|
</p>
|
|
</div>
|
|
</div><!--当行输入 end--> |