Skip to content

Commit

Permalink
Issue #SB-28373 merge: Merge pull request Sunbird-Knowlg#779 from krg…
Browse files Browse the repository at this point in the history
…auraw/release-4.7.0

Issue #SB-28373 feat: added outcomeDeclaration for questionset
  • Loading branch information
AmiableAnil authored Jan 11, 2022
2 parents 1cf2c85 + 704038f commit afa533d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/questionset/1.0/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
},
"instructions": {
"type": "string"
},
"outcomeDeclaration": {
"type": "string"
}
},
"primaryKey": [
Expand Down
4 changes: 4 additions & 0 deletions schemas/questionset/1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,10 @@
"items": {
"type": "object"
}
},
"outcomeDeclaration": {
"type": "object",
"description": "External Property"
}
},
"additionalProperties": false
Expand Down

0 comments on commit afa533d

Please sign in to comment.