Hi! Please try the following sample format (in the online app or in jupyter notebook) - it won't render even though the documentation says so.
{
"name": "New data_entry Dataset",
"interface": {
"type": "data_entry",
"surveyjs": {
"questions": [
{
"type": "text",
"name": "document_title",
"title": "Title of Document"
}
]
}
},
"samples": [
{
"_id": "crap",
"document": "i'm alive.",
}
]
}
Hi! Please try the following sample format (in the online app or in jupyter notebook) - it won't render even though the documentation says so.
{ "name": "New data_entry Dataset", "interface": { "type": "data_entry", "surveyjs": { "questions": [ { "type": "text", "name": "document_title", "title": "Title of Document" } ] } }, "samples": [ { "_id": "crap", "document": "i'm alive.", } ] }