juicebox100
Forum Replies Created
-
Forum: Plugins
In reply to: [Quiz Tool Lite] Can I call for question elements in a custom template?Hey Alex,
I got the page working. The only thing I’m confused on is how to echo individual parts of the questionInfo. ie. if I want to simply echo the question only, not the questionID etc.
Here’s what my page looks like now:
Test PageThanks again!
Forum: Plugins
In reply to: [Quiz Tool Lite] Can I call for question elements in a custom template?I’ve been super busy this week and have not gotten a chance at implementing this.
But I wanted to say THANKS!! for helping me out with this. I really appreciate it.
I will let you know how it goes.
Thanks again!
Justin
Forum: Plugins
In reply to: [Quiz Tool Lite] Can I call for question elements in a custom template?Hey Alex,
I think that your example is what I want.
Would it allow me to :
1. Randomly select questions from a pot and display them. But without having to put the shortcodes in for each one?The individual questions, as they are here Sample page are key, as it is the only solution I have found that allows you to correct a wrong answer and check again. I love that.
2. Randomly select questions from a pot and display just the image (which is the question in this case) and the correct answer underneath? ie. no input box, no submit button. Is that what you mean by “get back an array of stuff?”
Thank you so much for getting back to me. I really appreciate it.
Forum: Plugins
In reply to: [Quiz Tool Lite] Can I call for question elements in a custom template?Thanks, for getting back to me. Let me try to better explain:
Im working on a site that will be, basically, vocabulary learning for people who use English as a second language.
So I wanted the ability for a user to be able to study, practice, and take a quiz.
The study portion would be like this:
Sample, hover over imagesWhile looking for a quiz plugin, I found Quiz Tool Lite. I liked it because it give me the ability to simply add individual questions to a page that can be checked as you go like this:
Sample pageThis is the Practice before the test.
Then, I can just make a regular quiz via shortcode for the actual test.
So my questions are:
1. Are Quiz Questions a custom post type? and pots taxonomies?
2. Can I create custom loops that use the questions? Like, a loop for Foods that uses the pot ‘food’ and pulls the image (the question) and the correct answer (hamburger)I essentially want all 3 sections (study, practice, quiz) to be pulling from the same spot (quiz questions.) This would allow me to upload images and correct answers in one location.
Does that make sense?