You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/questions.tex
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -59,12 +59,12 @@
59
59
\begin{feedback}[incorrect]{Incorrect}\end{feedback} % !!! THIS DOES NOT WORK !!!!
60
60
\begin{feedback}[ansr.toLowerCase() === 'twee']{Correct (because Ximera compares case-insensitive)}\end{feedback} % but this is equivalent to [correct] ...
61
61
\begin{feedback}[ansr === 'twee']{Correct (according to === in JS)}\end{feedback} % but this is equivalent to [correct] ...
62
-
\ifonline{
63
-
\begin{feedback}[(ansr.toLowerCase() === 'twee') && (ansr !== 'twee')]{Correct (because Ximera compares case-insensitive) }\end{feedback} % and this works !!!
64
-
}
65
-
{
66
-
\begin{feedback}[]{Correct (because Ximera compares case-insensitive) }\end{feedback} % NO && in PDF ...?
67
-
}
62
+
%\ifonline{
63
+
%\begin{feedback}[(ansr.toLowerCase() === 'twee') && (ansr !== 'twee')]{Correct (because Ximera compares case-insensitive) }\end{feedback} % and this works !!!
64
+
%}
65
+
%{
66
+
%\begin{feedback}[]{Correct (because Ximera compares case-insensitive) }\end{feedback} % NO && in PDF ...?
67
+
%}
68
68
\begin{feedback}[ansr < 'twee']{Too small}\end{feedback} % this also works, but is probably not very useful
0 commit comments