Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix decrementing tasks left for non-task exercises #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

otacke
Copy link

@otacke otacke commented Oct 13, 2021

If the Column.isTask function does not report a content type to be a task (usually scorable), but the content type sends out xAPI statements, then Interactive Book may decrease the number of tasks left by 1 and this leads to a wrong count of interactions on the summary screen.

This can, for instance, happen for Agamotto that is not considered to be a task (not scored), but sends out xAPI completed once all images have been shown.

When merged in, the number of tasks left will only be reduced by 1 if the instance at hand is considered to be a task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant