Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am looking for a wordpress plugin that create graph on frontend. Graph needs to be constructed by calculating marks of student. I have table students (student_id, exam_id, student_name, student_marks) and another table exams (exam_id, exam_name, exam_date). Now I am calculating overall marks of student.

I searched it on Google, but no plugin link is coming there. Whether there is WordPress plugin or not. Otherwise I have to do it manually.

share|improve this question
Plugin recommendation is off-topic, check the faq. If possible, take a look at the pages About and How to Ask, so you can better use this site. – brasofilo Feb 28 at 7:15
@brasofilo Can you give me solution ? – Bhuvnesh Gupta Feb 28 at 7:21
What solution? There's already an Answer with plugin recommendations, that's what you asked for... I'm giving you hints to write better questions. If you want to build a custom plugin, research here and in Stack Overflow, write some code and come back with issues you find (WordPress related, of course). – brasofilo Feb 28 at 7:26
I do not get my answer till now. Answer which is given by @Vinod is not sufficient to do my task.Please see our comments – Bhuvnesh Gupta Feb 28 at 7:29

1 Answer

Found these two plugins :

easy-chart-builder

tally-graph

You will have to provide marks of student as values for these charts.

share|improve this answer
are these plugins able to create graph on the basis of calculating marks from database. – Bhuvnesh Gupta Feb 28 at 6:43
No you will have to provide calculated marks as values to these plugins. – Vinod Dalvi Feb 28 at 6:46
but my value need to be calculated from database ? – Bhuvnesh Gupta Feb 28 at 6:46
You can calculate marks by creating code. – Vinod Dalvi Feb 28 at 6:47
but where will I write this code to calculate marks so that I can put that variable value in this graph plugin value – Bhuvnesh Gupta Feb 28 at 6:49
show 2 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.