ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Problem with Gradebook Module


  • 2008-07-15 21:06:50

    Problem with Gradebook Module

    Operating system ATutor is installed on - Unix
    ATutor version - 1.6.1
    ATutor theme name - Fluid
    PHP version - 5.2.4
    MySQL version - 4.1.22
    Webserver & version - Apache 1.3.39
    Copies of error messages -
    Changes to default settings - pretty URLs on mod rewrite On
    Web browser being used - any
    ...and anything else relevant -

    There were ten quizes in one of my courses when I updated to 1.6.1 last weekend. I added another quiz yesterday and it doesn't show in the Gradebook. Nor does it show in the "Add Test" function. "Attempts" is set to 1 as it should be.

    What is the problem? How do I solve it?

  • 2008-07-16 09:34:53

    Re: Problem with Gradebook Module

    Hi, there's a few other things you wanna check:

    1. Make sure there's at least one question in the quiz has non-zero weight value. If weights of all questions are 0, this quiz is considered as survey and would not be listed in "add test" page.

    2. How many question weights are assigned in your quiz? There's a bug in "add test" page that would stop the tests with only 1 non-zero weigh from displaying. As gradebook is still an add-on module, I cannot use patch to deliver the fix. Can you help to manually fix it and try:

    1. Go to your ATutor root, in subfolder mods/gradebook/gradebook_add_tests.php
    2. Line 181:
    " HAVING count(*) > 1) ".
    3. change 1 to 0

    I will publish update gradebook module, the zip file, with the fix at atutor.ca later today.

    Thanks.

  • 2008-07-16 09:56:11

    Re: Problem with Gradebook Module

    OK, gradebook module has been updated:

    http://www.atutor.ca/atutor/modules/index.php