I have array of answers including marks.
Syntax – [“ANSWER1|MARK1, ANSWER2|MARK2 …]
answers = ["Human machine interface for lab abc computer applications|3",
"A survey of user opinion of computer system response time|4",
"The EPS user interface management system|2",
"System and human system engineering testing of EPS|1"]
I need to split these and extract marks for each answer. How do i do it ?
For example: