-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add the ability to configure the block as scorable from Studio #21
Conversation
90c4b6b
to
1d4c6ef
Compare
@BryanttV There is a command to recalculate the grades of a course, can you run that command and verify if the issue persists? |
@Ian2012, Could you confirm me which is that command? |
mindmap/mindmap.py
Outdated
"Whether the component is scorable. If is scorable, the student " | ||
"can submit the mind map and receive a score from the instructor. " | ||
"If it is not scorable, the student only can save the mind map. " | ||
"Important: Changing from scorable to not scorable, the progress " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Important: Changing from scorable to not scorable, the progress " | |
"WARNING: Changing from scorable to not scorable, the progress " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
b97a9e9
to
b357edc
Compare
b357edc
to
60d5033
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working expected! Thanks
Description
This PR adds the ability to configure the component of the XBlock as scorable from Studio.
How To Test
save
button should be available.Screenshots
Studio
LMS
Limitations
The current implementation was based on H5P XBlock, however, it has a limitation with the following use case:
scorable=True
scorable=False