Resolve "Add datatype of data / given answers to metadata"
We agreed upon the following:
- Enrich metadata yaml file with key
datatype
. - Extend class
Question
by a propertydatatype
, a methodgiven_answers_according_to_type
and change methodas_series
to regard the datatype of a series. - Change class
Answer
to introduce the notion of "raw data", hold any kind of datatype in propertydata
, add property datatype and question ID. - Adapt module
metadata
to parsedatatype
from metadata yaml file.
Closes #29 (closed)
Edited by Erxleben, Fredo