Index: lams_central/web/questions/questionChoice.jsp =================================================================== diff -u -r45018edac94113f5d92c231fbca8a97285b0436b -r3f18890e24de43c31ac23d49e2c1a4906e479863 --- lams_central/web/questions/questionChoice.jsp (.../questionChoice.jsp) (revision 45018edac94113f5d92c231fbca8a97285b0436b) +++ lams_central/web/questions/questionChoice.jsp (.../questionChoice.jsp) (revision 3f18890e24de43c31ac23d49e2c1a4906e479863) @@ -48,6 +48,7 @@ window.resizeTo(1152, 648); var returnURL = '${returnURL}'; + var callerID = '${callerID}'; function submitForm() { var anyQuestionsSelected = false; @@ -62,7 +63,7 @@ var form = $("#questionForm"); if (returnURL == '') { form.css('visibility', 'hidden'); - window.opener.saveQTI(form[0].outerHTML, 'questionForm'); + window.opener.saveQTI(form[0].outerHTML, 'questionForm', callerID); window.close(); } else { // this code is not really used at the moment, but it's available