|
@@ -162,8 +162,6 @@ class FillBlanks extends Question
|
|
|
{
|
|
|
global $charset;
|
|
|
$answer = $form->getSubmitValue('answer');
|
|
|
- //Due the fckeditor transform the elements to their HTML value
|
|
|
- $answer = api_html_entity_decode($answer, ENT_QUOTES, $charset);
|
|
|
|
|
|
//remove the :: eventually written by the user
|
|
|
$answer = str_replace('::','',$answer);
|