Simple-Javascript-Personality-Quiz

所属分类:操作系统开发
开发工具:HTML
文件大小:0KB
下载次数:0
上传日期:2017-02-19 08:02:40
上 传 者sh-1993
说明:  一个实验性的纯javascript测试应用程序,不需要基本HT之外的任何编程知识...
(An experimental pure javascript quiz application which does not require any programming knowledge outside of basic HTML to use.)

文件列表:
LICENSE (18047, 2017-02-19)
Quiz Example/ (0, 2017-02-19)
Quiz Example/index.html (9317, 2017-02-19)
Quiz Example/quiz.js (4266, 2017-02-19)
Quiz Example/style.css (5243, 2017-02-19)
quiz.js (4418, 2017-02-19)

# Simple-Javascript-Personality-Quiz This is an experimental pure javascript quiz application which does not require any programming knowledge outside of basic HTML to use. The script was created in 2015 with the intention of allowing indviduals with no experience of programming outside of HTML to create an online quiz without having to deal with an interface to create one. An example implementatio can be found within the "implementation" folder. ### How it works The quiz questions and answers are defined in HTML using the set of tags and onclick methods defined below. #### Defining Questions The div block which tonains the answers to the question. The ID should start off as the number one and increment for each question. ```html ``` #### Defining Answers Create a custom attribute called data-endingsentence and define what text should be added at the quiz summary. You should add a name attribute called "rq" and assign an onclick method to setAnswerButton(). ```html Redania ``` #### Defining Quiz Results Simply include the following block and the answers will be aggregated together and placed within the generated_text div. ```html ``` ### License [See license file](https://github.com/LICENSE.md)

近期下载者

相关文件


收藏者