-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Converted tabs to spaces, indentation amends * Naming refactor * Moved positional less to theme, zindex bug fix * _canShowMarking false icon support * Bug fix for item selection * Attribution support * Bower, example and readme updates * Added role to widget to determine radio or group * Updated setUpColumns function * Updated license and cross platform coverage
- Loading branch information
Showing
6 changed files
with
310 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"name": "adapt-contrib-gmcq", | ||
"version": "4.0.0", | ||
"framework": ">=4", | ||
"version": "5.0.0", | ||
"framework": ">=5", | ||
"homepage": "https://github.com/adaptlearning/adapt-contrib-gmcq", | ||
"issues": "https://github.com/adaptlearning/adapt_framework/issues/new", | ||
"displayName" : "Graphical Multiple Choice Question", | ||
"component" : "gmcq", | ||
"displayName" : "Graphical Multiple Choice Question", | ||
"description": "A multiple choice question component, with images", | ||
"main": "/js/adapt-contrib-gmcq.js", | ||
"keywords": [ | ||
"adapt-plugin", | ||
"adapt-component" | ||
], | ||
"pluginDependencies": { | ||
"adapt-contrib-mcq": ">=3" | ||
"adapt-contrib-mcq": ">=5" | ||
}, | ||
"license": "GPLv3" | ||
"license": "GPL-3.0" | ||
} |
Oops, something went wrong.