Export problem for articulate rise

Mar 13, 2018

When exporting the articulate rise content - 

The file tc-config.js is the configuration file where id and course id etc. are stored.

We have observed that the variable TC_COURSE_NAME is not getting extracted as it has to be. We are getting an error on launching the 'rise' content in browsers.

Here is the sample file - 

/* Tin Can configuration */

//
// ActivityID that is sent for the statement's object
//
TC_COURSE_ID = "http://jICYTuB-cZYfrmdOiJVurQLR_R6TLssF_rise"

//
// CourseName for the activity
//
TC_COURSE_NAME = {
"en-US": "
Eastern Michigan Title IX Information"
};

//
// CourseDesc for the activity
//
TC_COURSE_DESC = {
"en-US": "<p>Please review the PDF document attached to this course and complete the quiz.</p>"
};

TC_RECORD_STORES = [];

It should be - 

TC_COURSE_NAME = {
"en-US": "Eastern Michigan Title IX Information"
};

 

I think - the directory structure for the rise has been changed or is in development.

Please review it 

I have attached an attachment

4 Replies
Game Plan

We are using the Learning locker for LRS storage. But that doesn't seem to be an issue from the LMS.

The problem is when trying to extract the course, the trouble is in 'tc-config.js' file.

Have a look into it that I have attached.

It shouldn't be on the new line

"en-US": "
Eastern Michigan Title IX Information"

It should be like this -

"en-US": "Eastern Michigan Title IX Information".

or like this

"en-US":

"Eastern Michigan Title IX Information".

Because it throws an error at browser's console.

This discussion is closed. You can start a new discussion or contact Articulate Support.