Assignments create method doesn't send identifying data to the server
Closed this issue · 0 comments
vavalomi commented
Example from the forum question: https://forum.mysurvey.solutions/t/ssaw-assignments-module/3034
data = [
{“Variable”: “Ed_no”, “Answer”: “19030”}
]
newobj = Assignment(
responsible=“Dre”,
questionnaire_id=“a189a582c01a41129058b44e799815af$6”,
quantity=1,
identifying_data=data)
newobj does include identifying data but the created assignment on the server doesn't.