0 Likes
(3)

Normally, when an instructor has created a text entry assignment type, Canvas does not allow a student to submit a blank response:

Screen Shot 2021-08-02 at 4.22.35 PM.pngHowever, it is possible to submit a blank entry: To do so, go to Insert > Document > Upload Document.

Before the file attachment has finished uploading, click "Submit" and your response will go through.

From the Speedgrader UI, no response is visible:

Screen Shot 2021-08-02 at 4.28.51 PM.png

But, if you download submissions, you can see evidence that you tried to attach a file:

<head>
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  <title>Midterm : Student Name</title>
</head>
<body>
<h1>Midterm : Student Name</h1>
<div style="width: 600px; margin: 20px auto; border: 1px solid #888; padding: 20px;">
  <p><span style="width: 30rem; height: 1rem; vertical-align: middle;" aria-label="Loading" data-placeholder-for="file_attachment_name.pdf">  </span></p>
</div>
</body>
</html>

 

It seems that this placeholder html is satisfying the requirement that the text field cannot be empty.

Who rated this idea