Conversation
* Removing unused LLMS_Update class.
…3092) * Show Mark Complete button when quiz requirements are met Fixes #3058 When a lesson has an attached quiz, students who mark the lesson as incomplete can now re-mark it as complete without retaking the quiz, provided they have already met the quiz requirements. Changes: - Modified llms_show_mark_complete_button() to check quiz completion status - Added 4 new unit tests for quiz completion scenarios * docs: Add changelog entry for issue #3058
* Show Mark Complete button when quiz requirements are met Fixes #3058 When a lesson has an attached quiz, students who mark the lesson as incomplete can now re-mark it as complete without retaking the quiz, provided they have already met the quiz requirements. Changes: - Modified llms_show_mark_complete_button() to check quiz completion status - Added 4 new unit tests for quiz completion scenarios * Fix: Strip formatting when pasting into builder title fields Adds a paste event handler for contenteditable elements that do not have the data-formatting attribute. This ensures that lesson, quiz, and section titles receive plain text when users paste formatted content from external sources. Fixes #3057 * Remove mark complete changes (belong to different PR #3092) * Add changelog entry for PR #3093 Fixes #3057
* Adding course capacity check on the checkout page.
* Feature: support "Any" option for engagement trigger posts Allow engagements to fire for any course, membership, lesson, quiz, section, access plan, or course track — not just a specific one. When the trigger post select field is left blank, the value 'any' is stored in _llms_engagement_trigger_post. The engagement query matches both specific post IDs and the 'any' sentinel value. Uses an explicit 'any' value rather than treating empty/zero as a wildcard, so existing engagements with accidentally empty trigger posts are not affected. * Add changelog entry for any engagement trigger
* Add promo for events in the course builder. * Adding event promo when editing a lesson. * Formatting of promo. Have the llms-button-primary styling apply to links as well as buttons.
* Show permalink for new lessons and quizzes right after saving * Quiz set to Published by default * Create named quiz url using title if none manually entered * Add lesson description (content) * Hide the "Add Existing Lesson" modal after selecting a lesson * Improved section selection, and highlighting of the current section
* Avoid Launch Course Builder button on an orphaned lesson.
* Removing SQL_CALC_FOUND_ROWS with a separate count query. * Additional tests, including depreciation filter on adding back SQL_CALC_FOUND_ROWS. * Adding warning if overriding prepare, but not setting the count_query when needed. * Updating REST with required changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.