Template:E-tivity title
From WikiEducator
Usage
<templatedata> {
"description": "e-Tivity layout with optional parameters",
"params": {
"title": {
"label": "Title",
"description": "title and is always shown",
"default": "",
"type": "string",
"required": true
},
"heading": {
"label": "Heading",
"description": "alternative for title and is always shown",
"default": "",
"type": "string",
"required": true
},
"summary": {
"label": "Summary",
"description": "One line summary of the E-Activity",
"default": "",
"type": "string",
"required": true
},
"time": {
"label": "Time",
"description": "Estimated time for learner to complete E-Activity",
"default": "",
"type": "string"
},
"reference": {
"label": "Reference",
"description": "Reference code for the E-Activity",
"default": "",
"type": "string"
},
"assignment": {
"label": "Assignment",
"description": "Provide optional link to assignment",
"default": "",
"type": "string"
},
"body": {
"label": "Body",
"description": "body text",
"default": "",
"type": "string"
}
}
} </templatedata>
Example