32 lines
970 B
HTML
32 lines
970 B
HTML
<!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.0">
|
|
<title>会计分录编制模拟 - 测验</title>
|
|
<link rel="stylesheet" href="main.css" />
|
|
</head>
|
|
<body>
|
|
<section>
|
|
<noscript>
|
|
<p>需要启用 JavaScript 以加载题目库、出题、交互作答。</p>
|
|
<p>所有代码以 WTFPL v2 授权。</p>
|
|
</noscript>
|
|
</section>
|
|
<section id="selections">
|
|
<p>选择出题范围:</p>
|
|
</section>
|
|
<section id="quiz"></section>
|
|
<div class="center">
|
|
<p>请作答</p>
|
|
<section id="answer"></section>
|
|
<section>
|
|
<button id="next">出题</button>
|
|
<button id="submit">揭晓答案</button>
|
|
</section>
|
|
</div>
|
|
<script src="libquiz.js"></script>
|
|
<script src="exam.js"></script>
|
|
</body>
|
|
</html>
|