Hello!
I'm having problem writing to a .CSV file the input of the keyboard the user is entering.
I have a form with just a changing photo in it, and there is a time interval of 4Sec to enter an answer (yes/no). (let's say that, yes is keyword: D | no is keyword: k)
In the .CSV file:
Every column represents a different photo, meaning, when the time interval is done, the next input of from the user will be written in the next following column.
2. Every row is a different user.
Many thanks!
Loading
FroglegPosted Oct 27, 2012, 1:48 AM
roy doronPosted Oct 27, 2012, 5:30 PM
You are right, I'll post my futuristic questions.
Thanks for everything Froglog!
FroglegPosted Oct 27, 2012, 3:52 PM
here anyway
roy doronPosted Oct 27, 2012, 9:38 AM
Another Question please:
How do we draw a big white " + " in the center of every image?
Thanks!
FroglegPosted Oct 27, 2012, 7:35 AM
roy doronPosted Oct 27, 2012, 6:12 AM
and how do i show a word over the photo?
FroglegPosted Oct 27, 2012, 6:08 AM
you can save a list of words in a text file and randomize them the same way we did with the images
roy doronPosted Oct 27, 2012, 6:01 AM
I need to do some Improvements in my code, please help me:
1. After the user pressed an answer, he cannot changed it.
in other words, in the 4Sec interval, if he chooses "N", this answer is saved (no matter if there is still time)
2. Remember when i asked you for your help about randomized photos?
Well, I need to add randomized words in the Center of each photo.
What do you think will be the best way to save words (in any language), in order to Randomized them? by document? csv?
Thanks for sharing you thoughts..
roy doronPosted Oct 26, 2012, 5:07 PM
Yes. It's important that there will be no repeats on the same picture, for each user.
"Does the user input when the second form appears ?"
No, During the photo appearance, the user has 4Sec to enter an answer, when the time is up, we moving to the next photo, and so forth..
I've created an array list, but how am i going to enter keyword input into it, considering the constraints?
FroglegPosted Oct 26, 2012, 1:49 PM
You would first save data to a list or array before writing the csv file
Does the user input when the second form appears ?