Fix a few layout issues in Step Builder - #90
Conversation
There was a problem hiding this comment.
@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:
