{
"blocks": [
{
"id": "button_result",
"type": "button",
"x": 320,
"y": 200,
"width": 300,
"height": 60,
"fields": {
"text": "Посчитать результат",
"url": "",
"target": "_self",
"color": "#ffffff",
"bg_color": "#4CAF50",
"border_radius": "8",
"padding_top": "15",
"padding_bottom": "15",
"padding_left": "20",
"padding_right": "20",
"font_family": "Arial",
"font_size": "20",
"font_weight": "600",
"align": "center"
}
},
{
"id": "result_text",
"type": "text",
"x": 320,
"y": 300,
"width": 600,
"height": 80,
"fields": {
"text": "Здесь появится ваш результат после прохождения теста",
"color": "#333333",
"font_family": "Arial",
"font_size": "22",
"font_weight": "600",
"align": "center",
"line_height": "1.4"
}
}
]
}