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.