-
Notifications
You must be signed in to change notification settings - Fork 14
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: allow users to export/import questions via QTI 2.1 #4163
base: v3
Are you sure you want to change the base?
Conversation
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
klicker-uzh Run #3219
Run Properties:
|
Project |
klicker-uzh
|
Run status |
Passed #3219
|
Run duration | 11m 45s |
Commit |
2bcc86156d ℹ️: Merge 4813daa253017e6c7064243c22fdc027234adf4b into ef4e2d4611acf27667e3b3ed5291...
|
Committer | Roland Schläfli |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
132
|
packages/qti/testing_lxml.py
Outdated
</assessmentItem>""" | ||
|
||
# Parse the XML content | ||
parser = etree.XMLParser(remove_blank_text=True) |
Check failure
Code scanning / SonarCloud
XML parsers should not be vulnerable to XXE attacks High test
packages/qti/testing_lxml.py
Outdated
print(f" Feedback: {feedback}") | ||
|
||
# Validate against QTI 2.1 schema | ||
xsd_parser = etree.XMLParser() |
Check failure
Code scanning / SonarCloud
XML parsers should not be vulnerable to XXE attacks High test
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Current Aviator status
This pull request is currently open (not queued). How to mergeTo merge this PR, comment
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
No description provided.