mubasher99
Forum Replies Created
-
Forum: Plugins
In reply to: [HD Quiz] unable to upload CSV FIleThank you for the help 🙂
i did both things. checked the box extension in “Select PHP Version” in cpanel to allow this file type. you know what nothing happend. (upload file button is unclickable now).
then i tried the step 2 provided by you and stroke out the line 133 from the code. this time too same result. button is unclickable (neither it uploads nor it send the message)we are almost there.. just help me a bit
Forum: Plugins
In reply to: [HD Quiz] Coding to Display ResultThank You so much. It is working as i needed.
You are indeed a great developer owning a great plugin.. <3Forum: Plugins
In reply to: [HD Quiz] Google ads are not showing upThank you very much for your time and cooperation.. 🙂
Forum: Plugins
In reply to: [Progressive WordPress (PWA)] How to configure “On Element Click”Same issue with me. Author plzz help
Forum: Plugins
In reply to: [HD Quiz] Need Help in codingThank you very much for your cooperation dear.. Love your work dear.. <3
Forum: Plugins
In reply to: [HD Quiz] Need Help in codingThank you dear for the help. One last Question:
What if I want to know “Total number of Questions from all the Quizzes”. what would be the code then. Because $quiz_id cant work here i think..
Thanks is advanceForum: Plugins
In reply to: [HD Quiz] I am Receiving {Fatal error: Cannot redeclare hdq_add_warning()}Ok Sir thank you very much 🙂
Forum: Plugins
In reply to: [HD Quiz] Issue with the Result DisplayThank You very much, it is perfect now.. 🙂
You are the BestForum: Plugins
In reply to: [HD Quiz] Total Number of “Incorrect Answers” in the result are always 20Yes you are right i have more than 60 question in each quiz. In fact i have more than 400 questions in most of the quizzes and two of my quizzes have over 800 questions..! Am i over burdening the plugin? is it safe to have that many questions?
Moreover i have searched for the upgrade tool but haven’t found it any where. Will it be visible to me if i update the plugin? right now i am using the V.1.7Forum: Plugins
In reply to: [HD Quiz] Total Number of “Incorrect Answers” in the result are always 20And thanks in advance for your concern and sincere guidance.. 🙂
Forum: Plugins
In reply to: [HD Quiz] Total Number of “Incorrect Answers” in the result are always 20Hello there..!
I have just updated the plugin and guess what you are right, my all the quizzes crashed.
I was receiving error like Question type not found.
Thank God i had created backup before updating that. So i am back to my older version and looking forward for that additional code that could help me resolve the issue.Forum: Plugins
In reply to: [HD Quiz] Total Number of “Incorrect Answers” in the result are always 20It worked..!
i have addedlet q = parseFloat(t)-parseFloat(c)-no_answers; q = q.toFixed(0);in the // hdq_score is array of score (score/total questions) and changed ${p} into ${q} in the <p> section beneath.
And it worked.
Anyway thank for the code it helped me in resolving the issue 🙂 really a great PluginForum: Plugins
In reply to: [HD Quiz] Total Number of “Incorrect Answers” in the result are always 20I have removed the test result sheet as the website was live.
Although i can tell you here that result card looked like this:
Correct Answers: 5
Wrong Answers: 20 (this is where the problem is. My total questions in quiz are 20)
Unanswered Questions: 7
Percentage: 25.00%Forum: Plugins
In reply to: [HD Quiz] will shifting to Beta Version lose my dataI have pasted the above code in function.php and nothing worked for me..
I think you are right there might be any issue. if you dont mind can you please send me your email i can send you admin login to check it yourself..?Forum: Plugins
In reply to: [HD Quiz] will shifting to Beta Version lose my dataMoreover as the test starts a <div> for “Result of the Test” appears for a second and vanishes. Is there any fix for it??