Forum Discussion
How to hide Green/Red feedback bar at the bottom of quiz while review?
Hi out there,
Is there any way to hide red/green feedback layer coming in quiz while reviewing answers.
Thanks in advance. :)
- SteveFlowersCommunity Member
Hi Parashuram,
You can't remove this object. However, in your quiz master, you can cover it up. Draw a shape at the bottom of the slide on the slide master the same color as your background and it will cover the review feedback object.
- JeanneMillerCommunity Member
How do I get to the quiz master that shows me the red/green feedback bar so that I can cover it up? (btw I really hate it--why was it added?) My feedback layers show that a box with correct/incorrect and the feedback text; it doesn't show the red/green feedback bar.
- WendyFarmerSuper Hero
Feedback bar only appears in review of a quiz. As per Steve's advice above go to the slide master for the quiz layout you are using.
View > Slide Master > choose the layout
Hi Jeanne,
You can't remove those red/green bars on the review - but you can look at customizing the review layer so that it's a bit more hidden. The review layer isn't visible by default so you'll want to look at the steps described in this older discussion to modify it.
- LeeWebberCommunity Member
Hi, I have been asked by a client to change the colours of the red and green bars that appear when reviewing a quiz - I have gone to the feedback master but I cannot find anywhere to edit the colours of these bars - is this possible in Storyline 360 or are these bars mandatory. It seems strange that you can edit almost everything else to comply with a project colour scheme except these - or am I missing something?
- WendyFarmerSuper Hero
Hi Ker
you can't change the banner colours but this blog might help you with customising
- LeeWebberCommunity Member
Thanks Wendy for your reply. Yes I have additional feedback using the review layer set up but the clients wants the coloured bars changed to their corporate red and green! I suspected this was not possible as I cannot see anywhere to edit these bars.
- WendyFarmerSuper Hero
Hi Lee
you could add the banners in your corporate colours to the customised review layer so that your review layer displays and not the default one
- LeeWebberCommunity Member
- WendyFarmerSuper Hero
Hi Lee
Hard to say how you have it setup without seeing your file. Here are two slides with customised review feedback as an example. I used variables and triggers (and hideous colours) to display it.
- LeeWebberCommunity Member
Thanks Wendy, in light of not being able to edit the bars themselves, I took your advice and covered them with a review mode bar, which works for my client too!
Many thanks!
- WendyFarmerSuper Hero
Excellent Lee - glad you got it sorted and all the best with your project!
- leannCommunity Member
Hi Lee, I have a question about your design here. Are the x's, checkmark, and review mode bar in a layer together? Is this layer a custom one you created or the default incorrect/correct ones that are present when creating a graded quiz?
Thanks in advance
- LeeWebberCommunity Member
Hi Anh
I've dug out this project from my 2017 archive! and the X', checkmarks and review mode bar are all on one layer which I called 'Review'. This is an additional layer to the Incorrect/Correct ones.
I hope this helps!
Hi anh,
The image that Lee shared above looks to be the built-in features of Storyline when using a graded quiz.
I'm not sure if he's still subscribed here, but you are welcome to reach out to the user directly via the 'Contact Me' option on the user profile if you do not hear back soon.
If you're running into difficulty with something, just let us know, and we'd be happy to help you out.
- StevenWalsh-711Community Member
You can use jQuery to hide the red/green feedback bar at the bottom of the assessment. Using this you still get the correct answers marked by SL.
$('[aria-label="Correct"]').hide();
$('[aria-label="Incorrect"]').hide();- LewisMasling-5dCommunity Member
Hi Steve,
Its great that you have managed to do this with JQuery, but culd you please explain how and where you add your JQuery code? Perhaps with a creenshot too.
Thanks
- WendyFarmerSuper Hero
+1 to knowing where/how to do this Steve - great if you can share
- GregBrown-b3baeCommunity Member
I second Lewis' question: do we just drop that somewhere in JavaScript somewhere in one of the slides?