ksucpea / bettercanvas

Dark mode, better todo list, GPA calculator, and more for Canvas
MIT License
121 stars 37 forks source link

Adds Quiz Strikethrough Option #88

Open arjohnsonn opened 1 month ago

arjohnsonn commented 1 month ago

Adds the option to strikethrough quiz answer choices (if setting enabled). This setting is enabled by default.

https://github.com/user-attachments/assets/adebb0b5-2855-4142-874d-054be905069e

Source from my own extension

ksucpea commented 4 weeks ago

Thanks for adding this feature! Although I'm sure it works well just from the code I can see, I need to ensure that when the option is toggled off, anything added by the feature is removed. I can add this myself if you want or you can do it, but either way once that is done I'll merge this.

I try to do this for most features just in case something goes wrong so that the user can quickly disable it, even though this looks solid. I can't see anything going wrong here, but this is especially important for quizzes because I wouldn't something happening and jeopardizing someones quiz grade if there's a glitch.