Forum Discussion
Security declaration separate to course?
My security team have asked if it is possible to have a deceleration process created that is separate to our security course. This has something to do with reporting and legislation.
Has anybody created a 'declaration' activity where an employee has sign or write their full name in a section after reading a blurb of information to declare that they understand their requirements etc? Maybe something in Storyline?
I would then add it as another task within the LMS under the full course that they need to complete to be deemed as completed.
Any ideas welcome please.
3 Replies
- JudyNolletSuper Hero
This post has a demo file with two examples of how to program an "acknowledge statement" in Storyline. One uses a graded T/F question; the other uses a custom button.
Either method could be put into Rise via a Storyline block. Here's more info about SL-block completions.
- AndrewBlemings-Community Member
We've recently implemented a slide that requires learners to acknowledge it before they can continue to the subsequent slide, that subsequent slide being the one that actually sends completion to the LMS. Your idea for separating them would not be dissimilar, simply sending completion for the declaration module separate from the preceding content module.
Ours works with a Short Answer survey slide in Storyline. The textbox of the survey slide is where the learner enters their name, and then this trigger runs when the learner clicks the Submit (acknowledgement) button:
Good UX of course necessitates a few more triggers for visual assets, including one that gives the input text box a red border if someone clicks the Submit button without entering anything in the text box.
Since the text box is a survey field, it's then sent to the LMS where reports can be pulled to show when someone acknowledged the relevant policy as well as what they actually entered.
As icing on the cake, the slide uses JavaScript to query Workday LMS for the learner's first and last names, and then puts them into a variable shown on the screen in the declaration text. ("I, Nadine Britton, have read and understood...") Our thinking is that people take declarations more seriously if the declaration already seems to know their name.
This is a great solution, thanks for sharing Andrew! Let us know if this works for you, Nadine.