Hi,
I'm struggling to adjust the font size only for specific questions (e.g. given by question name).
I understand that I have to hook into the onRenderQuestion event. But when I change the fontsize there, it takes effect only for the rest of the document after the rendered question. Unfortunately, the documentation of the API is rather sparse at this point.
So:
- What do I have to do change the font size for a question with name 'foo'
- And set it back to its original value for everything but 'foo'
Thanks!