Picture of Alex Manzoni
Start controller (_start) not working - adapt framework
by Alex Manzoni - Friday, 8 March 2019, 1:27 PM
 

Hello everybody,

I have an adapt course that I'm working on. It's on the adapt framework (version 2.3.3) and It contains 1 content object, 1 article, and several components inside several blocks.

I'm trying to get the course to start on anything other than the menu page which shows only one item, but it's not working.

I've added this into the course.json file.

"_start": {
"_isEnabled": true,
"_id": "co-10-FM",
"_isMenuDisabled": true
},

 

"co-10-FM" is the id of the content object. I've tried to insert the id of an article or a component/block, but no matter what I do the course always starts at the menu page.

Is there something I could be doing wrong? 

 

In attachment you can take a look at the course.json, the config.json, the articles.json, the contentObjects.json.

Picture of Ignacio Cinalli
Re: Start controller (_start) not working - adapt framework
by Ignacio Cinalli - Friday, 8 March 2019, 1:55 PM
 

Hi Alex, _start (object) should not be included in _globals (object).

You need change your course.json file.

Regards.

 

Picture of Alex Manzoni
Re: Start controller (_start) not working - adapt framework
by Alex Manzoni - Friday, 8 March 2019, 8:33 PM
 

Hello Ignacio,

 

Thank you! You're right, now it works!