You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing in regards to statement generating for the multiple choice question.
I am using Quiz (Question Set) where the statement which is generated has a lot of "\n" new line characters which are causing errors when saved in DB.
Could I somehow escape/remove these new line characters from the statement?
Hi,
I am writing in regards to statement generating for the multiple choice question.
I am using Quiz (Question Set) where the statement which is generated has a lot of "\n" new line characters which are causing errors when saved in DB.
Could I somehow escape/remove these new line characters from the statement?
Example from statement:
"choices": [ { "id": "0", "description": { "en-US": "\n\n\n\nDeal history\n\n\n\n\n" } }, { "id": "1", "description": { "en-US": "Customer insights\n" } },
The text was updated successfully, but these errors were encountered: