Hi, there are many options, and you only need some javascript.
Use an array(text)
1. To get a column where only numbers are allowed, you may
a. validate.
A question validation like
is_empty(Q1_SQ001) or is_numeric(Q1_SQ001)) and (... for all rows
Depending on the numbers to be entered you may use "is_int" or "is_float".
See the "implemented functions"
[url]
www.limesurvey.org/manual/ExpressionScri...mplemented_functions
[/url]
b. use an input mask (as I show here).
Either this
[url]
igorescobar.github.io/jQuery-Mask-Plugin/
[/url]
or
[url]
github.com/RobinHerbots/Inputmask
[/url]
I used the second
2. To get a column with a Yes/No answer you may
a. insert these vertical radio buttons
b. insert a dropdown with the options.
Now decide what you prefer and send the lss export of these relevant questions.
I recommend the drop-down solution, because the other on (the vertical buttons) is designed a bit differently and interferes with other scripts.
Joffm
BTW:
You use a 6 years old version without any bugfix or patch. In times of GDPR you really should consider an update.