This feature is available for the following block types:
Single line Input
Number
Website URL
Date
Star rating
Opinion scale
Single select option
Multi select option
Dropdown
How to auto fill from URL parameter for Option type questions?
For option type questions like Single select, Multi select and Dropdown, you can proceed by naming the auto-fill param form the right editor (as mentioned above). Then to get the option ids click on the dropdown chevron from the options in right editor and then copy the option ids.
This sketch cannot currently be displayed in exports
Add a caption...
So if you name your block's autofill param say choice then you can add it in URL parameter as: ?choice=option_id
Note: for multi select you can add coma seperated option ids like: ?choices=option_id_1,option_id_2