Set question properties
limesurvey_set_question_propertiesUpdate question properties in LimeSurvey by providing the question ID and a map of property names to new values.
Instructions
Update question properties.
Calls LimeSurvey RemoteControl method set_question_properties. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Question property names mapped to new values. | |
| language | No | LimeSurvey language code; null uses the survey default. | |
| question_id | Yes | Numeric question ID. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |