Hi All,
When exporting feedback responses, I can see that it does strip HTML tags, but does not do the same for any instance of  
This leads me to believe that it's not intended behaviour
Test locations:
sandbox.moodledemo.net
sandbox405.moodledemo.net
Steps to replicate:
- Go to any of the above sites, and enter a course, then turn on editing mode
- Create a feedback activity and leave all settings as default
- Create for example, a Multiple Choice question
- In the question title, use text that contains HTML tags such as
<h4><b>01</b></h4> I have a clear understanding of the concept.
- In the question answers, input the following test
1 (Strongly disagree)
|
2 (Disagree)
|
3 (Neither agree or disagree)
|
4 (Agree)
|
5 (Strongly agree)
|
- Save changes, then answer the question
- Export the results
Observed: The HTML tags do not exist in the question, but   does exist in the answer text
Expected:   should be stripped and replaced instead with a space per intended formatting.