Bug #47

avatar

Problems with text input field!

Added by Per Hansen 734 days ago. Updated 704 days ago.

Status:Closed Start:
Priority:Normal Due date:
Assigned to:avatarMohamed Tougorti % Done:

100%

Category:-
Target version:0.3.0 beta

Description

First of all; great component!!
However, there is one "bug" that really has created a problem for me! When I look at the answers from my visitors, I see that the text input field (which I use for surveys since it don't require a "right/wrong" answer), doesn't allow more then approx 100 characters! The result of this is that I can't see the whole answer!!

I dont have that much computer skills, so don't know if the answers are recorded in the database, but not presented the right way on the web!

Is there a fix for this problem?

History

Updated by Mohamed Tougorti 734 days ago

avatar
  • Status changed from New to Assigned
  • Assigned to set to Mohamed Tougorti
  • Target version set to 0.3.0 beta
  • Start deleted (02/01/2010)

Hello Per HAnsen

Thank you for using JQuarks, and reporting this bug.

The field for the answer was set as a varchar(250) in the database so any answer longer than 250 character will be truncated you can alter the fields by executing the following query (using the cli for mysql)

Rq: replace [prefix] with your Joomla table's prefix, default is jos

alter table [prefix]_jquarks_quizzes_answersessions
change altanswer altanswer text;

Or changing the structure of the table using phpmyadmin and editing the field altanswer to make it Text

Regards

Updated by Per Hansen 734 days ago

avatar

Hello!

Thank you very much for a quick reply!
Changes done, and it worked perfectly! At least now, all new answers will be complete :-)

Again; thank you very much; will keep on monetoring this site for new releases and fixes!!

Keep up the good work!!

/Per

Updated by Mohamed Tougorti 734 days ago

avatar
  • Status changed from Assigned to Resolved
  • Priority changed from High to Normal
  • % Done changed from 0 to 100

You are welcome.

We are sorry for the inconvenience, and thanks again for reporting this bug

Regards

Updated by Mohamed Tougorti 704 days ago

avatar
  • Status changed from Resolved to Closed

Also available in: Atom PDF