-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.10, 4.2.7, 4.3.4, 4.4
Discovered by rajeshwar.shanigarapu@moodle.com while testing MDLQA-18886 during the 4.4 QA cycle.
The problem happens when you have an assignment with both 'Online text' and 'File submissions' submission types enabled and a student submit only a file and not text, if you download all submissions the zip file will contain a onlinetext.html with some html code, even tough the student hasn't submitted any text.
Steps to reproduce
- As teacher, create a new Assignment with both online and file submission type
- As student, go to the assignment submit it with only file (Don't provide any text)
- As teacher go to the assignment > view all submissions and then click "Download all submissions"
Expected result
The zip file contains just the file submitted by the student.
Actual results
The zip file contains both the file and a onlinetext.html with html tags in it (probably coming from the editor)
- Discovered while testing
-
MDLQA-18886 CLONE - A teacher can download assignment submissions
- Passed