I'm currently using Generatepress and Generate Blocks Premium as well as Crocoblocks suite of tools mainly for Jetengine and Jetformbuilder as well as chart builder.
I have a custom content type (CCT) called Questions which stores all the information related to various quiz questions. Within this CCT I have a repeater field called multiple_choice_options which has 2 fields, 1 called 'option' which stores all the multiple choice options for each question and 1 called option_count which stores how many times each user chose that option as the answer to the question.
I currently have a Jetengine Listing which loops through all the questions and displays various information about each question. Does anyone know how I can add 1 single Donut chart to the listing template, which would then dynamically update for each individual question based on the 'option' and 'option_count" for each individual question?
I think there must be a way of doing this with Jetengine and its Query Builder and Chart Builder. Possibly by using a Repeater query. I've tried a few different things but I can't get it to work.

Hi,
I think using JetEngine and JetFormBuilder, set up a custom content type called “Questions.” Create a repeater field called “multiple_choice_options” with two parts: “option” for the choices and “option_count” for how many times each choice was picked.
Then, make a listing template with JetEngine that shows all your questions and their details. In this template, add a donut chart using JetEngine’s Chart Builder. You can set it up so that the chart updates based on the data from the “option” and “option_count” fields.
If you’re using GeneratePress and Generate Blocks Premium, make sure you have the latest versions installed. Look into the dynamic data features in Generate Blocks Premium, like the “List of Terms” block, which can show categories for the current post.
Let me know if this works for you
Thanks