\documentclass[avery5371,grid]{flashcards}
% See Flashcard documentation: https://ctan.org/pkg/flashcards?lang=en
% -------------------
% Packages
% -------------------
%\usepackage{amsmath,amssymb,geometry}
\geometry{bindingoffset=0.0cm,hratio=1:1}
\usepackage[bitstream-charter]{mathdesign}
\usepackage[T1]{fontenc}
% -------------------
% Card Options
% -------------------
\cardfrontstyle{empty}
\cardbackstyle{empty}
\newcommand{\commentcard}{
\begin{flashcard}{\normalfont
\small Was this class helpful in learning the material? Rate (1 to 10). \\[1.1cm]
\small What was \emph{most} helpful/understandable---if anything? \\[1.1cm]
\small What was \emph{least} helpful/understandable---if anything? \\[1.1cm]
}
Questions \& Comments:
\end{flashcard}
}
% -------------------
% Content
% -------------------
\begin{document}
\commentcard
\commentcard
\commentcard
\commentcard
\commentcard
\commentcard
\commentcard
\commentcard
\commentcard
\commentcard
\end{document}