Customize your quiz
Using the code iframe
If you don't find an answer, you can send an email to the
webmaster.
Customize your quiz
Whether for integration in javascript, as in iframe, you can set different colors for the background, the font...
You can define these settings in
your account, so that it will be applied to all your quizzes.
Then, if you want to customize a quiz among others, you can do it by clicking
'Manage my quizzes', and

'Integrate this quiz on my site or my blog'.
Integrate a quiz using the code Iframe
To integrate your quiz as well as possible in an iframe, you can change
the height and width values.
The height of the iframe could be bigger than the height of the quizz, so there is no scrollbar.
The width could be the same than the width of your page.
If you want to remove the iframe borders, you can also use
frameborder with the value 0 :
<iframe frameborder="0"
name=...>
More information :