If you use the MS Word to XML online converter, your TCExam installation must be able to display HTML tags.
The steps are:
- Open your TCExam file system
- Open shared folder, open code folder
- Edit file tce_functions_tcecode.php
- Find the code like below
$newtext = htmlspecialchars($text_to_decode, ENT_NOQUOTES, $l['a_meta_charset']); - change it to
$newtext = html_entity_decode($text_to_decode); - Save the file
- Done! Now your TCExam can display all HTML tags that generated from MS Word to XML online converter