sensei
sensei copied to clipboard
Sensei LMS - Online Courses, Quizzes, & Learning
Implements https://github.com/Automattic/sensei/issues/5423 ### Changes proposed in this Pull Request * Added 6 patterns for course list block ### Testing instructions - Add a Course List block in the block editor...
When viewing a newly created quiz, you see PHP warnings and a `There are no questions for this Quiz yet. Check back soon.` message. ### Steps to Reproduce 1. Create...
Since some themes have the default color being black, it would be hard to identify what point doesn't have content. So we need to update the style of break points...
The goal of this card is to implement a database schema used for storing the quiz data (answers, feedback, grading, and questions asked). ## Notes * For bootstrapping the schema,...
Resolves https://github.com/Automattic/sensei/issues/5415 ### Changes proposed in this Pull Request * Our **Course List** block, being a variation of **Query Loop** block was showing all the Settings of the main block....
Here we have interfaces for entities: that's for simplicity. I think we don't need interfaces for them. However, I want to keep interfaces for repositories. The rough idea is that...
Reported in 5456013 - zen >I need to know how to get the student's time of connection to the course and the contents displayed. I would like everything to come...
Implements #5396 ### Changes proposed in this Pull Request * Adds new Continue Course and Course Actions blocks for pages. * The Course Actions block nests the Course Signup, Continue...
### Overview In Sensei initialization we call `wp()` in order to be able to parse the incoming request and check if the `learn` string is contained in the URL in...