Create a `variant` for the question type `text` to handle: - single (the regular input type text) - multiline (a textarea) Create the new typescript type, the component and add it on the create survey form. Use the `choice` question type as an example.