Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: error while using optionquestion ... #266

Open
yves84 opened this issue May 28, 2024 · 2 comments
Open

Question: error while using optionquestion ... #266

yves84 opened this issue May 28, 2024 · 2 comments

Comments

@yves84
Copy link

yves84 commented May 28, 2024

Hi!

code:

\begin{optionquestion}[var=EV,cols=1,rowsep=10pt]{Sind Sie einverstanden, dass Ihre Antworten anonym für die Forschung genutzt werden?}
\choiceitem{Ja, ich bin einverstanden.}
\choiceitem{Nein, ich bin nicht einverstanden.}
\end{optionquestion}

error:

ev.tex:4: Package sdapsclassic Error: Mode should always be vertical inside a
(sdapsclassic)                choicequestion.
(sdapsclassic)                This likely means that the choicequestion
(sdapsclassic)                contains content other than one of the
(sdapsclassic)                permissable macros.

but what does it mean? how i can fix this error?

sdaps 1.9.13 (Manjaro Linux), texlive 2024.2, using xelatex.

ty!

@benzea
Copy link
Member

benzea commented May 28, 2024

Hm, works fine for me. Can you maybe provide the full document?

@yves84
Copy link
Author

yves84 commented May 29, 2024

Found the problem.

i need the survey in six different languages. i use xelatex with the polyglossar to handle the fonts and so on.

\setdefaultlanguage{german}
% \setotherlanguages{german, english, polish, russian, arabic, turkish}      < this line is the problem
\setotherlanguages{german, english, polish, russian, turkish}                        < this is ok

if i set "arabic", the error comes up (problem with RL?). Doesn't seem to be a problem with sdaps. A few months ago I didn't have this problem.

Ty for ur time. I was a bit confused by the error message xD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants