I know there are bunch of other threads for quizes and tests and whatnot, but from the looks of it, a new thread is preferred for each case, so that's why I started this one:
I have a test that's broken into 9 categories. Each category contains 10 questions, and each question has 2 options that are assigned either 1 or -1. Depending on the sum of each 10 question segment, I need to show 1 of 2 possible responses.
The confirmation form would be generic, and the results would be sent via email to look something like this:
In category 1, your results indicate that... (option 1 or option 2)
In category 2, ...
...
I know this is possible to do and perhaps not even that complicated, but I'm no php/javascript coder and I need some help with the framework to make it happen.
This code from another thread has the closest solution I've found so far, but I'm unsure about how to modify it to do what I'm looking for:
I'm more than willing to get my hands dirty, but I could really use some direction from support on this. Little help?
Thanks,
Tyler