I am using Microsoft Rules engine (https://microsoft.github.io/RulesEngine/).
I want to know how to implement multiple option based output for each rule to implement a questionnaire based points assignment.
eg:
question might be
“when did you sign up?”
options and points will be
a) < 1 year = 1 point
b) 2 – 4 years = 2 points
c) > 5 years = 3 points
d) not signed up = 0 points
So, the rule should be able to output success event with the respective points.
there will be unto 10 questions, so 10 rules in the workflow
Any ideas how to implement this?