quiz app

2007-10-05 Thread dummy
Hi, I wrote a little quiz app visible at svn http://django-userlibs.svn.sourceforge.net/svnroot/django-userlibs/trunk/apps.quiz . Maybe there is somebody out who needs such an app. Regards, Dirk -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http

QUIZ APP

2020-11-05 Thread jassija...@gmail.com
hello, I'm Jaspreet singh I'm learning Django for my College Project Can anyone help me with it im working on QUIZ APP IT WOULD BE GREAT IF SOMEONE HELPS OR MENTORS ME ON THIS -- You received this message because you are subscribed to the Google Groups "Django users" g

Quiz app

2022-11-15 Thread Lakshyaraj Dash
Hello everyone, I'm on my way to create a quiz app. I want that a loggedin user should get 5 questions randomly when he/she is visiting everytime. Eg: On first visit Q1. Who's the CEO of Facebook ? On second visit Q2. Who's the CEO of Google ? Thanks and regards Lakshyaraj Dash -

Re: QUIZ APP

2020-11-05 Thread RANGA BHARATH JINKA
Hi, You can refer this. All the best 👍 https://youtu.be/bHnT1apz8u8 On Thu, 5 Nov 2020, 7:36 pm jassija...@gmail.com, wrote: > hello, I'm Jaspreet singh > I'm learning Django for my College Project > > Can anyone help me with it im working on QUIZ APP > IT WOULD BE

Re: Quiz app

2022-11-16 Thread Clive Bruton
o everyone, I'm on my way to create a quiz app. I want that a loggedin user should get 5 questions randomly when he/she is visiting everytime. Eg: On first visit Q1. Who's the CEO of Facebook ? On second visit Q2. Who's the CEO of Google ? Thanks and regards Lakshyaraj Dash --

Re: Quiz app

2022-11-16 Thread Sebastian Jung
render it back. Write if yoz have Problems in implementation Lakshyaraj Dash schrieb am Mi., 16. Nov. 2022, 02:14: > Hello everyone, > I'm on my way to create a quiz app. I want that a loggedin user should get > 5 questions randomly when he/she is visiting everytime. > Eg: >

Re: Quiz app

2022-11-16 Thread Bhuvnesh Sharma
Hi lakshayaraj, Just in case you need api for the quiz app, you can checkout the open db i created for storing questions and answers. Link:- http://quizry.in/ Thanks and Regards On Wed, Nov 16, 2022, 6:00 PM Sebastian Jung wrote: > Hello Lakshyaraj, > > I would create a app quiz w

Re: Quiz app

2022-11-16 Thread Lakshyaraj Dash
Nice api But it generates only one question. On Wed, 16 Nov, 2022, 18:38 Bhuvnesh Sharma, wrote: > Hi lakshayaraj, > Just in case you need api for the quiz app, you can checkout the open db i > created for storing questions and answers. Link:- http://quizry.in/ > > Thanks and

Re: Quiz app

2022-11-16 Thread Bhuvnesh Sharma
>> Just in case you need api for the quiz app, you can checkout the open db >> i created for storing questions and answers. Link:- http://quizry.in/ >> >> Thanks and Regards >> >> On Wed, Nov 16, 2022, 6:00 PM Sebastian Jung >> wrote: >> >&g

Re: Quiz app

2022-11-16 Thread Lakshyaraj Dash
.@gmail.com> wrote: > >> Nice api >> But it generates only one question. >> >> On Wed, 16 Nov, 2022, 18:38 Bhuvnesh Sharma, >> wrote: >> >>> Hi lakshayaraj, >>> Just in case you need api for the quiz app, you can checkout the open db >>>

Re: Quiz app

2022-11-16 Thread Bhuvnesh Sharma
gt; On Wed, Nov 16, 2022, 7:30 PM Lakshyaraj Dash < >> dashlakshyaraj2...@gmail.com> wrote: >> >>> Nice api >>> But it generates only one question. >>> >>> On Wed, 16 Nov, 2022, 18:38 Bhuvnesh Sharma, >>> wrote: >>> >>>> H

Database scheme for a simple quiz app

2017-09-24 Thread Maitreya Verma
I am trying to make a simple website where people can take quizzes (there can be multiple quizzes for any user) and their results ( as well as the option they chose) has to be stored. For that, I made a custom user class which will store details of a user. Quiz class, one instance of which will

Re: Database scheme for a simple quiz app

2017-09-24 Thread Mike Dewhirst
On 25/09/2017 4:06 AM, Maitreya Verma wrote: I am trying to make a simple website where people can take quizzes (there can be multiple quizzes for any user) and their results ( as well as the option they chose) has to be stored. For that, I made a custom user class which will store details of a