W Zaman
Forum Replies Created
-
Forum: Plugins
In reply to: [HD Quiz] Date and TimeI used v0.3, but not worked
Forum: Plugins
In reply to: [HD Quiz] Finish Button not showing resultI have filled form from your contact. Please Check
Forum: Plugins
In reply to: [HD Quiz] Finish Button not showing resultNot solved.
NB: I have imported this quiz from my other site.Forum: Plugins
In reply to: [HD Quiz] Local TimeThank you @michel92 and @harmonic_design
Finally, solved the problem.For myself
From you admin area, go to plugins -> plugin editor. From there, select the Save Results Light addon from the dropdown on the top right. Now navigate to ./includes/functions.php file.
On lines 60 and 61, you will see:
` // save the date and time
$result->datetime = date(‘m-d-Y h:i:s a’, time());`
replace this with:`// save the date and time
date_default_timezone_set(‘Asia/Dhaka’);
$result->datetime = date(‘m-d-Y h:i:s a’, time());`Forum: Plugins
In reply to: [HD Quiz] Finish ButtonIt works.
Thank You so much for your awesome support.Forum: Plugins
In reply to: [HD Quiz] Finish ButtonI am unable to complete the quiz. When I pressed the finished button, it showed results. But now it doesn’t show the result
Forum: Plugins
In reply to: [HD Quiz] Finish ButtonForum: Plugins
In reply to: [HD Quiz] Result PageIs it possible to know about the number of wrong answers? @harmonic_design
Forum: Plugins
In reply to: [HD Quiz] Result PageThank U @harmonic_design ❤️❤️