|
|
@@ -869,7 +869,7 @@ function handleAnswerRange() {
|
|
|
var answerText = ischecked ? "√" : "";
|
|
|
//勾选题
|
|
|
if ($(item).hasClass('boxQue')) {
|
|
|
- $(item).find('.yaoshi').after("<div class='checkbox' answer-id='" + checkId + "' parent-anid='" + headid + "' answer-isky='2' answer-anstext=" + answerText + "><input id=" + checkId + " type='checkbox'><label for=" + checkId + "></label></div>");
|
|
|
+ $(item).find('.yaoshi').after("<div class='checkbox' answer-id='" + checkId + "' parent-anid='" + headid + "' answer-isky='2' answer-anstext='" + answerText + "' answer-text=''><input id=" + checkId + " type='checkbox'><label for=" + checkId + "></label></div>");
|
|
|
//$(item).find('input').prop('checked', ischecked);
|
|
|
$(item).find('.underlineContent').hide();
|
|
|
}
|