Index: lams_tool_scratchie/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scratchie/web/pages/learning/learning.jsp,v diff -u -r1.7 -r1.8 --- lams_tool_scratchie/web/pages/learning/learning.jsp 4 Oct 2012 11:43:56 -0000 1.7 +++ lams_tool_scratchie/web/pages/learning/learning.jsp 16 Oct 2012 13:56:20 -0000 1.8 @@ -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} -

- - - -

- - -

-
- -

- -

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