1 Star 0 Fork 1

iaogroup/在线考试页面

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
testpage.html 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
Kingshion 提交于 2021-06-09 13:33 . 页面
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>在线试卷模板</title>
<link rel="stylesheet" href="http://www.jq22.com/jquery/bootstrap-3.3.4.css">
<style type="text/css">
.testCon{padding: 5px 15px;}
h4.tesTitle{color: #00B895;}
.test-form-box{max-height: 660px;overflow: auto;}
.assignment{margin: 30px 0 60px;text-align: center;}
.assignment .btn{background: #00B895;width: 120px;font-size: 18px;border-color: #00B895;}
#testForm .testCon:nth-child(odd){background: #eee;}
label{font-weight: normal;}
.jxz-title{text-align: justify;}
.topic-answer{display: none;}
</style>
</head>
<body>
<div class="container">
<div class="row clearfix" id="testArea">
</div>
</div>
<script type="text/javascript" src="http://www.jq22.com/jquery/jquery-2.1.1.js"></script>
<script type="text/javascript" src="js/test.js"></script>
<script type="text/javascript">
$(function(){
//题型 1单选2多选3判断4填空5问答8论述题6完型填空7阅读理解
//json 格式参照data/test.json
//交卷 点击交卷后可查看对错
var test_id = 'get a test id';
test(test_id);
});
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/iaogroup/onlineexam.git
git@gitee.com:iaogroup/onlineexam.git
iaogroup
onlineexam
在线考试页面
master

搜索帮助