Skip to content

Entities in polls

Latest
Compare
Choose a tag to compare
@danog danog released this 28 Apr 15:20
· 17 commits to v8 since this release

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.