gmichaelguy
Forum Replies Created
-
Forum: Plugins
In reply to: [mTouch Quiz] mTouch Quiz shows "Correct" for all answers – even wrong onesThis is happening because you have the value of the question set to 0. So no matter what someone selects they are getting full points for it (all of 0), and hence it’s being marked as correct (determined by points received from possible). To solve this, increase the number of points each question is worth. This can be done on the edit question for each question.
Mystery solved. Not a bug. Not impaired functionality. Just a worthless question!
Michael
Forum: Plugins
In reply to: [mTouch Quiz] mTouch Quiz shows "Correct" for all answers – even wrong onesCan you post a link? My demo quizzes certainly don’t have this “impaired functionality”
Here’s a sample quiz you are sure to get some questions wrong on and you will see that it does not mark them correct.
http://gmichaelguy.com/quizplugin/demos/math-quiz/Michael
Forum: Plugins
In reply to: [mTouch Quiz] [Pluging: mTouch Quiz] Changing display of correct and wrongif you add that line of CSS to your theme’s style.css file, it won’t need to be edited on future updates. Just put the following in your theme:
.mtq_stamp { display:none !important;}
Glad you got it to work out.
Forum: Plugins
In reply to: [mTouch Quiz] [Pluging: mTouch Quiz] Changing display of correct and wrongI’d you want to change the words you can edit the show_quiz.php file. Just do a “find” for Wrong and you will find it. Of course with every new update you will need to do this again.
Good luck with your site.
Forum: Plugins
In reply to: [mTouch Quiz] [Plugin: mTouch Quiz] How do I back the quiz questions?If you back up your entire database it will be backed up. Unfortunately there is no other way to back up your quiz. Sorry!
That’s good news. You found the problem yourself (your theme) and the solution (switch themes). I recommend http://gmichaelguy.com/quizplugin/go/genesis/
Forum: Plugins
In reply to: [Plugin: mTouch Quiz] Display issuesGravity Forms is top notch. I think you would be very pleased with it if you decided to switch. It is well worth the small price even if you bought something else already. I highly recommend it.
I don’t anticipate expanding to another product anytime soon since GF is extremely popular and really amazing! Trust me–it’s good!
Forum: Plugins
In reply to: [Plugin: mTouch Quiz] Display issuesMy pleasure. Glad I could help out.
Forum: Plugins
In reply to: [Plugin: mTouch Quiz] Display issuesSo is your issue resolved after the omg, or are you still trouble shooting?
Forum: Plugins
In reply to: [Plugin: mTouch Quiz] Display issuesCheck the HTML in your start screen. Something starts going wrong and tags were closed at the wrong time there. It could be something to do with your language support to embed characters around.
Do this: Create a blank quiz with 1 question. No math symbols, only in english etc. And put it on a new page and see if it works with no issues.
We can go from there.
Also, check out MathJax to do your LaTeX it will look much nicer! http://www.mathjax.org/
Forum: Plugins
In reply to: [Plugin: mTouch Quiz] Display issuesCan I get a link to your quiz? I will take a look. This can also be caused by improper HTML tag closure in your questions, answers, etc.
It works on my site, but I’ll be happy to take a look. Please post a link to your quiz.
Michael
Forum: Plugins
In reply to: [mTouch Quiz] [Plugin: mTouch Quiz] mTouch doesn't work in WP 3.3And if you exceed the buffer, you get no output and no error. Just a vanished quiz. :-/
Forum: Plugins
In reply to: [mTouch Quiz] [Plugin: mTouch Quiz] mTouch doesn't work in WP 3.3It has to do with the buffer size your host allows. In the past people have either shortened their quiz or asked to have the buffer increased. Both are suitable solutions. Where the limit is depends on your host, your question length, and other variables I don’t know. It is definitely a fixable issue, if it arises. But I can’t fix it on my plugin. Your host and you have to do it.
Forum: Plugins
In reply to: [mTouch Quiz] [Plugin: mTouch Quiz] Several Issues using IE and FirefoxOthers have experienced this in the past. It has always been due to a conflict with another plugin. I recommend you disable all other plugins and see if the problem persists. You can reactivate them one at a time to determine what the conflict is and report back.
Good luck.
MichaelForum: Plugins
In reply to: [mTouch Quiz] [Plugin: mTouch Quiz] Feature request: Customizable stylesThis is high on my priority list. But unfortunately I still don’t know when it will happen. I would love to say its going to happen this month, but more realistic may be to say a “few” months. But it’s going to happen. It’s more complicated than it seems to allow customization without getting too complicated for users to actually do it. I’ve got some ideas and I will continue to let them brew until I think I can do a good job on it.
And as you said, the CSS can be modified now if you don’t mind getting dirty.
Good luck with your site.
Michael