Forum Discussion
Learning Journal In Rise
Hello E-Learning Heroes,
I don’t follow this conversation, but an Articulate Rise user DMed me, pointing out that Articulate may have deployed a change which has caused the Learning Journal to not function. This has happened in the past and is not unexpected. Unfortunately, I will not be able to investigate a fix.
If Articulate has indeed made a change, a fix to the Learning Journal could very well be small. It was a small fix last time. I would recommend involving a jQuery contractor to take a look at the code and implement a fix. From the beginning, I’ve made the code available for others to update and build upon at GitHub here.
You could also reach out to Articulate themselves to see if they would be willing to partner on working toward a solution. Last time, they were not—but that was years ago. If Articulate shared what the change was, the work of the jQuery contractor would be facilitated, since becoming familiar with Rise’s output would be half their task.
I also see in this thread that there are alternate approaches that other people such as John Cooper have implemented which may be more regularly maintained. Perhaps John himself could implement the fix!
Hopefully, Articulate recognizes the demand for this functionality and officially implements it soon. You’ve all shown that the demand is there.
My friend was able to fix this issue. It turns out that RISE just changed the language so everywhere where it said "block-impact" now it uses the term "block-statement." So if you change out all mentions of a “block-impact”-related class in Learningjournal.js and Learningjournal.css for an equivalent “block-statement”-related class, it works again.