I am using the invisible option in my presentation, but I would like to also have a print version where the invisible option is activated. When I use the handout mode, only the first version of each slide is printed (that is, the items becoming visible later are not displayed). I don't want to manually remove all the invisible instances. Is there a method to deactivate all the invisible instances?
Thanks and here is a MWE.
\documentclass[handout, english]{beamer}
\begin{document}
\begin{frame}{Questions:}
\begin{itemize}
\invisible<1>{\item[A.] Question 1.}
\pause\invisible<-2>{\item[B.] Question 2.}
\pause\invisible<-3>{\item[B.] Question 3.}
\end{itemize}
\end{frame}
\end{document}