Hello world,
I am working at an experiment design and want to ask about your opinion and the feasibility with Django.
We want to simplify our online experiments (university) and want to create a platform for our researchers to select settings for an online task (Picture 1).
These are existing apps like a chatbot. There are also different settings / treatments like the collection of badges.
Based on the selection, a website with its selected content and one or more links are generated to send out to a test person (Picture 2).
I have some questions about this:
- How can I display all apps/experiments on one homepage (Picture 1) and generate sites for the selection (Picture 2)?
- How can I generate unique links for the sites to send them out to probands?
- Is Django the right option?
I now that some of these questions are more opinion-based and I appreciate every answer on that!