Tag Archives: learndash guide

Learndash Tutorials: How to Show Random Quiz Questions to Different Users

learndash quiz mix

Let us say, you any many quiz sets for Learndash course and you desire to create new sets of quizzes by mixing questions. This will not only give many better test sets out of same questions bank in a quiz , but also increase number of tests. The mixing of quiz and create another quiz […]

How to hide Learndash Course Points

If you need to hide , course points from the student’s profile in a Learndash Course, you can easily do with the following snippet code . It is advised that the snippet should be tried on child theme’s style.css file or in CSS customizer of your theme Learndash snippet Code for hiding course point Demo […]

How to Write Name in Upper case in Learndash Course Certificate

learndash course certificate

The default formatting of the First Name & Last Name in the certificate issued to a learndash course student is Sentence Case. But if you want to show the First Name and Last Name in Upper case, how do you do that. Well, it is very much doable by a combination of a free plugin […]

How to show quiz options horizontally?

quiz options horizontally

The default arrangement of answer options in multiple choice question options type quiz in Learndash is vertical . So, how do you arrange MCQ quiz horizontally? Well , it is easy .But you need to add a set of code. Code to Add How to Add the code? Here are steps Go to Appearance in […]

Why plagiarism checker for WordPress based LMS is a must!

learndash plugin

A considerable number of people are joining online courses. WordPress has an amazing number of plugins that creates Learning Mangement System. Some of the most popular LMS plugins are Learndash, Woo Sensei, LifterLMS, LearnPress, WPLMS . A teacher or instructor using these courseware plugins can task students with assignments in lesson or topics. The student […]

How to Import Assessment Type Quiz in Learndash?

How to import

Learndash provides course creators to create survey type quizzes which maybe very good to understand a general view of a large number of students. The assessment or survey type quiz utilizes Likert scale principles What is Likert scale? wikipedia states about it as under A Likert scale is a psychometric scale commonly involved in research that employs questionnaires. […]

Learndash Tutorial: Redirect Users After EVERY Quiz Completion

How to redirect

Previously, we posted a Learndash tutorial on how to redirect Learndash users after completion of a specific quiz, but what if you want to redirect after every quiz ?? So here is the solution. Please watch the video ….snippet code for redirection is given after the video Video on Redirection After Every Quiz Snipped Code […]

LearnDash Print Certificate Button Formatting Made Easy !

learndash Print certificate button

If you want to change the background colours or text colour of print certificate button that appears after the user (learner) completes a LearnDash course or quiz , then this post is for you. This post will also show you how the colors on hover can be set as per your choice. Formating Normal State […]

Learndash : How to redirect a user after specific quiz completion?

learndash users

Learndash quiz is great , but this post is going to help all those admin who wants to redirect a user or learner to a specific page ( maybe bonus study material or a reward page ). Redirection is easily possible if you paste following code in the function.php. But wait! Do not paste directly […]