Skip to content

Commit

Permalink
Merge pull request #8 from creighton/master
Browse files Browse the repository at this point in the history
added abandonded, satisfied, and waived
  • Loading branch information
creighton committed Aug 19, 2015
2 parents b3b06dc + 5b85742 commit 556150b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions verbs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
(function(ADL){
ADL.verbs = {
"abandoned" : {
"id" : "http://purl.org/xapi/adl/verbs/abandoned",
"display" : {"en-US" : "abandoned"}
},
"answered" : {
"id" : "http://adlnet.gov/expapi/verbs/answered",
"display" : {"de-DE" : "beantwortete",
Expand Down Expand Up @@ -140,6 +144,10 @@
"fr-FR" : "a repris",
"es-ES" : "continuó"}
},
"satisfied" : {
"id" : "http://purl.org/xapi/adl/verbs/satisfied",
"display" : {"en-US" : "satisfied"}
},
"scored" : {
"id" : "http://adlnet.gov/expapi/verbs/scored",
"display" : {"de-DE" : "erreichte",
Expand Down Expand Up @@ -174,6 +182,10 @@
"en-US" : "voided",
"fr-FR" : "a annulé",
"es-ES" : "anuló"}
},
"waived" : {
"id" : "http://purl.org/xapi/adl/verbs/waived",
"display" : {"en-US" : "waived"}
}
};
}(window.ADL = window.ADL || {}));
2 changes: 1 addition & 1 deletion verbs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 556150b

Please sign in to comment.