magpie-ea / magpie-modules

the reusable front-end bits in the _magpie modules
MIT License
7 stars 1 forks source link

Make it easier to add questions to the postTest questionnaire #69

Open JannisBush opened 4 years ago

JannisBush commented 4 years ago

Currently, one has to rewrite the complete answer_container_generator and handle_response_function.

Make it possible to just add a dict? with question name and answer options that automatically get inserted to the generator and are correctly read out and saved in the handle_response function.