1.0.1 • Published 4 years ago

questionapp_000 v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Question Application

The website application uses to form a muliple question for any thing we want and counts the amount of correct answers and finally shows the result. It combines javascript,html and css in its implementation.

Installation

npm i QuestionApp --save

Usage

. Click the option you want to choose using the button() function: function button(event){ app.check(event); app.unclick(); } . Click the next button to go to the next question using the next() funciton: function next(){ app.next(); app.click(); } . Click the next button to see your total score.

1.0.1

4 years ago