diff --git a/main/newscorm/lp_stats.php b/main/newscorm/lp_stats.php
index 17e75bc7eb..003d15efee 100644
--- a/main/newscorm/lp_stats.php
+++ b/main/newscorm/lp_stats.php
@@ -201,7 +201,7 @@ foreach ($list as $my_item_id) {
//."
".htmlentities($array_status[$lesson_status],ENT_QUOTES,$charset_lang)." | \n"
.''.$interaction['type']." | \n"
//.''.$interaction['correct_responses']." | \n"
- .''.$interaction['student_response']." | \n".''.$interaction['result']." | \n".''.$interaction['latency']." | \n".''.$interaction['time']." | \n"."\n";
+ .''.urldecode($interaction['student_response'])." | \n".''.$interaction['result']." | \n".''.$interaction['latency']." | \n".''.$interaction['time']." | \n"."\n";
$counter ++;
}
}
@@ -301,7 +301,7 @@ foreach ($list as $my_item_id) {
//."".htmlentities($array_status[$lesson_status],ENT_QUOTES,$charset_lang)." | \n"
.''.$interaction['type']." | \n"
//.''.$interaction['correct_responses']." | \n"
- .''.$interaction['student_response']." | \n".''.$interaction['result']." | \n".''.$interaction['latency']." | \n".''.$interaction['time']." | \n"."\n";
+ .''.urldecode($interaction['student_response'])." | \n".''.$interaction['result']." | \n".''.$interaction['latency']." | \n".''.$interaction['time']." | \n"."\n";
$counter ++;
}
}