|<\/p>|\xa0/g, "").length == 0)) ? "" : ckeditorData;
+ this.value = ((ckeditorData == null) || (ckeditorData.replace(/ | |
|\s|
|<\/p>|\xa0/g, "").length == 0)) ? "" : ckeditorData;
});
+
+ // copy value from lams:textarea (only available in essay and mark hedging type of questions) to hidden input before ajax submit
+ $("textarea[id^='essay-question'], textarea[id^='justification-question']").each(function() {
+ filterData(this, document.getElementById(this.name.split('_')[0] + '__lamshidden'));
+ });
//ajax form submit
$('#answers').ajaxSubmit({
@@ -316,6 +320,12 @@
}
}
disableButtons();
+
+ // copy value from lams:textarea (only available in essay and mark hedging type of questions) to hidden input before submit
+ $("textarea[id^='essay-question'], textarea[id^='justification-question']").each(function() {
+ filterData(this, document.getElementById(this.name.split('_')[0] + '__lamshidden'));
+ });
+
var myForm = $("#answers");
myForm.attr("action", "