Hello
When SurveyPDF is rendering the PDF, each question will be split into several bricks, then render them. and in the end we will get a question rendered on the PDF.
I'd like to know how to identify a description / answer brick programmatically.
lets take the following as an example.
This is a single input question, it contains 4 bricks
on the pdf it look like this
the first bricks is easy, it's always the title brick
for the rest of the bricks, how can I know if it's a brick for description or answer?
PS: I am using ck editor as the property editor for description. so description bricks are always HTMLBrick