Passing completion info to LMS - Captivate 9
I need to send completion status for each user to the LMS. I have marked down in Captivate that they need to see 100% of the slides to be considered complete. But it doesn't appear from my imsmanifest.xml file that I have the correct coding to pass that info into the LMS. Am I reading the manifest file correctly? What SHOULD it say to transfer learner completion info?
<manifest xsi:schemaLocation="http://www.imsproject.org/xsd/imscp_rootv1p1p2 imscp_rootv1p1p2.xsd http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd http://www.adlnet.org/xsd/adlcp_rootv1p2 adlcp_rootv1p2.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_rootv1p2" xmlns="http://www.imsproject.org/xsd/imscp_rootv1p1p2" version="1.0" identifier="Course_ID1"><metadata><schema>ADL SCORM</schema><schemaversion>1.2</schemaversion><adlcp:location>metadata.xml</adlcp:location></metadata><organizations default="Course_ID1_ORG"><organization identifier="Course_ID1_ORG"><item identifier="SCO_ID1" identifierref="SCO_ID1_RES" isvisible="true"></item><metadata><schema>ADL SCORM</schema><schemaversion>1.2</schemaversion><adlcp:location>metadata.xml</adlcp:location></metadata></organization></organizations><resources><resource identifier="SCO_ID1_RES" adlcp:scormtype="sco" href="index_scorm.html" type="webcontent"><metadata><schema>ADL SCORM</schema><schemaversion>1.2</schemaversion><adlcp:location>metadata.xml</adlcp:location></metadata>
