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

core_grade_get_grade_items

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Won't Fix
    • Icon: Minor Minor
    • None
    • 2.2.7, Future Dev
    • Gradebook, Web Services
    • None
    • MOODLE_22_STABLE

      core_grade_xxx_grades() has itemtype and itemmodule as required parameters, which is kinda issue for me, when I need all grading schemes (grade_items).

      Follow http://docs.moodle.org/dev/How_to_contribute_a_web_service_function_to_core

      Parameters:
      -----------
      array of courseids
      (suggestion for optional parameters are welcome)

      Return value:
      -------------

      @return list of object (
          object (
              'id',
              'courseid',
              'itemname',
              'itemtype',
              'itemmodule',
              'iteminstance',
              'grademin',
              'grademax',
              'gradepass',
              'aggregationcoef'
       	'locked'
          )
      )
      

            andyjdavis Andrew Davis
            renep Rene P
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.