Merge branch 'markTheWordsIntegration' into markTheWords
commit
fd7399343a
|
@ -22,9 +22,15 @@
|
||||||
.questionset.hidden {
|
.questionset.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Quick fix for hiding check buttons in integrated h5p content: */
|
||||||
|
.questionset .h5p-word button.h5p-button.h5p-check-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.questionset .h5p-multichoice > .h5p-show-solution, .questionset .dragndrop > .h5p-show-solution, .h5p-blanks .h5p-button {
|
.questionset .h5p-multichoice > .h5p-show-solution, .questionset .dragndrop > .h5p-show-solution, .h5p-blanks .h5p-button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.questionset, .intro-page, .questionset-results {
|
.questionset, .intro-page, .questionset-results {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -261,4 +267,4 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
color: #6aa81b;
|
color: #6aa81b;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
|
@ -3,7 +3,7 @@
|
||||||
"contentType": "question",
|
"contentType": "question",
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
"minorVersion": 0,
|
"minorVersion": 0,
|
||||||
"patchVersion": 55,
|
"patchVersion": 57,
|
||||||
"runnable": 1,
|
"runnable": 1,
|
||||||
"fullscreen": 0,
|
"fullscreen": 0,
|
||||||
"machineName": "H5P.QuestionSet",
|
"machineName": "H5P.QuestionSet",
|
||||||
|
@ -47,4 +47,4 @@
|
||||||
"minorVersion": 0
|
"minorVersion": 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue