webform_quiz_elements
221 sites
Security covered
About this module
Create a simple quiz out of a webform with webform quiz elements module.
New quiz elements
Radios (quiz element)
Radio buttons have a new property "quiz_options" which indicates which options
is correct and to provide a feedback on the selected answer.
Result (per quiz element)
Rendered element displays result for a specific quiz radio answer.
Quiz total score element
Rendered element displays score for the quiz.
New token
New token [webform:quiz_elements_count] is added. It displays count of
quiz questions.
To be used on HTML elements to display something like
Question 1 out [webform:quiz_elements_count]
Refer to README.MD in the repo for more details!