Table: quizresponses
Tool:
Quiz Associated Objects:
QuizResponses,
QuizResponse
Fields
id INT UNSIGNED NOT NULL AUTO_INCREMENT v5 added INT UNSIGNED NOT NULL v5 skipped BIT(1) NOT NULL DEFAULT 0 v5 timespent SMALLINT NOT NULL v5 answervalue TEXT NOT NULL v5 quiz INT UNSIGNED NOT NULL v5 iscorrect BIT(1) NOT NULL DEFAULT 0 v5 points TINYINT UNSIGNED NOT NULL DEFAULT 0 v5 visitor INT UNSIGNED NOT NULL DEFAULT 0 v5
Example PHP Usage
The following php example is designed for the main folder: /
Other Quiz Tables
quizanswers quizque quizresponses quizzes