How to Enable HTML Tags in TCExam

If you use the MS Word to XML online converter, your TCExam installation must be able to display HTML tags.

The steps are:

  1. Open your TCExam file system
  2. Open shared folder, open code folder
  3. Edit file tce_functions_tcecode.php
  4. Find the code like below
    $newtext = htmlspecialchars($text_to_decode, ENT_NOQUOTES, $l['a_meta_charset']);
  5. change it to
    $newtext = html_entity_decode($text_to_decode);
  6. Save the file
  7. Done! Now your TCExam can display all HTML tags that generated from MS Word to XML online converter

Disclaimer: Gambar, artikel ataupun video yang ada di web ini terkadang berasal dari berbagai sumber media lain. Hak Cipta sepenuhnya dipegang oleh sumber tersebut. Jika ada masalah terkait hal ini, Anda dapat menghubungi kami disini.