1.0.0
3.10
6.4.10
Limesurvey Hosted
Limesurvey Hosted
I am trying to programmatically update the answer_order
of all questions in a survey to random
.
I have confirmed I can update other properties such as title
using
props: types.QuestionProperties = {'title': 'test'}
client.set_question_properties(question['id'], language="en", **props)
but when I try
props: types.QuestionProperties = {'attributes': {'answer_order': 'random'}}
client.set_question_properties(question['id'], language="en", **props)
I get No valid Data
is setting nested properties not supported? I couldn't find anything in the documentation.
No response
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too