Part of: https://github.com/ademidun/atila-django/issues/417
For sponsors, during scholarship creation, added 3 extra question types: file, multi_select, single_select. Upon choosing multi_select or single_select, an input box appears for the user to enter the options.
For the application form, added 3 extra input forms to display the new question types, checkbox_group, radio_group, file
Part of: https://github.com/ademidun/atila-django/issues/417 For sponsors, during scholarship creation, added 3 extra question types:
file, multi_select, single_select
. Upon choosingmulti_select
orsingle_select
, an input box appears for the user to enter the options.For the application form, added 3 extra input forms to display the new question types,
checkbox_group, radio_group, file
TODO: validate saving application question answers