Praveen Kumar
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Send quiz results to users’ emailsHi @kasra1990, If you want to send the score only then you can use the inbuilt feature “User e-mail settings”.
$userId – User-ID
$username – Username
$quizname – Quiz-Name
$result – Result in precent
$points – Reached points
$ip – IP-address of the user
$categories – Category-OverviewIf you want to email the result as PDF then it needs customization for that.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] WP-Pro-Quiz <= 0.37 – CSRF Leading to Arbitrary Quiz DeletionWe have added wordpress nonce to protect URL of the delete quiz as well as delete questions.
- This reply was modified 5 years, 2 months ago by Praveen Kumar.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] WP-Pro-Quiz <= 0.37 – CSRF Leading to Arbitrary Quiz DeletionYes, we have solved it.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Export of forms in a .csv fileHi @crisbrand which form do you want to export?
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Cannot redeclare wpProQuiz_achievementsV3Hi @jmsronan , is it solved or you are still facing the issue?
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Leaderboard not showing up for quizHi @adnan93 I think there is some type of conflicting with Wp Pro Quiz and other plugin or theme.
So once try with deactivating your plugins one by one and check it.
But before doing this make a backup first.I hope this will resolve your problem.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Plugin errorHi @aamirmahr123, this is a warning.
Check the wp-config.php file.
If define( ‘WP_DEBUG’, true );
change the true with false.define( ‘WP_DEBUG’, false );
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Fix to enable php upgrade beyond 5.6?@dprm Hi, I am running my website on PHP 7.3 without any problem. It’s just a warning.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Gradual score infoHi, I have checked the point mentioned by you and found that you can insert the text for all levels.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Is it possible to import Quiz from MS Word/DOC files?Hello @jaco45 Plugin is removed from the directory doesn’t affect your website’s data. So you don’t have to worry about it.
If you want to export the questions then you can use the Export feature
Select the quizzes –> From Bulk action Select Export –> Click Apply.
You will get a .wpq or .xml file of those quizzes.
If you wants to export the questions in the MS Word then we have developed an addon that can import and export questions for a quiz. You can check the details from here
https://yuvayana.org/wp-pro-quiz-bulk-question-upload-from-ms-word-template/
——————————————————————————–
@tpnghia79 sorry I didn’t saw your message earlier. If you still have problem with the latex equations then you can directly add the given Javascript in your header or footer. That will render the Mathematical equations in your questions as well as options.<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML"> </script>After adding this you don’t need any other plugin.
Note: \( —-Equation Here —-\) This will be the format to display equations.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Show quiz result when user came backYou can check it from this link
http://wp-pro-quiz.examresultz.in/Forum: Plugins
In reply to: [Wp-Pro-Quiz] Show quiz result when user came backYes, it’s possible with the Student Dashboard Addon developed by us.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Domain changeI think You have imported the quiz not the complete website data with images. In wp pro quiz these images are inserted in the from the image url. So you have to replace the images one by one.
If you just replace the domain name it will give 404 error.Forum: Plugins
In reply to: [Wp-Pro-Quiz] Categoriesoh sorry, there is a typo.
I was saying that It’s not available in the Wp Pro Quiz.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] CategoriesCurrently, It’s now available in the Wp Pro Quiz.