instructure / canvas-lms

The open LMS by Instructure, Inc.
https://github.com/instructure/canvas-lms/wiki
GNU Affero General Public License v3.0
5.45k stars 2.44k forks source link

Putting 0 in an answer during a test marks it as not completed as a question #2115

Open LeoDog896 opened 1 year ago

LeoDog896 commented 1 year ago

Summary:

Putting 0 inside a free textbox doesn't work inside a testing environment inside canvas. It instead (probably due to type coalescing) doesn't allow you submit the answer.

Steps to reproduce:

1.Create a test with free input 2.Take the test and put 0 3.Attempt to submit

Expected behavior:

You can submit the zero

Actual behavior:

It marks it as "incomplete"