Page 1 of 1

Limit in character answer

Posted: Mon Jun 06, 2005 3:11 am
by juampi2
I make a new quiz. A answers have a text with 39 words.
well, the structure of viewquestions.php is impossible of read. The Table no function with many words.
How can i change this?

Regards

Posted: Mon Jun 06, 2005 3:51 am
by battye
From memory it can only hold 255 characters (because of MySQL's VARCHAR setting) so I don't know how it will hold 39 words.

In the next major release, which I will begin working on immediately after 1.0.x is released into the MOD DB, I will rewrite the whole playing quiz feature, so adding long texts will not be a problem. :)

Posted: Mon Jun 06, 2005 4:13 am
by juampi2
Thanks for your information.
Well, i am making a mod for other types of quiz. In the phpbb forum there is no sufficient information about the use of templates HTML. have you some tutorial about this?

Regards