submit_response
Submit a response to a survey programmatically. Answers is a map of question_id to answer value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | Map of question_id -> answer value | |
| user_id | No | Optional user identifier | |
| survey_id | Yes | The survey ID | |
| completion_time | No | Completion time in milliseconds |