Upload external content completions

Administration tool ::: tool_uploadexternalcontentresults
Maintained by Lushonline Consulting
Provides a bulk upload tool to load completions results for Moodle Courses that consist of a single External Content Activity, the information is loaded from a Text Delimited File
Latest release:
27 sites
12 downloads
3 fans
Current versions available: 1

Github Actions Status

A tool to allow import of completion results for External content activities using a text delimited file.

The External content activity is available here: moodle-mod_externalcontent

The External content activity is identified by matching the COURSE_IDNUMBER in the import file against the External Content Activity Item ID Number

The import process does the following: - 

  • enrols the student into the course, if they are not already enrolled
  • marks the activity viewed
  • if USER_COMPLETED=1 and the activity is configured as Completable Externally it will be marked as Complete
  • if optional score is included a grade is added for the activity.

The way Moodle handles teh viewed and completion process it is the date of the import that is used, you cannot import the date of the completion from the external system.


Screenshots

Screenshot #0
Screenshot #1
Screenshot #2
Screenshot #3
Screenshot #4
Screenshot #5

Contributors

Lushonline Consulting (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
  • Plugins bot
    Tue, 23 June 2020, 1:30 PM
    Approval issue created: CONTRIB-8142
  • angel calero
    Wed, 17 Apr 2024, 11:07 PM
    Hola hay alguna explicación pasos a paso o ejemplo de CSV
  • angel calero
    Thu, 18 Apr 2024, 12:18 AM
    Al intentar subir genera este error File format is invalid. File headers are invalid. Not enough columns, please verify the delimiter setting. y estoy utilizando esta estructura COURSE_IDNUMBER,USER_USERNAME,USER_COMPLETED
    654321,demo,1
Please login to post comments