• Resolved spencer876

    (@spencer876)


    Hi,

    Great plugin. I plan to use it to maintain our science olympiad scores and hopefully it can help to calculate the score of each student.

    Now I met one big problem:

    I can not enter grades. I write grade in the student form, under assignment. But after that I jump to another course. After I back to previous course, all the grades get lost, all zero. Wonder what happened.

    And a question:
    Is it possible to add all the course’s grades of a student, and sorting them so i can get a winning students based on overall score?

    Thanks

    https://www.ads-software.com/plugins/an-gradebook/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aori Nevo

    (@anevo)

    Hi spencer876,

    If you are entering a letter grade, like A, B, C, D, or F, the plugin will replace it with 0. You must enter a number.

    We have started to develop and export/import feature and hope to include it in our next release. Unfortunately, development of this plugin has stalled for quite some time now. I hope to get back into this soon.

    Regards,

    Aori Nevo

    Plugin Author Aori Nevo

    (@anevo)

    Hi spencer876,

    This might be an issue that arises when you are using a legacy web server that does not support PUT requests.

    To test that this is actually the case, edit the plugin’s Course.php file located under the an-gradebook directory (an-gradebook/database/Course.php). Set the $an_gradebook_develop variable to true.

    Now edit an-gradebook-app.js, also located under the an-gradebook directory (an-gradebook/an-gradebook-app.js), and replace these two lines

    require(['jquery','app/router/GradeBookRouter','bootstrap'],
    	function($,GradeBookRouter,bootstrap){

    with

    require(['jquery','app/router/GradeBookRouter','bootstrap','backbone'],
    	function($,GradeBookRouter,bootstrap,Backbone){
    	       Backbone.emulateHTTP = true;

    Now try to enter grades as before. If the grades persist on page refresh, then your web server does not support PUT requests and this provides a fix.

    Regards,
    Aori Nevo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can not enter score’ is closed to new replies.