I'm new here. I was seeking for some help to get the following done with regex.
I have a MC tests lines like this:
Q1 I.......go to see the doctor last week because I was very ill.
(a) must (b) must to (c) had to (d) should to
Q2 I could.......bought that car but I didn't have enough money to pay for the petrol.
(a) had (b) have (c) have to (d) can
I would like the line from horizontal to vertical. That's it. It should look like this.
Q1 I.......go to see the doctor last week because I was very ill.
(a) must
(b) must to
(c) had to
(d) should to
Q2 I could.......bought that car but I didn't have enough money to pay for the petrol.
(a) had
(b) have
(c) have to
(d) can
I can't seem to make it work. That would save me long long hours of work. Any help is appreciated.