Adding a quiz on wordpress.com and changing its properties

  • Unknown's avatar

    Hi there, I was wondering if it’s possible to change the “look” of the built in quiz code in wordpress.com.

    —–
    For example:

    [quiz]

    [question]_____ fluctuating seasonal profit margins can distort average company revenues.
    [/question]

    [wrong]Wide
    [/wrong]

    [wrong]Widest
    [/wrong]

    [wrong]Width
    [/wrong]

    [answer]Widely
    [/answer]

    [/quiz]

    —–

    Is it possible to add more code so that I can make the my “question” a different font size and color for instance?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Do you have a page with a quiz set up at the moment? CSS is dependent on the theme you use so it would be good to have an example to work from. Once you have one set up and published let me know the URL and I will take a closer look.

  • Unknown's avatar

    wow thanks for getting back so quickly!!

    Here is a sample link:
    https://myteachersam.com/368-2/

    Really appreciate the help!

  • Unknown's avatar

    Add this to the CSS section of your customiser and see what you think. You can change the colour and size and any other CSS rules you add in should also work (I’ve changed the font weight as an example):

    #page div.quiz div.question {
      font-size: 1.2em;
      font-weight: normal;
      color: #6F9D9F;
    }
  • The topic ‘Adding a quiz on wordpress.com and changing its properties’ is closed to new replies.