• Resolved Civil Engineering Notes

    (@civilenggnotes)


    Hello,
    I want to created a master quiz, where i can store the questions and use for later. So, i need to hide this quiz from the visitor and also from the archive and search results. How to do that?? Is it possible??

    I also have a suggestion..
    Please redesign the archive page, and make it more attractive if possible..

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello

    If you want to hide a quiz you will need to go to the Quizzes/Surveys page.
    Click on Post Settings.

    Under Visibility:
    Choose Private to hide the quiz.
    Then choose Public to display the quiz
    You can use Password Protected if you ever need to.

    This is a WordPress function and works with all pages and posts and nothing to do with Quiz And Survey Master.

    If you wanted to hide the navigation arrows at the end of a quiz in Archive mode. Like I have iwith my questionnaires, then add this code to your themes Customisation window…

    .single .nav-links .nav-previous, .single .nav-links .nav-next, .single .ast-author-details .author-title, .ast-comment-meta {
    	display:none !important;
    }

    Hope you find this useful

    Tim

    Hi Dibyendu,

    Tim is totally right regarding your query and once you create the questions they can be loaded from the question bank.

    Regards,
    Kriti

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide a particular quiz?’ is closed to new replies.