Hello to all,
I'm trying to manually implement a progress bar of my own, so I can adjust increments with a certain weight for each question. So far, so good, I was able to use the survey CSS styles without problems:
<div class="progress_bar">
<table class="progress_bar_table"><tr>
<td class="left_cell" style="font-weight: normal">0%</td><td class="middle_cell">
<div class="progress_bar_outer">
<div class="progress_bar_inner" style="width: 10%"></div></div>
</td><td class="right_cell" style="font-weight: normal">100%</td></tr></table></div><div id="error_box" class="page_error error_messages HideElement"></div>
The problem arrived when I tried to apply it to MaxDiff questions, because as far as I know, HTML code can only be added for the general exercise, in a global way (and not for each specific question within the exercise), and I had forgotten about it. So, I am asking if someone knows how to insert different code (or use a variable, I think that would be enough for me) in each question of a MaxDiff exercise, so I can dynamically change the value of the bar. I hope there is a way to do it.
(of course, I'm not using version 8, but version 7.0.26)
Best regards and thanks in advance,
João Fernandes