-
Notifications
You must be signed in to change notification settings - Fork 3
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
Documentation improvements #57
Comments
Branching branches with blocks. Components don't have branching values. Block can contain any kind of component. Presentation component only blocks will complete when in view mostly. A block with only presentation components has only a _correct branch as it's impossible to get partly correct or incorrect. @block+1 is valid only where there is a subsequent block. If assessment randomisation or banks and branching are used together then it's impossible to say which is the last block and therefore if there will be a subsequent block. |
🎉 This issue has been resolved in version 1.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Subject of the enhancement
There are a few areas of the documentation that could be improved on. I'm still compiling a list, but here are a few:
_correct
,incorrect
,_partlyCorrect
values@block+1
a valid value?General
_correct
,incorrect
,_partlyCorrect
, should it have the_branching
object but not other properties, etc?Presentation components
_correct
,incorrect
,_partlyCorrect
be in presentation components? Empty strings, the same block ID, etc?Miscellaneous housekeeping
The text was updated successfully, but these errors were encountered: