open-learning-exchange / planet

🌍 Planet Learning - Angular application
https://hub.docker.com/r/treehouses/planet
GNU Affero General Public License v3.0
59 stars 38 forks source link

Course: survey answer is not added/updated in Submission list #3649

Open singharpita opened 5 years ago

singharpita commented 5 years ago

Steps to replicate:

paulbert commented 5 years ago

In a course I believe a new submission document is created every time, but we filter out duplicates in the Submissions table for surveys.

I think for surveys we should only create a new submission when the survey has changed, otherwise we should allow the member to revise their answers by clicking the button.

Button should say "Revise Survey" in this case.

Exams should still work in the same way, where the learner retakes the exam after they completed it.