-
Notifications
You must be signed in to change notification settings - Fork 248
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
Assessment extension - Hide the feedback button? #1073
Comments
Yes, this flag could mark component with
Ofcourse you can do this right now with CSS only, if you want to hide the feedback for particular component just put a style with component id eg.
in similar fashion the I've used this to hide feedback and move submit to right side, still keeping it half width on the assessment page (co-35):
|
AH that's excellent Lukasz thank you for the in-depth answer! I'm using the authoring tool so I went into adapt.less and added this in... .574f168cacb3084019b1938e .buttons-feedback { but it doesn't seem to like it. EDIT - SOLVED i did the following.....
I took the long ID from the ARTICLE level that the question is in so you would need to switch that out for your article's ID.
and so on... |
The CSS route is probably not ideal. It involves a lot of hand-adding classes to the theme-extras.less and has to be done for every component. I think perhaps more flexibility with the buttons might be useful. I am wondering if a new component might be a better idea - i'm trying to make one myself but not getting very far! - that offers a choice rather than a marked, feedbacked question. |
Hi Helen I used the following to hide the feedback button and make the other button 100% Note I added this in the Style Editor in the Authoring Tool .assessment .buttons button.buttons-feedback { .assessment .buttons .buttons-marking-icon { .assessment .buttons button { I also adjusted the position of the tick/cross |
issue fixed. PR - adaptlearning/adapt-contrib-vanilla#193 |
Raised 2 PRs: adaptlearning/adapt-contrib-vanilla#194 and #1145 |
Resolves #1073, adds support for hiding 'Feedback' button
In the Authoring Tool even if in Assessment settings I have show feedback set to false all it does is grey out the button.
Can we have it so that the button is not shown, and the Submit/Reset button is shown full width?
Something to do with _canShowFeedback for the component?
The text was updated successfully, but these errors were encountered: