Request: Is it possible to import a date along with the score?

Request: Is it possible to import a date along with the score?

by Michael Skurka -
Number of replies: 0

Version: 2.2.3 - new install.

We are using SCORM courses and have a need to import course scores and *dates* from our previous system.

I have figured out how to *export* from the gradebook the date the SCORM course was taken. But I'm having a bit of trouble writing a custom script to import the dates.

I can format the CSV file I'm using any way I want, so the input format isn't the issue. I am very new to moodle, and am liking it. I am quite proficient with PHP, but I just don't have enough experience with moodle yet. I've searched the forum, but haven't found anything regarding importing dates - only scores.

We're working on an alternate solution if we can't import the historic information, but we'd really like to have it all in one place if possible.

The biggest questions I have are: Which database table(s) need to be updated with the historic data? Are there any inter-dependencies that I need to worry about? Is there any documentation related to this?

Thanks!