Forum Discussion
Adding a text box for user input in Rise360
Hi Team,
I am experiencing difficulty in Articulate Rise 360, so I need your assistance and guidance throughout the development process.
- How can I add a text box for user input in Rise360? (any readily available templates from content library you can suggest). I tried the knowledge check option, but I don't want to see a result screen, therefore it's not a good fit.
- I also attempted to incorporate a quiz made in Storyline/Quizmaker 360 by going to Interactive > "Add a Storyline 360 interaction from Review 360," but I'm unsure of where the quiz's results and information are being saved in the LMS.
- The Multimedia > Embed > Pasted URL / iFrame Code feature in MS-Forms is really useful, however the embedded item still looks like MS-Forms.
In the meantime, the two paths I have taken so far, namely:
- Adding a web form as an embedded object and using that to get the learner's input is a good way to achieve this. However, the challenge is if you do not want the form to look like MS Forms or a Google form, you would need to create and code the custom form separately.
- Using a Storyline block will work to get the input, however, the input is not sent to the LMS. Only the Storyline block completion is reported to the LMS. A possible workaround would be to send the data manually from within the Storyline course using JavaScript.
Additionally, I wanted my learners to download a PDF file of the entire Rise 360 course. We've designated a digital journal in RISE 360 with several text inputs for the learners to fill out during the live classroom discussion. Our goal was to have the participant fill out text boxes (hard coded with JavaScript, not visible in Rise 360) with their responses and then have the page saved as a PDF.
Please DO NOT suggest the below mentioned workaround solution.
You can give the learners an option to download the PDF version of the course by doing the following:
1. Once you have finished your Rise 360 course, Select Export.
2. Export the entire course as PDF.
3. Edit your course again and add a Multimedia > Attachment block.
4. Edit the Attachment block and upload the PDF file you exported in step 2.
Any advice or feedback you can offer is much welcomed.
81 Replies
- StefanLindstrmCommunity Member
Hey John! A virtual workshop would be much appreciated and helpful.
- RachelleTullochCommunity Member
Hi John
Thanks for responding, really appreciate it. I actually have read through your posts about this and looked at the exemplar and I think that it looks fab. I would appreciate a workshop, as I am not a coder so anything that says things like "xAPI call from the JavaScript" freaks me out. How quickly can we get it scheduled? I am in!!! Am working on a course at the moment, so this would be Just In Time learning for me. :)
Also, I am an external contractor so all the Rise and Storyline work I do have to go to the client and live in their LMS. My clients are even less IT savvy than I am, so if I start asking them to install certain things in their systems, that will potentially put them off. Even worse, the IT team might get involved and then it's all downhill from there.
My ideal would be to create a Rise course (or a Rise course with a Storyline block, that's fine) that allows the learner to take notes or jot down reflections like a learning journal, and give it to client, have them upload to an LMS and that is it. I should also say that the learning journal does NOT need to go into the LMS, as this is just for the learner to refer to and save), so that is not an issue.
Hope this helps and thank you!
Best regards
Rachelle - AlisonWolshlageCommunity Member
+1 to the list for this feature please!
- MaryKynerCommunity Member
- @John Cooper, I too would be very interested in seeing a walkthrough of your workflow for your solution! I would be delighted to join a virtual workshop. Thank you so much for the exceptionally generous offer!
- KelseyLambrightCommunity Member
@John Cooper, a virtual workshop to walkthrough your solution would be incredible. Thank you for offering to share!
- JohnCooper-be3cCommunity Member
OK - for Rachelle, Stefan, Angela, Erik and Digital Learning, and anyone else who is interested in registering. I will schedule a virtual 'live' session - FREE of charge. (although there is a space to donate the cost of a coffee on my website if you find the workshop useful!).
I'm looking at two weeks away - How about Tuesday 26th March??? - If enough people are interested I will run the session twice at 08:00 UK time (to catch those East of the Greenwich line and 15:30 UK time for those out West). (Numbers will be limited in case I get inundated).
I asked Chat GPT to create a short course which is now converted to RISE and is called "Pathways to Environmental Conservation". The course has four separate points at which the learner is asked to 'reflect' on a key issue and write their own notes like this:
In the workshop we will:
STEP 1 - convert the entire course content to a pdf course workbook and convert this workbook to a 'pdf form' with defined spaces where the learner's own notes will fit.
STEP 2 - we will replace the four 'Reflection' blocks in RISE (like the one above) with identical Storyline blocks that allow the learner to type their response into a text entry field. We will add JavaScript code to take the text entered and store it in local browser memory.
STEP 3 - we will then add a Storyline block at the end of the course and add JavaScript that will retrieve the user text notes from local memory, open the course notes pdf form, fill in the learner's own notes section, and then offer the completed pdf for download.
STEP 4 - we will demonstrate publishing the course to (a) an HTML5 page on a website and (b) as a SCORM zip file loaded to an LMS (probably I will demonstrate on Moodle). (This will deal with how to load the blank pdf form and how to call the JavaSCript libraries needed WITHOUT having to modify any HTML code).
That's it - plus Q&A and a brief discussion of how you would take the learner's input and send it via an xAPI call (but I won't be demonstrating that) and maybe how you could email the pdf to the course leader...
How does that sound???
You won't need JavaScript knowledge - the code will be provided and is easy to follow - you will just have to know how to create an 'Execute JavaScript' trigger.
If this is OK, I will post details of how to register for the FREE workshop on this thread...
- RachelleTullochCommunity Member
Hi John
You are AMAZEBALLS. Thank you so much and sign me up for the 8:00 am UK time as that will be 7:00 pm in Sydney, Australia. And I will donate more than a cup of coffee for you. :)
This is so very awesome and very generous of you. Thank you for making my Monday fab!
- DeanBijisCommunity Member
Hi John, thanks for this! Sign me up for 08:00 UK time. Cheers!
- StefanLindstrmCommunity Member
Hi John
That was generous of you. I am happy to participate at 08.00.
- AnnaJayamanne-1Community Member
Hi John, I appreciate your offering this workshop. I am interested in the session at 15:30 UK time. Thanks again!
- PhilFossCommunity Member
The use of Storyline makes it a bit complicated, and not ideal on mobile. But its a cool solution. I use a modal popup that the user can access throughout the course in a persisting global menu. It also uses localstorage. The user can simply download/print the single text input, the text is 'saved' for the user but it doesn't get sent to the LMS.
- StefanLindstrmCommunity Member
- PhilFossCommunity Member
I'm uisng the Fancybox script for the modal functionality, and by editing the index file you can add your own html above where the Rise 'app' loads on the page. I'll plan on putting together a learning module with the source files.
- MaggieQuallsCommunity Member
Hi Phil, are you able to explain a little further how you did this?! This might be a solution for me.
- JohnCooper-be3cCommunity Member
The FREE 'live' workshop "Creating downloadable notes from RISE using Storyline, Javascript and local browser storage" requested above is now scheduled - there are two sessions on the 26th March and you can reserve a place by visiting my website at:
Course Catalogue (profilelearning.com)
Just click on the link to the session you would like to register - it's a LearnDach site and will ask you for an email address which it will verify and the link to the event will be available on-line and be sent by email nearer the event.
Places will be limited as it's an interactive session with plenty of opportunity to discuss methods and ask questions.
- RachelleTullochCommunity Member
Awesome! Thanks John, I'm registered! Can't wait. :)
- MelanieKing-f58Community Member
Hi @John Cooper - i am just stumbling on this thread now and wondering if there is any chance there was a recording of the free workshops you ran in March? TIA cheers mel
- CherylTyler-746Community Member
Have you looked at Mike Amelang's solution using notes and javascript. I've just got it working but not sure how it will go when there are Rise updates. Time will tell. https://360.articulate.com/review/content/33873893-2ea1-46d9-9415-3efca951d74c/review
You can either print a pdf or email when you put into the notes section at the end of the course. See example here. https://amelangrise.s3.amazonaws.com/learningjournal/index.html#/
Related Content
- 7 months ago
- 7 months ago
- 7 months ago