Pierre-Sassoulas / django-survey

A django survey app that can export results as CSV or PDF using your native language.
GNU Affero General Public License v3.0
217 stars 145 forks source link

How to display questions randomly ? #169

Closed Aria-K-Alethia closed 2 years ago

Aria-K-Alethia commented 2 years ago

Hi,

Thank you for your code contribution!

I wonder if it is possible to display random questions for each subject. That means I want to create a question pool with, say 10 questions, and for each subject, I want to select 5 questions randomly from the pool.

Pierre-Sassoulas commented 2 years ago

There's nothing to do that right now but I think it's possible to add this behaviour on top of the app.

Aria-K-Alethia commented 2 years ago

Thank you ! I wil try to customize the code.