ucfopen / Materia

Engage students with easily embedded apps for online courses. Supercharge your course with compelling experiences and game mechanics.
https://ucfopen.github.io/Materia-Docs/
GNU Affero General Public License v3.0
36 stars 33 forks source link

Crossword: Make Submit Answers button super obvious when widget completed #375

Closed zachberry closed 9 years ago

zachberry commented 9 years ago

I believe I'm dealing with a TBD ticket where the student didn't click 'Submit Answers' and so they didn't get a score.

Would like to somehow make it super clear that they need to click that Submit button once all content is filled out. It's off the the bottom left so I understand how someone might not see that button.

I want to avoid a popup since they might need to go through and change content and automatically showing a popup would be obnoxious.

jaxbot commented 9 years ago

Current style:

image

There's a glow but it's not animated or super obvious.

jaxbot commented 9 years ago

Proposed change: http://quick.as/ozwys0dy

zachberry commented 9 years ago

What about something like labeling?

jaxbot commented 9 years ago

I considered adding the dancing arrow but I didn't want to block the crossword puzzle

jaxbot commented 9 years ago

https://clu.cdl.ucf.edu/materia/crossword/commits/better-submit-button

zachberry commented 9 years ago

Works good, except, could the bouncing label disappear if the delete key is used to remove a letter? In otherwords, it only appears when every square has a letter, and as soon as that's not true the label goes away.

jaxbot commented 9 years ago

Updated on clu

zachberry commented 9 years ago

Awesome