This is a demo LWC App which contains a collection of different quizzes of Salesforce topic. The users can access the quizes and each question has four options. The options are in Radio button formation so that the user can choose only one answer at a time.
- All the questions and answers are in MCQ format
- Reset button to reset the answer selections
- Submit button to show obtained Score
- Answer validation and score calculation
- Score text color indication for All correct/Wrong answer:
- Green - when all 4 answers are right
- Red - when all 4 answers are not right
- HTML Layout
- Component creation
- Data Binding
- Directive - if:true
- Template Looping - for:each
- Getter
- Methods
- Properties
- Form Submit and Reset