Forum Discussion

CFJones's avatar
CFJones
Community Member
2 years ago

Rise, Storyline question

Hello Everyone, I need to find a program that I can use in my Rise courses for uploading forms to be filled out as an activity in the course.  Does anyone know of a program that I can use for making forms fillable in Rise with feedback for the learner?  I know I can build this in Storyline, but I am looking to upload a form since they are insurance forms.  Will Storyline allow me to upload a form and build the interactivity that way?

    • CFJones's avatar
      CFJones
      Community Member

      hmm okay I'll try that.  It is an insurance liability form and we are helping new agents learn how to fill out the form.  I'll try the two ways you suggested.  Thank you

    • CFJones's avatar
      CFJones
      Community Member

      This is the type of form the learners need practice filling out.  You can see how many fields there are to complete.

      • AngeloCruz's avatar
        AngeloCruz
        Staff

        Thanks for sharing the screenshot, Christine!

        You can follow these steps from Adobe's help center to create a fillable PDF: https://helpx.adobe.com/acrobat/how-to/convert-word-excel-paper-pdf-forms.html

        Then you can host it on a web server to get a shareable link. After that, you can embed it in your Rise course.

        John also shared a great workaround above using Storyline and JavaScript triggers. You can reach out to him directly for more details.

  • Hi Christine

    We use a slightly different approach using a Storyline block, as you suggest. We capture the data required in Storyline and then use a JavaScript trigger to take the variables and fill out a pdf form template. Once it is completed, we make it available to the learner to download or save.

    One of our clients asked us to be able to email the form to the course tutor - again we did this using JavaScript as we don't like using the 'send_to' option as we don't know the learner has an email client loaded.

    I can send you more details of this code if you are interested?