To Our Amazing Educators Everywhere,
Happy Teacher Appreciation Week!
Found this content helpful? Log in or sign up to leave a like!
I find the limit of only 25 questions for the preview of questions extremely frustrating! Please increase this or loet me decide how many I want to see at once. Ideally, allow for ALL as an option!
Solved! Go to Solution.
I found a solution see:
I know this is pretty late, but if anyone still has this issue in 2024, there is a hack-y way to get around it.
1. Hover over the Show Question Details checkbox until you see a red crossed-out circle, and right click
2. Choose Inspect on Chrome or Inspect (Q) on Firefox (other browsers may be different).
3. This will bring up the HTML element for the checkbox (it will highlight exactly what you need to look at). This will open on the right-hand side of the screen in Chrome and on the bottom of the screen in Firefox.
4. You will see code that says <input type="checkbox" id="show_question_details" disabled="'disabled'"> == $0. Double click where it says disabled="'disabled'" and delete out the only the disabled="'disabled'" portion, and then hit Enter. You can then close the HTML elements window by clicking on the X in the top right of the window (not the whole browser window).
5. You should now be able to click on the checkbox as you normally would and the question details will show. If you refresh or navigate away from the page, the HTML code will reload, so you will have to do the above steps again each time to see the question details.
No idea why Canvas has this disabled if it clearly still works fine, but hopefully this helps someone.
@RupertRussell ...
There isn't any way I'm aware of on the Canvas UI (User Interface) to increase this number. And, the Classic Quiz interface isn't being worked on much (if at all) any more...as the focus has moved to the New Quizzes interface. Do you know if your school is using the New Quizzes interface? You might want to have a conversation with your school's Online Learning / eLearning / Distance Education team to see if they have made New Quizzes available yet...or what their plans are to make it available to you and your fellow instructors.
Hope this helps!
Is there a way to restrict a new quiz to a group of students? It's not possiable with Classic quizes.
@RupertRussell ...
In both Classic Quizzes and New Quizzes, you could use the "Assign to" area when editing the quiz properties to remove "Everyone" and then add in the names of only the students you want to see that particular quiz...if that's what you're looking to do.
I hope this will be of additional help to you.
I found a solution see:
I know this is pretty late, but if anyone still has this issue in 2024, there is a hack-y way to get around it.
1. Hover over the Show Question Details checkbox until you see a red crossed-out circle, and right click
2. Choose Inspect on Chrome or Inspect (Q) on Firefox (other browsers may be different).
3. This will bring up the HTML element for the checkbox (it will highlight exactly what you need to look at). This will open on the right-hand side of the screen in Chrome and on the bottom of the screen in Firefox.
4. You will see code that says <input type="checkbox" id="show_question_details" disabled="'disabled'"> == $0. Double click where it says disabled="'disabled'" and delete out the only the disabled="'disabled'" portion, and then hit Enter. You can then close the HTML elements window by clicking on the X in the top right of the window (not the whole browser window).
5. You should now be able to click on the checkbox as you normally would and the question details will show. If you refresh or navigate away from the page, the HTML code will reload, so you will have to do the above steps again each time to see the question details.
No idea why Canvas has this disabled if it clearly still works fine, but hopefully this helps someone.
To participate in the Instructure Community, you need to sign up or log in:
Sign In