Picture of Priti Supe
bookmarking
by Priti Supe - Wednesday, 2 August 2017, 6:54 AM
 

Hi Everyone,

I am developing a course using adapt authoring tool. When I am trying to set bookmark functionality not able to set at block or component level.

I have added spoor and bookmark both extensions.

When I am uploading the course on LMS, bookmark popup is displaying, but when I am clicking on 'No' I am not able to jump the previous visited block or component.

could anyone help me please?
Thanks!
 

 

Picture of Priti Supe
Re: bookmarking
by Priti Supe - Wednesday, 2 August 2017, 7:39 AM
 

here is some correction

When I am uploading the course on LMS, bookmark popup is displaying, but when I am clicking on 'Yes' I am not able to jump the previous visited block or component.

 

Thanks!

Picture of John Niezen
Re: bookmarking
by John Niezen - Wednesday, 2 August 2017, 8:27 AM
 

Are you sure it is enabled for components or blocks, and not for page or article?

Picture of Priti Supe
Re: bookmarking
by Priti Supe - Wednesday, 2 August 2017, 9:08 AM
 

Hi John,

Yes I am using components.

Please find below bookmarking in course.json

 

"_bookmarking": {
"_isEnabled": true,
"_level": "component",
"title": "Bookmarking",
"body": "Would you like to contiune where you left off?",
"_buttons": {
"yes": "Yes",
"no": "No"
}
}

 

Picture of Dan Gray
Re: bookmarking
by Dan Gray - Wednesday, 2 August 2017, 9:06 AM
 

Hi

Are you setting the "_level" to block or component on each page (contentObject) of your course? In the authoring tool if you just set it on the course it will have default setting of page level tracking on each contentObject.