How would you convert a document of plain text into word and format it accordingly for a string of text?

CoolTech

Platinum Member
Jul 10, 2000
2,345
3
0
I have paragraphs of data I want to format into a word document, for instance:

Mary had a little lamb,
Its fleece was white as snow.

and I wanted to enter it into a word document that was already formatted into something like this:

When did Mary die?
February 4, 1845

What is a quote from the poem?
[Enter Dynamic Text From Above Here]

Why did she have a lamb?
Cause she couldnt afford a horse


How do I dynamically add text into that section with the brackets, like the passage above, from a text file with many paragraphs. Each different paragraph will go into a different section of questions as an answer for of the questions, is this possible? Some type of script perhaps?