CorrelAid / kbtbr

https://correlaid.github.io/kbtbr
Other
7 stars 1 forks source link

Allow converting categorical submission codes into the original labels #55

Open LadaRudnitckaia opened 3 years ago

LadaRudnitckaia commented 3 years ago

get_submissions method returns the categorical answers codes instead of the original categories. We could add an option (for example, as an additional parameter) to convert the codes to the original labels.

The original labels can be found in the form.

Investigate whether it is reasonable to return submission as an object.