-
Notifications
You must be signed in to change notification settings - Fork 60
Fix a few layout issues in Step Builder #90
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
Conversation
problem_builder/step_review.py
Outdated
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.
@bradenmacdonald Nit: I'd probably go for has_per_question_feedback_block here. It's clear from context what q stands for, but since there aren't any abbreviations in the surrounding code, this sticks out, kind of :)
|
@bradenmacdonald I tested most of the points that this is supposed to address. Here are my comments:
Code looks good! |
|
@bradenmacdonald Verified that it's possible to edit Problem Builder and question children when block is set to assessment mode. |
c0613ce to
ff2bd31
Compare
|
@itsjeyd I figured out why you were not seeing some of my fixes: You need to use the "apros" theme. To do so, add the following to "XBLOCK_SETTINGS": {
"mentoring": {
"theme": {
"package": "problem_builder",
"locations": ["public/themes/apros.css"]
}
}
}Please test again! Also: Based on Xavier's points on MCKIN-3626 I have removed the change that put the per-question review tips underneath the "Try Again" button. |
|
@bradenmacdonald Thanks, changing the theme fixed the remaining issues for me :) 👍 |
Fix a few layout issues in Step Builder
This PR fixes the following issues:
Screenshot of block after fixing layout issues:

Screenshot of block with no per question review step configured:
