MiniSurvey:JavaScript中的调查引擎设计

时间:2021-05-04 07:33:46
【文件属性】:
文件名称:MiniSurvey:JavaScript中的调查引擎设计
文件大小:5KB
文件格式:ZIP
更新时间:2021-05-04 07:33:46
JavaScript 迷你测量引擎 客观的 每个问题均由实际问题和答案选项组成(或在输入文本的情况下为文本字段) 不要在任何地方使用任何switch,if / else语句来区分问题类型 代码应该是这样的:如果用户想添加100个以上的问题类型,则用户无需重构代码就可以做到这一点 笔记 一个非常基本的调查引擎,仅在javascript / HTML中运行。 具有以下属性: 1. Must be fully object oriented. A full hierarchy should be architected to enable maximum extensibility in the future. Note that this is the most important aspect of the assignment. Polymorphism is the word of the day. 2.
【文件预览】:
MiniSurvey-master
----index.html(3KB)
----main.js(10KB)
----survey.js(987B)
----README.md(1KB)
----.gitignore(10B)
----style.css(639B)

网友评论