Sensei LMS 3.3 has just been released and brings with it the ability to import courses, lessons and questions! You can also use the importer to update existing course content en masse.
Importer
Sensei’s new import functionality is available from the Sensei LMS > Import menu. This first iteration supports importing courses, lessons and questions in CSV file format:

A future release will add export functionality, making it even easier to transfer course content between Sensei LMS sites!
To download CSV files with sample data, or to learn more about the expected file format, please see our import documentation.
¿Qué más contiene esta versión?
- Appended random text to the file name of file upload questions to make it more difficult for external users to view them.
- Added new CSS classes for preview and completed lessons not in a module to allow for easier element targeting.
- Fixed an issue with the setup wizard Features step not saving if nothing was selected.
Para desarrolladores
If you’re a developer, here’s what you need to know about Sensei LMS 3.3.
Filtros nuevos
sensei_import_attachment_request_timeout
– Filter the HTTP request timeout value when retrieving an external attachment.sensei_import_csv_delimiter
– Set the default delimiter to use when importing CSV files.sensei_import_csv_delimiter_options
– Specify the different delimiters that will be tried when importing CSV files.sensei_learner_enrolled_courses_args
– Customize the query arguments used to fetch the courses a learner is enrolled in.
Nueva acción
sensei_data_port_complete
– Fires when the import job completes.
Código obsoleto
Sensei_Grading::load_data_object
– Usenew Sensei_Grading_Main
ornew Sensei_Grading_User_Quiz
Para actualizar, dirígete a Panel → Actualizaciones en el administrador de WordPress.
Nota: Aunque hemos probado a fondo esta versión, siempre es posible que hayamos pasado algo por alto. Le recomendamos que pruebe la actualización en un sitio de prueba antes de actualizar su sitio activo.