I want to share my journey for using moodle and it is not a perfect solution for displaying status on grading report but it does work for us(Moodle version 3.5.7)
I always would have wanted to see submitted status when students submit their assessments on moodle. but there is a limitation on the assignment module and that was too much things involving for me to integrate the moodle.
I used these below
- Auto grading essay (Available here https://moodle.org/plugins/qtype_essayautograde)
- Atto:Sketch (Available here https://moodle.org/plugins/atto_sketch)
*Make sure to enable on Atto`s setting by putting this "sketch = sketch" in Toolbar config
- Letters (under Administration/Site administration/Grades)
- Reattempt checker (Available here https://moodle.org/plugins/quizaccess_reattemptchecker)
- Subcourse (Available here https://moodle.org/plugins/mod_subcourse)
(Used for overview of grading for all units of course on one page including every student of the course)
Here is how I did it
Create the quiz/Edit Setting
Grade
Grading method- Last Attempt
Review options
Extra restriction on attempts
(*I Installed "Reattempt checker" works fine even though it said it does not support V3.5 moodle)
I put there 200 in "To reattempt the quiz, require a grade less than" so they can not attempt on the quiz when they got 100% or passing grades
(*Prevent re-attempt when they got 100%(200) on the submission)
and then I added three quizzes with 100, 50, 50 for each question in order.
Q1 - File submission(Auto grading) (100)
Combined Feedback
correct response
(Good work!)
Any partial correct
(Require re-submission)
Any incorrect response
(Waiting for grading)
Response Options
No online text
Allow attachment - Unlimited
require attachment - 1
Auto-grading
Yes
words
* Expected number of items - 1
no
no
no
Q2 - Multiple choice question for student declaration (50)
Table of Declaration
o I agree to all above
o I don`t agree to all above
Q3 - Signature(Auto grading Essay) (50)
Combined Feedback
Correct response
( )
Any partial correct
(Require re-submission)
Any incorrect response
(Please submit your signature)
Response Options
HTML editor with file picker
Require the student to enter text
10 lines
No
Response template
(Please sign here above) (<- *This is important)
Auto-grading
Yes
words
* Expected number of items - 1
no
no
no
Here is what they look like
Here is what submissions look like
(*Display photos/images on the review page you will find my other post)
Review page
Now the Set up is finished on quiz
Grade
Go to "Grades" on the course's menu
Now click "setup"
now click "edit" on the quiz that you created earlier
Change Grade display type to "Letter" and then click Save changes
Letter
Now you will have to set up the letters for general so it will be applied across the moodle
(*meaning that you don't have to set up for each units)
Now click "Letters" under Administration/Site administration/Grades
Setup this above accordingly
Result
Overview of grading for course
I have created a course for grade page using the Subcourse plugin and named course "Grade" and then linked each unit into this page
Grader report
You will see all students on one page with all units and also you can export in excel file(*make sure to check Percentages and letters)
(*I have separated a unit into quiz(Auto grade with percentage) and file or photo submission)
Grader report for Each students
I hope some people find this useful.