Skip to content

Commit

Permalink
Added fix for some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rheafernandes committed Feb 4, 2021
1 parent 66cfb16 commit 8f99826
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
9 changes: 5 additions & 4 deletions docs/domain_model_v2/definitions/questionset_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"range": [
"application/vnd.sunbird.questionset"
],
"defaultValue": "",
"renderingHints": "{ 'inputType': 'select', 'order': 9 }",
"indexed": true,
"draft": false
Expand Down Expand Up @@ -794,7 +795,7 @@
"title": "Array of partner IDs",
"description": "Array of partner IDs",
"category": "General",
"dataType": "String",
"dataType": "Text",
"required": false,
"displayProperty": "Editable",
"defaultValue": "",
Expand Down Expand Up @@ -911,7 +912,7 @@
"indexed": true
},
{
"showTimer": "dailySummaryReportEnabled",
"propertyName": "dailySummaryReportEnabled",
"title": "dailySummaryReportEnabled",
"description": "dailySummaryReportEnabled of the Question Set.",
"category": "Lifecycle",
Expand All @@ -927,7 +928,7 @@
"indexed": true
},
{
"showTimer": "allowAnonymousAccess",
"propertyName": "allowAnonymousAccess",
"title": "allowAnonymousAccess",
"description": "allowAnonymousAccess of the question set. ",
"category": "Lifecycle",
Expand Down Expand Up @@ -1027,7 +1028,7 @@
"indexed": true
},
{
"showTimer": "setType",
"propertyName": "setType",
"title": "Set Type",
"description": "Set Type associated with Question Set",
"category": "Lifecycle",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"range": [
"application/vnd.sunbird.questionset"
],
"defaultValue": "",
"renderingHints": "{ 'inputType': 'select', 'order': 9 }",
"indexed": true,
"draft": false
Expand Down Expand Up @@ -165,8 +166,8 @@
},
{
"required": false,
"dataType": "List",
"propertyName": "Multi-Select",
"dataType": "Multi-Select",
"propertyName": "audience",
"title": "Audience",
"description": "The target audience of the Question Set",
"category": "General",
Expand Down Expand Up @@ -794,7 +795,7 @@
"title": "Array of partner IDs",
"description": "Array of partner IDs",
"category": "General",
"dataType": "String",
"dataType": "Text",
"required": false,
"displayProperty": "Editable",
"defaultValue": "",
Expand Down Expand Up @@ -911,7 +912,7 @@
"indexed": true
},
{
"showTimer": "dailySummaryReportEnabled",
"propertyName": "dailySummaryReportEnabled",
"title": "dailySummaryReportEnabled",
"description": "dailySummaryReportEnabled of the Question Set.",
"category": "Lifecycle",
Expand All @@ -927,7 +928,7 @@
"indexed": true
},
{
"showTimer": "allowAnonymousAccess",
"propertyName": "allowAnonymousAccess",
"title": "allowAnonymousAccess",
"description": "allowAnonymousAccess of the question set. ",
"category": "Lifecycle",
Expand Down Expand Up @@ -1027,7 +1028,7 @@
"indexed": true
},
{
"showTimer": "setType",
"propertyName": "setType",
"title": "Set Type",
"description": "Set Type associated with Question Set",
"category": "Lifecycle",
Expand Down

0 comments on commit 8f99826

Please sign in to comment.