\documentclass[12pt]{article} \usepackage[usedbapp]{ran_toks} \usepackage[%allowrandomize, nosolutions,forcolorpaper,pointsonleft,noparttotals]{eqexam} \everymath{\displaystyle} \examNum{1} \title[ViewDB]{View a DB Test File} \author{D. P. Story} \subject[MC]{Demo file} \university {% THE UNIVERSITY OF AKRON\\ Theoretical and Applied Mathematics } \email{dpstory@uakron.edu} \useProbDBs{db1,db2,db3,db4} \viewIDstrue \begin{document} \begin{exam}{View} %%%%%%%%%%%%%%%% % Typeset a DB % %%%%%%%%%%%%%%%% % The problems are input in the order they appear in the DB, the alternatives % are not randomized either. \viewDB{DB1} % DB1, DB2, DB3, DB4 \end{exam} \end{document}