Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #48618 > unrolled thread

python-django for dynamic web survey?

Started bychip9munk <"chip9munk[SSSpAm"@gmail.com>
First post2013-06-18 12:24 +0200
Last post2013-06-19 08:03 +0200
Articles 5 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  python-django for dynamic web survey? chip9munk <"chip9munk[SSSpAm"@gmail.com> - 2013-06-18 12:24 +0200
    Re: python-django for dynamic web survey? andrea crotti <andrea.crotti.0@gmail.com> - 2013-06-18 11:59 +0100
      Re: python-django for dynamic web survey? chip9munk <"chip9munk[SSSpAm"@gmail.com> - 2013-06-18 13:26 +0200
    Re: python-django for dynamic web survey? Jason Friedman <jsf80238@gmail.com> - 2013-06-18 23:04 -0600
      Re: python-django for dynamic web survey? chip9munk <"chip9munk[SSSpAm"@gmail.com> - 2013-06-19 08:03 +0200

#48618 — python-django for dynamic web survey?

Fromchip9munk <"chip9munk[SSSpAm"@gmail.com>
Date2013-06-18 12:24 +0200
Subjectpython-django for dynamic web survey?
Message-ID<kppch6$67b$1@poprovec.arnes.si>
Hi guys!

Please help me with your advices and ideas.

I need to create a web survey that will dynamically (randomly) select 
questions and descriptions from a dataset, present them to users, 
collect their answers and store them back in the dataset. (Every user 
gets different set of questions randomly selested from the pool.)

Since I am very inexperienced with this stuff I want to ask you if you 
thing that python (which I use) and django (which I have never used 
before) would be a good way to do this easily? I have seen there  are 
some django survey and crowdsourcing librarires...

What do you think? Is there an easier way?
I would like some fast, clean, modifyAndDoNotCodeFromScratch solution.

Thanks!

[toc] | [next] | [standalone]


#48621

Fromandrea crotti <andrea.crotti.0@gmail.com>
Date2013-06-18 11:59 +0100
Message-ID<mailman.3525.1371553142.3114.python-list@python.org>
In reply to#48618

[Multipart message — attachments visible in raw view] — view raw

Django makes your life a lot easier in many ways, but you still need some
time to learn it.
The task you're trying it's not trivial though, depending on your
experience it might take a while with any library/framework..

[toc] | [prev] | [next] | [standalone]


#48622

Fromchip9munk <"chip9munk[SSSpAm"@gmail.com>
Date2013-06-18 13:26 +0200
Message-ID<kppg4j$870$1@poprovec.arnes.si>
In reply to#48621
On 18-Jun-13 12:59 PM, andrea crotti wrote:
> Django makes your life a lot easier in many ways, but you still need
> some time to learn it.
> The task you're trying it's not trivial though, depending on your
> experience it might take a while with any library/framework..

I have an overall experience with languages, frameworks etc. I was 
hoping to get some simple example and than modify it to do what I need 
it to do.

[toc] | [prev] | [next] | [standalone]


#48684

FromJason Friedman <jsf80238@gmail.com>
Date2013-06-18 23:04 -0600
Message-ID<mailman.3567.1371618293.3114.python-list@python.org>
In reply to#48618

[Multipart message — attachments visible in raw view] — view raw

> Hi guys!
>
> Please help me with your advices and ideas.
>
> I need to create a web survey that will dynamically (randomly) select
> questions and descriptions from a dataset, present them to users, collect
> their answers and store them back in the dataset. (Every user gets
> different set of questions randomly selested from the pool.)
>
>
> How random do the questions need to be?  Is a handful or two different
combinations sufficient?  Can you manually create these different surveys
using, for example, surveymonkey, and distribute them?


-- 
Sent from Gmail Mobile

[toc] | [prev] | [next] | [standalone]


#48688

Fromchip9munk <"chip9munk[SSSpAm"@gmail.com>
Date2013-06-19 08:03 +0200
Message-ID<kprhjo$9ua$1@poprovec.arnes.si>
In reply to#48684
On 19-Jun-13 7:04 AM, Jason Friedman wrote:

> How random do the questions need to be?  Is a handful or two different
> combinations sufficient?  Can you manually create these different
> surveys using, for example, surveymonkey, and distribute them?

There are a lot possible combinations and questions so I would have to 
create a large number of them, so I guess automatic generation is a 
better way.

Thanks for the idea anyway!

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web