Skip to content Skip to main navigation Skip to footer

Timer position, previous-next button, url of quiz page and sign up form

Welcome to QSM Support Forum. Forums QSM Pro Support Timer position, previous-next button, url of quiz page and sign up form

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #672
    Somya SahuSomya Sahu
    Participant

    Hi Team,

    I am planning to use QSM plugin for creating quizzes. I was looking for help in the following areas:

    1. Is it possible to customize the timer position in the quiz? Presently, it is visible in the lower right corner of screen and I wanted it be placed on top right corner of screen.
    2. Is it possible to have the next button close to the previous button on the quiz page?
    3. The url of the quiz doesn’t change as one progresses in the quiz. Will it be possible for the url to be changing in every quiz page instead of remaining static?
    4. I want the users to be logged in prior to attempting the quiz and have enabled the option for the same. However, the page only shows “sign in” option. Is there a way to incorporate “sign up” option as well?

    Thanks.

    #709
    KharisKharis
    Keymaster

    Hello there,

    We might be able to accomplish it with few lines of CSS code. To help me get the exact code to suggest, please share a link to you quiz.

    Regards,
    Kharis

    #743
    Somya SahuSomya Sahu
    Participant

    Hi Kharis,

    Thanks for replying. This is the quiz link http://aimonks.com/untangle/test-quiz/. I have attached 2 images: Present.png and Desired.png. Present.png is the present layout of the quiz and Desired.png is the layout we are looking for.

    Attachments:
    You must be logged in to view attached files.
    #786
    KharisKharis
    Keymaster

    Hello there,

    Accessing your quiz requires username and password. Please register my account and use email address [email protected]

    Regards,
    Kharis

    #848
    Somya SahuSomya Sahu
    Participant

    Hi Kharis,

    I have removed the login requirements from this quiz. You just have to enter email and name to view the entire quiz. Kindly guide us with the above requirements.

    Regards,
    Somya

    #890
    KharisKharis
    Keymaster

    1. Is it possible to customize the timer position in the quiz? Presently, it is visible in the lower right corner of screen and I wanted it be placed on top right corner of screen.

    It looks like timer is now disabled. Please reactivate it.

    2. Is it possible to have the next button close to the previous button on the quiz page?

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .qmn_pagination {
      max-width: 180px;
    }
    

    > 3

    I am sorry there’s no way to do so.

    > 4

    You should create a separate page for registration form. You may want to compose the form with this plugin: https://wordpress.org/plugins/user-registration/.

    Regards,
    Kharis

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.