Survey setup - multi grid question\answers

@Teodor

I have managed to make it work as follows:

meaning that 2 answer options`s answer_score is above 2

my question is, is it possible to define several “rules” so each answer will have its own color,

please advice the direction i should follow to achieve it.

Just add more Class Toggles the same way you added the one you have. :slight_smile:

1 Like

:slight_smile: :grinning:

thnx man

1 Like

hey guys,
@StevenM @Teodor @brad

I have followed your guides and managed to get the form questions and answers to appear as above.

but then i wanted to add paging, since there were too many questions on single page.

Since there was no limit field in database query, i`ve changed it to

database paged query, then added limit=10, added on app–>query manager, the offset and added pagination.

now paging works, BUT answers are not shown anymore…
please advice

url: http://dino.serviceclientele.net/admin/questionform.php



The only thing I can see right off the top is that you may have entered your limit in the wrong place.

In your server connect query you should still have …

And then in the App Connect you need to select your serverconnect recordset and set your limit there.

@brad
i just changed what you pointed, which is logical, but now the questions aren’t loaded on the page


hey guys,

managed to move forward.
my issue now conserns paging,
for some reason it does not work



I have tried to follow guides on the website, but on the example, bootstrap table used, and when select data source for paging, i do see offset and limit, while here i do NOT.

http://dino.serviceclientele.net/admin/questionform.php

another strange thing is, that now only 25 rows loaded, while there are 39, not sure where do i control that.

please help

@Teodor ?

can anyone help with it?>