I have an Adapt course that contains a lot of content and has no real need for assessment. We're essentially using it as a resource clearinghouse on a particular topic. However, I would like to be able to track how much of it a user has completed/viewed and report this percentage as a grade to the LMS, and then set a pass-fail threshold (so, you pass if you've looked at 50% or more of the components with pageLevelProgress enabled, fail otherwise). I haven't found a great way of doing this so I'm reaching out for suggestions.
It doesn't look like direct SCORM reporting of percent complete is possible (?), so the alternative I was pursuing was to insert little assessments in each page, the grades from which would then be sent as scores to the LMS. However, I've been getting some surprising results with this approach. For example, "_isAssessmentPassed" sets to "true" as soon as ANY of the assessments is passed. And more importantly, no grade is sent to the LMS until ALL assessments have been attempted. Since my goal is to track completion progress, it's essential to be able to send scores incrementally to the LMS as assessments are completed, with unattempted assessments defaulting to 0/failure.
Does anyone have suggestions as to how to do what I'm trying to do?