view.html now includes marks or charts per question.
Use chart.js to display work charts. It displays a pie chart for every non text question.
Display a list of text for text question.
Charts use d3 for coloring with nice gradients
answers aren't perfectly parsed since MathJax isn't applied on labels. Those labels are displayed in a canvas and are simple strings (no DOM element, no rendering)
Charts
59 almost completed
view.html
now includes marks or charts per question.