Guest User

Untitled

a guest
Mar 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 KB | None | 0 0
  1. EducationalResource:
  2. WorkflowTypeName: Education Resource
  3. ConfigOptions:
  4. hideToolbar: true
  5. allowNodeReposition: false
  6. NodeTypes:
  7. - LearningObejectivesAndOutcomes:
  8. Colour: 802301
  9. PromptPosition: 0
  10. Required: true
  11. Multiple: true
  12. Fields:
  13. - LearningOutcome:
  14. FieldName: Learning Outcome
  15. InfoText: This step is designed to make you think about what the user… blah blah
  16. Required: true
  17. Multiple: true
  18. DataType: Text
  19. MarkdownFormatting: true
  20. - LearningObjective:
  21. FieldName: Learning Objective
  22. InfoText: This step is designed to make you think about what the user… blah blah
  23. Required: true
  24. Multiple: true
  25. DataType: Text
  26. MarkdownFormatting: true
  27. - Task:
  28. Colour: 802020
  29. PromptPosition: 1
  30. Required: false
  31. Multiple: true
  32. Fields:
  33. - Step:
  34. FieldName: Steps
  35. InfoText: Guide the user through a simple step. The step should contain simple tasks that require blah blah
  36. Required: true
  37. Multiple: false
  38. DataType: Text
  39. MarkdownFormatting: true
  40. - Reflection:
  41. FieldName: Reflections
  42. InfoText: What should the user reflect on to help them understand what task has been performed blah blah
  43. Required: true
  44. Multiple: false
  45. DataType: Text
  46. MarkdownFormatting: true
  47. - Background:
  48. FieldName: Background Reading
  49. InfoText: Background text describing the process the trainee has undertaken. Either links or a few paragraphs.
  50. Required: true
  51. Multiple: false
  52. DataType: Text
  53. MarkdownFormatting: true
  54. - Quiz:
  55. Colour: 302050
  56. PromptPosition: 2
  57. Required: false
  58. Multiple: false
  59. Fields:
  60. - QuizQuestion:
  61. FieldName: Quiz Question
  62. InfoText: Write some quiz questions that challenge the trainee to prove their understanding of the topic.
  63. Required: false
  64. Multiple: true
  65. DataType: MultipleChoice
  66. MarkdownFormatting: false
  67. - FurtherReading:
  68. Colour: 102050
  69. PromptPosition: 3
  70. Required: false
  71. Multiple: false
  72. Fields:
  73. - FurtherReading:
  74. FieldName: Further Reading
  75. InfoText: Add some further reading about this topic
  76. Required: false
  77. Multiple: true
  78. DataType: Text
  79. MarkdownFormatting: true
  80. ConceptMap:
  81. WorkflowTypeName: ConceptMap
  82. ConfigOptions:
  83. hideToolbar: false
  84. allowNodeReposition: true
  85. NodeTypes:
  86. - Operation:
  87. Colour: null #set by operation type. Maybe have default colour though
  88. PromptPosition: 0
  89. Required: true
  90. Multiple: true
  91. Fields:
  92. - Operation:
  93. FieldName: EDAM Operation
  94. InfoText: Select an EDAM operation that describes what type of operation this is. If it is missing, please contact BLAH.
  95. Required: true
  96. Multiple: false
  97. DataType: OperationOntologyTerm
  98. MarkdownFormatting: false
  99. - Input:
  100. FieldName: Input Type
  101. InfoText: Select an EDAM input type that describes what parameters are required for this operation
  102. Required: false
  103. Multiple: true
  104. DataType: InputTypeOntologyTerm
  105. MarkdownFormatting: false
  106. - Output:
  107. FieldName: Output Type
  108. InfoText: Select an EDAM output type that describes what data this operation produces
  109. Required: false
  110. Multiple: true
  111. DataType: OutputTypeOntologyTerm
  112. MarkdownFormatting: false
  113. - Format:
  114. FieldName: File Format
  115. InfoText: Select an EDAM file format type that defines the file format of the output
  116. Required: false
  117. Multiple: true
  118. DataType: FormatTypeOntologyTerm
  119. MarkdownFormatting: false
  120. - Required:
  121. FieldName: Required Step
  122. InfoText: Is this a necessary step of the workflow or can it be skipped.
  123. Required: true
  124. Multiple: false
  125. DataType: boolean
  126. MarkdownFormatting: false
  127. - RequiredConditions:
  128. FieldName: Required Conditions
  129. InfoText: The conditions on which this step can be skipped if required step is set to false
  130. Required: false
  131. Multiple: false
  132. DataType: Text
  133. MarkdownFormatting: true
Add Comment
Please, Sign In to add comment