WordPress database error: [Table 'wp_learndash_pro_quiz_category' already exists]
CREATE TABLE wp_learndash_pro_quiz_category ( category_id int(10) unsigned NOT NULL AUTO_INCREMENT, category_name varchar(200) NOT NULL, PRIMARY KEY (category_id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Table 'wp_learndash_pro_quiz_form' already exists]
CREATE TABLE wp_learndash_pro_quiz_form ( form_id int(11) NOT NULL AUTO_INCREMENT, quiz_id int(11) NOT NULL, fieldname varchar(100) NOT NULL, type tinyint(4) NOT NULL, required tinyint(1) unsigned NOT NULL, sort tinyint(4) NOT NULL, data mediumtext, PRIMARY KEY (form_id), KEY quiz_id (quiz_id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Table 'wp_learndash_pro_quiz_lock' already exists]
CREATE TABLE wp_learndash_pro_quiz_lock ( quiz_id int(11) NOT NULL, lock_ip varchar(100) NOT NULL, user_id bigint(20) unsigned NOT NULL, lock_type tinyint(3) unsigned NOT NULL, lock_date int(11) NOT NULL, PRIMARY KEY (quiz_id,lock_ip,user_id,lock_type) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Table 'wp_learndash_pro_quiz_master' already exists]
CREATE TABLE wp_learndash_pro_quiz_master ( id int(11) NOT NULL AUTO_INCREMENT, name text NOT NULL, text text NOT NULL, result_text text NOT NULL, result_grade_enabled tinyint(1) NOT NULL, title_hidden tinyint(1) NOT NULL, btn_restart_quiz_hidden tinyint(1) NOT NULL, btn_view_question_hidden tinyint(1) NOT NULL, question_random tinyint(1) NOT NULL, answer_random tinyint(1) NOT NULL, time_limit int(11) NOT NULL, statistics_on tinyint(1) NOT NULL, statistics_ip_lock int(10) unsigned NOT NULL, show_points tinyint(1) NOT NULL, quiz_run_once tinyint(1) NOT NULL, quiz_run_once_type tinyint(4) NOT NULL, quiz_run_once_cookie tinyint(1) NOT NULL, quiz_run_once_time int(10) unsigned NOT NULL, numbered_answer tinyint(1) NOT NULL, hide_answer_message_box tinyint(1) NOT NULL, disabled_answer_mark tinyint(1) NOT NULL, show_max_question tinyint(1) NOT NULL, show_max_question_value int(10) unsigned NOT NULL, show_max_question_percent tinyint(1) NOT NULL, toplist_activated tinyint(1) NOT NULL, toplist_data text NOT NULL, show_average_result tinyint(1) NOT NULL, prerequisite tinyint(1) NOT NULL, quiz_modus tinyint(3) unsigned NOT NULL, show_review_question tinyint(1) NOT NULL, quiz_summary_hide tinyint(1) NOT NULL, skip_question_disabled tinyint(1) NOT NULL, email_notification tinyint(3) unsigned NOT NULL, user_email_notification tinyint(1) unsigned NOT NULL, show_category_score tinyint(1) unsigned NOT NULL, hide_result_correct_question tinyint(1) unsigned NOT NULL DEFAULT '0', hide_result_quiz_time tinyint(1) unsigned NOT NULL DEFAULT '0', hide_result_points tinyint(1) unsigned NOT NULL DEFAULT '0', autostart tinyint(1) unsigned NOT NULL DEFAULT '0', forcing_question_solve tinyint(1) unsigned NOT NULL DEFAULT '0', hide_question_position_overview tinyint(1) unsigned NOT NULL DEFAULT '0', hide_question_numbering tinyint(1) unsigned NOT NULL DEFAULT '0', form_activated tinyint(1) unsigned NOT NULL, form_show_position tinyint(3) unsigned NOT NULL, start_only_registered_user tinyint(1) unsigned NOT NULL, questions_per_page tinyint(3) unsigned NOT NULL, sort_categories tinyint(1) unsigned NOT NULL, show_category tinyint(1) unsigned NOT NULL, PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Table 'wp_learndash_pro_quiz_prerequisite' already exists]
CREATE TABLE wp_learndash_pro_quiz_prerequisite ( prerequisite_quiz_id int(11) NOT NULL, quiz_id int(11) NOT NULL, PRIMARY KEY (prerequisite_quiz_id,quiz_id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Table 'wp_learndash_pro_quiz_question' already exists]
CREATE TABLE wp_learndash_pro_quiz_question ( id int(11) NOT NULL AUTO_INCREMENT, quiz_id int(11) NOT NULL, online tinyint(1) unsigned NOT NULL, previous_id int(11) NOT NULL, sort smallint(5) unsigned NOT NULL, title text NOT NULL, points float NOT NULL, question text NOT NULL, correct_msg text NOT NULL, incorrect_msg text NOT NULL, correct_same_text tinyint(1) NOT NULL, tip_enabled tinyint(1) NOT NULL, tip_msg text NOT NULL, answer_type varchar(50) NOT NULL, show_points_in_box tinyint(1) NOT NULL, answer_points_activated tinyint(1) NOT NULL, answer_data longtext NOT NULL, category_id int(10) unsigned NOT NULL, answer_points_diff_modus_activated tinyint(1) unsigned NOT NULL, disable_correct tinyint(1) unsigned NOT NULL, matrix_sort_answer_criteria_width tinyint(3) unsigned NOT NULL, PRIMARY KEY (id), KEY quiz_id (quiz_id), KEY category_id (category_id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Table 'wp_learndash_pro_quiz_statistic' already exists]
CREATE TABLE wp_learndash_pro_quiz_statistic ( statistic_ref_id int(10) unsigned NOT NULL, question_id int(11) NOT NULL, question_post_id int(11) NOT NULL, correct_count int(10) unsigned NOT NULL, incorrect_count int(10) unsigned NOT NULL, hint_count int(10) unsigned NOT NULL, points float NOT NULL, question_time int(10) unsigned NOT NULL, answer_data text, PRIMARY KEY (statistic_ref_id,question_id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Table 'wp_learndash_pro_quiz_statistic_ref' already exists]
CREATE TABLE wp_learndash_pro_quiz_statistic_ref ( statistic_ref_id int(10) unsigned NOT NULL AUTO_INCREMENT, quiz_id int(11) NOT NULL, quiz_post_id int(11) NOT NULL, course_post_id int(11) NOT NULL, user_id bigint(20) unsigned NOT NULL, create_time int(11) NOT NULL, is_old tinyint(1) unsigned NOT NULL, form_data text, PRIMARY KEY (statistic_ref_id), KEY quiz_id (quiz_id,user_id), KEY time (create_time) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Table 'wp_learndash_pro_quiz_template' already exists]
CREATE TABLE wp_learndash_pro_quiz_template ( template_id int(11) NOT NULL AUTO_INCREMENT, name varchar(200) NOT NULL, type tinyint(3) unsigned NOT NULL, data text NOT NULL, PRIMARY KEY (template_id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [Table 'wp_learndash_pro_quiz_toplist' already exists]
CREATE TABLE wp_learndash_pro_quiz_toplist ( toplist_id int(11) NOT NULL AUTO_INCREMENT, quiz_id int(11) NOT NULL, date int(10) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL, name varchar(30) NOT NULL, email varchar(200) NOT NULL, points float NOT NULL, result float unsigned NOT NULL, ip varchar(100) NOT NULL, PRIMARY KEY (toplist_id,quiz_id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

Page not found – Anywhere Bible College

Oops! That page can’t be found.

It seems we can’t find what you’re looking for. Perhaps searching can help.