• Resolved bjschoonheim1998

    (@bjschoonheim1998)


    How can you use the same chain quiz for two different websites.
    I already set up the quiz at my other website. So know i want to place it on this site. So i can get all the results in one inbox

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bob

    (@prasunsen)

    You can do it only if the two sites share the same database. Otherwise you will need to recreate the quiz on the second site.

    Thread Starter bjschoonheim1998

    (@bjschoonheim1998)

    Thank you, very much for your answer.

    I have created the quiz 2 times now, however i got a question.
    At the end, i have an text box (open-end, essay question).
    This creates a big white box, where they can type there answer. However can i change this format, to a smaller box?

    If it’s possible i would also like to add a word in the text box, like: “type here”

    Plugin Author Bob

    (@prasunsen)

    You can change the size of the box with CSS:

    textarea.chained-quiz-frontend {
    width: 200px;
    height: 100px;
    }

    for example.

    There is no way to add “type here” in it.

    Thread Starter bjschoonheim1998

    (@bjschoonheim1998)

    Alright thank you very much, and thank you thank you for the fast response.
    This helps me out a lot.

    One other question then, i know everything.
    Can i add a text in the comment box under radio button question.

    Plugin Author Bob

    (@prasunsen)

    Most welcome,

    If you have a minute, please rate the plugin

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Use the same quiz on two different websites’ is closed to new replies.