"use strict"; const common_vendor = require("../../../common/vendor.js"); const _sfc_main = {}; function _sfc_render(_ctx, _cache) { return { a: _ctx.studentAnswer, b: common_vendor.o(($event) => _ctx.studentAnswer = $event.detail.value), c: common_vendor.o((...args) => _ctx.checkAnswer && _ctx.checkAnswer(...args)), d: common_vendor.o((...args) => _ctx.signIn && _ctx.signIn(...args)) }; } const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-50f039b9"]]); wx.createPage(MiniProgramPage);