source-academy / backend

Backend of Source Academy @ NUS, LMS extension of Source Academy (Elixir, Ecto, Phoenix, PostgreSQL)
https://sourceacademy.nus.edu.sg
Apache License 2.0
39 stars 50 forks source link

fix: Auto publish for non-autograded assessments #1157

Closed GabrielCWT closed 2 months ago

GabrielCWT commented 2 months ago

Original implementation only auto publishes for autograded assessments. When updating the questions during grading, we now check if all questions are graded. If they are and auto publish config is enabled, publish the submission

coveralls commented 2 months ago

Coverage Status

coverage: 94.355% (-0.03%) from 94.38% when pulling 821708b7ceb5f86598b6e152cd14178f98dd3117 on GabrielCWT:fix/auto-publish into e6a96182bf782c547efebf5138c9c8e0deb812ec on source-academy:master.