Hello,
I'm having trouble with a text question (not math). I'm successfully parsing the question with this regex : (?<=\s*<label for\=\"humanverify\"\>Random Question:\<\/label\>\r\n\s*<div class\=\"rightcol\"\>\r\n\s*<p class\=\"description\"\>).*(?=\<\/p\>)
Now I don't know where to put the...