文件名称:quizApp:JS 练习构建测验应用程序
文件大小:264KB
文件格式:ZIP
更新时间:2024-08-08 15:20:36
JavaScript
使用 JavaScript 的动态测验 构建一个 JavaScript 测验应用程序,其功能如下: 这是一个简单的测验,有单选按钮选项,它会在完成后向用户显示她的分数。 统计用户的分数并在最后一页显示最终分数。 最后一页只显示分数,所以去掉最后一个问题。 使用数组存储所有问题。 每个问题及其选择和正确答案都应存储在一个对象中。
【文件预览】:
quizApp-master
----fonts()
--------glyphicons-halflings-regular.woff2(18KB)
--------glyphicons-halflings-regular.ttf(44KB)
--------glyphicons-halflings-regular.woff(23KB)
--------glyphicons-halflings-regular.svg(106KB)
--------glyphicons-halflings-regular.eot(20KB)
----.gitignore(18B)
----app.js(3KB)
----js()
--------npm.js(484B)
--------bootstrap.js(67KB)
--------bootstrap.min.js(36KB)
----css()
--------bootstrap.css(144KB)
--------bootstrap-theme.min.css(23KB)
--------bootstrap.css.map(381KB)
--------bootstrap.min.css(120KB)
--------style.css(29B)
--------bootstrap-theme.css.map(47KB)
--------bootstrap-theme.css(26KB)
----README.md(648B)
----index.html(2KB)