Skip to content

Instantly share code, notes, and snippets.

View ansezz's full-sized avatar
馃殌

Anass Ez-zouaine ansezz

馃殌
View GitHub Profile
@cybercussion
cybercussion / gist:4675334
Last active June 6, 2025 00:04
This is a more full sample of a SCORM 2004 Learner Attempt with objectives, interactions, comments etc ...
{
"cmi": {
"_version": "1.0",
"comments_from_learner": {
"_children": "comment,location,timestamp",
"_count": "8",
"0": {
"comment": "This is a comment from learner",
"location": "QUnit Test",
"timestamp": "2013-01-28T15:04:39.1-08:00"
@ksafranski
ksafranski / Common-Currency.json
Last active July 20, 2026 23:59
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},