Henry
Forum Replies Created
-
Forum: Plugins
In reply to: [HD Quiz] Update Marking Options for all QuizzesHi there again, were you able to find time to help me with that script?
Forum: Plugins
In reply to: [HD Quiz] Update Marking Options for all QuizzesNo biggie, thanks 😀
Forum: Plugins
In reply to: [HD Quiz] Update Marking Options for all QuizzesHi Harmonic, have you finished the script?
Forum: Plugins
In reply to: [HD Quiz] Update Marking Options for all QuizzesYes that would be great, thank you so much 😀
Forum: Plugins
In reply to: [HD Quiz] Use random questions with WP paginationAhh, I seee. It is possible to change or update this loop? And could you name it for me in the developer resources? I want to better understand this issue
Forum: Plugins
In reply to: [HD Quiz] Force jQuery Pagination to x number of questionsOh thank you so muchhh. I will try that
Forum: Plugins
In reply to: [HD Quiz] Go to page numberOkay cool, hoping to see it soon 😀
Forum: Plugins
In reply to: [HD Quiz] Automatically add all questions in database to a quizIt’s okay, I have found the absolute most easy way. Just go to Delete Questions and find the quiz you want to filter questions and click it. Then it will update to show the questions only in that quiz. Then just bulk edit to add them. I can do 100 at a time.
Forum: Plugins
In reply to: [HD Quiz] Duplicate quiz with a different nameIt’s okay, I have found the absolute most easy way. Just go to Delete Questions and find the quiz you want to filter questions and click it. Then it will update to show the questions only in that quiz. Then just bulk edit to add them. I can do 100 at a time.
Forum: Plugins
In reply to: [HD Quiz] Duplicate quiz with a different nameHello
// WP_Query arguments $args = array( 'post_type' => array( 'post_type_questionna' ), 'nopaging' => false, 'posts_per_page' => '20', 'offset' => $count );I see that here you query for all the questions, is it possible to only query for questions in a certain quiz, cause I want to copy quiz A as quiz AB.
Forum: Plugins
In reply to: [HD Quiz] Automatically add all questions in database to a quizCould I select the questions only from a certain quiz? Like only copy questions from quiz A instead of all the questions?
Forum: Plugins
In reply to: [HD Quiz] Duplicate quiz with a different nameThank you so much 😀
Forum: Plugins
In reply to: [HD Quiz] Show correct answer on ticked checkboxYesssss thank you so much for that. I’m looking very forward to the new release 😀
Forum: Plugins
In reply to: [HD Quiz] Show correct answer on ticked checkboxI get the a-question-for-the-quiz error with the beta version. I tried using the custom hooks but the bug really got it my way so I downgraded to normal
Forum: Plugins
In reply to: [HD Quiz] Show correct answer on ticked checkboxIT’S WONDERFUL, I’ve been searching my way into jQuery but really can’t think the JS way. I’ve wrapped around python my head has been spinning. You said the disabled could work now, is it with the beta version of HD Quiz? If not I would love to follow your instructions and enable it.