numbas / Numbas

A completely browser-based e-assessment/e-learning system, with an emphasis on mathematics
http://www.numbas.org.uk
Apache License 2.0
197 stars 118 forks source link

Printed worksheet theme: show all the options for a dropdownlist input #1067

Closed christianp closed 7 months ago

christianp commented 7 months ago

At the moment, the <select> input is rendered with the GUI styling, so you can't see the options.

<option> elements are replaced, so you can't style them. The theme will have to produce different HTML.

christianp commented 7 months ago

Actually, this needs to happen in the default theme, too, so the printed version looks sensible. And that would solve the problem we currently have that the custom part type also needs different markup for print.

So I think a better solution would be to produce two versions, one with a <select> and the other with a <span>, and only show one depending on whether the media is screen or print.