Pre-requisites

You will need the following

Get a Notion API Key

How to build, deploy and embed the Survey to Notion ?

Build the Survey

{
 "title": "Test Survey",
 "logoPosition": "right",
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "text",
     "name": "question1",
     "title": "Q1"
    }
   ]
  },
  {
   "name": "page2",
   "elements": [
    {
     "type": "text",
     "name": "question2",
     "title": "Q2"
    }
   ]
  }
 ],
 "sendResultOnPageNext": true
}

Create a Notion Database to store the results from the quiz