by Olivier Booklage.
![]()
Hello Ken
Does course have students enrolled still? = yes
Has course been reset? = no
For userid=217 in a course, work submitted :
select * from mdl_assign_submission where (userid='217' and status = 'new') 0 row(s) returned
select * from mdl_assign_submission where (userid='217' and status = 'draft') 0 row(s) returned
select * from mdl_assign_submission where (userid='217' and status = 'submitted') 1 row(s) returnedselect * from mdl_assign_submission where (userid='217' and status = 'draft') 0 row(s) returned
id,assignment,userid,timecreated,timemodified,status,groupid,attemptnumber,latest
952,115,217,1593558057,1595927500,submitted,0,0,1
The view from admin :

It seems is not mdl_assign_submission table problem.
Thank you for your help,
Olivier