prakashr85 / quizlink

Automatically exported from code.google.com/p/quizlink
0 stars 0 forks source link

Allow images to be associated with questions #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the only way to have images and other binary media appear in a
question is to reference it with an img html tag, which also requires that
the user have access to a public location to host the image. Ultimately
requiring quiz authors to contribute questions in html form is not
desirable since it is not secure or user friendly. There should be a means
to upload an image and attach it to a question. 

Only small images should be allowed, otherwise we could start bumping up
against the storage quota eventually. 

Original issue reported on code.google.com by marclitc...@gmail.com on 17 Aug 2008 at 12:21

GoogleCodeExporter commented 9 years ago
Links to images (and audio files) can now be associated with questions. Decided
against allowing users to upload and store binary image/audio data in the 
quizlink
database, out of concern for bumping up against the storage quota. 

Original comment by marclitc...@gmail.com on 21 Aug 2008 at 2:48