Number of question per page

Home Forums Legacy Support Support queries Update Issues Number of question per page

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #312521
    krishipathsala
    Spectator
    I can't set up how many number question is being shown per page. It always shown 1 question per page, here is the screenshot: http://prnt.sc/ukkwl4. This setting was available in previous option. this is the settings option: http://prnt.sc/ukkw62 I want to show 5 question per page.
    #312830
    Anshuman Sahu
    Keymaster
    please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :
    add_filter('wplms_react_quiz_default_question_numbers',function($x){
        return 5;
    });
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Number of question per page’ is closed to new replies.