Bug #47
Problems with text input field!
| Status: | Closed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | % 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
- 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
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
- 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