-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO.txt
25 lines (19 loc) · 1.08 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TODO:
* Keep statistics for image uploaders to show how good their image is with regards to number of quizzes, number
guessed correct etc.
- Show a count of the number of times the question has appeared
- Show a chart of the number of times a given answer was guessed
- Maybe show a global rank based on number times guessed correct/number of times presented
- Social aspect? Show how friends have done with this question?
* Future: Allow an image uploader to customize the answer box with extra text, links or "true" picture link
to allow for advertising of a product. This would cost the image uploader.
* Similar to "digg this", a link to "guess this?"
Free Choice Questions:
* Extract images from Flickr or other sources
* Assign a correct answer of -1
* Have a blank set of answers. As users enter answers, periodically run a cron job
that will
- Analyze the text
- Group and construct a list of answers
- Once there is consensus on a correct answer, set the correct answer to one of the choices so that it
converts to a multiple choice.