Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McServicePOJO.java =================================================================== diff -u -r3f7d82f8f5d0c6881eb83f9ce8c36720e9756649 -rab8fc22488ee451542732a76b27e6b85f55702cd --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McServicePOJO.java (.../McServicePOJO.java) (revision 3f7d82f8f5d0c6881eb83f9ce8c36720e9756649) +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McServicePOJO.java (.../McServicePOJO.java) (revision ab8fc22488ee451542732a76b27e6b85f55702cd) @@ -854,7 +854,7 @@ row = sheet.createRow(rowCount++); count = 2; - for (int questionCount = 0; questionCount < questions.size(); questionCount++) { + for (int questionCount = 1; questionCount <= questions.size(); questionCount++) { cell = row.createCell(count++); cell.setCellValue(messageService.getMessage("label.question") + questionCount); } Index: lams_tool_lamc/web/monitoring/SummaryContent.jsp =================================================================== diff -u -r3f7d82f8f5d0c6881eb83f9ce8c36720e9756649 -rab8fc22488ee451542732a76b27e6b85f55702cd --- lams_tool_lamc/web/monitoring/SummaryContent.jsp (.../SummaryContent.jsp) (revision 3f7d82f8f5d0c6881eb83f9ce8c36720e9756649) +++ lams_tool_lamc/web/monitoring/SummaryContent.jsp (.../SummaryContent.jsp) (revision ab8fc22488ee451542732a76b27e6b85f55702cd) @@ -2,7 +2,7 @@ - +