Hello,
Is it possible to hide the 'Next' and the 'Previous' buttons in Modules?
Thank you,
Chun
Solved! Go to Solution.
To hide the 'Next' and 'Previous' buttons add the following line to your custom CSS:
.module-sequence-footer-content { display:none; }
This should work although I haven't tested it
@chun_li , I'm pretty sure it's possible, but I think it takes custom JavaScript or some other higher level programming. I'm going to share this with the Instructional Designers &Canvas Developers group in the Community to see if you can get some higher level assistance.
Thank you very much Kona.
Chun
To hide the 'Next' and 'Previous' buttons add the following line to your custom CSS:
.module-sequence-footer-content { display:none; }
This should work although I haven't tested it
This seems super overkill. No way to do this programmatically? For example, you should be able to remove "Next" when it is at the end of a module (to prevent a student thinking that the module you assigned never ends).