Open up the Chrome Developer Tools and click the Network tab and then XHR in the submenu. Run through steps 1-3. Pay attention to anything red showing up in this window. If one of the links is red, click on it and cut and paste the information provided. If nothing red displays, click on admin-ajax.php/?action=assignment&id=143 where you may have a different id number then what I have. Cut and paste the results here.
This is a bug. I will release a fix for this soon.
Hi forsaken.tear,
I found and fixed the bug, but I will not release an update for another week. The fix is pretty easy and if you feel comfortable editing the plugin files, all you’ll need to do is change a few lines in the EditAssignmentView.js file.
Replace
var assignment = AN.GlobalVars.assignments.findWhere({
selected: true
});
with
var assignment = this.model;
Regards,
Aori Nevo
Hi forsaken.tear,
I finally go to this:
“is there some whay to show/view the dates(the ones specified when creating the assignment) in both admin page and user page?”
With version 3.5.2, students have a Details option in the dropdown menu for the assignment. This is where students can find the due dates for the assignments.
Regards,
Aori Nevo