Skip to content

Commit

Permalink
Adding support for H5P Crossword
Browse files Browse the repository at this point in the history
  • Loading branch information
janlindso committed May 29, 2024
1 parent 08fd6d1 commit c629e8b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
Binary file modified scripts/assets/360-image.eot
Binary file not shown.
5 changes: 3 additions & 2 deletions scripts/assets/360-image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified scripts/assets/360-image.ttf
Binary file not shown.
Binary file modified scripts/assets/360-image.woff
Binary file not shown.
3 changes: 2 additions & 1 deletion scripts/components/Interactions/NavigationButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ const infoInteractions = [
'H5P.Summary',
'H5P.SingleChoiceSet',
'H5P.MultiChoice',
'H5P.Blanks'
'H5P.Blanks',
'H5P.Crosswords'
];

/**
Expand Down
4 changes: 3 additions & 1 deletion scripts/styles/icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ $delete: "\e910";
$triangleArrow: "\e913";
$scoreSummary: "\e912";

$checkmark: "\2713";
$checkmark: "\2713";

$crossword: "\e924";
3 changes: 2 additions & 1 deletion semantics.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@
"H5P.Summary 1.10",
"H5P.SingleChoiceSet 1.11",
"H5P.MultiChoice 1.16",
"H5P.Blanks 1.14"
"H5P.Blanks 1.14",
"H5P.Crossword 0.5"
]
},
{
Expand Down

0 comments on commit c629e8b

Please sign in to comment.