}
strBuffer.append("</td>");
strBuffer.append("<td>");
for (int iterEC = 0; iterEC < infoExam.getAssociatedCurricularCourseScope().size(); iterEC++) {
InfoCurricularCourseScope infoCCS = infoExam.getAssociatedCurricularCourseScope().get(iterEC);
strBuffer.append(infoCCS.getInfoCurricularCourse().getInfoDegreeCurricularPlan().getName());
strBuffer.append(" ");
strBuffer.append(infoCCS.getInfoCurricularSemester().getInfoCurricularYear().getYear());
strBuffer.append("º ano <br/>");
}
strBuffer.append("</td>");
strBuffer.append("<td>" + infoExam.getSeason().getSeason() + "ª </td>");