Can’t add qny questions ti quizzes
-
I am trying to create quizzes form my courses but can’t add any question. Every time I click on “Add question” nothing happens, and it drops an error on console with the following:
POST https://website.com/wp-admin/admin-ajax.php 500 (Internal Server Error)
https://website.com/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=wp-hooks,jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.6.1
When I look up the debug.log file this shows up:
WordPress database error Unknown column 'answer_explanation' in 'field list' for query INSERT INTO wp_tutor_quiz_questions (quiz_id, question_title, question_description, question_type, question_mark, question_settings, question_order, answer_explanation) VALUES ('55098', 'Pregunta 1', '', 'true_false', '1', 'a:0:{}', '1', '') made by do_action('wp_ajax_tutor_quiz_builder_get_question_form'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Quiz->tutor_quiz_builder_get_question_form
[31-Jul-2024 15:03:40 UTC] PHP Warning: Attempt to read property "question_settings" on null in /home/route/domains/website.com/public_html/wp-content/plugins/tutor/views/modal/question_form.php on line 13
[31-Jul-2024 15:03:40 UTC] PHP Warning: Attempt to read property "question_type" on null in /home/route/domains/website.c
om/public_html/wp-content/plugins/tutor/views/modal/question_form.php on line 18
[31-Jul-2024 15:03:40 UTC] PHP Warning: Attempt to read property "question_title" on null in /hom/route/domains/website.com
/public_html/wp-content/plugins/tutor/views/modal/question_form.php on line 36
And so on…
- You must be logged in to reply to this topic.