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

    (@prasunsen)

    Not yet, sorry. Probably soon.

    I’ve needed to do this as well and have just resorted to updating the wp_chained_questions table directly. In fact, I just realized I needed to add a question to the beging of my quiz. The approach taken was:

    1. Add my new quiz
    2. Add the new question to the quiz
    3. In the database, update wp_chained_questions.quiz_id with the id of the new quiz where the column contained the id of the old quiz.

    Plugin Author Bob

    (@prasunsen)

    This is done now in version 0.8

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘re-order questions in a quiz’ is closed to new replies.