Type of assignment

An assignment has a type.

In the customization of the assignment details you can configure which types the user can choose between.

{
        "items": [
                {
                        "name": "Text",
                        "value": "ninat:text",
                        "iconClass": "empty-file",
                        "allowToCreateFromSingleView": true
                },
                {
                        "name": "Photo",
                        "value": "ninat:picture",
                        "iconClass": "picture-landscape",
                        "allowToCreateFromSingleView": true
                },
                {
                        "name": "Graphic",
                        "value": "ninat:graphic",
                        "iconClass": "graphic-file",
                        "allowToCreateFromSingleView": true
                },
                {
                        "name": "Video",
                        "value": "ninat:video",
                        "iconClass": "video-file",
                        "allowToCreateFromSingleView": true
                }
        ]
}

Last updated