Skip to content

Commit

Permalink
Update ingest test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
scanny committed Aug 22, 2024
1 parent b76b29d commit d5554f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
{
"type": "Table",
"element_id": "8d70ea477d9db14ed01ff1d39a118a42",
"text": "\n\n\nTeam\nLocation\nStanley Cups\n\n\nBlues\nSTL\n1\n\n\nFlyers\nPHI\n2\n\n\nMaple Leafs\nTOR\n13\n\n\n",
"element_id": "259d8a8f4c2a333beff68f08c5fbf43f",
"text": "Team Location Stanley Cups Blues STL 1 Flyers PHI 2 Maple Leafs TOR 13",
"metadata": {
"page_name": "Stanley Cups",
"page_number": 1,
"text_as_html": "<table border=\"1\" class=\"dataframe\">\n <tbody>\n <tr>\n <td>Team</td>\n <td>Location</td>\n <td>Stanley Cups</td>\n </tr>\n <tr>\n <td>Blues</td>\n <td>STL</td>\n <td>1</td>\n </tr>\n <tr>\n <td>Flyers</td>\n <td>PHI</td>\n <td>2</td>\n </tr>\n <tr>\n <td>Maple Leafs</td>\n <td>TOR</td>\n <td>13</td>\n </tr>\n </tbody>\n</table>",
"text_as_html": "<table><tr><td>Team</td><td>Location</td><td>Stanley Cups</td></tr><tr><td>Blues</td><td>STL</td><td>1</td></tr><tr><td>Flyers</td><td>PHI</td><td>2</td></tr><tr><td>Maple Leafs</td><td>TOR</td><td>13</td></tr></table>",
"languages": [
"eng"
],
Expand Down Expand Up @@ -74,12 +74,12 @@
},
{
"type": "Table",
"element_id": "310cd42767ffd563f6639210df793c5b",
"text": "\n\n\nTeam\nLocation\nStanley Cups\n\n\nBlues\nSTL\n1\n\n\nFlyers\nPHI\n2\n\n\nMaple Leafs\nTOR\n0\n\n\n",
"element_id": "00c1e0e7211ccb6dffedf7c9091d8798",
"text": "Team Location Stanley Cups Blues STL 1 Flyers PHI 2 Maple Leafs TOR 0",
"metadata": {
"page_name": "Stanley Cups Since 67",
"page_number": 2,
"text_as_html": "<table border=\"1\" class=\"dataframe\">\n <tbody>\n <tr>\n <td>Team</td>\n <td>Location</td>\n <td>Stanley Cups</td>\n </tr>\n <tr>\n <td>Blues</td>\n <td>STL</td>\n <td>1</td>\n </tr>\n <tr>\n <td>Flyers</td>\n <td>PHI</td>\n <td>2</td>\n </tr>\n <tr>\n <td>Maple Leafs</td>\n <td>TOR</td>\n <td>0</td>\n </tr>\n </tbody>\n</table>",
"text_as_html": "<table><tr><td>Team</td><td>Location</td><td>Stanley Cups</td></tr><tr><td>Blues</td><td>STL</td><td>1</td></tr><tr><td>Flyers</td><td>PHI</td><td>2</td></tr><tr><td>Maple Leafs</td><td>TOR</td><td>0</td></tr></table>",
"languages": [
"eng"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[
{
"type": "Table",
"element_id": "fef5ed2f1b95429f98f47f83b92ce387",
"text": "\n\n\nMC\nWhat is 2+2?\n4\ncorrect\n3\nincorrect\n\n\n\n\n\nMA\nWhat C datatypes are 8 bits? (assume i386)\nint\n\nfloat\n\ndouble\n\nchar\n\n\nTF\nBagpipes are awesome.\ntrue\n\n\n\n\n\n\n\n\nESS\nHow have the original Henry Hornbostel buildings influenced campus architecture and design in the last 30 years?\n\n\n\n\n\n\n\n\n\nORD\nRank the following in their order of operation.\nParentheses\nExponents\nDivision\nAddition\n\n\n\n\n\nFIB\nThe student activities fee is\n95\ndollars for students enrolled in\n19\nunits or more,\n\n\n\n\n\nMAT\nMatch the lower-case greek letter with its capital form.\n\u03bb\n\u039b\n\u03b1\n\u03b3\n\u0393\n\u03c6\n\u03a6\n\n\n",
"element_id": "8884b4ed11191538c7215455e7b639b0",
"text": "MC What is 2+2? 4 correct 3 incorrect MA What C datatypes are 8 bits? (assume i386) int float double char TF Bagpipes are awesome. true ESS How have the original Henry Hornbostel buildings influenced campus architecture and design in the last 30 years? ORD Rank the following in their order of operation. Parentheses Exponents Division Addition FIB The student activities fee is 95 dollars for students enrolled in 19 units or more, MAT Match the lower-case greek letter with its capital form. \u03bb \u039b \u03b1 \u03b3 \u0393 \u03c6 \u03a6",
"metadata": {
"filename": "tests-example.xls",
"page_name": "Example Test",
"page_number": 1,
"text_as_html": "<table border=\"1\" class=\"dataframe\">\n <tbody>\n <tr>\n <td>MC</td>\n <td>What is 2+2?</td>\n <td>4</td>\n <td>correct</td>\n <td>3</td>\n <td>incorrect</td>\n <td></td>\n <td></td>\n <td></td>\n </tr>\n <tr>\n <td>MA</td>\n <td>What C datatypes are 8 bits? (assume i386)</td>\n <td>int</td>\n <td></td>\n <td>float</td>\n <td></td>\n <td>double</td>\n <td></td>\n <td>char</td>\n </tr>\n <tr>\n <td>TF</td>\n <td>Bagpipes are awesome.</td>\n <td>true</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n </tr>\n <tr>\n <td>ESS</td>\n <td>How have the original Henry Hornbostel buildings influenced campus architecture and design in the last 30 years?</td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n <td></td>\n </tr>\n <tr>\n <td>ORD</td>\n <td>Rank the following in their order of operation.</td>\n <td>Parentheses</td>\n <td>Exponents</td>\n <td>Division</td>\n <td>Addition</td>\n <td></td>\n <td></td>\n <td></td>\n </tr>\n <tr>\n <td>FIB</td>\n <td>The student activities fee is</td>\n <td>95</td>\n <td>dollars for students enrolled in</td>\n <td>19</td>\n <td>units or more,</td>\n <td></td>\n <td></td>\n <td></td>\n </tr>\n <tr>\n <td>MAT</td>\n <td>Match the lower-case greek letter with its capital form.</td>\n <td>\u03bb</td>\n <td>\u039b</td>\n <td>\u03b1</td>\n <td>\u03b3</td>\n <td>\u0393</td>\n <td>\u03c6</td>\n <td>\u03a6</td>\n </tr>\n </tbody>\n</table>",
"text_as_html": "<table><tr><td>MC</td><td>What is 2+2?</td><td>4</td><td>correct</td><td>3</td><td>incorrect</td><td/><td/><td/></tr><tr><td>MA</td><td>What C datatypes are 8 bits? (assume i386)</td><td>int</td><td/><td>float</td><td/><td>double</td><td/><td>char</td></tr><tr><td>TF</td><td>Bagpipes are awesome.</td><td>true</td><td/><td/><td/><td/><td/><td/></tr><tr><td>ESS</td><td>How have the original Henry Hornbostel buildings influenced campus architecture and design in the last 30 years?</td><td/><td/><td/><td/><td/><td/><td/></tr><tr><td>ORD</td><td>Rank the following in their order of operation.</td><td>Parentheses</td><td>Exponents</td><td>Division</td><td>Addition</td><td/><td/><td/></tr><tr><td>FIB</td><td>The student activities fee is</td><td>95</td><td>dollars for students enrolled in</td><td>19</td><td>units or more,</td><td/><td/><td/></tr><tr><td>MAT</td><td>Match the lower-case greek letter with its capital form.</td><td>\u03bb</td><td>\u039b</td><td>\u03b1</td><td>\u03b3</td><td>\u0393</td><td>\u03c6</td><td>\u03a6</td></tr></table>",
"languages": [
"eng"
],
Expand Down Expand Up @@ -74,13 +74,13 @@
},
{
"type": "Table",
"element_id": "dd5cca33b529edcca38130a0a86c3d52",
"text": "\n\n\nAbbreviation\nQuestion Type\n\n\nMC\nMultiple Choice\n\n\nMA\nMultiple Answer\n\n\nTF\nTrue/False\n\n\nESS\nEssay\n\n\nORD\nOrdering\n\n\nMAT\nMatching\n\n\nFIB\nFill in the Blank\n\n\nFIL\nFile response\n\n\nNUM\nNumeric Response\n\n\nSR\nShort response\n\n\nOP\nOpinion\n\n\nFIB_PLUS\nMultiple Fill in the Blank\n\n\nJUMBLED_SENTENCE\nJumbled Sentence\n\n\nQUIZ_BOWL\nQuiz Bowl\n\n\n",
"element_id": "88ba959ad0c3d1c0983292d5e5142f05",
"text": "Abbreviation Question Type MC Multiple Choice MA Multiple Answer TF True/False ESS Essay ORD Ordering MAT Matching FIB Fill in the Blank FIL File response NUM Numeric Response SR Short response OP Opinion FIB_PLUS Multiple Fill in the Blank JUMBLED_SENTENCE Jumbled Sentence QUIZ_BOWL Quiz Bowl",
"metadata": {
"filename": "tests-example.xls",
"page_name": "Format Abbr.",
"page_number": 2,
"text_as_html": "<table border=\"1\" class=\"dataframe\">\n <tbody>\n <tr>\n <td>Abbreviation</td>\n <td>Question Type</td>\n </tr>\n <tr>\n <td>MC</td>\n <td>Multiple Choice</td>\n </tr>\n <tr>\n <td>MA</td>\n <td>Multiple Answer</td>\n </tr>\n <tr>\n <td>TF</td>\n <td>True/False</td>\n </tr>\n <tr>\n <td>ESS</td>\n <td>Essay</td>\n </tr>\n <tr>\n <td>ORD</td>\n <td>Ordering</td>\n </tr>\n <tr>\n <td>MAT</td>\n <td>Matching</td>\n </tr>\n <tr>\n <td>FIB</td>\n <td>Fill in the Blank</td>\n </tr>\n <tr>\n <td>FIL</td>\n <td>File response</td>\n </tr>\n <tr>\n <td>NUM</td>\n <td>Numeric Response</td>\n </tr>\n <tr>\n <td>SR</td>\n <td>Short response</td>\n </tr>\n <tr>\n <td>OP</td>\n <td>Opinion</td>\n </tr>\n <tr>\n <td>FIB_PLUS</td>\n <td>Multiple Fill in the Blank</td>\n </tr>\n <tr>\n <td>JUMBLED_SENTENCE</td>\n <td>Jumbled Sentence</td>\n </tr>\n <tr>\n <td>QUIZ_BOWL</td>\n <td>Quiz Bowl</td>\n </tr>\n </tbody>\n</table>",
"text_as_html": "<table><tr><td>Abbreviation</td><td>Question Type</td></tr><tr><td>MC</td><td>Multiple Choice</td></tr><tr><td>MA</td><td>Multiple Answer</td></tr><tr><td>TF</td><td>True/False</td></tr><tr><td>ESS</td><td>Essay</td></tr><tr><td>ORD</td><td>Ordering</td></tr><tr><td>MAT</td><td>Matching</td></tr><tr><td>FIB</td><td>Fill in the Blank</td></tr><tr><td>FIL</td><td>File response</td></tr><tr><td>NUM</td><td>Numeric Response</td></tr><tr><td>SR</td><td>Short response</td></tr><tr><td>OP</td><td>Opinion</td></tr><tr><td>FIB_PLUS</td><td>Multiple Fill in the Blank</td></tr><tr><td>JUMBLED_SENTENCE</td><td>Jumbled Sentence</td></tr><tr><td>QUIZ_BOWL</td><td>Quiz Bowl</td></tr></table>",
"languages": [
"eng"
],
Expand Down

0 comments on commit d5554f2

Please sign in to comment.