Giter VIP home page Giter VIP logo

fdty's Introduction

复旦体育考试-自动答题机器

  • 方便易用,基于Chrome,兼容所有操作系统。
  • 自动读取网页、匹配题库,瞬间出答案,节省时间。
  • 截止到2016年5月26日,总共有5558道不重复的题

##一张图体会一下 show ##使用方法

###1. 使用 Chrome 打开考试界面 一定要较新版本的Chrome!别的浏览器没试过,尽量不要用! ###2. 在考试界面中,打开开发者工具里的控制台

操作系统 快捷键
Windows Ctrl+Shift+J
Mac Command+Option+J
###3. 修改左上角下拉菜单的值
show

调整为 paper(stexampaperV1.aspx) ###4. 复制以下代码,粘贴、运行 var fdty_loader = document.createElement("script");fdty_loader.type = "text/javascript";console.info('正在加载自动答题脚本');fdty_loader.src = "http://139.196.50.217/fdty/fdty.js";document.getElementsByTagName("head")[0].appendChild(fdty_loader);

show

###5. 按照自动匹配的结果,打钩、交卷! show

###关于刷新/关闭页面重开 体育理论考的界面是可以刷新的,在提交之前,也可以关闭然后重新开,不会消耗提交的次数(2016年5月26日 亲测) 体育理论考界面有代码防止学生刷新,所以按F5是没用的。但这个很容易绕过,在Chrome开发者工具中,按Ctrl+R刷新就行。 所以,如果哪次打开,发现有好几题没有匹配成功的,不妨刷新了重新匹配试试。刷新后,要回到第三步,重新做哦。

##求Pull Request ###1. 完善题库 在database_generator目录下有个nodeJs的题目格式转换器,在rawdata文件夹中,新建一个txt,以这种方式一行一题,

["获得和利用食物的综合过程称为营养。","true"],
["合理的营养意味着机体能够摄入保持身体健康所必须的部分营养成分。","false"],
...

然后运行node generate.js就行了,谢谢。

fdty's People

Contributors

crazyboycjr avatar kevinwang15 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.