\documentclass{ueaassig}

\begin{document}

 % Title page information:

\begin{titleinfo}
   \unit{CMPS-1A4Y}
   \title{Laboratory Exercise 1 --- Getting Started}
   \date{Monday of week 2}
   \submissiondate{Friday of week 3}
   \returndate{Friday of week 4}
   \setby{Dr Some One}
   \checkedby{Dr Ann Other}
   \assignvalue{20}

  % Assignment aim

  \aim{%
    \subjectspecific{Gain experience doing something or other}
    \transferable{Some skill or other}
  }

  % What the student will have learnt by completing the exercise

  \learning{%
    \subjectspecific{%
      The ability to do something.

      To gain experience doing something else}
  }

  % The assessment criteria

  \criteria{%
    A working solution.

    The use of clear, readable code.
  }
\end{titleinfo}

 % Description of the assignment:

\begin{assignment}
  This is the description of the assignment.

  Your task is to write an application that's rather clever and
  requires a lot of imagination and talent.
\end{assignment}

 % General guidelines

\begin{guidelines}
  The application must be:
  \begin{itemize}
    \item Clever
    \item Imaginative
  \end{itemize}

  Please read carefully the submission guidelines below.
\end{guidelines}

 % Assessment
\begin{assessment}
 % Breakdown of how marks are awarded:
  \begin{marksawarded}
    \submark{10}{Including comments in the code}
    \submark{80}{Writing working code}
    \submark{10}{Writing documentation}
  \end{marksawarded}
\end{assessment}

 % Submission procedure, deadlines and plagiarism:

\begin{submission}
  Write all the files comprising the application to a CD or DVD and
  test that it works on one of the PC lab computers. Write your
  student number on the CD or DVD.

  Print an assignment cover sheet from your portal.

  Attach your written work and the CD or DVD (in a suitable cover)
  to the cover sheet.
\end{submission}
\end{document}
