Get import template
curl --request POST \
--url https://project.sightx.io/projects-api/v1/projects/{projectId}/template \
--header 'Authorization: <api-key>'import requests
url = "https://project.sightx.io/projects-api/v1/projects/{projectId}/template"
headers = {"Authorization": "<api-key>"}
response = requests.post(url, headers=headers)
print(response.text)const options = {method: 'POST', headers: {Authorization: '<api-key>'}};
fetch('https://project.sightx.io/projects-api/v1/projects/{projectId}/template', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://project.sightx.io/projects-api/v1/projects/{projectId}/template",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_HTTPHEADER => [
"Authorization: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://project.sightx.io/projects-api/v1/projects/{projectId}/template"
req, _ := http.NewRequest("POST", url, nil)
req.Header.Add("Authorization", "<api-key>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://project.sightx.io/projects-api/v1/projects/{projectId}/template")
.header("Authorization", "<api-key>")
.asString();require 'uri'
require 'net/http'
url = URI("https://project.sightx.io/projects-api/v1/projects/{projectId}/template")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Authorization"] = '<api-key>'
response = http.request(request)
puts response.read_body"PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4S֒|\u0011Z\u0001\u0000\u0000Z\u0001\u0000\u0000\u0011\u0000\u0000\u0000docProps/core.xml<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<cp:coreProperties xmlns:cp=\"http://schemas.openxmlformats.org/package/2006/metadata/core-properties\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:dcterms=\"http://purl.org/dc/terms/\" xmlns:dcmitype=\"http://purl.org/dc/dcmitype/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"/>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4S?[\u001ch5\u0002\u0000\u00005\u0002\u0000\u0000\u0010\u0000\u0000\u0000docProps/app.xml<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<Properties xmlns=\"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties\" xmlns:vt=\"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes\"><Application>SheetJS</Application><HeadingPairs><vt:vector size=\"2\" baseType=\"variant\"><vt:variant><vt:lpstr>Worksheets</vt:lpstr></vt:variant><vt:variant><vt:i4>1</vt:i4></vt:variant></vt:vector></HeadingPairs><TitlesOfParts><vt:vector size=\"1\" baseType=\"lpstr\"><vt:lpstr>Responses</vt:lpstr></vt:vector></TitlesOfParts></Properties>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4Sg�ә>\u0001\u0000\u0000>\u0001\u0000\u0000\u000f\u0000\u0000\u0000xl/workbook.xml<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<workbook xmlns=\"http://schemas.openxmlformats.org/spreadsheetml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\"><workbookPr date1904=\"false\"/><sheets><sheet name=\"Responses\" sheetId=\"1\" r:id=\"rId1\"/></sheets></workbook>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4S�\u0016\fn�\u0014\u0000\u0000�\u0014\u0000\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet1.xml<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<worksheet xmlns=\"http://schemas.openxmlformats.org/spreadsheetml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\"><dimension ref=\"A1:X3\"/><sheetViews><sheetView showGridLines=\"1\" tabSelected=\"0\" workbookViewId=\"0\"/></sheetViews><sheetData><row r=\"1\"><c r=\"A1\" s=\"2\" t=\"str\"><v>Type</v></c><c r=\"B1\" s=\"2\" t=\"str\"><v></v></c><c r=\"C1\" s=\"3\" t=\"str\"><v>Q1 multiple choice [Max 2 selections] [required] - 1</v></c><c r=\"D1\" s=\"3\" t=\"str\"><v>Q1 multiple choice [Max 2 selections] [required] - 1</v></c><c r=\"E1\" s=\"3\" t=\"str\"><v>Q1 multiple choice [Max 2 selections] [required] - 1</v></c><c r=\"F1\" s=\"3\" t=\"str\"><v>Q1 multiple choice [Max 2 selections] [required] - 1</v></c><c r=\"G1\" s=\"2\" t=\"str\"><v>Q2 multiple choice [required] - 2</v></c><c r=\"H1\" s=\"3\" t=\"str\"><v>Q3 grid [required] - 3</v></c><c r=\"I1\" s=\"3\" t=\"str\"><v>Q3 grid [required] - 3</v></c><c r=\"J1\" s=\"2\" t=\"str\"><v>Q4 numeric entry [required] - 4</v></c><c r=\"K1\" s=\"3\" t=\"str\"><v>Q5 numeric entry [required] - 5</v></c><c r=\"L1\" s=\"2\" t=\"str\"><v>Q6 numeric entry [required] - 6</v></c><c r=\"M1\" s=\"3\" t=\"str\"><v>Q7 numeric entry [required] - 7</v></c><c r=\"N1\" s=\"2\" t=\"str\"><v>Q8 multiple choice [required] - 8</v></c><c r=\"O1\" s=\"3\" t=\"str\"><v>Q9 constant sum [required] - 9</v></c><c r=\"P1\" s=\"3\" t=\"str\"><v>Q9 constant sum [required] - 9</v></c><c r=\"Q1\" s=\"2\" t=\"str\"><v>Q10 rank order [required] - 10</v></c><c r=\"R1\" s=\"2\" t=\"str\"><v>Q10 rank order [required] - 10</v></c><c r=\"S1\" s=\"3\" t=\"str\"><v>Q11 multiple choice [required] - 11</v></c><c r=\"T1\" s=\"2\" t=\"str\"><v>Q12 multiple choice [required] - 12</v></c><c r=\"U1\" s=\"3\" t=\"str\"><v>Q13 nps [required] - 13</v></c><c r=\"V1\" s=\"2\" t=\"str\"><v>Q14 max diff [required] - 14</v></c><c r=\"W1\" s=\"2\" t=\"str\"><v>Q14 max diff [required] - 14</v></c><c r=\"X1\" s=\"2\" t=\"str\"><v>Q14 max diff [required] - 14</v></c></row><row r=\"2\"><c r=\"A2\" s=\"2\" t=\"str\"><v>Date</v></c><c r=\"B2\" s=\"2\" t=\"str\"><v>IP</v></c><c r=\"C2\" s=\"2\" t=\"str\"><v>Multiple selection :: go 1</v></c><c r=\"D2\" s=\"2\" t=\"str\"><v>Multiple selection :: go 2</v></c><c r=\"E2\" s=\"2\" t=\"str\"><v>Multiple selection :: stop 1</v></c><c r=\"F2\" s=\"2\" t=\"str\"><v>Multiple selection :: stop 2</v></c><c r=\"G2\" s=\"2\" t=\"str\"><v xml:space=\"preserve\">Single selection </v></c><c r=\"H2\" s=\"2\" t=\"str\"><v>Grid :: row 1</v></c><c r=\"I2\" s=\"2\" t=\"str\"><v>Grid :: row 2</v></c><c r=\"J2\" s=\"2\" t=\"str\"><v>Multiple numeric</v></c><c r=\"K2\" s=\"2\" t=\"str\"><v>Multiple numeric</v></c><c r=\"L2\" s=\"2\" t=\"str\"><v>Multiple numeric</v></c><c r=\"M2\" s=\"2\" t=\"str\"><v xml:space=\"preserve\">Simple numeric </v></c><c r=\"N2\" s=\"2\" t=\"str\"><v>What is your age?</v></c><c r=\"O2\" s=\"2\" t=\"str\"><v>Constant sum :: row 1</v></c><c r=\"P2\" s=\"2\" t=\"str\"><v>Constant sum :: row 2</v></c><c r=\"Q2\" s=\"2\" t=\"str\"><v>Rank :: 1</v></c><c r=\"R2\" s=\"2\" t=\"str\"><v>Rank :: 2</v></c><c r=\"S2\" s=\"2\" t=\"str\"><v>Single selection</v></c><c r=\"T2\" s=\"2\" t=\"str\"><v>Q2</v></c><c r=\"U2\" s=\"2\" t=\"str\"><v>NPS</v></c><c r=\"V2\" s=\"2\" t=\"str\"><v>Basic maxdiff :: r1</v></c><c r=\"W2\" s=\"2\" t=\"str\"><v>Basic maxdiff :: r2</v></c><c r=\"X2\" s=\"2\" t=\"str\"><v>Basic maxdiff :: r3</v></c></row><row r=\"3\"><c r=\"A3\" s=\"2\" t=\"str\"><v>mm/dd/yyyy</v></c><c r=\"B3\" s=\"2\" t=\"str\"><v>198.187.137.155</v></c><c r=\"C3\" s=\"2\" t=\"str\"><v>[1 :: go 1]</v></c><c r=\"D3\" s=\"2\" t=\"str\"><v>[2 :: go 2]</v></c><c r=\"E3\" s=\"2\" t=\"str\"><v>[3 :: stop 1]</v></c><c r=\"F3\" s=\"2\" t=\"str\"><v>[4 :: stop 2]</v></c><c r=\"G3\" s=\"2\" t=\"str\"><v>[1 :: go 1] [2 :: go 2] [3 :: stop 1] [4 :: stop 2]</v></c><c r=\"H3\" s=\"2\" t=\"str\"><v>[1 :: column 1] [2 :: column 2]</v></c><c r=\"I3\" s=\"2\" t=\"str\"><v>[1 :: column 1] [2 :: column 2]</v></c><c r=\"J3\" s=\"2\" t=\"str\"><v>Integer number between [0 - 10]</v></c><c r=\"K3\" s=\"2\" t=\"str\"><v>Integer number between [0 - 10]</v></c><c r=\"L3\" s=\"2\" t=\"str\"><v>Integer number between [0 - 10]</v></c><c r=\"M3\" s=\"2\" t=\"str\"><v>Integer number between [0 - 10]</v></c><c r=\"N3\" s=\"2\" t=\"str\"><v>[1 :: 18 -24] [2 :: 25 - 34] [3 :: 35 - 44] [4 :: 45 - 54] [5 :: 55 - 64] [6 :: 65+]</v></c><c r=\"O3\" s=\"2\" t=\"str\"><v>Integer number (this question's columns must sum up to 100)</v></c><c r=\"P3\" s=\"2\" t=\"str\"><v>Integer number (this question's columns must sum up to 100)</v></c><c r=\"Q3\" s=\"2\" t=\"str\"><v>Final position for this option (between 1 - 2)</v></c><c r=\"R3\" s=\"2\" t=\"str\"><v>Final position for this option (between 1 - 2)</v></c><c r=\"S3\" s=\"2\" t=\"str\"><v>[1 :: option 1] [2 :: option 2] [3 :: option 3]</v></c><c r=\"T3\" s=\"2\" t=\"str\"><v>[1 :: option 1] [2 :: option 2] [3 :: option 3]</v></c><c r=\"U3\" s=\"2\" t=\"str\"><v>[1 :: 0] [2 :: 1] [3 :: 2] [4 :: 3] [5 :: 4] [6 :: 5] [7 :: 6] [8 :: 7] [9 :: 8] [10 :: 9] [11 :: 10]</v></c><c r=\"V3\" s=\"2\" t=\"str\"><v>[1 :: Least likely] [2 :: Most likely]</v></c><c r=\"W3\" s=\"2\" t=\"str\"><v>[1 :: Least likely] [2 :: Most likely]</v></c><c r=\"X3\" s=\"2\" t=\"str\"><v>[1 :: Least likely] [2 :: Most likely]</v></c></row></sheetData><mergeCells count=\"5\"><mergeCell ref=\"C1:F1\"/><mergeCell ref=\"H1:I1\"/><mergeCell ref=\"O1:P1\"/><mergeCell ref=\"Q1:R1\"/><mergeCell ref=\"V1:X1\"/></mergeCells></worksheet>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4S�_�D�\u001d\u0000\u0000�\u001d\u0000\u0000\u0013\u0000\u0000\u0000xl/theme/theme1.xml<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<a:theme xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" name=\"Office Theme\"><a:themeElements><a:clrScheme name=\"Office\"><a:dk1><a:sysClr val=\"windowText\" lastClr=\"000000\"/></a:dk1><a:lt1><a:sysClr val=\"window\" lastClr=\"FFFFFF\"/></a:lt1><a:dk2><a:srgbClr val=\"1F497D\"/></a:dk2><a:lt2><a:srgbClr val=\"EEECE1\"/></a:lt2><a:accent1><a:srgbClr val=\"4F81BD\"/></a:accent1><a:accent2><a:srgbClr val=\"C0504D\"/></a:accent2><a:accent3><a:srgbClr val=\"9BBB59\"/></a:accent3><a:accent4><a:srgbClr val=\"8064A2\"/></a:accent4><a:accent5><a:srgbClr val=\"4BACC6\"/></a:accent5><a:accent6><a:srgbClr val=\"F79646\"/></a:accent6><a:hlink><a:srgbClr val=\"0000FF\"/></a:hlink><a:folHlink><a:srgbClr val=\"800080\"/></a:folHlink></a:clrScheme><a:fontScheme name=\"Office\"><a:majorFont><a:latin typeface=\"Cambria\"/><a:ea typeface=\"\"/><a:cs typeface=\"\"/><a:font script=\"Jpan\" typeface=\"MS Pゴシック\"/><a:font script=\"Hang\" typeface=\"맑은 고딕\"/><a:font script=\"Hans\" typeface=\"宋体\"/><a:font script=\"Hant\" typeface=\"新細明體\"/><a:font script=\"Arab\" typeface=\"Times New Roman\"/><a:font script=\"Hebr\" typeface=\"Times New Roman\"/><a:font script=\"Thai\" typeface=\"Tahoma\"/><a:font script=\"Ethi\" typeface=\"Nyala\"/><a:font script=\"Beng\" typeface=\"Vrinda\"/><a:font script=\"Gujr\" typeface=\"Shruti\"/><a:font script=\"Khmr\" typeface=\"MoolBoran\"/><a:font script=\"Knda\" typeface=\"Tunga\"/><a:font script=\"Guru\" typeface=\"Raavi\"/><a:font script=\"Cans\" typeface=\"Euphemia\"/><a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\"/><a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\"/><a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\"/><a:font script=\"Thaa\" typeface=\"MV Boli\"/><a:font script=\"Deva\" typeface=\"Mangal\"/><a:font script=\"Telu\" typeface=\"Gautami\"/><a:font script=\"Taml\" typeface=\"Latha\"/><a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\"/><a:font script=\"Orya\" typeface=\"Kalinga\"/><a:font script=\"Mlym\" typeface=\"Kartika\"/><a:font script=\"Laoo\" typeface=\"DokChampa\"/><a:font script=\"Sinh\" typeface=\"Iskoola Pota\"/><a:font script=\"Mong\" typeface=\"Mongolian Baiti\"/><a:font script=\"Viet\" typeface=\"Times New Roman\"/><a:font script=\"Uigh\" typeface=\"Microsoft Uighur\"/><a:font script=\"Geor\" typeface=\"Sylfaen\"/></a:majorFont><a:minorFont><a:latin typeface=\"Calibri\"/><a:ea typeface=\"\"/><a:cs typeface=\"\"/><a:font script=\"Jpan\" typeface=\"MS Pゴシック\"/><a:font script=\"Hang\" typeface=\"맑은 고딕\"/><a:font script=\"Hans\" typeface=\"宋体\"/><a:font script=\"Hant\" typeface=\"新細明體\"/><a:font script=\"Arab\" typeface=\"Arial\"/><a:font script=\"Hebr\" typeface=\"Arial\"/><a:font script=\"Thai\" typeface=\"Tahoma\"/><a:font script=\"Ethi\" typeface=\"Nyala\"/><a:font script=\"Beng\" typeface=\"Vrinda\"/><a:font script=\"Gujr\" typeface=\"Shruti\"/><a:font script=\"Khmr\" typeface=\"DaunPenh\"/><a:font script=\"Knda\" typeface=\"Tunga\"/><a:font script=\"Guru\" typeface=\"Raavi\"/><a:font script=\"Cans\" typeface=\"Euphemia\"/><a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\"/><a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\"/><a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\"/><a:font script=\"Thaa\" typeface=\"MV Boli\"/><a:font script=\"Deva\" typeface=\"Mangal\"/><a:font script=\"Telu\" typeface=\"Gautami\"/><a:font script=\"Taml\" typeface=\"Latha\"/><a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\"/><a:font script=\"Orya\" typeface=\"Kalinga\"/><a:font script=\"Mlym\" typeface=\"Kartika\"/><a:font script=\"Laoo\" typeface=\"DokChampa\"/><a:font script=\"Sinh\" typeface=\"Iskoola Pota\"/><a:font script=\"Mong\" typeface=\"Mongolian Baiti\"/><a:font script=\"Viet\" typeface=\"Arial\"/><a:font script=\"Uigh\" typeface=\"Microsoft Uighur\"/><a:font script=\"Geor\" typeface=\"Sylfaen\"/></a:minorFont></a:fontScheme><a:fmtScheme name=\"Office\"><a:fillStyleLst><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"50000\"/><a:satMod val=\"300000\"/></a:schemeClr></a:gs><a:gs pos=\"35000\"><a:schemeClr val=\"phClr\"><a:tint val=\"37000\"/><a:satMod val=\"300000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:tint val=\"15000\"/><a:satMod val=\"350000\"/></a:schemeClr></a:gs></a:gsLst><a:lin ang=\"16200000\" scaled=\"1\"/></a:gradFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"100000\"/><a:shade val=\"100000\"/><a:satMod val=\"130000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:tint val=\"50000\"/><a:shade val=\"100000\"/><a:satMod val=\"350000\"/></a:schemeClr></a:gs></a:gsLst><a:lin ang=\"16200000\" scaled=\"0\"/></a:gradFill></a:fillStyleLst><a:lnStyleLst><a:ln w=\"9525\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\"><a:shade val=\"95000\"/><a:satMod val=\"105000\"/></a:schemeClr></a:solidFill><a:prstDash val=\"solid\"/></a:ln><a:ln w=\"25400\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:prstDash val=\"solid\"/></a:ln><a:ln w=\"38100\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:prstDash val=\"solid\"/></a:ln></a:lnStyleLst><a:effectStyleLst><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"20000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"38000\"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"23000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"35000\"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"23000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"35000\"/></a:srgbClr></a:outerShdw></a:effectLst><a:scene3d><a:camera prst=\"orthographicFront\"><a:rot lat=\"0\" lon=\"0\" rev=\"0\"/></a:camera><a:lightRig rig=\"threePt\" dir=\"t\"><a:rot lat=\"0\" lon=\"0\" rev=\"1200000\"/></a:lightRig></a:scene3d><a:sp3d><a:bevelT w=\"63500\" h=\"25400\"/></a:sp3d></a:effectStyle></a:effectStyleLst><a:bgFillStyleLst><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"40000\"/><a:satMod val=\"350000\"/></a:schemeClr></a:gs><a:gs pos=\"40000\"><a:schemeClr val=\"phClr\"><a:tint val=\"45000\"/><a:shade val=\"99000\"/><a:satMod val=\"350000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:shade val=\"20000\"/><a:satMod val=\"255000\"/></a:schemeClr></a:gs></a:gsLst><a:path path=\"circle\"><a:fillToRect l=\"50000\" t=\"-80000\" r=\"50000\" b=\"180000\"/></a:path></a:gradFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"80000\"/><a:satMod val=\"300000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:shade val=\"30000\"/><a:satMod val=\"200000\"/></a:schemeClr></a:gs></a:gsLst><a:path path=\"circle\"><a:fillToRect l=\"50000\" t=\"50000\" r=\"50000\" b=\"50000\"/></a:path></a:gradFill></a:bgFillStyleLst></a:fmtScheme></a:themeElements><a:objectDefaults><a:spDef><a:spPr/><a:bodyPr/><a:lstStyle/><a:style><a:lnRef idx=\"1\"><a:schemeClr val=\"accent1\"/></a:lnRef><a:fillRef idx=\"3\"><a:schemeClr val=\"accent1\"/></a:fillRef><a:effectRef idx=\"2\"><a:schemeClr val=\"accent1\"/></a:effectRef><a:fontRef idx=\"minor\"><a:schemeClr val=\"lt1\"/></a:fontRef></a:style></a:spDef><a:lnDef><a:spPr/><a:bodyPr/><a:lstStyle/><a:style><a:lnRef idx=\"2\"><a:schemeClr val=\"accent1\"/></a:lnRef><a:fillRef idx=\"0\"><a:schemeClr val=\"accent1\"/></a:fillRef><a:effectRef idx=\"1\"><a:schemeClr val=\"accent1\"/></a:effectRef><a:fontRef idx=\"minor\"><a:schemeClr val=\"tx1\"/></a:fontRef></a:style></a:lnDef></a:objectDefaults><a:extraClrSchemeLst/></a:theme>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4S�k���\u0005\u0000\u0000�\u0005\u0000\u0000\r\u0000\u0000\u0000xl/styles.xml<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><styleSheet xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" xmlns:x14ac=\"http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac\" xmlns=\"http://schemas.openxmlformats.org/spreadsheetml/2006/main\" mc:Ignorable=\"x14ac\"><numFmts count=\"0\"/><fonts count=\"2\" x14ac:knownFonts=\"1\"><font><sz val=\"12\"/><name val=\"Calibri\"/></font><font><sz val=\"12\"/><name val=\"Calibri\"/></font></fonts><fills count=\"3\"><fill><patternFill patternType=\"none\"><bgColor/></patternFill></fill><fill><patternFill patternType=\"gray125\"><bgColor/></patternFill></fill><fill><patternFill patternType=\"solid\"><fgColor rgb=\"FFD3D3D3\"/><bgColor/></patternFill></fill></fills><borders count=\"2\"><border><left/><right/><top/><bottom/><diagonal/></border><border><left/><right/><top/><bottom/><diagonal/></border></borders><cellStyleXfs><xf numFmtId=\"0\" fontId=\"0\" fillId=\"0\" borderId=\"0\"/></cellStyleXfs><cellXfs count=\"4\"><xf numFmtId=\"0\" fontId=\"0\" fillId=\"0\" borderId=\"0\" xfId=\"0\"/><xf numFmtId=\"0\" fontId=\"1\" fillId=\"1\" borderId=\"1\" xfId=\"0\" applyFont=\"1\" applyFill=\"1\" applyBorder=\"1\"/><xf numFmtId=\"0\" fontId=\"0\" fillId=\"0\" borderId=\"0\" xfId=\"0\"/><xf numFmtId=\"0\" fontId=\"0\" fillId=\"2\" borderId=\"0\" xfId=\"0\" applyFill=\"1\"/></cellXfs><cellStyles><cellStyle name=\"Normal\" xfId=\"0\" builtinId=\"0\"/></cellStyles><dxfs count=\"0\"/><tableStyles count=\"0\" defaultTableStyle=\"TableStyleMedium9\" defaultPivotStyle=\"PivotStyleMedium4\"/></styleSheet>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4S\u001eT���\u0004\u0000\u0000�\u0004\u0000\u0000\u0013\u0000\u0000\u0000[Content_Types].xml<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<Types xmlns=\"http://schemas.openxmlformats.org/package/2006/content-types\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><Default Extension=\"xml\" ContentType=\"application/xml\"/><Default Extension=\"bin\" ContentType=\"application/vnd.ms-excel.sheet.binary.macroEnabled.main\"/><Default Extension=\"rels\" ContentType=\"application/vnd.openxmlformats-package.relationships+xml\"/><Override PartName=\"/xl/workbook.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml\"/><Override PartName=\"/xl/worksheets/sheet1.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml\"/><Override PartName=\"/xl/theme/theme1.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.theme+xml\"/><Override PartName=\"/xl/styles.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml\"/><Override PartName=\"/docProps/core.xml\" ContentType=\"application/vnd.openxmlformats-package.core-properties+xml\"/><Override PartName=\"/docProps/app.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.extended-properties+xml\"/></Types>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4SJj\u0011�L\u0002\u0000\u0000L\u0002\u0000\u0000\u000b\u0000\u0000\u0000_rels/.rels<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"><Relationship Id=\"rId2\" Type=\"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties\" Target=\"docProps/core.xml\"/><Relationship Id=\"rId3\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties\" Target=\"docProps/app.xml\"/><Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument\" Target=\"xl/workbook.xml\"/></Relationships>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4S�[�|-\u0002\u0000\u0000-\u0002\u0000\u0000\u001a\u0000\u0000\u0000xl/_rels/workbook.xml.rels<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"><Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet\" Target=\"worksheets/sheet1.xml\"/><Relationship Id=\"rId3\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme\" Target=\"theme/theme1.xml\"/><Relationship Id=\"rId4\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\" Target=\"styles.xml\"/></Relationships>PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4S֒|\u0011Z\u0001\u0000\u0000Z\u0001\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000docProps/core.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4S?[\u001ch5\u0002\u0000\u00005\u0002\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0000\u0000docProps/app.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4Sg�ә>\u0001\u0000\u0000>\u0001\u0000\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0003\u0000\u0000xl/workbook.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4S�\u0016\fn�\u0014\u0000\u0000�\u0014\u0000\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000W\u0005\u0000\u0000xl/worksheets/sheet1.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4S�_�D�\u001d\u0000\u0000�\u001d\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0017\u001a\u0000\u0000xl/theme/theme1.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4S�k���\u0005\u0000\u0000�\u0005\u0000\u0000\r\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%8\u0000\u0000xl/styles.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4S\u001eT���\u0004\u0000\u0000�\u0004\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 >\u0000\u0000[Content_Types].xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4SJj\u0011�L\u0002\u0000\u0000L\u0002\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001cC\u0000\u0000_rels/.relsPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4S�[�|-\u0002\u0000\u0000-\u0002\u0000\u0000\u001a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�E\u0000\u0000xl/_rels/workbook.xml.relsPK\u0005\u0006\u0000\u0000\u0000\u0000\t\u0000\t\u0000>\u0002\u0000\u0000�G\u0000\u0000\u0000\u0000"Responses / Import
Get import template
Description
Download the template for importing data to the project in excel format for the project with the id set in the url.
Response
200 OK
A .xlsx file with the import template for the project.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.
POST
/
projects-api
/
v1
/
projects
/
{projectId}
/
template
Get import template
curl --request POST \
--url https://project.sightx.io/projects-api/v1/projects/{projectId}/template \
--header 'Authorization: <api-key>'import requests
url = "https://project.sightx.io/projects-api/v1/projects/{projectId}/template"
headers = {"Authorization": "<api-key>"}
response = requests.post(url, headers=headers)
print(response.text)const options = {method: 'POST', headers: {Authorization: '<api-key>'}};
fetch('https://project.sightx.io/projects-api/v1/projects/{projectId}/template', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://project.sightx.io/projects-api/v1/projects/{projectId}/template",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_HTTPHEADER => [
"Authorization: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://project.sightx.io/projects-api/v1/projects/{projectId}/template"
req, _ := http.NewRequest("POST", url, nil)
req.Header.Add("Authorization", "<api-key>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://project.sightx.io/projects-api/v1/projects/{projectId}/template")
.header("Authorization", "<api-key>")
.asString();require 'uri'
require 'net/http'
url = URI("https://project.sightx.io/projects-api/v1/projects/{projectId}/template")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Authorization"] = '<api-key>'
response = http.request(request)
puts response.read_body"PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4S֒|\u0011Z\u0001\u0000\u0000Z\u0001\u0000\u0000\u0011\u0000\u0000\u0000docProps/core.xml<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<cp:coreProperties xmlns:cp=\"http://schemas.openxmlformats.org/package/2006/metadata/core-properties\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:dcterms=\"http://purl.org/dc/terms/\" xmlns:dcmitype=\"http://purl.org/dc/dcmitype/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"/>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4S?[\u001ch5\u0002\u0000\u00005\u0002\u0000\u0000\u0010\u0000\u0000\u0000docProps/app.xml<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<Properties xmlns=\"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties\" xmlns:vt=\"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes\"><Application>SheetJS</Application><HeadingPairs><vt:vector size=\"2\" baseType=\"variant\"><vt:variant><vt:lpstr>Worksheets</vt:lpstr></vt:variant><vt:variant><vt:i4>1</vt:i4></vt:variant></vt:vector></HeadingPairs><TitlesOfParts><vt:vector size=\"1\" baseType=\"lpstr\"><vt:lpstr>Responses</vt:lpstr></vt:vector></TitlesOfParts></Properties>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4Sg�ә>\u0001\u0000\u0000>\u0001\u0000\u0000\u000f\u0000\u0000\u0000xl/workbook.xml<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<workbook xmlns=\"http://schemas.openxmlformats.org/spreadsheetml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\"><workbookPr date1904=\"false\"/><sheets><sheet name=\"Responses\" sheetId=\"1\" r:id=\"rId1\"/></sheets></workbook>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4S�\u0016\fn�\u0014\u0000\u0000�\u0014\u0000\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet1.xml<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<worksheet xmlns=\"http://schemas.openxmlformats.org/spreadsheetml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\"><dimension ref=\"A1:X3\"/><sheetViews><sheetView showGridLines=\"1\" tabSelected=\"0\" workbookViewId=\"0\"/></sheetViews><sheetData><row r=\"1\"><c r=\"A1\" s=\"2\" t=\"str\"><v>Type</v></c><c r=\"B1\" s=\"2\" t=\"str\"><v></v></c><c r=\"C1\" s=\"3\" t=\"str\"><v>Q1 multiple choice [Max 2 selections] [required] - 1</v></c><c r=\"D1\" s=\"3\" t=\"str\"><v>Q1 multiple choice [Max 2 selections] [required] - 1</v></c><c r=\"E1\" s=\"3\" t=\"str\"><v>Q1 multiple choice [Max 2 selections] [required] - 1</v></c><c r=\"F1\" s=\"3\" t=\"str\"><v>Q1 multiple choice [Max 2 selections] [required] - 1</v></c><c r=\"G1\" s=\"2\" t=\"str\"><v>Q2 multiple choice [required] - 2</v></c><c r=\"H1\" s=\"3\" t=\"str\"><v>Q3 grid [required] - 3</v></c><c r=\"I1\" s=\"3\" t=\"str\"><v>Q3 grid [required] - 3</v></c><c r=\"J1\" s=\"2\" t=\"str\"><v>Q4 numeric entry [required] - 4</v></c><c r=\"K1\" s=\"3\" t=\"str\"><v>Q5 numeric entry [required] - 5</v></c><c r=\"L1\" s=\"2\" t=\"str\"><v>Q6 numeric entry [required] - 6</v></c><c r=\"M1\" s=\"3\" t=\"str\"><v>Q7 numeric entry [required] - 7</v></c><c r=\"N1\" s=\"2\" t=\"str\"><v>Q8 multiple choice [required] - 8</v></c><c r=\"O1\" s=\"3\" t=\"str\"><v>Q9 constant sum [required] - 9</v></c><c r=\"P1\" s=\"3\" t=\"str\"><v>Q9 constant sum [required] - 9</v></c><c r=\"Q1\" s=\"2\" t=\"str\"><v>Q10 rank order [required] - 10</v></c><c r=\"R1\" s=\"2\" t=\"str\"><v>Q10 rank order [required] - 10</v></c><c r=\"S1\" s=\"3\" t=\"str\"><v>Q11 multiple choice [required] - 11</v></c><c r=\"T1\" s=\"2\" t=\"str\"><v>Q12 multiple choice [required] - 12</v></c><c r=\"U1\" s=\"3\" t=\"str\"><v>Q13 nps [required] - 13</v></c><c r=\"V1\" s=\"2\" t=\"str\"><v>Q14 max diff [required] - 14</v></c><c r=\"W1\" s=\"2\" t=\"str\"><v>Q14 max diff [required] - 14</v></c><c r=\"X1\" s=\"2\" t=\"str\"><v>Q14 max diff [required] - 14</v></c></row><row r=\"2\"><c r=\"A2\" s=\"2\" t=\"str\"><v>Date</v></c><c r=\"B2\" s=\"2\" t=\"str\"><v>IP</v></c><c r=\"C2\" s=\"2\" t=\"str\"><v>Multiple selection :: go 1</v></c><c r=\"D2\" s=\"2\" t=\"str\"><v>Multiple selection :: go 2</v></c><c r=\"E2\" s=\"2\" t=\"str\"><v>Multiple selection :: stop 1</v></c><c r=\"F2\" s=\"2\" t=\"str\"><v>Multiple selection :: stop 2</v></c><c r=\"G2\" s=\"2\" t=\"str\"><v xml:space=\"preserve\">Single selection </v></c><c r=\"H2\" s=\"2\" t=\"str\"><v>Grid :: row 1</v></c><c r=\"I2\" s=\"2\" t=\"str\"><v>Grid :: row 2</v></c><c r=\"J2\" s=\"2\" t=\"str\"><v>Multiple numeric</v></c><c r=\"K2\" s=\"2\" t=\"str\"><v>Multiple numeric</v></c><c r=\"L2\" s=\"2\" t=\"str\"><v>Multiple numeric</v></c><c r=\"M2\" s=\"2\" t=\"str\"><v xml:space=\"preserve\">Simple numeric </v></c><c r=\"N2\" s=\"2\" t=\"str\"><v>What is your age?</v></c><c r=\"O2\" s=\"2\" t=\"str\"><v>Constant sum :: row 1</v></c><c r=\"P2\" s=\"2\" t=\"str\"><v>Constant sum :: row 2</v></c><c r=\"Q2\" s=\"2\" t=\"str\"><v>Rank :: 1</v></c><c r=\"R2\" s=\"2\" t=\"str\"><v>Rank :: 2</v></c><c r=\"S2\" s=\"2\" t=\"str\"><v>Single selection</v></c><c r=\"T2\" s=\"2\" t=\"str\"><v>Q2</v></c><c r=\"U2\" s=\"2\" t=\"str\"><v>NPS</v></c><c r=\"V2\" s=\"2\" t=\"str\"><v>Basic maxdiff :: r1</v></c><c r=\"W2\" s=\"2\" t=\"str\"><v>Basic maxdiff :: r2</v></c><c r=\"X2\" s=\"2\" t=\"str\"><v>Basic maxdiff :: r3</v></c></row><row r=\"3\"><c r=\"A3\" s=\"2\" t=\"str\"><v>mm/dd/yyyy</v></c><c r=\"B3\" s=\"2\" t=\"str\"><v>198.187.137.155</v></c><c r=\"C3\" s=\"2\" t=\"str\"><v>[1 :: go 1]</v></c><c r=\"D3\" s=\"2\" t=\"str\"><v>[2 :: go 2]</v></c><c r=\"E3\" s=\"2\" t=\"str\"><v>[3 :: stop 1]</v></c><c r=\"F3\" s=\"2\" t=\"str\"><v>[4 :: stop 2]</v></c><c r=\"G3\" s=\"2\" t=\"str\"><v>[1 :: go 1] [2 :: go 2] [3 :: stop 1] [4 :: stop 2]</v></c><c r=\"H3\" s=\"2\" t=\"str\"><v>[1 :: column 1] [2 :: column 2]</v></c><c r=\"I3\" s=\"2\" t=\"str\"><v>[1 :: column 1] [2 :: column 2]</v></c><c r=\"J3\" s=\"2\" t=\"str\"><v>Integer number between [0 - 10]</v></c><c r=\"K3\" s=\"2\" t=\"str\"><v>Integer number between [0 - 10]</v></c><c r=\"L3\" s=\"2\" t=\"str\"><v>Integer number between [0 - 10]</v></c><c r=\"M3\" s=\"2\" t=\"str\"><v>Integer number between [0 - 10]</v></c><c r=\"N3\" s=\"2\" t=\"str\"><v>[1 :: 18 -24] [2 :: 25 - 34] [3 :: 35 - 44] [4 :: 45 - 54] [5 :: 55 - 64] [6 :: 65+]</v></c><c r=\"O3\" s=\"2\" t=\"str\"><v>Integer number (this question's columns must sum up to 100)</v></c><c r=\"P3\" s=\"2\" t=\"str\"><v>Integer number (this question's columns must sum up to 100)</v></c><c r=\"Q3\" s=\"2\" t=\"str\"><v>Final position for this option (between 1 - 2)</v></c><c r=\"R3\" s=\"2\" t=\"str\"><v>Final position for this option (between 1 - 2)</v></c><c r=\"S3\" s=\"2\" t=\"str\"><v>[1 :: option 1] [2 :: option 2] [3 :: option 3]</v></c><c r=\"T3\" s=\"2\" t=\"str\"><v>[1 :: option 1] [2 :: option 2] [3 :: option 3]</v></c><c r=\"U3\" s=\"2\" t=\"str\"><v>[1 :: 0] [2 :: 1] [3 :: 2] [4 :: 3] [5 :: 4] [6 :: 5] [7 :: 6] [8 :: 7] [9 :: 8] [10 :: 9] [11 :: 10]</v></c><c r=\"V3\" s=\"2\" t=\"str\"><v>[1 :: Least likely] [2 :: Most likely]</v></c><c r=\"W3\" s=\"2\" t=\"str\"><v>[1 :: Least likely] [2 :: Most likely]</v></c><c r=\"X3\" s=\"2\" t=\"str\"><v>[1 :: Least likely] [2 :: Most likely]</v></c></row></sheetData><mergeCells count=\"5\"><mergeCell ref=\"C1:F1\"/><mergeCell ref=\"H1:I1\"/><mergeCell ref=\"O1:P1\"/><mergeCell ref=\"Q1:R1\"/><mergeCell ref=\"V1:X1\"/></mergeCells></worksheet>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4S�_�D�\u001d\u0000\u0000�\u001d\u0000\u0000\u0013\u0000\u0000\u0000xl/theme/theme1.xml<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<a:theme xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" name=\"Office Theme\"><a:themeElements><a:clrScheme name=\"Office\"><a:dk1><a:sysClr val=\"windowText\" lastClr=\"000000\"/></a:dk1><a:lt1><a:sysClr val=\"window\" lastClr=\"FFFFFF\"/></a:lt1><a:dk2><a:srgbClr val=\"1F497D\"/></a:dk2><a:lt2><a:srgbClr val=\"EEECE1\"/></a:lt2><a:accent1><a:srgbClr val=\"4F81BD\"/></a:accent1><a:accent2><a:srgbClr val=\"C0504D\"/></a:accent2><a:accent3><a:srgbClr val=\"9BBB59\"/></a:accent3><a:accent4><a:srgbClr val=\"8064A2\"/></a:accent4><a:accent5><a:srgbClr val=\"4BACC6\"/></a:accent5><a:accent6><a:srgbClr val=\"F79646\"/></a:accent6><a:hlink><a:srgbClr val=\"0000FF\"/></a:hlink><a:folHlink><a:srgbClr val=\"800080\"/></a:folHlink></a:clrScheme><a:fontScheme name=\"Office\"><a:majorFont><a:latin typeface=\"Cambria\"/><a:ea typeface=\"\"/><a:cs typeface=\"\"/><a:font script=\"Jpan\" typeface=\"MS Pゴシック\"/><a:font script=\"Hang\" typeface=\"맑은 고딕\"/><a:font script=\"Hans\" typeface=\"宋体\"/><a:font script=\"Hant\" typeface=\"新細明體\"/><a:font script=\"Arab\" typeface=\"Times New Roman\"/><a:font script=\"Hebr\" typeface=\"Times New Roman\"/><a:font script=\"Thai\" typeface=\"Tahoma\"/><a:font script=\"Ethi\" typeface=\"Nyala\"/><a:font script=\"Beng\" typeface=\"Vrinda\"/><a:font script=\"Gujr\" typeface=\"Shruti\"/><a:font script=\"Khmr\" typeface=\"MoolBoran\"/><a:font script=\"Knda\" typeface=\"Tunga\"/><a:font script=\"Guru\" typeface=\"Raavi\"/><a:font script=\"Cans\" typeface=\"Euphemia\"/><a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\"/><a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\"/><a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\"/><a:font script=\"Thaa\" typeface=\"MV Boli\"/><a:font script=\"Deva\" typeface=\"Mangal\"/><a:font script=\"Telu\" typeface=\"Gautami\"/><a:font script=\"Taml\" typeface=\"Latha\"/><a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\"/><a:font script=\"Orya\" typeface=\"Kalinga\"/><a:font script=\"Mlym\" typeface=\"Kartika\"/><a:font script=\"Laoo\" typeface=\"DokChampa\"/><a:font script=\"Sinh\" typeface=\"Iskoola Pota\"/><a:font script=\"Mong\" typeface=\"Mongolian Baiti\"/><a:font script=\"Viet\" typeface=\"Times New Roman\"/><a:font script=\"Uigh\" typeface=\"Microsoft Uighur\"/><a:font script=\"Geor\" typeface=\"Sylfaen\"/></a:majorFont><a:minorFont><a:latin typeface=\"Calibri\"/><a:ea typeface=\"\"/><a:cs typeface=\"\"/><a:font script=\"Jpan\" typeface=\"MS Pゴシック\"/><a:font script=\"Hang\" typeface=\"맑은 고딕\"/><a:font script=\"Hans\" typeface=\"宋体\"/><a:font script=\"Hant\" typeface=\"新細明體\"/><a:font script=\"Arab\" typeface=\"Arial\"/><a:font script=\"Hebr\" typeface=\"Arial\"/><a:font script=\"Thai\" typeface=\"Tahoma\"/><a:font script=\"Ethi\" typeface=\"Nyala\"/><a:font script=\"Beng\" typeface=\"Vrinda\"/><a:font script=\"Gujr\" typeface=\"Shruti\"/><a:font script=\"Khmr\" typeface=\"DaunPenh\"/><a:font script=\"Knda\" typeface=\"Tunga\"/><a:font script=\"Guru\" typeface=\"Raavi\"/><a:font script=\"Cans\" typeface=\"Euphemia\"/><a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\"/><a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\"/><a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\"/><a:font script=\"Thaa\" typeface=\"MV Boli\"/><a:font script=\"Deva\" typeface=\"Mangal\"/><a:font script=\"Telu\" typeface=\"Gautami\"/><a:font script=\"Taml\" typeface=\"Latha\"/><a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\"/><a:font script=\"Orya\" typeface=\"Kalinga\"/><a:font script=\"Mlym\" typeface=\"Kartika\"/><a:font script=\"Laoo\" typeface=\"DokChampa\"/><a:font script=\"Sinh\" typeface=\"Iskoola Pota\"/><a:font script=\"Mong\" typeface=\"Mongolian Baiti\"/><a:font script=\"Viet\" typeface=\"Arial\"/><a:font script=\"Uigh\" typeface=\"Microsoft Uighur\"/><a:font script=\"Geor\" typeface=\"Sylfaen\"/></a:minorFont></a:fontScheme><a:fmtScheme name=\"Office\"><a:fillStyleLst><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"50000\"/><a:satMod val=\"300000\"/></a:schemeClr></a:gs><a:gs pos=\"35000\"><a:schemeClr val=\"phClr\"><a:tint val=\"37000\"/><a:satMod val=\"300000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:tint val=\"15000\"/><a:satMod val=\"350000\"/></a:schemeClr></a:gs></a:gsLst><a:lin ang=\"16200000\" scaled=\"1\"/></a:gradFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"100000\"/><a:shade val=\"100000\"/><a:satMod val=\"130000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:tint val=\"50000\"/><a:shade val=\"100000\"/><a:satMod val=\"350000\"/></a:schemeClr></a:gs></a:gsLst><a:lin ang=\"16200000\" scaled=\"0\"/></a:gradFill></a:fillStyleLst><a:lnStyleLst><a:ln w=\"9525\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\"><a:shade val=\"95000\"/><a:satMod val=\"105000\"/></a:schemeClr></a:solidFill><a:prstDash val=\"solid\"/></a:ln><a:ln w=\"25400\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:prstDash val=\"solid\"/></a:ln><a:ln w=\"38100\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:prstDash val=\"solid\"/></a:ln></a:lnStyleLst><a:effectStyleLst><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"20000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"38000\"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"23000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"35000\"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"23000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"35000\"/></a:srgbClr></a:outerShdw></a:effectLst><a:scene3d><a:camera prst=\"orthographicFront\"><a:rot lat=\"0\" lon=\"0\" rev=\"0\"/></a:camera><a:lightRig rig=\"threePt\" dir=\"t\"><a:rot lat=\"0\" lon=\"0\" rev=\"1200000\"/></a:lightRig></a:scene3d><a:sp3d><a:bevelT w=\"63500\" h=\"25400\"/></a:sp3d></a:effectStyle></a:effectStyleLst><a:bgFillStyleLst><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"40000\"/><a:satMod val=\"350000\"/></a:schemeClr></a:gs><a:gs pos=\"40000\"><a:schemeClr val=\"phClr\"><a:tint val=\"45000\"/><a:shade val=\"99000\"/><a:satMod val=\"350000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:shade val=\"20000\"/><a:satMod val=\"255000\"/></a:schemeClr></a:gs></a:gsLst><a:path path=\"circle\"><a:fillToRect l=\"50000\" t=\"-80000\" r=\"50000\" b=\"180000\"/></a:path></a:gradFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"80000\"/><a:satMod val=\"300000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:shade val=\"30000\"/><a:satMod val=\"200000\"/></a:schemeClr></a:gs></a:gsLst><a:path path=\"circle\"><a:fillToRect l=\"50000\" t=\"50000\" r=\"50000\" b=\"50000\"/></a:path></a:gradFill></a:bgFillStyleLst></a:fmtScheme></a:themeElements><a:objectDefaults><a:spDef><a:spPr/><a:bodyPr/><a:lstStyle/><a:style><a:lnRef idx=\"1\"><a:schemeClr val=\"accent1\"/></a:lnRef><a:fillRef idx=\"3\"><a:schemeClr val=\"accent1\"/></a:fillRef><a:effectRef idx=\"2\"><a:schemeClr val=\"accent1\"/></a:effectRef><a:fontRef idx=\"minor\"><a:schemeClr val=\"lt1\"/></a:fontRef></a:style></a:spDef><a:lnDef><a:spPr/><a:bodyPr/><a:lstStyle/><a:style><a:lnRef idx=\"2\"><a:schemeClr val=\"accent1\"/></a:lnRef><a:fillRef idx=\"0\"><a:schemeClr val=\"accent1\"/></a:fillRef><a:effectRef idx=\"1\"><a:schemeClr val=\"accent1\"/></a:effectRef><a:fontRef idx=\"minor\"><a:schemeClr val=\"tx1\"/></a:fontRef></a:style></a:lnDef></a:objectDefaults><a:extraClrSchemeLst/></a:theme>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4S�k���\u0005\u0000\u0000�\u0005\u0000\u0000\r\u0000\u0000\u0000xl/styles.xml<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><styleSheet xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" xmlns:x14ac=\"http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac\" xmlns=\"http://schemas.openxmlformats.org/spreadsheetml/2006/main\" mc:Ignorable=\"x14ac\"><numFmts count=\"0\"/><fonts count=\"2\" x14ac:knownFonts=\"1\"><font><sz val=\"12\"/><name val=\"Calibri\"/></font><font><sz val=\"12\"/><name val=\"Calibri\"/></font></fonts><fills count=\"3\"><fill><patternFill patternType=\"none\"><bgColor/></patternFill></fill><fill><patternFill patternType=\"gray125\"><bgColor/></patternFill></fill><fill><patternFill patternType=\"solid\"><fgColor rgb=\"FFD3D3D3\"/><bgColor/></patternFill></fill></fills><borders count=\"2\"><border><left/><right/><top/><bottom/><diagonal/></border><border><left/><right/><top/><bottom/><diagonal/></border></borders><cellStyleXfs><xf numFmtId=\"0\" fontId=\"0\" fillId=\"0\" borderId=\"0\"/></cellStyleXfs><cellXfs count=\"4\"><xf numFmtId=\"0\" fontId=\"0\" fillId=\"0\" borderId=\"0\" xfId=\"0\"/><xf numFmtId=\"0\" fontId=\"1\" fillId=\"1\" borderId=\"1\" xfId=\"0\" applyFont=\"1\" applyFill=\"1\" applyBorder=\"1\"/><xf numFmtId=\"0\" fontId=\"0\" fillId=\"0\" borderId=\"0\" xfId=\"0\"/><xf numFmtId=\"0\" fontId=\"0\" fillId=\"2\" borderId=\"0\" xfId=\"0\" applyFill=\"1\"/></cellXfs><cellStyles><cellStyle name=\"Normal\" xfId=\"0\" builtinId=\"0\"/></cellStyles><dxfs count=\"0\"/><tableStyles count=\"0\" defaultTableStyle=\"TableStyleMedium9\" defaultPivotStyle=\"PivotStyleMedium4\"/></styleSheet>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4S\u001eT���\u0004\u0000\u0000�\u0004\u0000\u0000\u0013\u0000\u0000\u0000[Content_Types].xml<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<Types xmlns=\"http://schemas.openxmlformats.org/package/2006/content-types\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><Default Extension=\"xml\" ContentType=\"application/xml\"/><Default Extension=\"bin\" ContentType=\"application/vnd.ms-excel.sheet.binary.macroEnabled.main\"/><Default Extension=\"rels\" ContentType=\"application/vnd.openxmlformats-package.relationships+xml\"/><Override PartName=\"/xl/workbook.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml\"/><Override PartName=\"/xl/worksheets/sheet1.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml\"/><Override PartName=\"/xl/theme/theme1.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.theme+xml\"/><Override PartName=\"/xl/styles.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml\"/><Override PartName=\"/docProps/core.xml\" ContentType=\"application/vnd.openxmlformats-package.core-properties+xml\"/><Override PartName=\"/docProps/app.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.extended-properties+xml\"/></Types>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4SJj\u0011�L\u0002\u0000\u0000L\u0002\u0000\u0000\u000b\u0000\u0000\u0000_rels/.rels<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"><Relationship Id=\"rId2\" Type=\"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties\" Target=\"docProps/core.xml\"/><Relationship Id=\"rId3\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties\" Target=\"docProps/app.xml\"/><Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument\" Target=\"xl/workbook.xml\"/></Relationships>PK\u0003\u0004\n\u0000\u0000\u0000\u0000\u0000��4S�[�|-\u0002\u0000\u0000-\u0002\u0000\u0000\u001a\u0000\u0000\u0000xl/_rels/workbook.xml.rels<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"><Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet\" Target=\"worksheets/sheet1.xml\"/><Relationship Id=\"rId3\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme\" Target=\"theme/theme1.xml\"/><Relationship Id=\"rId4\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\" Target=\"styles.xml\"/></Relationships>PK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4S֒|\u0011Z\u0001\u0000\u0000Z\u0001\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000docProps/core.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4S?[\u001ch5\u0002\u0000\u00005\u0002\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0000\u0000docProps/app.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4Sg�ә>\u0001\u0000\u0000>\u0001\u0000\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0003\u0000\u0000xl/workbook.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4S�\u0016\fn�\u0014\u0000\u0000�\u0014\u0000\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000W\u0005\u0000\u0000xl/worksheets/sheet1.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4S�_�D�\u001d\u0000\u0000�\u001d\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0017\u001a\u0000\u0000xl/theme/theme1.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4S�k���\u0005\u0000\u0000�\u0005\u0000\u0000\r\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%8\u0000\u0000xl/styles.xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4S\u001eT���\u0004\u0000\u0000�\u0004\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 >\u0000\u0000[Content_Types].xmlPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4SJj\u0011�L\u0002\u0000\u0000L\u0002\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001cC\u0000\u0000_rels/.relsPK\u0001\u0002\u0014\u0000\n\u0000\u0000\u0000\u0000\u0000��4S�[�|-\u0002\u0000\u0000-\u0002\u0000\u0000\u001a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�E\u0000\u0000xl/_rels/workbook.xml.relsPK\u0005\u0006\u0000\u0000\u0000\u0000\t\u0000\t\u0000>\u0002\u0000\u0000�G\u0000\u0000\u0000\u0000"Description
Download the template for importing data to the project in excel format for the project with the id set in the url.Response
200 OK
A .xlsx file with the import template for the project.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.
Example Responses
Response (200)
PK
�������4S֒|Z��Z�����docProps/core.xml<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>PK
�������4S?[h5��5�����docProps/app.xml<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"><Application>SheetJS</Application><HeadingPairs><vt:vector size="2" baseType="variant"><vt:variant><vt:lpstr>Worksheets</vt:lpstr></vt:variant><vt:variant><vt:i4>1</vt:i4></vt:variant></vt:vector></HeadingPairs><TitlesOfParts><vt:vector size="1" baseType="lpstr"><vt:lpstr>Responses</vt:lpstr></vt:vector></TitlesOfParts></Properties>PK
�������4Sg�ә>��>�����xl/workbook.xml<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<workbook xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"><workbookPr date1904="false"/><sheets><sheet name="Responses" sheetId="1" r:id="rId1"/></sheets></workbook>PK
�������4S�n���������xl/worksheets/sheet1.xml<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"><dimension ref="A1:X3"/><sheetViews><sheetView showGridLines="1" tabSelected="0" workbookViewId="0"/></sheetViews><sheetData><row r="1"><c r="A1" s="2" t="str"><v>Type</v></c><c r="B1" s="2" t="str"><v></v></c><c r="C1" s="3" t="str"><v>Q1 multiple choice [Max 2 selections] [required] - 1</v></c><c r="D1" s="3" t="str"><v>Q1 multiple choice [Max 2 selections] [required] - 1</v></c><c r="E1" s="3" t="str"><v>Q1 multiple choice [Max 2 selections] [required] - 1</v></c><c r="F1" s="3" t="str"><v>Q1 multiple choice [Max 2 selections] [required] - 1</v></c><c r="G1" s="2" t="str"><v>Q2 multiple choice [required] - 2</v></c><c r="H1" s="3" t="str"><v>Q3 grid [required] - 3</v></c><c r="I1" s="3" t="str"><v>Q3 grid [required] - 3</v></c><c r="J1" s="2" t="str"><v>Q4 numeric entry [required] - 4</v></c><c r="K1" s="3" t="str"><v>Q5 numeric entry [required] - 5</v></c><c r="L1" s="2" t="str"><v>Q6 numeric entry [required] - 6</v></c><c r="M1" s="3" t="str"><v>Q7 numeric entry [required] - 7</v></c><c r="N1" s="2" t="str"><v>Q8 multiple choice [required] - 8</v></c><c r="O1" s="3" t="str"><v>Q9 constant sum [required] - 9</v></c><c r="P1" s="3" t="str"><v>Q9 constant sum [required] - 9</v></c><c r="Q1" s="2" t="str"><v>Q10 rank order [required] - 10</v></c><c r="R1" s="2" t="str"><v>Q10 rank order [required] - 10</v></c><c r="S1" s="3" t="str"><v>Q11 multiple choice [required] - 11</v></c><c r="T1" s="2" t="str"><v>Q12 multiple choice [required] - 12</v></c><c r="U1" s="3" t="str"><v>Q13 nps [required] - 13</v></c><c r="V1" s="2" t="str"><v>Q14 max diff [required] - 14</v></c><c r="W1" s="2" t="str"><v>Q14 max diff [required] - 14</v></c><c r="X1" s="2" t="str"><v>Q14 max diff [required] - 14</v></c></row><row r="2"><c r="A2" s="2" t="str"><v>Date</v></c><c r="B2" s="2" t="str"><v>IP</v></c><c r="C2" s="2" t="str"><v>Multiple selection :: go 1</v></c><c r="D2" s="2" t="str"><v>Multiple selection :: go 2</v></c><c r="E2" s="2" t="str"><v>Multiple selection :: stop 1</v></c><c r="F2" s="2" t="str"><v>Multiple selection :: stop 2</v></c><c r="G2" s="2" t="str"><v xml:space="preserve">Single selection </v></c><c r="H2" s="2" t="str"><v>Grid :: row 1</v></c><c r="I2" s="2" t="str"><v>Grid :: row 2</v></c><c r="J2" s="2" t="str"><v>Multiple numeric</v></c><c r="K2" s="2" t="str"><v>Multiple numeric</v></c><c r="L2" s="2" t="str"><v>Multiple numeric</v></c><c r="M2" s="2" t="str"><v xml:space="preserve">Simple numeric </v></c><c r="N2" s="2" t="str"><v>What is your age?</v></c><c r="O2" s="2" t="str"><v>Constant sum :: row 1</v></c><c r="P2" s="2" t="str"><v>Constant sum :: row 2</v></c><c r="Q2" s="2" t="str"><v>Rank :: 1</v></c><c r="R2" s="2" t="str"><v>Rank :: 2</v></c><c r="S2" s="2" t="str"><v>Single selection</v></c><c r="T2" s="2" t="str"><v>Q2</v></c><c r="U2" s="2" t="str"><v>NPS</v></c><c r="V2" s="2" t="str"><v>Basic maxdiff :: r1</v></c><c r="W2" s="2" t="str"><v>Basic maxdiff :: r2</v></c><c r="X2" s="2" t="str"><v>Basic maxdiff :: r3</v></c></row><row r="3"><c r="A3" s="2" t="str"><v>mm/dd/yyyy</v></c><c r="B3" s="2" t="str"><v>198.187.137.155</v></c><c r="C3" s="2" t="str"><v>[1 :: go 1]</v></c><c r="D3" s="2" t="str"><v>[2 :: go 2]</v></c><c r="E3" s="2" t="str"><v>[3 :: stop 1]</v></c><c r="F3" s="2" t="str"><v>[4 :: stop 2]</v></c><c r="G3" s="2" t="str"><v>[1 :: go 1] [2 :: go 2] [3 :: stop 1] [4 :: stop 2]</v></c><c r="H3" s="2" t="str"><v>[1 :: column 1] [2 :: column 2]</v></c><c r="I3" s="2" t="str"><v>[1 :: column 1] [2 :: column 2]</v></c><c r="J3" s="2" t="str"><v>Integer number between [0 - 10]</v></c><c r="K3" s="2" t="str"><v>Integer number between [0 - 10]</v></c><c r="L3" s="2" t="str"><v>Integer number between [0 - 10]</v></c><c r="M3" s="2" t="str"><v>Integer number between [0 - 10]</v></c><c r="N3" s="2" t="str"><v>[1 :: 18 -24] [2 :: 25 - 34] [3 :: 35 - 44] [4 :: 45 - 54] [5 :: 55 - 64] [6 :: 65+]</v></c><c r="O3" s="2" t="str"><v>Integer number (this question's columns must sum up to 100)</v></c><c r="P3" s="2" t="str"><v>Integer number (this question's columns must sum up to 100)</v></c><c r="Q3" s="2" t="str"><v>Final position for this option (between 1 - 2)</v></c><c r="R3" s="2" t="str"><v>Final position for this option (between 1 - 2)</v></c><c r="S3" s="2" t="str"><v>[1 :: option 1] [2 :: option 2] [3 :: option 3]</v></c><c r="T3" s="2" t="str"><v>[1 :: option 1] [2 :: option 2] [3 :: option 3]</v></c><c r="U3" s="2" t="str"><v>[1 :: 0] [2 :: 1] [3 :: 2] [4 :: 3] [5 :: 4] [6 :: 5] [7 :: 6] [8 :: 7] [9 :: 8] [10 :: 9] [11 :: 10]</v></c><c r="V3" s="2" t="str"><v>[1 :: Least likely] [2 :: Most likely]</v></c><c r="W3" s="2" t="str"><v>[1 :: Least likely] [2 :: Most likely]</v></c><c r="X3" s="2" t="str"><v>[1 :: Least likely] [2 :: Most likely]</v></c></row></sheetData><mergeCells count="5"><mergeCell ref="C1:F1"/><mergeCell ref="H1:I1"/><mergeCell ref="O1:P1"/><mergeCell ref="Q1:R1"/><mergeCell ref="V1:X1"/></mergeCells></worksheet>PK
�������4S�_�D���������xl/theme/theme1.xml<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="Office Theme"><a:themeElements><a:clrScheme name="Office"><a:dk1><a:sysClr val="windowText" lastClr="000000"/></a:dk1><a:lt1><a:sysClr val="window" lastClr="FFFFFF"/></a:lt1><a:dk2><a:srgbClr val="1F497D"/></a:dk2><a:lt2><a:srgbClr val="EEECE1"/></a:lt2><a:accent1><a:srgbClr val="4F81BD"/></a:accent1><a:accent2><a:srgbClr val="C0504D"/></a:accent2><a:accent3><a:srgbClr val="9BBB59"/></a:accent3><a:accent4><a:srgbClr val="8064A2"/></a:accent4><a:accent5><a:srgbClr val="4BACC6"/></a:accent5><a:accent6><a:srgbClr val="F79646"/></a:accent6><a:hlink><a:srgbClr val="0000FF"/></a:hlink><a:folHlink><a:srgbClr val="800080"/></a:folHlink></a:clrScheme><a:fontScheme name="Office"><a:majorFont><a:latin typeface="Cambria"/><a:ea typeface=""/><a:cs typeface=""/><a:font script="Jpan" typeface="MS Pゴシック"/><a:font script="Hang" typeface="맑은 고딕"/><a:font script="Hans" typeface="宋体"/><a:font script="Hant" typeface="新細明體"/><a:font script="Arab" typeface="Times New Roman"/><a:font script="Hebr" typeface="Times New Roman"/><a:font script="Thai" typeface="Tahoma"/><a:font script="Ethi" typeface="Nyala"/><a:font script="Beng" typeface="Vrinda"/><a:font script="Gujr" typeface="Shruti"/><a:font script="Khmr" typeface="MoolBoran"/><a:font script="Knda" typeface="Tunga"/><a:font script="Guru" typeface="Raavi"/><a:font script="Cans" typeface="Euphemia"/><a:font script="Cher" typeface="Plantagenet Cherokee"/><a:font script="Yiii" typeface="Microsoft Yi Baiti"/><a:font script="Tibt" typeface="Microsoft Himalaya"/><a:font script="Thaa" typeface="MV Boli"/><a:font script="Deva" typeface="Mangal"/><a:font script="Telu" typeface="Gautami"/><a:font script="Taml" typeface="Latha"/><a:font script="Syrc" typeface="Estrangelo Edessa"/><a:font script="Orya" typeface="Kalinga"/><a:font script="Mlym" typeface="Kartika"/><a:font script="Laoo" typeface="DokChampa"/><a:font script="Sinh" typeface="Iskoola Pota"/><a:font script="Mong" typeface="Mongolian Baiti"/><a:font script="Viet" typeface="Times New Roman"/><a:font script="Uigh" typeface="Microsoft Uighur"/><a:font script="Geor" typeface="Sylfaen"/></a:majorFont><a:minorFont><a:latin typeface="Calibri"/><a:ea typeface=""/><a:cs typeface=""/><a:font script="Jpan" typeface="MS Pゴシック"/><a:font script="Hang" typeface="맑은 고딕"/><a:font script="Hans" typeface="宋体"/><a:font script="Hant" typeface="新細明體"/><a:font script="Arab" typeface="Arial"/><a:font script="Hebr" typeface="Arial"/><a:font script="Thai" typeface="Tahoma"/><a:font script="Ethi" typeface="Nyala"/><a:font script="Beng" typeface="Vrinda"/><a:font script="Gujr" typeface="Shruti"/><a:font script="Khmr" typeface="DaunPenh"/><a:font script="Knda" typeface="Tunga"/><a:font script="Guru" typeface="Raavi"/><a:font script="Cans" typeface="Euphemia"/><a:font script="Cher" typeface="Plantagenet Cherokee"/><a:font script="Yiii" typeface="Microsoft Yi Baiti"/><a:font script="Tibt" typeface="Microsoft Himalaya"/><a:font script="Thaa" typeface="MV Boli"/><a:font script="Deva" typeface="Mangal"/><a:font script="Telu" typeface="Gautami"/><a:font script="Taml" typeface="Latha"/><a:font script="Syrc" typeface="Estrangelo Edessa"/><a:font script="Orya" typeface="Kalinga"/><a:font script="Mlym" typeface="Kartika"/><a:font script="Laoo" typeface="DokChampa"/><a:font script="Sinh" typeface="Iskoola Pota"/><a:font script="Mong" typeface="Mongolian Baiti"/><a:font script="Viet" typeface="Arial"/><a:font script="Uigh" typeface="Microsoft Uighur"/><a:font script="Geor" typeface="Sylfaen"/></a:minorFont></a:fontScheme><a:fmtScheme name="Office"><a:fillStyleLst><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="50000"/><a:satMod val="300000"/></a:schemeClr></a:gs><a:gs pos="35000"><a:schemeClr val="phClr"><a:tint val="37000"/><a:satMod val="300000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="15000"/><a:satMod val="350000"/></a:schemeClr></a:gs></a:gsLst><a:lin ang="16200000" scaled="1"/></a:gradFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="100000"/><a:shade val="100000"/><a:satMod val="130000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="50000"/><a:shade val="100000"/><a:satMod val="350000"/></a:schemeClr></a:gs></a:gsLst><a:lin ang="16200000" scaled="0"/></a:gradFill></a:fillStyleLst><a:lnStyleLst><a:ln w="9525" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"><a:shade val="95000"/><a:satMod val="105000"/></a:schemeClr></a:solidFill><a:prstDash val="solid"/></a:ln><a:ln w="25400" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln><a:ln w="38100" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln></a:lnStyleLst><a:effectStyleLst><a:effectStyle><a:effectLst><a:outerShdw blurRad="40000" dist="20000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="38000"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw></a:effectLst><a:scene3d><a:camera prst="orthographicFront"><a:rot lat="0" lon="0" rev="0"/></a:camera><a:lightRig rig="threePt" dir="t"><a:rot lat="0" lon="0" rev="1200000"/></a:lightRig></a:scene3d><a:sp3d><a:bevelT w="63500" h="25400"/></a:sp3d></a:effectStyle></a:effectStyleLst><a:bgFillStyleLst><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="40000"/><a:satMod val="350000"/></a:schemeClr></a:gs><a:gs pos="40000"><a:schemeClr val="phClr"><a:tint val="45000"/><a:shade val="99000"/><a:satMod val="350000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="20000"/><a:satMod val="255000"/></a:schemeClr></a:gs></a:gsLst><a:path path="circle"><a:fillToRect l="50000" t="-80000" r="50000" b="180000"/></a:path></a:gradFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="80000"/><a:satMod val="300000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="30000"/><a:satMod val="200000"/></a:schemeClr></a:gs></a:gsLst><a:path path="circle"><a:fillToRect l="50000" t="50000" r="50000" b="50000"/></a:path></a:gradFill></a:bgFillStyleLst></a:fmtScheme></a:themeElements><a:objectDefaults><a:spDef><a:spPr/><a:bodyPr/><a:lstStyle/><a:style><a:lnRef idx="1"><a:schemeClr val="accent1"/></a:lnRef><a:fillRef idx="3"><a:schemeClr val="accent1"/></a:fillRef><a:effectRef idx="2"><a:schemeClr val="accent1"/></a:effectRef><a:fontRef idx="minor"><a:schemeClr val="lt1"/></a:fontRef></a:style></a:spDef><a:lnDef><a:spPr/><a:bodyPr/><a:lstStyle/><a:style><a:lnRef idx="2"><a:schemeClr val="accent1"/></a:lnRef><a:fillRef idx="0"><a:schemeClr val="accent1"/></a:fillRef><a:effectRef idx="1"><a:schemeClr val="accent1"/></a:effectRef><a:fontRef idx="minor"><a:schemeClr val="tx1"/></a:fontRef></a:style></a:lnDef></a:objectDefaults><a:extraClrSchemeLst/></a:theme>PK
�������4S�k��������
���xl/styles.xml<?xml version="1.0" encoding="UTF-8" standalone="yes"?><styleSheet xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac" xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" mc:Ignorable="x14ac"><numFmts count="0"/><fonts count="2" x14ac:knownFonts="1"><font><sz val="12"/><name val="Calibri"/></font><font><sz val="12"/><name val="Calibri"/></font></fonts><fills count="3"><fill><patternFill patternType="none"><bgColor/></patternFill></fill><fill><patternFill patternType="gray125"><bgColor/></patternFill></fill><fill><patternFill patternType="solid"><fgColor rgb="FFD3D3D3"/><bgColor/></patternFill></fill></fills><borders count="2"><border><left/><right/><top/><bottom/><diagonal/></border><border><left/><right/><top/><bottom/><diagonal/></border></borders><cellStyleXfs><xf numFmtId="0" fontId="0" fillId="0" borderId="0"/></cellStyleXfs><cellXfs count="4"><xf numFmtId="0" fontId="0" fillId="0" borderId="0" xfId="0"/><xf numFmtId="0" fontId="1" fillId="1" borderId="1" xfId="0" applyFont="1" applyFill="1" applyBorder="1"/><xf numFmtId="0" fontId="0" fillId="0" borderId="0" xfId="0"/><xf numFmtId="0" fontId="0" fillId="2" borderId="0" xfId="0" applyFill="1"/></cellXfs><cellStyles><cellStyle name="Normal" xfId="0" builtinId="0"/></cellStyles><dxfs count="0"/><tableStyles count="0" defaultTableStyle="TableStyleMedium9" defaultPivotStyle="PivotStyleMedium4"/></styleSheet>PK
�������4ST�����������[Content_Types].xml<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><Default Extension="xml" ContentType="application/xml"/><Default Extension="bin" ContentType="application/vnd.ms-excel.sheet.binary.macroEnabled.main"/><Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml"/><Override PartName="/xl/workbook.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"/><Override PartName="/xl/worksheets/sheet1.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"/><Override PartName="/xl/theme/theme1.xml" ContentType="application/vnd.openxmlformats-officedocument.theme+xml"/><Override PartName="/xl/styles.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml"/><Override PartName="/docProps/core.xml" ContentType="application/vnd.openxmlformats-package.core-properties+xml"/><Override PartName="/docProps/app.xml" ContentType="application/vnd.openxmlformats-officedocument.extended-properties+xml"/></Types>PK
�������4SJj�L��L�����_rels/.rels<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId2" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="docProps/core.xml"/><Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="docProps/app.xml"/><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml"/></Relationships>PK
�������4S�[�|-��-�����xl/_rels/workbook.xml.rels<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet" Target="worksheets/sheet1.xml"/><Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" Target="theme/theme1.xml"/><Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" Target="styles.xml"/></Relationships>PK�
�������4S֒|Z��Z�������������������docProps/core.xmlPK�
�������4S?[h5��5������������������docProps/app.xmlPK�
�������4Sg�ә>��>������������������xl/workbook.xmlPK�
�������4S�n�������������������W��xl/worksheets/sheet1.xmlPK�
�������4S�_�D���������������������xl/theme/theme1.xmlPK�
�������4S�k��������
�������������%8��xl/styles.xmlPK�
�������4ST��������������������� >��[Content_Types].xmlPK�
�������4SJj�L��L���������������C��_rels/.relsPK�
�������4S�[�|-��-����������������E��xl/_rels/workbook.xml.relsPK���� � �>���G����
Was this page helpful?
⌘I