I would like to use sqlite to create a question db for test generation. It will be organized in a couple of questions cathegories. A random function will generate a test by selecting a couple of questions from each section. The sqlite db will be encrypted with http://www.zetetic.net/code/sqlcipher so that the users of the application without the proper credentials will not be able to see or modify them.
I would like to create a graphical interface which will allow me (after using the proper pass), to add or modify questions, that will allow the generation of the tests themselves,of the formatted test pages ready to be printed, and of a page with the answers for correction. I do not want to use a web interface for that, to make it more portable. It will run on Windows XP/Vista. Is C++ a proper language for creating this interface? If not, which programming language do you recommend for the task? Which libraries should I use? Thank you very much. -- View this message in context: http://old.nabble.com/Create-a-GUI-for-interacting-with-a-test-questions-sqlite-db-tp29626091p29626091.html Sent from the SQLite mailing list archive at Nabble.com. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users