'''
2 вопроса (2б)
3 студента

2б => A, A

1(1б) => A, B
2(1б) => A, C
3(1б) => B, A
'''

from pprint import pprint

q = [
    { 'options': [ 'A', 'B', 'C'], 'text': '1' },
    { 'options': [ 'A', 'B', 'C'], 'text': '2' },
    { 'options': [ 'A', 'B', 'C'], 'text': '3' },
]

pprint(q)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: