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
There is an issue with the expanded trickle attribute in example.json. when i attached the whole chunk to the only article i had (and left _onChildren to true), the rest of the page doesn't unlock after the first block. The first block in the article was an MCQ. I answered the question and closed the feedback and then the rest of the page remained locked - no trickle button to move down the page.
I've narrowed it down to the inclusion of "_completionAttribute": "_isInteractionComplete|_isComplete",
it looks like the property has 2 options within it. updating that to only have 1 of the options in fixes the issue. Could this be updated so that the available options are put in a _comment instead please?
The text was updated successfully, but these errors were encountered:
There is an issue with the expanded trickle attribute in example.json. when i attached the whole chunk to the only article i had (and left
_onChildren
to true), the rest of the page doesn't unlock after the first block. The first block in the article was an MCQ. I answered the question and closed the feedback and then the rest of the page remained locked - no trickle button to move down the page.I've narrowed it down to the inclusion of
"_completionAttribute": "_isInteractionComplete|_isComplete",
it looks like the property has 2 options within it. updating that to only have 1 of the options in fixes the issue. Could this be updated so that the available options are put in a
_comment
instead please?The text was updated successfully, but these errors were encountered: