I'm looking to create a number of multiple choice quizzes using webform and webform score. However, the only validation method is "Not Empty". I understand plugins can be used to added further validation methods and his module is still in dev.

Any pointers as to how plugins can be created for the situation above would be useful.

While the mod is still in dev, perhaps consider adding functionality that's useful in creating quizzes/questionaires?

thanks,

Comments

odeno created an issue.

mandclu’s picture

I'm just starting to explore this myself. I see that there is webform_score.api.php which shows that hook_webform_score_info_alter() is available, but there isn't a lot of detail on how it could be used. Maybe we can use this thread to document what's possible or useful.