我有包含 MCQ 测验的文本文件。目前,在将所有测验问题导入 Excel 之前,我必须使用分隔符(例如 TABS)编辑所有测验问题。
我需要一种自动方式将导入的文件格式化为这些列:
QuestionId, ExamType, Year, Subject, Question, Answer1, Answer2, Answer3, Answer4, Answer5, CorrectAnswer, Image
无需先手动编辑文本。
这是我当前导入 excel 的文本示例。
1.Government as an art of governing refers to the process of A.ruling people in the society b.establishing political parties C. providing free education D. acquiring social skills, 2. An essential feature of a State is A. availability of mineral resources B. developed infrastructure. C an organized system of laws D. developed markets.
我想将示例 1 和 2 放入上面的列中。我已经把我一直在做的事情拉上拉链,这样你就可以看看了。我还包括了原始测验数据,这样您就可以知道我要强制格式化的是什么