Troubleshooting UXUI and template issues
Finding parsing errors
The metadata script parser cannot catch parsing errors in the UXUI properties that might cause the interview page to appear blank or incorrect. To troubleshoot these issues, use the developer tools of an external browser.
2 Start the interview. When the problem page is displayed in the browser, start the browser’s developer tools.
3 Go to the Console pane of the developer tools. You might see an error there. For example. the following error message indicates that a single quotation mark is missing from the 'SUM(R,*) expression:
Uncaught SyntaxError: Unexpected character: '; input: 'SUM(R,*) }
Examine the generated HTML to look for other issues.
Use the latest template files
Always use the latest template support files. To find which version of the template you are using, use the browser’s developer tools: under Network, find template.core.js, and then use Preview.
See