@@ -2071,7 +2071,10 @@ def expected_export_v2_image():
2071
2071
{
2072
2072
"name" : "text" ,
2073
2073
"value" : "text" ,
2074
- "text_answer" : {"content" : "free form text..." },
2074
+ "text_answer" : {
2075
+ "content" : "free form text..." ,
2076
+ "classifications" : [],
2077
+ },
2075
2078
},
2076
2079
],
2077
2080
"relationships" : [],
@@ -2103,7 +2106,10 @@ def expected_export_v2_audio():
2103
2106
{
2104
2107
"name" : "text" ,
2105
2108
"value" : "text" ,
2106
- "text_answer" : {"content" : "free form text..." },
2109
+ "text_answer" : {
2110
+ "content" : "free form text..." ,
2111
+ "classifications" : [],
2112
+ },
2107
2113
},
2108
2114
],
2109
2115
"segments" : {},
@@ -2120,7 +2126,10 @@ def expected_export_v2_html():
2120
2126
{
2121
2127
"name" : "text" ,
2122
2128
"value" : "text" ,
2123
- "text_answer" : {"content" : "free form text..." },
2129
+ "text_answer" : {
2130
+ "content" : "free form text..." ,
2131
+ "classifications" : [],
2132
+ },
2124
2133
},
2125
2134
{
2126
2135
"name" : "checklist" ,
@@ -2180,7 +2189,10 @@ def expected_export_v2_text():
2180
2189
{
2181
2190
"name" : "text" ,
2182
2191
"value" : "text" ,
2183
- "text_answer" : {"content" : "free form text..." },
2192
+ "text_answer" : {
2193
+ "content" : "free form text..." ,
2194
+ "classifications" : [],
2195
+ },
2184
2196
},
2185
2197
],
2186
2198
"relationships" : [],
@@ -2301,10 +2313,12 @@ def expected_export_v2_document():
2301
2313
"left" : 58.0 ,
2302
2314
"height" : 65.0 ,
2303
2315
"width" : 12.0 ,
2316
+ "unit" : "points" ,
2304
2317
},
2305
2318
"page_dimensions" : {
2306
2319
"height" : 792.0 ,
2307
2320
"width" : 612.0 ,
2321
+ "unit" : "points" ,
2308
2322
},
2309
2323
},
2310
2324
],
@@ -2328,7 +2342,10 @@ def expected_export_v2_document():
2328
2342
{
2329
2343
"name" : "text" ,
2330
2344
"value" : "text" ,
2331
- "text_answer" : {"content" : "free form text..." },
2345
+ "text_answer" : {
2346
+ "content" : "free form text..." ,
2347
+ "classifications" : [],
2348
+ },
2332
2349
},
2333
2350
],
2334
2351
"relationships" : [],
@@ -2344,11 +2361,17 @@ def expected_export_v2_llm_prompt_response_creation():
2344
2361
{
2345
2362
"name" : "prompt-text" ,
2346
2363
"value" : "prompt-text" ,
2347
- "text_answer" : {"content" : "free form text..." },
2364
+ "text_answer" : {
2365
+ "content" : "free form text..." ,
2366
+ "classifications" : [],
2367
+ },
2348
2368
},
2349
2369
{
2350
2370
"name" : "response-text" ,
2351
- "text_answer" : {"content" : "free form text..." },
2371
+ "text_answer" : {
2372
+ "content" : "free form text..." ,
2373
+ "classifications" : [],
2374
+ },
2352
2375
"value" : "response-text" ,
2353
2376
},
2354
2377
{
@@ -2390,7 +2413,10 @@ def expected_export_v2_llm_prompt_creation():
2390
2413
{
2391
2414
"name" : "prompt-text" ,
2392
2415
"value" : "prompt-text" ,
2393
- "text_answer" : {"content" : "free form text..." },
2416
+ "text_answer" : {
2417
+ "content" : "free form text..." ,
2418
+ "classifications" : [],
2419
+ },
2394
2420
},
2395
2421
],
2396
2422
"relationships" : [],
@@ -2406,7 +2432,10 @@ def expected_export_v2_llm_response_creation():
2406
2432
"classifications" : [
2407
2433
{
2408
2434
"name" : "response-text" ,
2409
- "text_answer" : {"content" : "free form text..." },
2435
+ "text_answer" : {
2436
+ "content" : "free form text..." ,
2437
+ "classifications" : [],
2438
+ },
2410
2439
"value" : "response-text" ,
2411
2440
},
2412
2441
{
@@ -2518,7 +2547,10 @@ def expected_exports_v2_mmc(mmc_example_data_row_message_ids):
2518
2547
{
2519
2548
"name" : "text" ,
2520
2549
"value" : "text" ,
2521
- "text_answer" : {"content" : "free form text..." },
2550
+ "text_answer" : {
2551
+ "content" : "free form text..." ,
2552
+ "classifications" : [],
2553
+ },
2522
2554
},
2523
2555
{
2524
2556
"name" : "radio_index" ,
0 commit comments