This commit is contained in:
@@ -25160,8 +25160,8 @@ cr.behaviors.Sin = function(runtime)
|
||||
cr.getObjectRefTable = function () { return [
|
||||
cr.plugins_.Audio,
|
||||
cr.plugins_.Browser,
|
||||
cr.plugins_.Function,
|
||||
cr.plugins_.JSON,
|
||||
cr.plugins_.Function,
|
||||
cr.plugins_.Sprite,
|
||||
cr.plugins_.SenaPlugin,
|
||||
cr.plugins_.SpriteFontPlus,
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": 1771933510,
|
||||
"version": 1772006541,
|
||||
"fileList": [
|
||||
"data.js",
|
||||
"c2runtime.js",
|
||||
@@ -22,6 +22,7 @@
|
||||
"images/layer-sheet0.png",
|
||||
"images/newwordpng-sheet0.png",
|
||||
"images/img-sheet0.png",
|
||||
"images/khungnen-sheet0.png",
|
||||
"media/click.ogg",
|
||||
"media/correct.ogg",
|
||||
"media/error-010-206498.ogg",
|
||||
|
||||
@@ -587,7 +587,7 @@ SenaSDK.prototype.getQuestionType = function () {
|
||||
};
|
||||
|
||||
SenaSDK.prototype.getQuestionImage = function () {
|
||||
return String(this.data?.image || '').trim();
|
||||
return String(this.data?.question || '').trim();
|
||||
};
|
||||
|
||||
SenaSDK.prototype.getRequestValue = function () {
|
||||
|
||||
Reference in New Issue
Block a user