Trying to insert the quiz data in statistic table using api
-
Plugin Name : Learndash LMS
DataBase Tables : wp_learndash_pro_quiz_statistics and wp_learndash_pro_quiz_statistics_ref
We are trying to insert the quiz data in this table from api minscore.
Here is our Api end point like this:
function at_rest_minScore_endpoint( WP_REST_Request $req ){
We need to write a code to insert user quiz statistics when user completes the quiz. Same thing could be done from learndash front end. But we need to be able to complete course from api.
We have checked out learndash documentation.This is the link of developer document for learndash : https://developers.learndash.com/
So, is there any method or function available that can be used to insert data in above 2 tables? If not then any other ways to insert data to these tables.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
The site at http://audioeducate.com is not hosted here at WordPress.com. To clear up any confusion between WordPress.com and WordPress.org (the self-hosted version of the software that anybody can install on their web host), please refer to http://support.wordpress.com/com-vs-org/ .
I would recommend contacting the dotorg community forums, as they would be best positioned to assist you with this.
http://wordpress.org/support/forums
I would also reach out to the LearnDash LMS developers if you haven’t already, as they may also have some insight.
https://www.learndash.com/help/Thanks for getting in touch, and I’m sorry we couldn’t help.
- The topic ‘Trying to insert the quiz data in statistic table using api’ is closed to new replies.