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
203 stars 118 forks source link

Put dropdownlist back in #320

Closed christianp closed 7 years ago

christianp commented 10 years ago

There used to be a displaytype option for 1_n_x and m_n_2 parts, which let you ask for a list of radio/check boxes, or a drop-down list. I got lazy and removed the drop-down list support a while ago, so it should go back in.

christianp commented 10 years ago

15ba9495d451f84b makes dropdownlist work for 1_n_x ("choose one from a list") parts.

christianp commented 7 years ago

Actually, if I put the code back in the runtime, we just need to make the option available in the editor again. I'll make an issue.

abhanshgiri21 commented 7 years ago

hi, i would like to work on this, how can i do this?

christianp commented 7 years ago

Hi, Thanks for offering. I've written what needs to be done in the editor repository at numbas/editor#329

christianp commented 7 years ago

@extigy has finished the work on the editor, so this is now done.