Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Entry Format doesn't render Markdown #9

Open
Rmsharks4 opened this issue Dec 6, 2020 · 0 comments
Open

Data Entry Format doesn't render Markdown #9

Rmsharks4 opened this issue Dec 6, 2020 · 0 comments

Comments

@Rmsharks4
Copy link

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.",
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant