1. Home
  2. Docs
  3. Troubleshooting
  4. Known Issues & Conflicts

Known Issues & Conflicts

Randomized Questions on WPEngine Hosting

The randomize questions feature in a quiz (or show only “X number of questions”) does not work properly with the default WP Engine settings. The following is needed in order for it to work properly:

  1. Navigate to WP ENGINE > GENERAL SETTINGS
  2. Look for ORDER_BY_RAND (which is set to “disabled” by default)
  3. Change the setting to “enabled”

Once this is enabled, the “randomize quiz questions” feature should work as expected.


ProPanel Reporting on Multisite

Within Multisite, the users and usermeta database tables are global and shared across all sub-sites. As a result, all the sub-sites store course progress and quiz attempts into the combined usermeta table. We are working on a way of addressing this issue in a future update.


Wp-Pro-Quiz Plugin

The Wp-Pro-Quiz plugin will conflict with LearnDash quizzes. Installing the two at the same time could create an irreversible issue. LearnDash support cannot assist with any issues resulting from this conflict.


Timing of Emails Sent by Notifications Add-On

In order for the notifications to send properly and on time, you will need to add a custom cron job to your server. This is due to the limitations of WordPress’ mail system. See this article for instructions on how to set up a server cron job to help your notifications send on time.


Export Quiz To Excel Plugin by WP Plugins For You

Several reports have been raised about this 3rd party plugin causing quiz questions to be removed. If this has occurred on your site, please contact the plugin vendor for assistance in rectifying the issue.


SG Optimizer by SiteGround Hosting

The SG Optimizer (and other image optimizing plugins) can cause certificate images to be distorted, or contain large areas of all black. To resolve just disable image optimization for the images being used for certificates.


Blank Settings Pages

This is the result of using LearnDash v3.x.x on any WordPress version prior to 5.0. To fix, update to the current version of WordPress. If you don’t want to use the Gutenberg editor, you can still use Classic Editor.


WPML and Quiz Question Answer Options

WPML translation capabilities cannot be applied to the available answers in a quiz question. This is being investigated further by development. There is no known workaround at this time.


“Duplicate Page” or Cloning Plugins and Quizzes

Quizzes and Questions should not be “cloned” with third-party plugins such as Duplicate Post. Doing so will result in irreversible issues. The cloned quizzes and questions cannot be used and should be deleted.

If you need to “clone” your quizzes then use the built-in quiz import/export feature located under LEARNDASH LMS > QUIZZES > ACTIONS > IMPORT/EXPORT. Alternatively, you can use a tool purpose-built for LearnDash such as WISDM Content Cloner. However, since this is only an alternative third-party solution please proceed with caution and always make a full site backup (database and files) before making any changes.

LearnDash support cannot assist with any issues resulting from using the Duplicate Post, WISDM Content Cloner, or other third-party plugins on quizzes or quiz questions.


Sorting or Matrix Sorting Questions Won’t Auto-scroll While Dragging the Answer to the Bottom of the Page

If you selected the Sorting or Matrix Sorting type of questions with items that are displayed outside of the screen area on the front-end, dragging the items down to the correct option will not move or auto-scroll the screen. You may have to instruct your students or users to scroll using the mouse wheel or zoom the screen view out so that they can drag the items to the correct answers. They can also press on the arrow buttons or spacebar on the keyboard while dragging the answer to scroll the screen up or down.

If you are affected by this issue, you can try adding the following CSS to your site as we have found that it works for those having the problem

.wpProQuiz_content .wpProQuiz_questionList,
.wpProQuiz_content .wpProQuiz_matrixSortString,
.wpProQuiz_content ul.wpProQuiz_maxtrixSortCriterion {
overflow: hidden;
}

Was this article helpful to you?

How can we help?