sensei
sensei copied to clipboard
Sensei LMS - Online Courses, Quizzes, & Learning
# Goal The goal of this card is to enable the show of the course categories list by course inside the Course List. ## Scope - Create a block to...
# Goal To create a block based on the Query Loop block ( possibly using [variation](https://developer.wordpress.org/block-editor/reference-guides/block-api/block-variations/) ) available on the GB inserter. ## Scope - Editor: A variation of Query...
# Goal The goal of this card is to research and defined a way to enable the Course admin to choose a course pattern to render the courses using the...
Write unit tests for https://github.com/Automattic/sensei/pull/5364
### Steps to Reproduce 1. Go to Learners menu. 2. (You should have a learner with more than 10 courses.) 3. Check the list. If a learner has more than...
When attempting to create a course completion page using [these instructions](https://senseilms.com/celebrating-wins-with-the-course-completed-page/), I'm directed to a blank screen at `..wp-admin/admin.php?page=sensei_setup_wizard`.
User in 1659159-zen reports unescaped apostrophe in the string "Let's Do Lunch". I am able to confirrm on my test site: WP: 5.0.2 Sensei: 1.12.2 PHP: 7.2
### Steps to Reproduce 1. Configure WordPress to load assets from an external CDN 2. Open a course page frontend 3. See that Sensei icons are missing, and there is...
Related to https://github.com/Automattic/sensei/issues/5351 This bug breaks the quiz-lesson relation and is most likely caused by a logic that triggers a second save in the editor once the lesson is published....
Fixes https://github.com/Automattic/sensei/issues/4044 ### Changes proposed in this Pull Request - When adding a module to a course via the legacy method, we didn't modify the module slug to prefix the...