Skip to content

Commit

Permalink
2024 June 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
justineuro committed Jun 17, 2024
1 parent 5d72ee1 commit 37ab863
Show file tree
Hide file tree
Showing 20 changed files with 950 additions and 24 deletions.
10 changes: 10 additions & 0 deletions mcq2h5p-eof.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,16 @@ cat > h5p-pr.json << EOT
"machineName": "H5P.Video",
"majorVersion": "1",
"minorVersion": "6"
},
{
"machineName": "flowplayer",
"majorVersion": "1",
"minorVersion": "0"
},
{
"machineName": "H5P.MathDisplay",
"majorVersion": "1",
"minorVersion": "0"
}
]
}
Expand Down
10 changes: 10 additions & 0 deletions mcq2h5p.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,16 @@ cat > h5p-pr.json << EOT
"machineName": "H5P.Video",
"majorVersion": "1",
"minorVersion": "6"
},
{
"machineName": "flowplayer",
"majorVersion": "1",
"minorVersion": "0"
},
{
"machineName": "H5P.MathDisplay",
"majorVersion": "1",
"minorVersion": "0"
}
]
}
Expand Down
Binary file modified myNewH5P-mcq-eof.h5p
Binary file not shown.
31 changes: 31 additions & 0 deletions myNewH5P-mcq-eof/H5P.MathDisplay-1.0/library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"machineName": "H5P.MathDisplay",
"title": "MathDisplay",
"description": "Allows to use LaTeX.",
"license": "MIT",
"author": "Joubel",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 7,
"runnable": 0,
"coreApi": {
"majorVersion": 1,
"minorVersion": 19
},
"preloadedJs": [
{
"path": "scripts/mathdisplay.js"
}
],
"addTo": {
"content": {
"types": [
{
"text": {
"regex": "/\\$\\$.+\\$\\$|\\\\\\[.+\\\\\\]|\\\\\\(.+\\\\\\)/"
}
}
]
}
}
}
Loading

0 comments on commit 37ab863

Please sign in to comment.