|
Vivie,
I still have no clue by looking at the soure code. Could you please ask your local DBA to run some scripts? 1) First is to verify the total submission for a signle assignment: select count(*) from assignment_submission where context = "assignment_ref"; where you can get assignment_ref from the assignment list view page. Right click on the assignment title link, the link is of format : http(s)://server:port/portal/tool/tool_id?assignmentId=/assignment/a/site_id/assignment_ref&panel=.... 2) Then, if we find the result is showing 9 submission for "Assignment 7" and Grade view page only list 7, we need look into more details: select XML from assignment_submission where where context = "assignment_ref"; Thanks, - Zhen We now have several cases with this blocker bug, where submitted work is not displayed to instructors to grade. From their end, students see confirmation that they have submitted the assignments. I have verified the latter by logging on as a student in several of the courses with the problem. Sometimes, none of the submissions are listed, and some times, only a partial listing of the assignment submissions are listed when clicking on grade.
Here is one example: The in/new column shows 4/4, but only two submissions are inside, yet two more students have submitted work (verified). To further test the issue, I added myself to another instructor's course (where a student submission, draft essay, was not available to the instructor to grade). I submitted an assignment, and went back to her course site as an admin. The in/new had changed to 2/2 but neither mine nor the other student's work was under it. It read, "There are no submissions." I noticed that the assignment was an "ungraded" type. I revised it to a point assignment to see if it would make a difference, but no change. At this point, instructors cannot see nor grade student work.... Is there a workaround to 'bring it' up? Thanks. I meant that instructors cannot see (nor grade) _all of the submitted_ student work.... What's listed under grade is not always a complete list of what has been submitted by students. It does appear that the in/new is accurate.
Vivie,
I still couldn't reproduce the problem. I need look into the submission data. Could someone in your team query the MySQL db and send me the student submission data which is not showing up in the interface, with another record of working/shown submission for comparison? Thanks, - Zhen Zhen - the missing submissions appeared the other day after we restarted the servers.
A couple of days later, we have another case - 36/1, yet only 36 submissions are available. Perhaps with tomorrow morning's restart, it will appear! See attachment, assignment_mheumann.jpg. ------------------------------ From instructor: Here's a strange one. I had my students turn in rough drafts for their essay. I used the "Download All" feature--which worked beautifully, far better than any such feature in other CMS. I graded each essay on my computer and then returned them individually to each student. I get to the end, however, and there is one essay left in the downloaded folder but no more submissions in the Assignment. So the question is: where is the missing assignment? Obviously, this student completed the assignment--I have the material proof. Plus, when I got to the Assignment List (see attachment), it indicates that there is one "new" submission. Something is amiss. This is really a problem because, without the submission in Assignments, I cannot grade the student's work! ---------------------------- 36/1 in/new, but only 36 are available.... 1 new is missing...
Oops. Counted incorrectly. Instructor set me straight.
Only 35 assignments are visible within the assignment grade section. Hence, the missing submission is the 36th. So, technically, the 36/1 is correct--it's just that #36 is not visible - not available to grade. That's correct. We've restarted the servers two days in a row and no change. The assignment is still missing. Thus my most recent message this morning with the 35 assignments visible, though 36/1 are listed in the in/new item.
The problem is due to that the submission list for the grade view incorrectly contains draft submissions and the vm file for that view filters out drafts and shows only those submitted. While the sorting is based on the total number (submitted + drafts) and the vm shows only the submitted ones, that causes the incompatibility between list number and paging number.
Fixed in r9356 for 2.1.2 and r9357 for 2.2. Thanks, - Zhen This is working ok on qa03 (2.2), and we have it in our 2.1.2 and it seems to have solved the problem there too.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SAK-4433) for this problem.Meanwhile, the instructor could click on the "Release Grades" link in the "list submissions" page, which will update Gradebook with all existing grades.
I am still looking into the problem of in/out inconsistency with the total number showing in list view.
- Zhen