How to Keep Line Breaks when using CSV to Upload to Quiz Questions

I'm using a csv file to upload several questions into the D2L question library. The questions are created successfully. However, the separate lines in each question text are all merged into one line (or one paragraph). How to preserve the spacings including line breaks in question text in csv? I tried using \n,
or <p></p>, but neither works. Could you please help?

Best Answer

Answers