Index: lams_tool_scratchie/web/pages/learning/learning.jsp =================================================================== diff -u -r087486f544304e7ab0112f9e622010421c7e2860 -rbc65717cc947dfd5b941ab4ac8f31a59c8f68bf4 --- lams_tool_scratchie/web/pages/learning/learning.jsp (.../learning.jsp) (revision 087486f544304e7ab0112f9e622010421c7e2860) +++ lams_tool_scratchie/web/pages/learning/learning.jsp (.../learning.jsp) (revision bc65717cc947dfd5b941ab4ac8f31a59c8f68bf4) @@ -10,6 +10,8 @@ + + @@ -74,6 +76,25 @@ function continueReflect(){ document.location.href=''; } + + if (${!isUserLeader && mode != "teacher"}) { + setInterval("refreshQuestionList();",10000);// Auto-Refresh every 30 seconds + } + + function refreshQuestionList() { + var url = ""; + $("#questionListArea").load( + url, + { + sessionMapID: "${sessionMapID}" + }, + function(){ + //reinitializePassingMarkSelect(false); + //refreshThickbox(); + } + ); + } + --> @@ -83,112 +104,23 @@

${scratchie.title}

+ +

+ + ${sessionMap.groupLeader.firstName} ${sessionMap.groupLeader.lastName} + +

-

+

${scratchie.instructions}

<%@ include file="/common/messages.jsp"%> - -

${item.title}

- ${item.description} - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
- - ${answer.attemptOrder} - -
-
-
- ${answer.description} -
- -
+
+ <%@ include file="questionlist.jsp"%> +
- - -
-

- ${sessionMap.reflectInstructions} -

- - - -

- - -

-
- -

- -

-
-
- - - - - - -
-
- - -
- - - - - - - - - - - - - - - - - - - - - - -
-
-