|
|
@ -1035,10 +1035,10 @@ public class Ghre_QuestionServices : BaseServices<Ghre_Question, Ghre_QuestionDt |
|
|
|
if (questionContent.Length > index + 4) |
|
|
|
if (questionContent.Length > index + 4) |
|
|
|
{ |
|
|
|
{ |
|
|
|
if (questionContent.Substring(index + 2, 2) == "()") |
|
|
|
if (questionContent.Substring(index + 2, 2) == "()") |
|
|
|
questionContent = questionContent.Substring(0, index) + "____、" + questionContent.Substring(index + 2); |
|
|
|
questionContent = questionContent.Substring(0, index) + "________、" + questionContent.Substring(index + 2); |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
else |
|
|
|
questionContent = questionContent.Substring(0, index) + "____" + questionContent.Substring(index + 2); |
|
|
|
questionContent = questionContent.Substring(0, index) + "________" + questionContent.Substring(index + 2); |
|
|
|
|
|
|
|
|
|
|
|
insertAnswers.Add(new InsertGhre_QuestionAnswerInput() |
|
|
|
insertAnswers.Add(new InsertGhre_QuestionAnswerInput() |
|
|
|
{ |
|
|
|
{ |
|
|
|