-
-
Notifications
You must be signed in to change notification settings - Fork 92
Fix gaps in SPLICE implementation for instructor dashboard #1089
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
base: main
Are you sure you want to change the base?
Conversation
components/rsptx/build_tools/core.py
Outdated
| idchild = dynamic.attrib["id"] | ||
| qtype = dynamic.attrib["data-component"] | ||
| # well maybe not... | ||
| else: |
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.
I think this whole else block is not needed given the updated format for the manifest.
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.
Sounds good, I can remove the else block here! Will the qtype be properly set to "splice" with the updated manifest format?
|
I would like to merge the dashboard pieces as others will benefit from them. I can fix up the change to the else clause. But I'll wait for you to move this out of draft status. |
|
@bnmnetp I've moved the PR out of draft stage, and removed the |
This PR adds SPLICE-relevant code to parts of the instructor dashboard that currently don't have support for SPLICE interactive exercises.