Learning Journal In Rise
Dec 05, 2018
UPDATE JUNE 2020:
Firstly, Articulate recently implemented a small update to Rise. As a result, all new exports from Rise will need to include the most recent version of LearningJournal.js which is found at the usual link.
Secondly, at any time Articulate could update their code and bring a breaking change to the Learning Journal. Over a year ago, I shared this functionality freely with the community and the code comes with no warranty or support either implied or expressed. If at any time you want or need to remove the Learning Journal from your modules, simple remove any STATEMENT-NOTE entries that refer to the Learning Journal.
* * * *
I built a cool Learning Journal feature for Rise that has been very well-received. I thought I'd share it in case anyone wanted to a. use it or b. improve on it.
The Learning Journal allows the learner to enter text responses to journal prompts throughout a Rise course. At the end of the course, the learner can print their learning journal of all their responses. The responses are saved to the browser so that they persist on future visits to the Rise course.
EDIT May 2019: At the request of a member of the forum, I created a HOW-TO video below that shows each step of the HOW-TO document in action.
Example Rise Course
http://amelangrise.s3.amazonaws.com/learningjournal/index.html
HOW-TO Document
https://github.com/mikeamelang/learning-journal/raw/master/Learning%20Journal%20HOW-TO.docx
HOW-TO Video
https://360.articulate.com/review/content/33873893-2ea1-46d9-9415-3efca951d74c/review
Learningjournal.js file (right-click and save)
http://raw.githubusercontent.com/mikeamelang/learning-journal/master/Learningjournal.js
Learningjournal.css file (right-click and save)
http://raw.githubusercontent.com/mikeamelang/learning-journal/master/Learningjournal.css
Project github site
https://github.com/mikeamelang/learning-journal
I would love any feedback and help to improve the functionality and code.
Mike Amelang
277 Replies
Janet,
If you would like to send me a link to the output hosted somewhere via direct email, I will attempt to troubleshoot.
Mike
Mike,
I'm not sure if anything has changed but I'm having the same issues as Janet. It just started with my commenting out button 2. I figured I'd done something wrong, but after recreating my journal a couple of times, the Notes are not rendering. If you and Janet wouldn't my sharing your finding, I'd really appreciate it.
Thanks for your help,
LaRhonda
Hi Mike,
We're also experiencing the same issues as Janet and LaRhonda. Previously published modules show the Learning Journal text box as it should but as of this morning, I haven't been able to get the modules to render as before. Could a recent Articulate 360 update affect how the Learning Journal is rendered? If you have found a fix for Janet's problem, we would greatly appreciate you sharing that.
Thank you
Kerry
I just uploaded a revision of a course and the same thing happened - the journal textbox and button no longer work correctly. Hope this can be fixed.
Hello everyone,
EDIT: see the more recent comment below.
I'm sorry that the learning journal does not seem to be working in the most recent courses. I will take a look at that today. Unfortunately, I can only troubleshoot so much because I am in a new role now and no longer have access to Articulate 360. I will contact Articulate today to see what they can do about access for me. For the short term, does anyone have an unused license they can share temporarily?
Mike
Good news. I have updated the Learning Journal in response to the recent Rise update. Please download LearningJournal.js again and test.
Mike
It didn't fix it for me.
Marti,
Mmm. Can you confirm that the Learning Journal file in your export has "Version 2.0" in line 6 of the file? If you have a link to your module hosted somewhere that you can DM me, I can more quickly troubleshoot.
Mike
Yes, it does have Version 2.0 at line 6. Actually I just looked at everything again and made one correction and now it works fine. Thank you for your help and time.
If you can share the published course, even privately, I can step through the code and see what's not working for you. Thanks.
Mike
Sorry, didn't see your answer. See my comment above, it is working fine now.
Thanks for testing it out. I will add a note to the top of the original post about the update.
To all those who were having difficulties over the last couple days due to an Articulate Rise update, please download the latest LearningJournal.js found at the top of this post. Let me know if you have any issues.
Mike
Mike,
Thanks so much for your help and patience in assistance in resolving our issues.
LaRhonda
Hi Mike!
The last update to Rise 360 was on June 1. Our engineers had a look at your learning journal, and nothing has changed in Rise 360 that would cause a problem so it could be a browser or security update issue.
Thank you for sharing a fix for everyone at the top of this discussion!
EDIT: After further investigation, our engineers found that the recent accessibility updates made on all statement blocks caused the learning journal to stop working. Thanks to Mike for helping our team discover this!
This post was removed by the author
Thanks for sharing this. This is absolutely best workaround for the Journal kind of requriement.
Query 1: As this works on browser cache, is there any possiblity to store date in LMS so that if the user acces the same course from mobile/mobile app the inputs are available accross all devices.
Query 2: Can we automatically send email to user email?
it is ideal to insert the function directly into Rise.
Chirag,
Both of your suggestions would make very useful features in the Learning Journal. Unfortunately, I don't have the capability/availability to add the features. However, the code is freely available on Github for anyone to extend the functionality of the Learning Journal.
Thanks and have a great day
This is so great! Thanks for sharing. Is it possible to NOT have the Take Action button?
This would be helpful for one of my projects but I can't seem to get it to work. I have watched the videos, read the quick reference guide, double checked the code, and I still get nothing. What am I doing wrong? I copied over the css and js files from your site and placed them in the same location as the index.html file. Then I copied the three lines of code (also from your site) and pasted them in the index.html. See screenshots.
I was just testing it out in Preview mode and then in Review 360. My client does have a sandbox site for their LMS and I am getting someone to QA the course in sandbox this coming week, so I'll come back to this post once I confirm whether it works or not.
I tested in Scorm Cloud and sure enough it doesn't work. See attached to see how it displays.
Pauline,
You can DM me a link to the scorm cloud and I can troubleshoot.
Mike