jewlofthelotus / SlickQuiz-WordPress

SlickQuiz is a plugin for displaying and managing pretty, dynamic quizzes. It uses the SlickQuiz jQuery plugin.
http://wordpress.org/extend/plugins/slickquiz
Other
18 stars 19 forks source link

Submit button and spacing issue #55

Closed PASCOECANADA closed 10 years ago

PASCOECANADA commented 10 years ago

Hi there,

Could you help me with the following two issues?

  1. Is it possible to replace the "next" button with a "submit your answers" button to the last question?
  2. Decrease the spacing between the answer and the questions before and after.

Please see attached files for details.

Thank you! doc1 doc2

jewlofthelotus commented 10 years ago

Hi @PASCOECANADA,

There is not a built-in method to change the copy on the final "next" button. But I agree it would be nice to have, so I'll add that to my list of features to add. If you wanted that feature now, you should be able to modify the JS to do that.

As for the spacing, you should be able to address that with some simple CSS adjustments in your theme's stylesheet.

PASCOECANADA commented 10 years ago

Thank you!