Entities in polls
Add support for styled text entities in polls, by adding a questionEntities
property and a getQuestionHTML
method to Poll a answerEntities
property and a getHTML
method to PollAnswer.
To avoid confusion with getQuestionHTML
, the inproperly named getHTML
method of QuizPoll was renamed to getSolutionHTML
.