Is there any way to enable the use of html code such as <sup></sup> in the lead-text of multichoice questions, (which is needed in order to display at least simpler physical/chemical/mathematical formulae et.c.)?

If not, the ability to specify allowed input format in these fields would be a nice new feature.

Comments

gilcot’s picture

setup your input formats with different filters for each format...
http://drupal.org/node/29516
http://drupal.org/handbook/modules/filter

because quiz module use drupal-node for questions (but not for choices) your feature is already in :)

saml’s picture

Oh, sorry, actually I was thinking of the fields for the choices, not the main text for the question. (Can't understand how I could fail to specify that! Must have lost some words in my hurry...)
Thanks for the help though.

gilcot’s picture

yes, answers/choices are not (always) rendered according to the input format... there is still some work going on that (it's related to output checking if i remember) and more planned for next release.

sivaji_ganesh_jojodae’s picture

Version: 6.x-2.x-dev » 6.x-4.x-dev
Status: Active » Fixed

This is fixed, now quiz 4.x provides input format support for question field.

falcon’s picture

Status: Fixed » Closed (fixed)