You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am attaching one more file which I have generated from Captivate but I am not able to implement resume option for this file. Please guide me.
#12
Open
Kopal-LMS opened this issue
Jun 21, 2020
· 1 comment
While using the file, I am not getting any results in below tables-
select * from [dbo].[cmi_interactions_objectives]
select * from [dbo].[cmi_interactions_correct_responses]
select * from [dbo].[cmi_comment_from_learner]
select * from [dbo].[cmi_comment_from_lms]
select * from [dbo].[cmi_objectives]
Please give the direction, how I get response in this tables.
Thank you so much.
The text was updated successfully, but these errors were encountered:
Interactions are only stored if your course has an assessment test.
It doesn't look like the course you uploaded has a test.
Comments from learner wouldn't be stored because your course hasn't got any pace where the learner can enter comments.
I've never seen comment_from_lms used.
Objectives would only be filled in if Captivate gave you an option to enter course objectives. I haven't seen cmi_objectives used very often.
In Summary, based on the course you uploaded, none of the fields you listed need to have data in them. And many SCORM authoring tools don't use all the possible fields in all the possible tables any way.
SCORMCaptivate8.zip
While using the file, I am not getting any results in below tables-
select * from [dbo].[cmi_interactions_objectives]
select * from [dbo].[cmi_interactions_correct_responses]
select * from [dbo].[cmi_comment_from_learner]
select * from [dbo].[cmi_comment_from_lms]
select * from [dbo].[cmi_objectives]
Please give the direction, how I get response in this tables.
Thank you so much.
The text was updated successfully, but these errors were encountered: