\documentclass[a4paper]{ulab-cse-question}
%-----------------------------------------------------------------
% LaTeX template for a Question Setting for the
% Department of Computer Science and Engineering
% at the University of Liberal Arts Bangladesh (ULAB)
% Written By: Muhammad Abul Hasan, PhD
% Date Updated: January 22, 2022 (v2.0)
% For any comments or suggestions: muhammad.hasan@ulab.edu.bd
%-----------------------------------------------------------
\author{Muhammad A. Hasan}
%%%%%%%%%%%%%%%%% Begin Preamble Settings %%%%%%%%%%%%%%
\def \Term{Fall}
\def \TermYear{2021}
%---------------------------------------------
\def \CourseCode{CSE 410}
\def \CourseTitle{Artificial Intelligence}
\def \CourseSection{01}
%---------------------------------------------
\def \ExamName{Final Examination}
\def \TotalMarks{25}
\def \ExamLength{2 hours}
\def \ExamTime{2:00 PM to 3:45 PM}
\def \ExamDate{25 January 2022}
\def \FacultyName{Muhammad Abul Hasan, PhD}
%%%%%%%%%%%%%%%%% End Preamble Settings %%%%%%%%%%%%%%%%
\begin{document}
\generalinstructions % Comment out if you do not need to include general instructions
\questionPreamble % Please Do Not Remove This Line
\begin{question}{5} % here number in bracket represents allocated marks
\input{QuestionBank/bayesrule1.tex}
\end{question}
\begin{question}{10} % here number in bracket represents allocated marks
\input{QuestionBank/hmm1.tex}
\end{question}
\begin{question}{5}
\input{QuestionBank/bayesnet1.tex}
\end{question}
\begin{question}{5}
\input{QuestionBank/ml1.tex}
\end{question}
%\theTotalMarks
\questionEnding % Please Do Not Remove This Line
\end{document}