-
Bug
-
Resolution: Fixed
-
Minor
-
3.4.2, 4.4.1
The fields name and presentation are missing some parameters in the exporter get_format_parameters_for_xxx method. Specifically, noclean => true and para => false.
Adding those two parameters will make the exporter to behave the same way that the web version (see mod/feedback/item/numeric/lib.php or mod/feedback/item/textarea/lib.php where all the text passed through format_text is formatted using those options).
This is making the app to not display correctly some texts (see MOBILE-2367 where we applied a local temporary patch).