symp
Forum Replies Created
-
@jtikcuf
So there may be no solution aside from making a drastic change on the page. This doesn’t look too good.I’ve looked through my sqls and noticed a
FROMwp_mlw_questionssection which contains the questions. Would it be enough to export that table and import it to the fresh wordpress instalation?
Would there be a need to edit/add some additional sql entries and files?Thank you for implementing it.
Unfortunately using the css to make answer fields larger doesn’t help. Pressing enter in that field ends the test so it’s not possible to use it for a dictation.
It’s probably because it’s not a<textarea>but<input>.In the end I decided to use an empty single choice answer but being able to specify no answer at all would still help.
Forum: Plugins
In reply to: [Quiz and Survey Master (QSM) – Quiz Maker & Survey Maker] Consent checkboxThis would be very helpful for everyone that has to comply with EU privacy laws.
On this subject: does your mailchimp integration paid plugin support thelist based express consent workaround? That’s another matter that many of EU citizins have to consider.
Thank you for responding.
I have a dictation in my quiz. It’s quite long and I don’t want to require the users to manually resize the text input area. Your new large text input option is a step in the right direction. I have used css to style the comment form to achieve the result I wanted:
border: 1px solid #c4c4c4; height: 600px !important; width: 550px !important; font-size: 13px; padding: 4px 4px 4px 4px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0px 0px 8px #d9d9d9; -moz-box-shadow: 0px 0px 8px #d9d9d9; -webkit-box-shadow: 0px 0px 8px #d9d9d9;If the new large text answer had a separate class then it would allow me to style it similarly.
Ok, after typing that answer it occurred to me that I could have simply used
textarea.mlw_answer_open_text[name=questionX]
to achieve the same result for each of those questions, so this is no longer important 🙂The shortcode would be a standard [audio] for the dictation. Right now I’m using <object> but this doesn’t take the theme style into account.
On a side note: There’s a results export add-on on your store. Is there any way (paid/free) to export a quiz and import it on another website? I’m considering doing a fresh install of the whole wordpress and that would save me quite some time.
The plug in is really good. I especially like the fact that it allows the admins to change every text there is, which is very useful for multilanguage installations. Thank you for releasing it.
Was the google+ integration implemented? The plug-in still says that Twitter is the only one supported.