Viewing 5 replies - 16 through 20 (of 20 total)
  • Plugin Author Aori Nevo

    (@anevo)

    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.

    Plugin Author Aori Nevo

    (@anevo)

    This is a bug. I will release a fix for this soon.

    Plugin Author Aori Nevo

    (@anevo)

    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

    Plugin Author Aori Nevo

    (@anevo)

    This is fixed in v3.0.

    Plugin Author Aori Nevo

    (@anevo)

    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

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Assignment Header Disappears’ is closed to new replies.