cosmicds / cds-api

API for accessing the CosmicDS database
GNU General Public License v3.0
0 stars 3 forks source link

Allow adding answers to questions #82

Closed Carifio24 closed 1 year ago

Carifio24 commented 1 year ago

This PR updates the question model and associated POST endpoint to allow specifying answers to questions (for multiple choices). The new fields that one can specify in the POST request have the following structure:

For a free response question these should be omitted from the request body; they will automatically be set to NULL in the database.

@johnarban Let me know if you have any questions/issues/etc when using this for the questions analysis.