Blog Post
JodiSansone
Community Member
Great example. I really liked the rating scale entry and the ability to list your own reason. Would you consider sharing your source file? I would like to see how you structured your trigger to show the result. I'm working on something right now that needs a rating scale across 36 attributes and I'm looking for different ways to do it. Thank you for the ideas.
YingyingLi
7 years agoCommunity Member
Hi Jodi. I am glad to share the method I used with you.
I built the project in one slide. There are three layers for the conditions (yes, no, and middle) and eight lays for additional information (in hindsight, it's probably better to do hover-over the text than click on the "i"s).
There are in total of 11 variables, 10 for numeric data entry and one I named "sum." I set up ten triggers (copying and pasting) so when the user clicks the submit button, the numeric variables will either be added to or subtracted from "sum." In the condition layers, I added triggers to reset "sum" back to zero when the learner clicks the retest button.
Let me know if you need more information.
I built the project in one slide. There are three layers for the conditions (yes, no, and middle) and eight lays for additional information (in hindsight, it's probably better to do hover-over the text than click on the "i"s).
There are in total of 11 variables, 10 for numeric data entry and one I named "sum." I set up ten triggers (copying and pasting) so when the user clicks the submit button, the numeric variables will either be added to or subtracted from "sum." In the condition layers, I added triggers to reset "sum" back to zero when the learner clicks the retest button.
Let me know if you need more information.
- JodiSansone7 years agoCommunity MemberThank you! I appreciate it.