Fieldtype, Module

Archived
Forum
(read-only)

eeXam

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Coffee Bean Design

     

Checking the accuracy of every question in test

Support Request

n0p
n0p

My quiz has 10 questions and i need to check the accuracy of every answered quetion after clicking the submit button…

I mean:

1. Question
- Check Anwser
—IF true display tne next question (2.), i False exit the quiz
2.
- Check Anwser
—IF true display tne next question (3.), i False exit the quiz
the user submite anwfer
...
If user has all 10 quetsion answered corect display the results on result page.

How I can archive this?

And My second question is is it posiblle to randomize the question order on display?

Coffee Bean Design
# 1
Developer
Coffee Bean Design

You can use the API onMark() method and only proceed if they have answered the question correctly.

To randomize the choices just shuffle up the DOM elements like this: css-tricks.com.