I hv this code link below:
https://github.com/iamevenstronger/quiz
In this case after user submission the count all user answer and display correct answer, i want to display data like this in end:
{"name":"tes t name","check":" yes","select":" angularjs","mes sage":"Message text","email":" abc@gmail.com", "password":"ABC "}
What changes i should made in index.js to display the required result?
https://github.com/iamevenstronger/quiz
In this case after user submission the count all user answer and display correct answer, i want to display data like this in end:
{"name":"tes t name","check":" yes","select":" angularjs","mes sage":"Message text","email":" abc@gmail.com", "password":"ABC "}
What changes i should made in index.js to display the required result?
Comment