WillyJimmyDev / simple-quiz

A simple quiz administration written in PHP with a MySQL backend. Uses Bootstrap 3 and Slim PHP micro framework
http://elanman.com/simple-quiz/
Apache License 2.0
165 stars 73 forks source link

Question storage needs to be increase #17

Closed Qhadeerz closed 8 years ago

Qhadeerz commented 9 years ago

Hi Elan,

I am unable to save the lengthy questions using simple quiz application, could you please navigate/show the way how to increase the data type/ storage of questions. i need to save lengthy questions also please do the needful.

Thanks in advance.

Khadeer

razuro commented 9 years ago

Can you show your question example? If not, go to your questions table, change the datatype for text, from VARCHAR to TEXT/LONGTEXT.

Qhadeerz commented 9 years ago

Hi Razuro,

I have done. Thanks alot.

Appreciate for your support.