Skip to content

在线题库 -- 申请试卷,作答,阅卷,智能统计,技能强弱分析..

Notifications You must be signed in to change notification settings

88659108/tiku-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiku-system

在线题库 -- 申请试卷,作答,阅卷,智能统计,技能强弱分析..

核心代码

重构后js:tiku-system/Public/js/paper1/
试卷部分:tiku-system/Application/Paper/

试题采集

半自动,通过浏览器,利用JS采集
代码: tiku-system/bin/

<script type="text/javascript"> ;(function($, window, undefined){ var _lib = window.Zbo; //答卷主键 var paperid = $('#js-paper-speed').attr('paperid'); //配置信息: {试卷主键, 做题模式(0=做题模式, 1=解析模式)} var config = {paperid:paperid, pagetype:0}; //初始化: 答题卡 _lib.icos.create(config); //初始化: 做题工具箱 _lib.time.create(config).start(); //初始化: 试卷菜单栏 _lib.navs.create(config).start(0); //初始化: 试题管理器 _lib.question.create(config); })(window.jQuery, window); </script>

About

在线题库 -- 申请试卷,作答,阅卷,智能统计,技能强弱分析..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published