This repository was archived by the owner on Mar 18, 2026. It is now read-only.
UI editor for use in Studio (OC-513) (WIP) - #6
Merged
Merged
Conversation
bradenmacdonald
force-pushed
the
ui-editor
branch
2 times, most recently
from
February 19, 2015 08:01
cfb819d to
0e9b9f7
Compare
bradenmacdonald
force-pushed
the
ui-editor
branch
2 times, most recently
from
February 21, 2015 01:53
61bd29c to
1ab08f4
Compare
bradenmacdonald
force-pushed
the
ui-editor
branch
from
February 23, 2015 20:52
1ab08f4 to
0a2cd52
Compare
Member
There was a problem hiding this comment.
You should just be able to do a relative path to the image file, and Github will grab it properly. Using these hashes like this means that if the file is updated later, it will not automatically update the README. I know this isn't really something that's directly in the scope of the PR, but while we're here...
Member
antoviaque
added a commit
that referenced
this pull request
Feb 24, 2015
UI editor for use in Studio (OC-513) (WIP)
Member
|
@antoviaque Comments ported. Sorry about that, got confused a bit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the first complete, working version of what we're calling "Mentoring v2"
Testing notes:
python setup.py develop) before use.Changes from v1:
xml_changes.py. Since people will in general not be hand-editing XML anymore, this doesn't really affect users.Author concerns:
tipelements associated with specific questions. That seemed strange to me and was harder to implement with real children, so I created fields on the MCQ/MRQ themselves:correct_choicesis a field for MCQs or Rating blocks, andrequired_choicesandignored_choicesare new fields on MRQ blocks. Unfortunately setting which choices are right is now slightly awkward, but I think it's better than it was before, and I think we can always tweak the UI to make it easier.