Get the textdata from a DataTable that has Strings and String Arrays.

Hi everyone.

I’m creating a quiz (picture of the UI below).

I have a structure with a String for a question and a String array for multiple answers.

I also have a DataTable with multiple rows with all the texts.
Is it possible to get the texts for both the question and answers from a single DataTable?

If your Data Table is based on this structure it should already support both Question and Answers. There should be a little + next to Answers for you to add as many answers for the current row as you wish.

1 Like

That’s how far I understand it but how can I use this kind of DataTable to change the text of the question and the answers in Blueprint?

There are a myriad of ways to use the data, however getting access to the data is easy:

1 Like

Alright I will try that. Thank you.

Did you guys ever get this working? I was trying to do something similar.