Card Sort Conversion
Card sorting JSON
[
{
"id": "78e85f33",
"blocks":
[
{
"type": "block",
"attrs": { "id": "5116c3db", "required": false },
"content":
[
{
"type": "headingContent",
"attrs":
{
"headingLevel": "2",
"required": false,
"id": "78e85f33",
"form":
{
"input": "Select",
"selectOptions":
[{ "option": "Notes" }, { "option": "Documents" }],
},
},
"content":
[
{
"type": "text",
"text": "Which features you want most ?",
},
],
},
],
},
],
"type": "card",
},
{
"id": "7067026c",
"blocks":
[
{
"type": "block",
"attrs": { "id": "53d30291", "required": false },
"content":
[
{
"type": "headingContent",
"attrs":
{
"headingLevel": "2",
"required": false,
"id": "7067026c",
"form":
{
"input": "MultipleChoice",
"selectOptions":
[{ "option": "Google" }, { "option": "Friends" }],
},
},
"content":
[{ "type": "text", "text": "Where do you know Lunch Box ?" }],
},
],
},
],
"type": "card",
},
]
Insert slide JSON
[
{
"predefinedLayout": "TITLE_ONLY",
"title": "Which features you want most ?",
},
{
"predefinedLayout": "TITLE_ONLY",
"title": "Where do you know Lunch Box ?",
},
]