Greasy Fork

Greasy Fork is available in English.

西安建筑科技大学实验室安全测试自动化

西安建筑科技大学实验室自动填充答案

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         西安建筑科技大学实验室安全测试自动化
// @namespace    huang
// @version      1.0
// @description  西安建筑科技大学实验室自动填充答案
// @author       myetyet
// @match        https://labexam.xauat.edu.cn/redir.php?catalog_id=6&cmd=dati*
// @require      http://greasyfork.icu/scripts/391129-nuist-examsafety-question-bank/code/NUIST%20examsafety%20Question%20Bank.js?version=996976
// @run-at       document-end
// @grant        none
// @compatible   chrome
// @license      WTFPL
// ==/UserScript==

(function() {
    'use strict';
    var host = window.location.host;
    if (host != "10.66.100.207" && host != "172.26.0.150") {
        var questions = document.getElementsByClassName("shiti");
        var _question, question, index, answer;
        var notfounds = new Array(), dislocations = new Array();
        var notfound = 0, dislocation = 0;
        for (let i = 0, __qlength__ = questions.length; i < __qlength__; ++i) {
            _question = questions[i].children[0].textContent.split("\u3001");
            index = _question.shift();
            question = _question.join("\u3001").replace(/[^0-9A-Za-z\u4e00-\u9fff]/g, "").replace(/^(\u5224\u65ad|\u5355\u9009|\u591a\u9009)\u9898/, "");
            answer = findAnswer(question);
            var _text, _c, c, answers;
            var answered = false;
            if (answer != "") {
                answers = answer.split("\u000a");
                for (let choice = 0, __clength__ = questions[i].children[1].childElementCount; choice < __clength__; ++choice) {
                    var ipt = document.getElementById("ti_" + index + "_" + String(choice));
                    _text = ipt.parentNode.children[1].textContent.replace(/[\s\?]/g, "");
                    if (_text.length == 0) {
                        dislocations[dislocation++] = String(index);
                        questions[i].children[0].setAttribute("style", "color: red");
                    } else {
                        _c = _text.replace(/\./, "\u3001").replace(/\uff0e/, "\u3001").split("\u3001");
                        if (_c.length > 1) {
                            _c.shift();
                        }
                        c = _c.join("\u3001");
                        c = c.replace("\u6b63\u786e", "\u5bf9").replace("\u9519\u8bef", "\u9519");
                        for (let ai = 0, __alength__ = answers.length; ai < __alength__; ++ai) {
                            if (answers[ai] == c) {
                                ipt.click();
                                answered = true;
                                break;
                            }
                        }
                    }
                }
                if (!answered) {
                    notfounds[notfound++] = String(index);
                    questions[i].children[0].setAttribute("style", "color: red");
                }
            } else {
                notfounds[notfound++] = String(index);
                questions[i].children[0].setAttribute("style", "color: red");
            }
        }
        if (notfound > 0 || dislocation > 0) {
            if (notfound > 0) {
                alert("\u6b64\u9875\u9762\u5171\u6709" + String(notfound) + "\u9053\u9898\u672a\u80fd\u81ea\u52a8\u586b\u5145\uff1a" + notfounds.join("\u3001"));
            }
            if (dislocation > 0) {
                alert("\u6b64\u9875\u9762\u5171\u6709" + String(dislocation) + "\u9053\u9898\u7531\u4e8e\u9009\u9879\u9519\u4f4d\uff0c\u5df2\u9009\u62e9\u6b63\u786e\u4f46\u4e0d\u5f97\u5206\u9009\u9879\uff1a" + dislocations.join("\u3001"));
            }
        } else {
            var next = document.getElementsByClassName("nav")[0].children[0];
            if (next && next.value == "\u4e0b\u4e00\u9875") {
                next.click();
            } else {
                document.getElementsByClassName("nav")[0].children[1].click();
            }
        }
    } else {
        let Qs = new Array();
        let __QsLen__ = 0;
        if (document.getElementById("DataGridA")) {
            for (let i = 0, __Q__ = document.getElementById("DataGridA").children[0], __QLen__ = __Q__.childElementCount; i < __QLen__; ++i) {
                Qs[__QsLen__++] = __Q__.children[i];
            }
        }
        if (document.getElementById("DataGridB")) {
            for (let i = 0, __Q__ = document.getElementById("DataGridB").children[0], __QLen__ = __Q__.childElementCount; i < __QLen__; ++i) {
                Qs[__QsLen__++] = __Q__.children[i];
            }
        }
        if (document.getElementById("DataGridC")) {
            for (let i = 0, __Q__ = document.getElementById("DataGridC").children[0], __QLen__ = __Q__.childElementCount; i < __QLen__; ++i) {
                Qs[__QsLen__++] = __Q__.children[i];
            }
        }
        let notfounds = new Array();
        let notfound = 0;
        for (let i = 0; i < __QsLen__; ++i) {
            let t = Qs[i].children[0].children[0].children[0];
            let _Q = t.children[0].children[0].children[0].textContent.split("\u3001");
            let index = _Q.shift();
            let Q = _Q.join("\u3001").replace(/[^0-9A-Za-z\u4e00-\u9fff]/g, "");
            let A = findAnswer(Q);
            let As = A.split("\u000a");
            let Cs = t.children[1].children[0].children[0].children[0].children[0];
            let answered = false;
            for (let j = 0, __CsLen__ = Cs.childElementCount; j < __CsLen__; ++j) {
                let _C = Cs.children[j].children[1].textContent.replace(/\./, "\u3001").replace(/\uff0e/, "\u3001").split("\u3001");
                if (_C.length > 1) {
                    _C.shift();
                }
                let C = _C.join("\u3001");
                C = C.replace("\u6b63\u786e", "\u5bf9").replace("\u9519\u8bef", "\u9519");
                for (let k = 0, __AsLen__ = As.length; k < __AsLen__; ++k) {
                    if (C == As[k]) {
                        Cs.children[j].children[0].click();
                        answered = true;
                        break;
                    }
                }
            }
            if (!answered) {
                notfounds[notfound++] = String(index);
                t.children[0].children[0].children[0].setAttribute("style", "color: red");
            }
        }
        if (notfound > 0) {
            alert("\u6b64\u9875\u9762\u5171\u6709" + String(notfound) + "\u9053\u9898\u672a\u80fd\u81ea\u52a8\u586b\u5145\uff1a" + notfounds.join("\u3001"));
        }
    }
})();