Forum Discussion
Learning Journal In Rise
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
- JudyMcDonough-fCommunity Member
Hi Mke:
This is wonderful! Unfortunately, I can't open the Word doc you attached with the instructions and, more importantly, the code. Am I the only one who's having trouble with the Word doc? Is it possible for you to email it to me? I apologize for being difficult and appreciate any assistance (however large or small). :-)
Hi Judy! I was able to open it. I exported it for PDF and uploaded it here. Let us know if you can open it from there!
- janetkafadarCommunity Member
Hi Mike,
This is exactly the solution I have been looking for.
I've applied all instructions and have had success loading into Moodle. However, when I try load exactly the same files in to Learn Upon, it doesn't work and the notes turn up, rather than the text entry boxes. Any troubleshooting advice on this one?
Cheers
- MikeAmelangCommunity Member
Janet,
I am not familiar with Learn Upon. If you want to contact me directly to send me a link to your Learn Upon, I can troubleshoot.
Mike
- RoxanneMyles-18Community Member
Problem: We are using the input box - but sometimes we have very long questions and very long answers. To make things easier on the eye for the user, we put in spaces to avoid having a massive chunk of text. For example, I have added a line space below here to break up the text!
Unfortunately, we have noticed that during the export process, the js file is not pulling out all of our text. This results in none of text being shown (after line space has been put in before it)! Does anyone have any ideas on how to fix this?
- JackDing-f480caCommunity Member
Thanks, Mike
I will look and test. - SteveHeinen1Community Member
This is a very cool tool. I am a SME that develops a lot of elearning but my technical ability is moderate at best. Your clear cut instructions were as impressive as the journal feature itself. Kudos!
- MikeAmelangCommunity Member
Thanks, Steve. I'm glad both were helpful!
- JackDing-f480caCommunity Member
By the way, when I changed the language, I also encountered the problem:
Settings - Labels - German, then I no longer see a text field like with Rise.- MikeAmelangCommunity Member
Jack,
Unfortunately, localization is beyond the free, community support I provide for the Learning Journal. If you reach out directly, however, I can customize the Learning Journal for a fee.
Mike
- JackDing-f480caCommunity Member
Thanks Mike,
The function is ingenious in Chrome and Edge, but unfortunately the print button does not work in Firefox, see attachment.- MikeAmelangCommunity Member
Jack,
I have added Firefox compatibility. Can you test the attached LearningJournal.js file to confirm?
Two notes:
1. Because of a bug in Firefox mobile, this does not work in Firefox Mobile.
2. This does not address your concern below about German labels.
Mike
- JackDing-f480caCommunity Member
Thanks Mike,
I have with your new JS with Firefox compatibility but unfortunately it doesn't work.
- CamSymesCommunity Member
Hi Mike
This looks to be a fantastic tool, we have been using embedded forms, but stopped using the save and resume function as we we getting too many complaints from users that their work had been lost. How well does the learning journal work across different browsers and devices?
- MikeAmelangCommunity Member
Yes, the Learning Journal works across IE, Chrome, Safari. No users have brought up concerns about particular devices, but if you do some testing yourself, please report back your findings.
- MikeAmelangCommunity Member
Ah. Since that post, I have folded the functionality of ordering the sections into the master branch or version. Downloading the main LearningJournal.js from the link at the top of this post offers the ability to order the sections.
I will update the post that you clicked on.
- WendyFarmerSuper Hero
No worries - thanks Mike appreciate you sharing.
- AlikiTzioumisCommunity Member
Hi Mike,
This is such a great feature! I've used it in some modules I've developed on Rise, and it carries over to our LMS perfectly. I was wondering, is it possible to add a submit button (or submit trigger) for the learning journal text boxes? Our modules have quite a lot of lessons and if a user exits the course and comes back their answers disappear. Any help would be greatly appreciated!
Thanks,
Aliki- MikeAmelangCommunity Member
Aliki,
I'm glad that this feature has been helpful to you and your end users. When users return to a course on the same device and same browser, the responses should be preserved. You can contact me offline to troubleshoot together, if desired.
Mike