How to set randomize quiz questions to always show (or yes) ?

Home Forums Legacy Support Support queries Setup issues How to set randomize quiz questions to always show (or yes) ?

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #73993
    voodemy
    Spectator
    I want to set randomize quiz questions to always show. How do i do that ? Also if i want other options to take a default value of YES or SHOW, how to do that too ? Also how to remove maximum number of students in course and set it by default to Infinite ?
    #74149
    Anshuman Sahu
    Keymaster
    Please try adding the given code in your wplms-customizer.php file in wplms customizer plugin : add_filter('wplms_quiz_metabox','default_randomize_question_custom'); function default_randomize_question_custom($settings){   $settings['vibe_quiz_random']['std']='S';   return $settings;   }
    #74159
    voodemy
    Spectator
    Thanks for the reply. Also please tell me how to turn other options ON by default like 1. Progress of course Home (ALWAYS SHOW) 2. Time based course Progress (ALWAYS SHOW) 3. Full units in ciriculum (ALWAYS ENABLED) 4. Course drip feed always OFF 5. Student Course retake (ALWAYS OPEN) Thanks for the wonderful support.
    #74329
    H.K. Latiyan
    Participant
    You can try using our course custom nav plugin, refer: https://wplms.io/support/knowledge-base/wplms-course-custom-nav-plugin/
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to set randomize quiz questions to always show (or yes) ?’ is closed to new replies.