up
All checks were successful
Deploy to Production / deploy (push) Successful in 7s

This commit is contained in:
lubukhu
2026-02-25 15:03:28 +07:00
parent df503f0bd6
commit 21e4ea5631
5 changed files with 5 additions and 4 deletions

View File

@@ -25160,8 +25160,8 @@ cr.behaviors.Sin = function(runtime)
cr.getObjectRefTable = function () { return [ cr.getObjectRefTable = function () { return [
cr.plugins_.Audio, cr.plugins_.Audio,
cr.plugins_.Browser, cr.plugins_.Browser,
cr.plugins_.Function,
cr.plugins_.JSON, cr.plugins_.JSON,
cr.plugins_.Function,
cr.plugins_.Sprite, cr.plugins_.Sprite,
cr.plugins_.SenaPlugin, cr.plugins_.SenaPlugin,
cr.plugins_.SpriteFontPlus, cr.plugins_.SpriteFontPlus,

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -1,5 +1,5 @@
{ {
"version": 1771933510, "version": 1772006541,
"fileList": [ "fileList": [
"data.js", "data.js",
"c2runtime.js", "c2runtime.js",
@@ -22,6 +22,7 @@
"images/layer-sheet0.png", "images/layer-sheet0.png",
"images/newwordpng-sheet0.png", "images/newwordpng-sheet0.png",
"images/img-sheet0.png", "images/img-sheet0.png",
"images/khungnen-sheet0.png",
"media/click.ogg", "media/click.ogg",
"media/correct.ogg", "media/correct.ogg",
"media/error-010-206498.ogg", "media/error-010-206498.ogg",

View File

@@ -587,7 +587,7 @@ SenaSDK.prototype.getQuestionType = function () {
}; };
SenaSDK.prototype.getQuestionImage = function () { SenaSDK.prototype.getQuestionImage = function () {
return String(this.data?.image || '').trim(); return String(this.data?.question || '').trim();
}; };
SenaSDK.prototype.getRequestValue = function () { SenaSDK.prototype.getRequestValue = function () {