简体   繁体   English

通过CSV启用对Totara批量课程上传的完成情况跟踪

[英]Enable completion tracking via csv for Totara bulk course upload

I need to upload a little over 2000 courses to Totara V2.6. 我需要将超过2000的课程上传到Totara V2.6。

Doing this with a .csv file isn't normally a problem but I need to set " Enable completion tracking " and " Mark as In Progress on first view " to yes/checked for the courses. 使用.csv文件执行此操作通常不是问题,但我需要将“ 启用完成跟踪 ”和“ 在第一视图上标记为进行中 ”设置为“是” /已针对课程进行了检查。

Here is an example of what I have tried in my .csv file: 这是我在.csv文件中尝试过的示例:

fullname,shortname,category,enablecompletion,completionprogressonview
COURSE NAME,COURSE NAME,1,1,1

The courses are created and uploaded but the two desired settings have no effect. 课程已创建并上传,但两个所需的设置均无效。 I have looked here for more information on uploading courses usng a .csv, but there is no mention of the completion tracking settings . 我在这里查看了有关使用.csv上传课程的更多信息,但没有提及完成跟踪设置

Is it possible to set " Enable completion tracking " and " Mark as In Progress on first view " in the .csv file, and if not is there another way I can apply these settings to all the courses without having to do it one at a time? 是否可以在.csv文件中设置“ 启用完成跟踪 ”和“ 在第一个视图上标记为进行中 ”,如果没有,我可以将这些设置应用于所有课程,而无需一次完成时间?

Thanks in advance. 提前致谢。

I'm afraid you can't do Enable completion tracking through a csv file for users as per the documentation: https://docs.moodle.org/30/en/Upload_users 恐怕您无法按照文档通过用户的csv文件启用完成跟踪: https : //docs.moodle.org/30/en/Upload_users

You can enable completion tracking in a separated .csv file only for courses: https://docs.moodle.org/30/en/Upload_courses#Course_information_fields 您只能在课程的单独的.csv文件中启用完成情况跟踪: https : //docs.moodle.org/30/en/Upload_courses#Course_information_fields

You must enable activity completion for all the activities within a course and set the course completion criteria, I don't think this can be done through a .csv, I think this must be done manually. 您必须为课程中的所有活动启用活动完成并设置课程完成条件,我认为这不能通过.csv完成,我认为必须手动完成。

Once you have all users uploaded and enrolled into a course, you can change all users progress on the activities directly on the database, or create a script that does the job for you. 将所有用户上传并注册到课程后,您可以直接在数据库上更改所有用户在活动上的进度,也可以创建一个脚本来为您完成工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM