I am super new to LaTeX and only use other documents as templates or search specifially for commands.
I am creating a survey. Now I want to create a rating scale with a crossed box for the explanation of the survey. How do I insert a cross/a crossed box into a rating?
This is set in the command definitions:
%% \Qrating = Automatically create a rating scale with NUM steps, like
%% this: 0--0--0--0--0.
\newcounter{qr}
\newcommand{\Qrating}[1]{\QO\forloop{qr}{1}{\value{qr} < #1}{---\QO}}
Currently, I am using this rating:
\Qtab{3cm}{very \Qrating{5} not at all}}
