I'm building a learning site, and need a quiz plugin that will help track student progress through the lessons; thus I want a log of each member that took the quiz, along with date time and score. Does anything like that exist?
|
Check WP Survey And Quiz Tool and mTouch Quiz — both are very well maintained, and seem to do what you want (they show the score at the end of the quiz). Just in case you didn't know, you can search for plugins based on keywords (in your case "quiz")—head to the WordPress Plugins Repository. :) |
|||
|
|
If you don't mind splitting1 the administration, you could use a Google Docs Form.
Then, it's a matter of using the embed code to display the Quiz in a page/post. 1 - Without splitting The code will create an administrative menu item that embeds the editing of an specific gDocument in WordPress dashboard. What's displayed in the dashboard are the results of the quiz in a Spreadsheet. The Form editing is done through the menu
For the score issue, this tutorial has the Spreadsheet formula solution. |
||||

