giufalab
Forum Replies Created
-
Forum: Plugins
In reply to: [Quiz Tool Lite] PHP 7 CompatibilityI also try in local the 2.3.14 version and I have other error:
Notice: Trying to access array offset on value of type bool in /………/wp-content/plugins/quiz-tool-lite/quizFrontEnd/draw.php on line 967
Notice: Trying to access array offset on value of type bool in /………/wp-content/plugins/quiz-tool-lite/quizFrontEnd/draw.php on line 968
Notice: Trying to access array offset on value of type bool in /………/wp-content/plugins/quiz-tool-lite/quizFrontEnd/draw.php on line 969
Notice: Trying to access array offset on value of type bool in /………/wp-content/plugins/quiz-tool-lite/quizFrontEnd/draw.php on line 970
Notice: Trying to access array offset on value of type bool in /………/wp-content/plugins/quiz-tool-lite/quizFrontEnd/draw.php on line 971
Notice: Trying to access array offset on value of type bool in /………/wp-content/plugins/quiz-tool-lite/quizFrontEnd/draw.php on line 967
Notice: Trying to access array offset on value of type bool in /………/wp-content/plugins/quiz-tool-lite/quizFrontEnd/draw.php on line 968
Notice: Trying to access array offset on value of type bool in /………/wp-content/plugins/quiz-tool-lite/quizFrontEnd/draw.php on line 969
Notice: Trying to access array offset on value of type bool in /………/wp-content/plugins/quiz-tool-lite/quizFrontEnd/draw.php on line 970
Notice: Trying to access array offset on value of type bool in /………/wp-content/plugins/quiz-tool-lite/quizFrontEnd/draw.php on line 971
- This reply was modified 4 years, 11 months ago by giufalab.
Forum: Plugins
In reply to: [Quiz Tool Lite] PHP 7 Compatibilitysorry for the late reply.
I installed version 2.5 of the plugin you sent me long ago.
What file do I need to edit to make it compatible with php 7?- This reply was modified 4 years, 11 months ago by giufalab.
Forum: Plugins
In reply to: [Quiz Tool Lite] PHP 7 Compatibilitynews?
Forum: Plugins
In reply to: [Quiz Tool Lite] Quiz_tblUserQuizResponses ProblemThe line $markedTest.= ‘</div>’;// isn’t at 727 position.
I found it previous. Is it right?// Get the grade boundary for this mark if it exists $boundaryFeedback = qtl_queries::getBoundaryFeedback($percentageScore, $quizID); $markedTest.=apply_filters('the_content', $boundaryFeedback); $markedTest.='</div>'; $markedTest.= '</div>';// end of exam div $readOnly=true; if($readOnly==false) {
What is written in the lines 730 to line 742?
Thanks
Forum: Plugins
In reply to: [Quiz Tool Lite] Quiz_tblUserQuizResponses ProblemYes, there are no problems.
Thanks
Forum: Plugins
In reply to: [Quiz Tool Lite] Quiz_tblUserQuizResponses Problemany ideas?
Forum: Plugins
In reply to: [Quiz Tool Lite] Quiz_tblUserQuizResponses ProblemIt could be usefull disable user answers saving in the database (in AI_Quiz_tblUserQuiz Responses).
This db table takes up too much space in few days with my daily users and I have to erase it manually.Forum: Plugins
In reply to: [Quiz Tool Lite] Quiz_tblUserQuizResponses ProblemThis happens in different time, usually when there was many visitors. It takes down the site and after several minutes works again.
My website is https://www.quizammissione.it
- This reply was modified 5 years, 6 months ago by giufalab.
Forum: Plugins
In reply to: [Quiz Tool Lite] Highlight correct answer & Deactivate UserQuizResponsesI would like to switch to the new one but I am not feeling well at all.
I tested it with different themes and it is always very slow, I also found several bugs. For example, you cannot enter other questions in the multiple choice questions.
Not to mention the fact that I should convert over 10,000 questions in the database and that the csv file cannot be compiled using excel or numbers.Could you tell me in which file are indicated the actions to do after submitting the answers? I try to insert a command to color the correct answer if the answer given is wrong.
Forum: Plugins
In reply to: [Quiz Tool Lite] Highlight correct answer & Deactivate UserQuizResponsesI have already tested this version. But as I had already written to you, it is very slow and not compatible with the preview version.
this is the link to one of my quizzes,
I would simply need a way to highlight the correct answer in all the questions.https://www.quizammissione.it/tfa-sostegno-infanzia-e-primaria/
- This reply was modified 5 years, 11 months ago by giufalab.
Forum: Plugins
In reply to: [Quiz Tool Lite] Highlight correct answer & Deactivate UserQuizResponsesif it’s too hard to do, at least could you tell me how to show the correct answers?
Forum: Plugins
In reply to: [Quiz Tool Lite] failed to load plugin url….I solved.
The plugin folder was quiz-tool-lite-2.5.0 but the plugin looked for the quiz-tool-lite folder. I changed the name to the folder and now it works.
I do not understand why it stopped working suddenly.Forum: Plugins
In reply to: [Quiz Tool Lite] failed to load plugin url….Any news?
Forum: Plugins
In reply to: [Quiz Tool Lite] failed to load plugin url….I see the error message both on the post edit page and on the quiz create page.
Also all the icons have disappeared both in the administrator menu and after having done a test (see images).Forum: Plugins
In reply to: [Quiz Tool Lite] failed to load plugin url….Hi,
I use wordpress 5.0.3 and quiz tool lite 2.5.0Thanks