Skip to content

Commit

Permalink
feat(39): Add support to recipe minigame (for password activities and…
Browse files Browse the repository at this point in the history
… more)
  • Loading branch information
dookie23 committed Nov 1, 2023
1 parent 0940d38 commit 5a05844
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.18.0](https://github.com/Gradiant/gradiant-xapi-dsl/compare/v1.16.1...v1.17.0) (2023-10-30)
## [1.18.1](https://github.com/Gradiant/gradiant-xapi-dsl/compare/v1.16.1...v1.17.0) (2023-10-31)

### Features

Expand Down
3 changes: 2 additions & 1 deletion dsl-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"recipeDiscussion": "https://w3id.org/xapi/smart/activity/recipe/discussion",
"recipeNoInteractive": "https://w3id.org/xapi/smart/activity/recipe/no_interactive",
"recipeScorm": "https://w3id.org/xapi/smart/activity/recipe/scorm",
"recipeLikert": "https://w3id.org/xapi/smart/activity/recipe/likert"
"recipeLikert": "https://w3id.org/xapi/smart/activity/recipe/likert",
"recipeMinigame": "https://w3id.org/xapi/smart/activity/recipe/minigame"
}
},
"contextExtensions": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradiant/xapi-dsl",
"version": "1.18.0",
"version": "1.18.1",
"description": "Gradiant XAPI constants for xAPI",
"license": "Mozilla Public License Version 2.0",
"author": "Lorens León <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions src/dsl/category-identifiers/smart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export namespace smart {
export const recipeNoInteractive = 'https://w3id.org/xapi/smart/activity/recipe/no_interactive';
export const recipeScorm = 'https://w3id.org/xapi/smart/activity/recipe/scorm';
export const recipeLikert = 'https://w3id.org/xapi/smart/activity/recipe/likert';
export const recipeMinigame = 'https://w3id.org/xapi/smart/activity/recipe/minigame';
}

0 comments on commit 5a05844

Please sign in to comment.