{"slug":"hexam","name":"HEXAM — Quiz & Exam Builder","description":"Create modern quizzes and exams in WordPress. Drag-and-drop builder, multiple question types, scheduling, enrolment, stats, and CSV import.","author":"Guaven Labs","active_installs":10,"version":"2.0","wp_org_url":"https://wordpress.org/plugins/hexam/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":true},"tables":[{"table_name":"hexam_questions","full_table_name":"wp_hexam_questions","description":"Stores hexam questions data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"create table if not exists wp_hexam_questions (id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,testid INT,content TEXT,answers TEXT,correct INT) ENGINE"},{"table_name":"hexam_questions_legacy","full_table_name":"wp_hexam_questions_legacy","description":"Stores hexam questions legacy data created by this plugin.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null},{"table_name":"hexam_testnames","full_table_name":"wp_hexam_testnames","description":"Stores hexam testnames data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"create table if not exists wp_hexam_testnames (id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,testname TEXT,testtype VARCHAR(5)) CHARACTER SET utf8 COLLATE utf8_general_ci\");"},{"table_name":"hexam_userdata","full_table_name":"wp_hexam_userdata","description":"Stores hexam userdata data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"create table if not exists wp_hexam_userdata (id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,userid INT,testid INT,point INT) CHARACTER SET utf8 COLLATE utf8_general_ci\");"}],"table_count":4}