Sunken-City / Quizard-Quest

Project by cd msc/
0 stars 0 forks source link

Card answer text gets truncated #17

Closed GregWWalters closed 10 years ago

GregWWalters commented 10 years ago

A sufficiently long answer in a card gets truncated. An error message would be helpful when trying to create a card with too large an answer. The submitted card was:

C: Science S: compsci Q: Is there a limit to how many characters can be in an answer? A: The answer to this question is tedious to find; it requires submitting cards with incrementally longer answers until it causes an error or bug. D: Normal

screen shot 2013-11-05 at 5 40 12 pm

nathandmoore commented 10 years ago

Oops, we didn't lengthen the string in the database.

nathandmoore commented 10 years ago

Fixed, but I won't close this until we have a character counter for the user

nathandmoore commented 10 years ago

Joe, fixed it of course, i'll just add

nathandmoore commented 10 years ago

Added a character counter. Woot!