"Upload courses" feature: available for Moodle 2.4?

"Upload courses" feature: available for Moodle 2.4?

by Eder dos Santos -
Number of replies: 6

Hi all!

Is this feature - http://docs.moodle.org/26/en/Upload_courses - available at 2.4? Can it be adapted to?

Thanks in advance,

Eder

Average of ratings: -
In reply to Eder dos Santos

Re: "Upload courses" feature: available for Moodle 2.4?

by Dorel Manolescu -
Picture of Plugin developers

Hi

I don t know if you have access to the server, but this tool should do it:

https://moodle.org/plugins/view.php?id=522

http://moosh-online.com/commands/

course-create

Create a new course(s).

Example 1: Create 10 new courses using bash/zim expansion

moosh course-create newcourse{1..10}

Example 2: Create new course

moosh course-create --category 1 --fullname "full course name" --description "course description" --idnumber "course idnumber" shortname
In reply to Dorel Manolescu

Re: "Upload courses" feature: available for Moodle 2.4?

by Eder dos Santos -

Hi, Dorel!

Thanks for answering that. Anyway, I need to use the "coursetemplate". That means, creating a course from another course, including its resources and activities by default.

Regards,

Eder

In reply to Eder dos Santos

Re: "Upload courses" feature: available for Moodle 2.4?

by Dorel Manolescu -
Picture of Plugin developers

Hi

I see now. Then maybe you can try to backup the template course without user data and restore it as a new course.

Regards

Average of ratings: Useful (1)
In reply to Dorel Manolescu

Re: "Upload courses" feature: available for Moodle 2.4?

by Eder dos Santos -

Hi, Dorel.

Thanks for your reply. That is exactly what I do actually.

Regards.

Eder

 

In reply to Eder dos Santos

Re: "Upload courses" feature: available for Moodle 2.4?

by vinoth kannan -

Hi Eder,

There is tool available for creating course and categories using CSV. But this doesnt include resources and activities.

https://github.com/piersharding/moodle-tool_uploadcourse

this link contains upload course admin tool.

I am also in need for tool that includes resource and activity by default if you find one please let me know.

Thanks

Vinoth

Average of ratings: Useful (1)
In reply to vinoth kannan

Re: "Upload courses" feature: available for Moodle 2.4?

by Eder dos Santos -

Hi, Vinoth.

Thanks for the link. Anyway, I'm actually working with restoring a course's backup as a template. That works fine.

Regards,

Eder