Sorry, you did not tell us the version of LimeSurvey you are using and where and how it is hosted.
I want to assign what the correct answer is (Yes or No).
With ExpressionScript you can calculate the percentages.
And you may use assessment values to calculate a little bit easier, if the "correct" answer sometimes is "Yes" and sometimes is "No"
Set the assessment values accordingly (1= correct, 0=not correct).
So display it in a question of type "text display"
Here you may use HTML with css and the whole bunch of bootstrap to design the page.
[url]
getbootstrap.com/docs/3.4/css/
[/url]
Furthermore you may use a chart library like "highcharts" or "zingChart", or... to display some charts.
There are some examples here.
But you always should provide a lss export of your survey and explain detailled what you are achieving.
Joffm