quiz – promlems in adding questions : there are not all in the list

Home Forums Legacy Support Support queries How-to & Troubleshooting quiz – promlems in adding questions : there are not all in the list

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14445
    Skillboard
    Spectator
    When I want to create quiz I have problems with adding questions - on drop-down menu there are not listed all questions. So when I create quiz I click on "Add more" to add the first question. But on the list there are just few questions and not all that i have in my database. In my database are about 1000 questions but here on the list (drop down menu from which I pick questions) appear just few. How to solve this problem?I want to add questions which are not on the list (drop-down menu) but I have them in my database of questions I assume soon also others will have the same problem when they will have 1000 or more questions in their data base and when they will want to create quiz from some of those questions it will not be possible because the drop down menu of questions (when creating quiz) does not show all questions. I would please for quick response because I am in a hurry of ending the course and quizes are very important. BR      
    #14575
    Anshuman Sahu
    Keymaster
    Please try disabling the linkage or instructor course privacy from wp-admin -> wplms -> course manager . Add the given code in your wplms-customizer.php file wplms customizer plugin :   add_filter('wplms_backend_cpt_query','custom_wplms_backend_cpt_query'); function custom_wplms_backend_cpt_query($args){   unset($args['numberposts']);   $args['posts_per_page'] = -1;   return $args;   }  
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘quiz – promlems in adding questions : there are not all in the list’ is closed to new replies.