Still not sure what your structure is. Do you have a separate question/description table where you have lot of columns. Each column has two rows… question and answer. Am I correct?
First column is a question field and 2nd one is a description. Then you can read the description with a formula as LOOKUP(“Question name”,TableName,Question,Description).