I need to migrate (export-import) my courses from one WPLMS-themed site to another WPLMS-themed site. Includes: courses, units, quizzes, courses, assignments, forums, topics (sacrificing student data as it seems to involved).
My developer has already charged me for several hours of research, and he can't figure it out (WPLMS import/export or WP All Import).
1. Can I hire you or a reliable associate familiar with this to do it?
2. If not, can you provide very specific instructions... including which software to use, mapping, and process order.
I read and watched the video. Very clear. Thank you so much! I have to get this done in the next couple of days before my surgery.
1 QUESTION- since I have a number of courses I want to export... and the instructions indicate it might be better to break the export up into groups... how would I do that? I do not see an option to select a particular course to export. (Or did I misunderstand... and I can do ONE export for ALL OF IT?
hi this does not properly migrate the students data since quiz results wont be imported , a perfect way to import data would be database import export : https://help.one.com/hc/en-us/articles/115005588189-How-do-I-import-a-database-to-phpMyAdmin-
Well for this there is no need to do migration , for this simply deactivate the wplms theme and activate the divi theme and create profile and course layouts :
just like you edit a text file edit the csv file in google spreadsheets the prefix whould match with the table_prefix in the site you are importing the csv file.
I need to migrate (export-import) my courses from one WPLMS-themed site to another WPLMS-themed site. Includes: courses, units, quizzes, courses, assignments, forums, topics (sacrificing student data as it seems to involved).
My developer has already charged me for several hours of research, and he can't figure it out (WPLMS import/export or WP All Import).
1. Can I hire you or a reliable associate familiar with this to do it?
2. If not, can you provide very specific instructions... including which software to use, mapping, and process order.
there is no need to hire anyone : use this simple tutorial : https://wplms.io/support/knowledge-base/bulk-importexport-wplms-via-csv/
I read and watched the video. Very clear. Thank you so much! I have to get this done in the next couple of days before my surgery.
1 QUESTION- since I have a number of courses I want to export... and the instructions indicate it might be better to break the export up into groups... how would I do that? I do not see an option to select a particular course to export. (Or did I misunderstand... and I can do ONE export for ALL OF IT?
To export only 1 course you can add module id while exporting :
Is it possible for a course export to abort (stop short of completion) due to a large amount of data?
(These have many students and student data).
If so, what can I do?
hi this does not properly migrate the students data since quiz results wont be imported , a perfect way to import data would be database import export : https://help.one.com/hc/en-us/articles/115005588189-How-do-I-import-a-database-to-phpMyAdmin-
I will look into this for the courses with students.
But the course without students imported successfully, but does not appear in the course list. What's the deal on that? I just uploaded it.
Check the table prefixes, the table prefix should be of database table prefix in the site your importing the data
Well for this there is no need to do migration , for this simply deactivate the wplms theme and activate the divi theme and create profile and course layouts :
Hi table prefix can be found in the wp-config file which you need to replace in the csv file which you are importing into site
:
How would I replace that?
just like you edit a text file edit the csv file in google spreadsheets the prefix whould match with the table_prefix in the site you are importing the csv file.