Sending digital receipt after submission is successful

Jump to solution
jgingfai_chong
Community Novice

I would like to send an email as digital receipt to student after they have submitted assignment or quiz successfully.

I am thinking to use custom theme javascript to achieve. The js will listen on the submit button clicked event but not sure how to identify the submission is successful.

Is there anyway to identify the submission is successful? Is there a better way of doing this other than custom theme js?

Labels (5)
0 Likes
1 Solution
robotcars
Community Champion

Hi  @jgingfai_chong ‌

I replied in your other thread with some potential options.

https://community.canvaslms.com/thread/49384-add-pop-up-declaration-to-canvas 

I would suggest a backend task as it's more dependable. You can query and diff based on new submissions and then us your own server to email the user, or the API to send a conversation message.

View solution in original post

0 Likes