Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-36832

Store the list of userids for grading in MUC instead of the form data.

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.4
    • 2.5
    • Assignment
    • MOODLE_24_STABLE
    • MOODLE_25_STABLE
    • MDL-36832-master
    • Hide
      1. Create an assignment and test it thoroughly as a student and as a teacher (create a submission, grade it, lock it, unlock it, try quick grading etc). The navigation between pages has changed so it all needs a good test.
      2. Disable javascript and do the same
      3. As a teacher disable javascript and click the magnifying glass icon above a students online text submission. Verify the back button on the page works correctly (try this from the grading table and the single grade page).
      1. These changes are also covered by unit tests
      Show
      Create an assignment and test it thoroughly as a student and as a teacher (create a submission, grade it, lock it, unlock it, try quick grading etc). The navigation between pages has changed so it all needs a good test. Disable javascript and do the same As a teacher disable javascript and click the magnifying glass icon above a students online text submission. Verify the back button on the page works correctly (try this from the grading table and the single grade page). These changes are also covered by unit tests

    Description

      Currently the assignment loads the list of user ids when the first grading page is opened and remembers this list as you click "Save and next" to iterate the list. This data is stored in the form, but this prevents us from using a standard "redirect after post" strategy for applying the grades (Because there is possibly too much info to put in the url for a redirect). Storing this info on the server (now we have MUC) would allow us to simplify these pages and make it easier for assignment plugins.

      Attachments

        Issue Links

          Activity

            People

              damyon Damyon Wiese
              damyon Damyon Wiese
              Dan Poltawski Dan Poltawski
              Mark Nelson Mark Nelson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                14/May/13