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 ?
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;
}
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.
You can try using our course custom nav plugin, refer: https://wplms.io/support/knowledge-base/wplms-course-custom-nav-plugin/