Hello,
Is there a way to define when _isCourseComplete is set?
Instead of being 100% of the course done, can I set it to be only 75%?
Thanks in advance.
Hello,
Is there a way to define when _isCourseComplete is set?
Instead of being 100% of the course done, can I set it to be only 75%?
Thanks in advance.
Not without some customisation via JavaScript
You can, however, make any component(s) you like 'optional' so that they will not be counted towards the completion calculation... see the entry for _isOptional in the Core model attributes. If you made 25% of the components option this would sort of have the same effect...