PDA

View Full Version : Quiz Component


deedoubleyoo
13.04.2004, 07:13
Has anyone developed, or would like to develop, a quiz component? Maybe join in a project with the moskool component???

perz
14.04.2004, 16:11
Has anyone developed, or would like to develop, a quiz component? Maybe join in a project with the moskool component???
:drummer:
I have started one with upto 5 quiz on any menuitem with a 1-5 answer might that be intresting?
Per

BennieBlanco
14.04.2004, 16:13
Nice
How long is it going to take you to finish it?

deedoubleyoo
15.04.2004, 05:10
:drummer:
I have started one with upto 5 quiz on any menuitem with a 1-5 answer might that be intresting?
Per
Yes, I'd be interested...

amjad
15.04.2004, 20:34
I'd be interested too ! :thumbsup:

SineMacula
15.04.2004, 20:48
Count me in!

blackhat
15.04.2004, 20:48
I'm very interested in this :)

X-F4CT0R
15.04.2004, 20:57
Sounds like fun!

hlbog
29.04.2004, 21:03
I'm in!! :)

TomT
21.05.2004, 15:57
We all want a Quiz Component :)

akuate
23.05.2004, 00:35
but where is the component? Is the work still alive?

deedoubleyoo
28.09.2004, 05:39
...sounds like there's a lot of interest -- I've updated my contact information if anyone's still interested in developing this component

Mambo
30.09.2004, 05:21
:drummer:
I have started one with upto 5 quiz on any menuitem with a 1-5 answer might that be intresting?
Per

How is it going?

I would like one that enables registered members answers to be saved to a data base with a tie breaker text area option and ability to sort by correct answers and all others and then from the correct ones ramdonly choose x numbers of winners, who can then be contacted.

Ideally the option of pay to take each quiz would be good.

After the quiz they are given how many correct answers and sent to another site page of choice.

More of a competition component.

Kal
07.10.2004, 09:01
i started a quiz component a while back...then i got distracted... maybe if i happen upon some free time i'll give it another try...

prj
07.10.2004, 16:22
i started a quiz component a while back...then i got distracted... maybe if i happen upon some free time i'll give it another try...

Sounds like others would be interested in helping!!!

deedoubleyoo
25.11.2004, 06:24
http://mamboforge.net/projects/quiz/

prj
26.11.2004, 00:11
http://mamboforge.net/projects/quiz/

By all means add me to mambo forge on this my user name is PRJ

phr024
26.11.2004, 15:10
If you need help... My help is available..

Greetings,

Patrick Harder.

kekewawa
02.12.2004, 06:40
Hello, I have installed the com_quiz and have done sql with prefix "btlz".

When I go to Components>Quiz>Statistics, I get an error that says a table
"mos_quiz" doesn't exist.

How do I change table prefix that quiz component refer to?

peterweir
07.12.2004, 12:27
i get this error with 0.5 and 0.6-versions:
Fatal error: Call to undefined function getlistfooter() ...

and nothing works, anyone got a clue?

thx in advance
pw

DataHellas
01.07.2005, 07:58
Component Quiz v0.8 Reloaded is available for downloading from mamboforge.net (project: datahellas) and from datahellas.com website.

Bugs/errors fixed, new features added.

DIsenbart
07.08.2006, 23:17
Hello, I have installed the com_quiz and have done sql with prefix "btlz".

When I go to Components>Quiz>Statistics, I get an error that says a table
"mos_quiz" doesn't exist.

How do I change table prefix that quiz component refer to?

Hi,

its late but for others not to late. ;)

The problem is in /administrator/components/com_quiz/parts/stt.php on line:

214: . " from mos_quiz t1, mos_quiz_user_data t2"

You must edit to this:

214: . " from #___quiz t1, #___quiz_user_data t2"

Thats it

Dietmar