Rajesh Gami

Rajesh Gami

  • 72
  • 24.3k
  • 1.2m

Multiple choice Quiz : MVC with AngularJS

Apr 27 2018 10:17 PM
I want to  create project for Multiple choice questions and answer Quiz in MVC using AngularJS.
 
My all questions,options(A,B,C,D) and answer in database, so iwant to create quiz in MVC how it possible ?  Must be use angularJS.
 
Database Table Column:
 
Id : 1
Question:  MS Excel provides the default value for step in Fill Series dialog box
OptionA: 0
OptionB: 1
OptionC: 5
OptionD: 10
RightAns: OptionB
 
 
I want to output like:
 
if user select OptionC in above Question then after show original Ans. And user choose right ans then all right.
 
And show only one question and after complete one question and answer after second question show. and Right ans show at  a time and after all question and answer complete all marks show like.
 
Total Question: 20
Right Ans: 15
Wrong Ans: 05
 
Total Score: 30
 
quickly reply its argent.
 
and one request to all please do not refer this link:
https://www.c-sharpcorner.com/UploadFile/asmabegam/mvc-web-api-and-angular-js-for-word-puzzle-game/ 

Answers (1)