|
|
@@ -446,7 +446,7 @@ var AdjustTableFunc = function (sWidthVal, isAStatus) {
|
|
|
function AddTestTextFunc(DataStr3) {
|
|
|
$("#ShowTStr").remove();
|
|
|
var HtmlStr = '<div id="ShowTStr" style="width:200px;height:auto;background-color:yellow;color:#000;position:fixed;left:10px;top:100px;">DataStr3=》' + DataStr3 + '</div>';
|
|
|
- $(document.body).append(HtmlStr)
|
|
|
+ $(document.body).append(HtmlStr);
|
|
|
}
|
|
|
//#region 听力音频处理
|
|
|
var LimitPreFlag = false; // 限制点击过宽
|
|
|
@@ -718,6 +718,9 @@ function dealNSFillFunc() {
|
|
|
if ($(oItem).find(".answer-point-range").css("display") == "none") {
|
|
|
TextVal = TextVal.replace($(oItem).find(".answer-point-range").text(), "");
|
|
|
}
|
|
|
+ if ($(oItem).find(".no-answer").length > 0 && $(oItem).find(".no-answer").text().indexOf("未作答") > -1){
|
|
|
+ TextVal = TextVal.replace($(oItem).find(".no-answer").text(), "");
|
|
|
+ }
|
|
|
if (TextVal != undefined && TextVal != null && TextVal != "") {
|
|
|
HiddenFlag = false;
|
|
|
}
|