Tiny MCE Editor in Test feedback management not saving
Tiny MCE Editor in Test feedback management not saving
Hi, using Formal LMS version 1.4.1 and set to use "tinymce" in the configuration settings :
It all works fine if you add (for example) a new HTML page you can edit the text and set h1, colours etc. and save it and it views properly.
However if you want to format the "Feedback Management" of a test it will not save (you can still format everything as above but when you save it , it reverts to standard text).
Anyone else had this problem?
Rick
It all works fine if you add (for example) a new HTML page you can edit the text and set h1, colours etc. and save it and it views properly.
However if you want to format the "Feedback Management" of a test it will not save (you can still format everything as above but when you save it , it reverts to standard text).
Anyone else had this problem?
Rick
Re: Tiny MCE Editor in Test feedback management not saving
See in appLms/lib/lib.assessment_rule.php ,
Change to:
Code: Select all
public function save () {
...
$feedback_txt =Get::pReq('feedback_txt', DOTY_STRING, '');
Code: Select all
$feedback_txt =Get::pReq('feedback_txt', DOTY_MIXED, '');
Re: Tiny MCE Editor in Test feedback management not saving
Jasmine, thanks a lot. Works perfectly.
Re: Tiny MCE Editor in Test feedback management not saving
Thanks jasmine
I will insert the correction in the bug tracker
I will insert the correction in the bug tracker
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------