Skip to content

Commit f62908c

Browse files
remove content type counter
1 parent f971c9c commit f62908c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/scripts/h5p-multi-media-choice.js

-4
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,8 @@ export default class MultiMediaChoice extends H5P.Question {
226226
this.getAnswerGiven = () => {
227227
return this.content.getAnswerGiven();
228228
};
229-
230-
H5P.MultiMediaChoice.counter = (H5P.MultiMediaChoice.counter === undefined ? 0 : H5P.MultiMediaChoice.counter + 1);
231-
this.params.labelId = 'h5p-mmcq' + H5P.MultiMediaChoice.counter;
232229
}
233230

234-
235231
/**
236232
* Add the buttons that are passed to H5P.Question
237233
*/

0 commit comments

Comments
 (0)