Change box size for question

PennController for IBEX Forums Support Change box size for question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6391
    ktetzloff
    Participant

    I have multiple choice questions, but the normal box size for the display are too small. How can I update the .css file to make these answer boxes wider? Thank you!

    #6392
    Jeremy
    Keymaster

    Hi,

    It depends on how you implemented those multiple choice questions.

    You can see the general structure of any PennController element printed on the page here. You can also open your browser’s inspector to get a finer look at how the different elements are structured on the page and, most importantly, their CSS classes, and write rules accordingly in a file named global_z.css

    Or you can directly use the css and/or cssContainer commands on your elements, if it makes sense with the particular way you implemented your multiple choice questions

    Jeremy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.