Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McServicePOJO.java
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McServicePOJO.java,v
diff -u -r1.113 -r1.114
--- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McServicePOJO.java 3 Sep 2013 16:56:41 -0000 1.113
+++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McServicePOJO.java 4 Sep 2013 08:06:38 -0000 1.114
@@ -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
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_lamc/web/monitoring/SummaryContent.jsp,v
diff -u -r1.33 -r1.34
--- lams_tool_lamc/web/monitoring/SummaryContent.jsp 3 Sep 2013 16:56:41 -0000 1.33
+++ lams_tool_lamc/web/monitoring/SummaryContent.jsp 4 Sep 2013 08:06:38 -0000 1.34
@@ -2,7 +2,7 @@
-
+