in edit quiz page if user didn't set duration (left empty) then quiz should be o

Home Forums Legacy Support Support queries Setup issues in edit quiz page if user didn't set duration (left empty) then quiz should be o

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #79625
    voodemy
    Spectator
    in edit quiz page if user didn't set duration (left empty) then quiz should be open time, it should take 9999 default .currently when I leave duration empty system considers quiz time 0.  
    #79869
    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_duration']['std']=9999;   return $settings; } PS: This is a customization and does not comes under theme support . Please hire a freelancer or a developer for such customizations.
    #79900
    voodemy
    Spectator
    This reply has been marked as private.
    #79923
    voodemy
    Spectator
    Its not working showing quiz duration not set please response its urgent
    #80064
    Anshuman Sahu
    Keymaster
    Well I just checked this and found that it is not working in fornt end edit But it is working just fine in the backend quiz edit page . check : http://prntscr.com/d7vblv This seems to be issue with the front end plugin itself . It is not showing custom standard values in front end for quiz , assignment and unit settings .
    #80102
    voodemy
    Spectator
    Now what is the Solution
    #80311
    Anshuman Sahu
    Keymaster
    Just added another code in your site to set default duration to 9999.
    #80370
    voodemy
    Spectator
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘in edit quiz page if user didn't set duration (left empty) then quiz should be o’ is closed to new replies.