Forum Discussion
AndrewHoskins-e
4 years agoCommunity Member
LMS Reporting
Hi,
How do I send the results from slides like the attached to my LMS?
I want to take the score provided by a survey in my course and have that score reported to my LMS?
If I have to rebuild...
MariaCS
4 years agoStaff
Hi, A.H.,
I'm happy it works! Let me explain it a little better:
- The second slide is a survey question with a numeric entry. When that type of slide is used, the default trigger is to make the numericEntry variable equal to the typed value. I changed that trigger to be the same as your CourseScore variable from the selection on your first slide (set NumericEntry to variable CourseScore).
- Again, on a regular survey question, the user would click submit to send the value they typed in the numeric entry (Submit How Many when the user clicks submit). Instead, I changed it to being submitted automatically (Submit How Many When the timeline ends on this slide)
- When the timeline ends, the numeric entry, which is now your courseScore variable (trigger1), is submitted (trigger 2).
- You don't see the Numeric Entry because I covered it with a white rectangle and the emoji picture. If you hide those, you will see what it looked like originally:
Let me know if this helps!