apex icon indicating copy to clipboard operation
apex copied to clipboard

number of questions

Open MohammadSamaha opened this issue 4 years ago • 3 comments

Currently you can add more than 20 questions but you only view 20. I checked in the code and noticed its hardcoded, it will be great if this can be used as a parameter at the poll settings level.

MohammadSamaha avatar Nov 11 '21 06:11 MohammadSamaha

Could you tell me where this has been hardcoded? so that I could change it for my needs, thank you,

nasums avatar Dec 17 '21 11:12 nasums

I found it in the SQL code by exporting the the project and searching for the digits 20 then replaced it in the correct context and then compressed the code and imported it again, let me know if you can do the same, otherwise I will so it again and highlight the code

MohammadSamaha avatar Dec 17 '21 12:12 MohammadSamaha

I was able to fix it.. all are sql quries..but for Poll Details - it was table row limit is static, it took some time to figure it out. all good now..thank you for responding

nasums avatar Dec 17 '21 13:12 nasums