@bdelab/roar-sre 1.15.18 → 1.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,26 @@
1
+ ;!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="9cbe3047-4d3c-4095-b9c9-04933f1bffaf",e._sentryDebugIdIdentifier="sentry-dbid-9cbe3047-4d3c-4095-b9c9-04933f1bffaf")}catch(e){}}();import e from"path";import t from"stream";("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{}).SENTRY_RELEASE={id:"b17911af4cd27e542cdf8648bc35406204691df3"};var i="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function n(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var s,a={exports:{}};
2
+ /*! store2 - v2.14.3 - 2024-02-14
3
+ * Copyright (c) 2024 Nathan Bubna; Licensed MIT */s=a,function(e,t){var i={version:"2.14.3",areas:{},apis:{},nsdelim:".",inherit:function(e,t){for(var i in e)t.hasOwnProperty(i)||Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(e,i));return t},stringify:function(e,t){return void 0===e||"function"==typeof e?e+"":JSON.stringify(e,t||i.replace)},parse:function(e,t){try{return JSON.parse(e,t||i.revive)}catch(t){return e}},fn:function(e,t){for(var n in i.storeAPI[e]=t,i.apis)i.apis[n][e]=t},get:function(e,t){return e.getItem(t)},set:function(e,t,i){e.setItem(t,i)},remove:function(e,t){e.removeItem(t)},key:function(e,t){return e.key(t)},length:function(e){return e.length},clear:function(e){e.clear()},Store:function(e,t,n){var s=i.inherit(i.storeAPI,(function(e,t,i){return 0===arguments.length?s.getAll():"function"==typeof t?s.transact(e,t,i):void 0!==t?s.set(e,t,i):"string"==typeof e||"number"==typeof e?s.get(e):"function"==typeof e?s.each(e):e?s.setAll(e,t):s.clear()}));s._id=e;try{var a="__store2_test";t.setItem(a,"ok"),s._area=t,t.removeItem(a)}catch(e){s._area=i.storage("fake")}return s._ns=n||"",i.areas[e]||(i.areas[e]=s._area),i.apis[s._ns+s._id]||(i.apis[s._ns+s._id]=s),s},storeAPI:{area:function(e,t){var n=this[e];return n&&n.area||(n=i.Store(e,t,this._ns),this[e]||(this[e]=n)),n},namespace:function(e,t,n){if(n=n||this._delim||i.nsdelim,!e)return this._ns?this._ns.substring(0,this._ns.length-n.length):"";var s=e,a=this[s];if(!(a&&a.namespace||((a=i.Store(this._id,this._area,this._ns+s+n))._delim=n,this[s]||(this[s]=a),t)))for(var r in i.areas)a.area(r,i.areas[r]);return a},isFake:function(e){return e?(this._real=this._area,this._area=i.storage("fake")):!1===e&&(this._area=this._real||this._area),"fake"===this._area.name},toString:function(){return"store"+(this._ns?"."+this.namespace():"")+"["+this._id+"]"},has:function(e){return this._area.has?this._area.has(this._in(e)):!!(this._in(e)in this._area)},size:function(){return this.keys().length},each:function(e,t){for(var n=0,s=i.length(this._area);n<s;n++){var a=this._out(i.key(this._area,n));if(void 0!==a&&!1===e.call(this,a,this.get(a),t))break;s>i.length(this._area)&&(s--,n--)}return t||this},keys:function(e){return this.each((function(e,t,i){i.push(e)}),e||[])},get:function(e,t){var n,s=i.get(this._area,this._in(e));return"function"==typeof t&&(n=t,t=null),null!==s?i.parse(s,n):null!=t?t:s},getAll:function(e){return this.each((function(e,t,i){i[e]=t}),e||{})},transact:function(e,t,i){var n=this.get(e,i),s=t(n);return this.set(e,void 0===s?n:s),this},set:function(e,t,n){var s,a=this.get(e);return null!=a&&!1===n?t:("function"==typeof n&&(s=n,n=void 0),i.set(this._area,this._in(e),i.stringify(t,s),n)||a)},setAll:function(e,t){var i,n;for(var s in e)n=e[s],this.set(s,n,t)!==n&&(i=!0);return i},add:function(e,t,n){var s=this.get(e);if(s instanceof Array)t=s.concat(t);else if(null!==s){var a=typeof s;if(a===typeof t&&"object"===a){for(var r in t)s[r]=t[r];t=s}else t=s+t}return i.set(this._area,this._in(e),i.stringify(t,n)),t},remove:function(e,t){var n=this.get(e,t);return i.remove(this._area,this._in(e)),n},clear:function(){return this._ns?this.each((function(e){i.remove(this._area,this._in(e))}),1):i.clear(this._area),this},clearAll:function(){var e=this._area;for(var t in i.areas)i.areas.hasOwnProperty(t)&&(this._area=i.areas[t],this.clear());return this._area=e,this},_in:function(e){return"string"!=typeof e&&(e=i.stringify(e)),this._ns?this._ns+e:e},_out:function(e){return this._ns?e&&0===e.indexOf(this._ns)?e.substring(this._ns.length):void 0:e}},storage:function(e){return i.inherit(i.storageAPI,{items:{},name:e})},storageAPI:{length:0,has:function(e){return this.items.hasOwnProperty(e)},key:function(e){var t=0;for(var i in this.items)if(this.has(i)&&e===t++)return i},setItem:function(e,t){this.has(e)||this.length++,this.items[e]=t},removeItem:function(e){this.has(e)&&(delete this.items[e],this.length--)},getItem:function(e){return this.has(e)?this.items[e]:null},clear:function(){for(var e in this.items)this.removeItem(e)}}},n=i.Store("local",function(){try{return localStorage}catch(e){}}());n.local=n,n._=i,n.area("session",function(){try{return sessionStorage}catch(e){}}()),n.area("page",i.storage("page")),"function"==typeof t&&void 0!==t.amd?t("store2",[],(function(){return n})):s.exports?s.exports=n:(e.store&&(i.conflict=e.store),e.store=n)}(i,i&&i.define);var r=n(a.exports);var o=function(){this.__data__=[],this.size=0};var c=function(e,t){return e===t||e!=e&&t!=t},d=c;var l=function(e,t){for(var i=e.length;i--;)if(d(e[i][0],t))return i;return-1},u=l,p=Array.prototype.splice;var m=l;var f=l;var h=l;var g=o,_=function(e){var t=this.__data__,i=u(t,e);return!(i<0)&&(i==t.length-1?t.pop():p.call(t,i,1),--this.size,!0)},I=function(e){var t=this.__data__,i=m(t,e);return i<0?void 0:t[i][1]},y=function(e){return f(this.__data__,e)>-1},v=function(e,t){var i=this.__data__,n=h(i,e);return n<0?(++this.size,i.push([e,t])):i[n][1]=t,this};function w(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t<i;){var n=e[t];this.set(n[0],n[1])}}w.prototype.clear=g,w.prototype.delete=_,w.prototype.get=I,w.prototype.has=y,w.prototype.set=v;var b=w,E=b;var A=function(){this.__data__=new E,this.size=0};var S=function(e){var t=this.__data__,i=t.delete(e);return this.size=t.size,i};var x=function(e){return this.__data__.get(e)};var T=function(e){return this.__data__.has(e)},R="object"==typeof i&&i&&i.Object===Object&&i,k=R,L="object"==typeof self&&self&&self.Object===Object&&self,N=k||L||Function("return this")(),F=N.Symbol,U=F,O=Object.prototype,C=O.hasOwnProperty,P=O.toString,j=U?U.toStringTag:void 0;var M=function(e){var t=C.call(e,j),i=e[j];try{e[j]=void 0;var n=!0}catch(e){}var s=P.call(e);return n&&(t?e[j]=i:delete e[j]),s},z=Object.prototype.toString;var D=M,B=function(e){return z.call(e)},$=F?F.toStringTag:void 0;var q=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":$&&$ in Object(e)?D(e):B(e)};var V=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},H=q,W=V;var K,G=function(e){if(!W(e))return!1;var t=H(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},Y=N["__core-js_shared__"],J=(K=/[^.]+$/.exec(Y&&Y.keys&&Y.keys.IE_PROTO||""))?"Symbol(src)_1."+K:"";var Q=function(e){return!!J&&J in e},Z=Function.prototype.toString;var X=function(e){if(null!=e){try{return Z.call(e)}catch(e){}try{return e+""}catch(e){}}return""},ee=G,te=Q,ie=V,ne=X,se=/^\[object .+?Constructor\]$/,ae=Function.prototype,re=Object.prototype,oe=ae.toString,ce=re.hasOwnProperty,de=RegExp("^"+oe.call(ce).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var le=function(e){return!(!ie(e)||te(e))&&(ee(e)?de:se).test(ne(e))},ue=function(e,t){return null==e?void 0:e[t]};var pe=function(e,t){var i=ue(e,t);return le(i)?i:void 0},me=pe(N,"Map"),fe=pe(Object,"create"),he=fe;var ge=function(){this.__data__=he?he(null):{},this.size=0};var _e=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Ie=fe,ye=Object.prototype.hasOwnProperty;var ve=function(e){var t=this.__data__;if(Ie){var i=t[e];return"__lodash_hash_undefined__"===i?void 0:i}return ye.call(t,e)?t[e]:void 0},we=fe,be=Object.prototype.hasOwnProperty;var Ee=fe;var Ae=ge,Se=_e,xe=ve,Te=function(e){var t=this.__data__;return we?void 0!==t[e]:be.call(t,e)},Re=function(e,t){var i=this.__data__;return this.size+=this.has(e)?0:1,i[e]=Ee&&void 0===t?"__lodash_hash_undefined__":t,this};function ke(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t<i;){var n=e[t];this.set(n[0],n[1])}}ke.prototype.clear=Ae,ke.prototype.delete=Se,ke.prototype.get=xe,ke.prototype.has=Te,ke.prototype.set=Re;var Le=ke,Ne=b,Fe=me;var Ue=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var Oe=function(e,t){var i=e.__data__;return Ue(t)?i["string"==typeof t?"string":"hash"]:i.map},Ce=Oe;var Pe=Oe;var je=Oe;var Me=Oe;var ze=function(){this.size=0,this.__data__={hash:new Le,map:new(Fe||Ne),string:new Le}},De=function(e){var t=Ce(this,e).delete(e);return this.size-=t?1:0,t},Be=function(e){return Pe(this,e).get(e)},$e=function(e){return je(this,e).has(e)},qe=function(e,t){var i=Me(this,e),n=i.size;return i.set(e,t),this.size+=i.size==n?0:1,this};function Ve(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t<i;){var n=e[t];this.set(n[0],n[1])}}Ve.prototype.clear=ze,Ve.prototype.delete=De,Ve.prototype.get=Be,Ve.prototype.has=$e,Ve.prototype.set=qe;var He=Ve,We=b,Ke=me,Ge=He;var Ye=b,Je=A,Qe=S,Ze=x,Xe=T,et=function(e,t){var i=this.__data__;if(i instanceof We){var n=i.__data__;if(!Ke||n.length<199)return n.push([e,t]),this.size=++i.size,this;i=this.__data__=new Ge(n)}return i.set(e,t),this.size=i.size,this};function tt(e){var t=this.__data__=new Ye(e);this.size=t.size}tt.prototype.clear=Je,tt.prototype.delete=Qe,tt.prototype.get=Ze,tt.prototype.has=Xe,tt.prototype.set=et;var it=tt;var nt=He,st=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},at=function(e){return this.__data__.has(e)};function rt(e){var t=-1,i=null==e?0:e.length;for(this.__data__=new nt;++t<i;)this.add(e[t])}rt.prototype.add=rt.prototype.push=st,rt.prototype.has=at;var ot=rt,ct=function(e,t){for(var i=-1,n=null==e?0:e.length;++i<n;)if(t(e[i],i,e))return!0;return!1},dt=function(e,t){return e.has(t)};var lt=function(e,t,i,n,s,a){var r=1&i,o=e.length,c=t.length;if(o!=c&&!(r&&c>o))return!1;var d=a.get(e),l=a.get(t);if(d&&l)return d==t&&l==e;var u=-1,p=!0,m=2&i?new ot:void 0;for(a.set(e,t),a.set(t,e);++u<o;){var f=e[u],h=t[u];if(n)var g=r?n(h,f,u,t,e,a):n(f,h,u,e,t,a);if(void 0!==g){if(g)continue;p=!1;break}if(m){if(!ct(t,(function(e,t){if(!dt(m,t)&&(f===e||s(f,e,i,n,a)))return m.push(t)}))){p=!1;break}}else if(f!==h&&!s(f,h,i,n,a)){p=!1;break}}return a.delete(e),a.delete(t),p},ut=N.Uint8Array;var pt=function(e){var t=-1,i=Array(e.size);return e.forEach((function(e,n){i[++t]=[n,e]})),i};var mt=ut,ft=c,ht=lt,gt=pt,_t=function(e){var t=-1,i=Array(e.size);return e.forEach((function(e){i[++t]=e})),i},It=F?F.prototype:void 0,yt=It?It.valueOf:void 0;var vt=function(e,t,i,n,s,a,r){switch(i){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!a(new mt(e),new mt(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return ft(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var o=gt;case"[object Set]":var c=1&n;if(o||(o=_t),e.size!=t.size&&!c)return!1;var d=r.get(e);if(d)return d==t;n|=2,r.set(e,t);var l=ht(o(e),o(t),n,s,a,r);return r.delete(e),l;case"[object Symbol]":if(yt)return yt.call(e)==yt.call(t)}return!1};var wt=function(e,t){for(var i=-1,n=t.length,s=e.length;++i<n;)e[s+i]=t[i];return e},bt=Array.isArray,Et=wt,At=bt;var St=function(e,t,i){var n=t(e);return At(e)?n:Et(n,i(e))};var xt=function(){return[]},Tt=function(e,t){for(var i=-1,n=null==e?0:e.length,s=0,a=[];++i<n;){var r=e[i];t(r,i,e)&&(a[s++]=r)}return a},Rt=xt,kt=Object.prototype.propertyIsEnumerable,Lt=Object.getOwnPropertySymbols,Nt=Lt?function(e){return null==e?[]:(e=Object(e),Tt(Lt(e),(function(t){return kt.call(e,t)})))}:Rt;var Ft=function(e,t){for(var i=-1,n=Array(e);++i<e;)n[i]=t(i);return n};var Ut=function(e){return null!=e&&"object"==typeof e},Ot=q,Ct=Ut;var Pt=function(e){return Ct(e)&&"[object Arguments]"==Ot(e)},jt=Ut,Mt=Object.prototype,zt=Mt.hasOwnProperty,Dt=Mt.propertyIsEnumerable,Bt=Pt(function(){return arguments}())?Pt:function(e){return jt(e)&&zt.call(e,"callee")&&!Dt.call(e,"callee")},$t={exports:{}};var qt=function(){return!1};!function(e,t){var i=N,n=qt,s=t&&!t.nodeType&&t,a=s&&e&&!e.nodeType&&e,r=a&&a.exports===s?i.Buffer:void 0,o=(r?r.isBuffer:void 0)||n;e.exports=o}($t,$t.exports);var Vt=$t.exports,Ht=/^(?:0|[1-9]\d*)$/;var Wt=function(e,t){var i=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==i||"symbol"!=i&&Ht.test(e))&&e>-1&&e%1==0&&e<t};var Kt=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991},Gt=q,Yt=Kt,Jt=Ut,Qt={};Qt["[object Float32Array]"]=Qt["[object Float64Array]"]=Qt["[object Int8Array]"]=Qt["[object Int16Array]"]=Qt["[object Int32Array]"]=Qt["[object Uint8Array]"]=Qt["[object Uint8ClampedArray]"]=Qt["[object Uint16Array]"]=Qt["[object Uint32Array]"]=!0,Qt["[object Arguments]"]=Qt["[object Array]"]=Qt["[object ArrayBuffer]"]=Qt["[object Boolean]"]=Qt["[object DataView]"]=Qt["[object Date]"]=Qt["[object Error]"]=Qt["[object Function]"]=Qt["[object Map]"]=Qt["[object Number]"]=Qt["[object Object]"]=Qt["[object RegExp]"]=Qt["[object Set]"]=Qt["[object String]"]=Qt["[object WeakMap]"]=!1;var Zt=function(e){return Jt(e)&&Yt(e.length)&&!!Qt[Gt(e)]};var Xt=function(e){return function(t){return e(t)}},ei={exports:{}};!function(e,t){var i=R,n=t&&!t.nodeType&&t,s=n&&e&&!e.nodeType&&e,a=s&&s.exports===n&&i.process,r=function(){try{var e=s&&s.require&&s.require("util").types;return e||a&&a.binding&&a.binding("util")}catch(e){}}();e.exports=r}(ei,ei.exports);var ti=ei.exports,ii=Zt,ni=Xt,si=ti&&ti.isTypedArray,ai=si?ni(si):ii,ri=Ft,oi=Bt,ci=bt,di=Vt,li=Wt,ui=ai,pi=Object.prototype.hasOwnProperty;var mi=function(e,t){var i=ci(e),n=!i&&oi(e),s=!i&&!n&&di(e),a=!i&&!n&&!s&&ui(e),r=i||n||s||a,o=r?ri(e.length,String):[],c=o.length;for(var d in e)!t&&!pi.call(e,d)||r&&("length"==d||s&&("offset"==d||"parent"==d)||a&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||li(d,c))||o.push(d);return o},fi=Object.prototype;var hi=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||fi)};var gi=function(e,t){return function(i){return e(t(i))}},_i=gi(Object.keys,Object),Ii=hi,yi=_i,vi=Object.prototype.hasOwnProperty;var wi=G,bi=Kt;var Ei=function(e){return null!=e&&bi(e.length)&&!wi(e)},Ai=mi,Si=function(e){if(!Ii(e))return yi(e);var t=[];for(var i in Object(e))vi.call(e,i)&&"constructor"!=i&&t.push(i);return t},xi=Ei;var Ti=function(e){return xi(e)?Ai(e):Si(e)},Ri=St,ki=Nt,Li=Ti;var Ni=function(e){return Ri(e,Li,ki)},Fi=Ni,Ui=Object.prototype.hasOwnProperty;var Oi=function(e,t,i,n,s,a){var r=1&i,o=Fi(e),c=o.length;if(c!=Fi(t).length&&!r)return!1;for(var d=c;d--;){var l=o[d];if(!(r?l in t:Ui.call(t,l)))return!1}var u=a.get(e),p=a.get(t);if(u&&p)return u==t&&p==e;var m=!0;a.set(e,t),a.set(t,e);for(var f=r;++d<c;){var h=e[l=o[d]],g=t[l];if(n)var _=r?n(g,h,l,t,e,a):n(h,g,l,e,t,a);if(!(void 0===_?h===g||s(h,g,i,n,a):_)){m=!1;break}f||(f="constructor"==l)}if(m&&!f){var I=e.constructor,y=t.constructor;I==y||!("constructor"in e)||!("constructor"in t)||"function"==typeof I&&I instanceof I&&"function"==typeof y&&y instanceof y||(m=!1)}return a.delete(e),a.delete(t),m},Ci=pe(N,"DataView"),Pi=me,ji=pe(N,"Promise"),Mi=pe(N,"Set"),zi=pe(N,"WeakMap"),Di=q,Bi=X,$i="[object Map]",qi="[object Promise]",Vi="[object Set]",Hi="[object WeakMap]",Wi="[object DataView]",Ki=Bi(Ci),Gi=Bi(Pi),Yi=Bi(ji),Ji=Bi(Mi),Qi=Bi(zi),Zi=Di;(Ci&&Zi(new Ci(new ArrayBuffer(1)))!=Wi||Pi&&Zi(new Pi)!=$i||ji&&Zi(ji.resolve())!=qi||Mi&&Zi(new Mi)!=Vi||zi&&Zi(new zi)!=Hi)&&(Zi=function(e){var t=Di(e),i="[object Object]"==t?e.constructor:void 0,n=i?Bi(i):"";if(n)switch(n){case Ki:return Wi;case Gi:return $i;case Yi:return qi;case Ji:return Vi;case Qi:return Hi}return t});var Xi=Zi,en=it,tn=lt,nn=vt,sn=Oi,an=Xi,rn=bt,on=Vt,cn=ai,dn="[object Arguments]",ln="[object Array]",un="[object Object]",pn=Object.prototype.hasOwnProperty;var mn=function(e,t,i,n,s,a){var r=rn(e),o=rn(t),c=r?ln:an(e),d=o?ln:an(t),l=(c=c==dn?un:c)==un,u=(d=d==dn?un:d)==un,p=c==d;if(p&&on(e)){if(!on(t))return!1;r=!0,l=!1}if(p&&!l)return a||(a=new en),r||cn(e)?tn(e,t,i,n,s,a):nn(e,t,c,i,n,s,a);if(!(1&i)){var m=l&&pn.call(e,"__wrapped__"),f=u&&pn.call(t,"__wrapped__");if(m||f){var h=m?e.value():e,g=f?t.value():t;return a||(a=new en),s(h,g,i,n,a)}}return!!p&&(a||(a=new en),sn(e,t,i,n,s,a))},fn=Ut;var hn=function e(t,i,n,s,a){return t===i||(null==t||null==i||!fn(t)&&!fn(i)?t!=t&&i!=i:mn(t,i,n,s,e,a))},gn=it,_n=hn;var In=V;var yn=function(e){return e==e&&!In(e)},vn=yn,wn=Ti;var bn=function(e,t){return function(i){return null!=i&&(i[e]===t&&(void 0!==t||e in Object(i)))}},En=function(e,t,i,n){var s=i.length,a=s,r=!n;if(null==e)return!a;for(e=Object(e);s--;){var o=i[s];if(r&&o[2]?o[1]!==e[o[0]]:!(o[0]in e))return!1}for(;++s<a;){var c=(o=i[s])[0],d=e[c],l=o[1];if(r&&o[2]){if(void 0===d&&!(c in e))return!1}else{var u=new gn;if(n)var p=n(d,l,c,e,t,u);if(!(void 0===p?_n(l,d,3,n,u):p))return!1}}return!0},An=function(e){for(var t=wn(e),i=t.length;i--;){var n=t[i],s=e[n];t[i]=[n,s,vn(s)]}return t},Sn=bn;var xn=function(e){var t=An(e);return 1==t.length&&t[0][2]?Sn(t[0][0],t[0][1]):function(i){return i===e||En(i,e,t)}},Tn=q,Rn=Ut;var kn=function(e){return"symbol"==typeof e||Rn(e)&&"[object Symbol]"==Tn(e)},Ln=bt,Nn=kn,Fn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Un=/^\w*$/;var On=function(e,t){if(Ln(e))return!1;var i=typeof e;return!("number"!=i&&"symbol"!=i&&"boolean"!=i&&null!=e&&!Nn(e))||(Un.test(e)||!Fn.test(e)||null!=t&&e in Object(t))},Cn=He;function Pn(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var i=function(){var n=arguments,s=t?t.apply(this,n):n[0],a=i.cache;if(a.has(s))return a.get(s);var r=e.apply(this,n);return i.cache=a.set(s,r)||a,r};return i.cache=new(Pn.Cache||Cn),i}Pn.Cache=Cn;var jn=Pn;var Mn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,zn=/\\(\\)?/g,Dn=function(e){var t=jn(e,(function(e){return 500===i.size&&i.clear(),e})),i=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(Mn,(function(e,i,n,s){t.push(n?s.replace(zn,"$1"):i||e)})),t}));var Bn=function(e,t){for(var i=-1,n=null==e?0:e.length,s=Array(n);++i<n;)s[i]=t(e[i],i,e);return s},$n=Bn,qn=bt,Vn=kn,Hn=F?F.prototype:void 0,Wn=Hn?Hn.toString:void 0;var Kn=function e(t){if("string"==typeof t)return t;if(qn(t))return $n(t,e)+"";if(Vn(t))return Wn?Wn.call(t):"";var i=t+"";return"0"==i&&1/t==-1/0?"-0":i},Gn=Kn;var Yn=bt,Jn=On,Qn=Dn,Zn=function(e){return null==e?"":Gn(e)};var Xn=function(e,t){return Yn(e)?e:Jn(e,t)?[e]:Qn(Zn(e))},es=kn;var ts=function(e){if("string"==typeof e||es(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t},is=Xn,ns=ts;var ss=function(e,t){for(var i=0,n=(t=is(t,e)).length;null!=e&&i<n;)e=e[ns(t[i++])];return i&&i==n?e:void 0},as=ss;var rs=function(e,t,i){var n=null==e?void 0:as(e,t);return void 0===n?i:n};var os=Xn,cs=Bt,ds=bt,ls=Wt,us=Kt,ps=ts;var ms=function(e,t,i){for(var n=-1,s=(t=os(t,e)).length,a=!1;++n<s;){var r=ps(t[n]);if(!(a=null!=e&&i(e,r)))break;e=e[r]}return a||++n!=s?a:!!(s=null==e?0:e.length)&&us(s)&&ls(r,s)&&(ds(e)||cs(e))},fs=function(e,t){return null!=e&&t in Object(e)},hs=ms;var gs=function(e,t){return null!=e&&hs(e,t,fs)},_s=hn,Is=rs,ys=gs,vs=On,ws=yn,bs=bn,Es=ts;var As=function(e,t){return vs(e)&&ws(t)?bs(Es(e),t):function(i){var n=Is(i,e);return void 0===n&&n===t?ys(i,e):_s(t,n,3)}};var Ss=function(e){return e};var xs=ss;var Ts=function(e){return function(t){return xs(t,e)}},Rs=function(e){return function(t){return null==t?void 0:t[e]}},ks=Ts,Ls=On,Ns=ts;var Fs=function(e){return Ls(e)?Rs(Ns(e)):ks(e)},Us=xn,Os=As,Cs=Ss,Ps=bt,js=Fs;var Ms=function(e){return"function"==typeof e?e:null==e?Cs:"object"==typeof e?Ps(e)?Os(e[0],e[1]):Us(e):js(e)};var zs=function(e){if("function"!=typeof e)throw new TypeError("Expected a function");return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}},Ds=pe,Bs=function(){try{var e=Ds(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),$s=Bs;var qs=function(e,t,i){"__proto__"==t&&$s?$s(e,t,{configurable:!0,enumerable:!0,value:i,writable:!0}):e[t]=i},Vs=qs,Hs=c,Ws=Object.prototype.hasOwnProperty;var Ks=function(e,t,i){var n=e[t];Ws.call(e,t)&&Hs(n,i)&&(void 0!==i||t in e)||Vs(e,t,i)},Gs=Ks,Ys=Xn,Js=Wt,Qs=V,Zs=ts;var Xs=function(e,t,i,n){if(!Qs(e))return e;for(var s=-1,a=(t=Ys(t,e)).length,r=a-1,o=e;null!=o&&++s<a;){var c=Zs(t[s]),d=i;if("__proto__"===c||"constructor"===c||"prototype"===c)return e;if(s!=r){var l=o[c];void 0===(d=n?n(l,c,o):void 0)&&(d=Qs(l)?l:Js(t[s+1])?[]:{})}Gs(o,c,d),o=o[c]}return e},ea=ss,ta=Xs,ia=Xn;var na=function(e,t,i){for(var n=-1,s=t.length,a={};++n<s;){var r=t[n],o=ea(e,r);i(o,r)&&ta(a,ia(r,e),o)}return a},sa=gi(Object.getPrototypeOf,Object),aa=wt,ra=sa,oa=Nt,ca=xt,da=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)aa(t,oa(e)),e=ra(e);return t}:ca;var la=V,ua=hi,pa=function(e){var t=[];if(null!=e)for(var i in Object(e))t.push(i);return t},ma=Object.prototype.hasOwnProperty;var fa=mi,ha=function(e){if(!la(e))return pa(e);var t=ua(e),i=[];for(var n in e)("constructor"!=n||!t&&ma.call(e,n))&&i.push(n);return i},ga=Ei;var _a=function(e){return ga(e)?fa(e,!0):ha(e)},Ia=St,ya=da,va=_a;var wa=function(e){return Ia(e,va,ya)},ba=Bn,Ea=Ms,Aa=na,Sa=wa;var xa=function(e,t){if(null==e)return{};var i=ba(Sa(e),(function(e){return[e]}));return t=Ea(t),Aa(e,i,(function(e,i){return t(e,i[0])}))},Ta=Ms,Ra=zs,ka=xa;var La=n((function(e,t){return ka(e,Ra(Ta(t)))}));var Na=n((function(e){return null===e}));var Fa=n((function(e){return void 0===e}));function Ua(e){if("string"!=typeof e)throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function Oa(e,t){for(var i,n="",s=0,a=-1,r=0,o=0;o<=e.length;++o){if(o<e.length)i=e.charCodeAt(o);else{if(47===i)break;i=47}if(47===i){if(a===o-1||1===r);else if(a!==o-1&&2===r){if(n.length<2||2!==s||46!==n.charCodeAt(n.length-1)||46!==n.charCodeAt(n.length-2))if(n.length>2){var c=n.lastIndexOf("/");if(c!==n.length-1){-1===c?(n="",s=0):s=(n=n.slice(0,c)).length-1-n.lastIndexOf("/"),a=o,r=0;continue}}else if(2===n.length||1===n.length){n="",s=0,a=o,r=0;continue}t&&(n.length>0?n+="/..":n="..",s=2)}else n.length>0?n+="/"+e.slice(a+1,o):n=e.slice(a+1,o),s=o-a-1;a=o,r=0}else 46===i&&-1!==r?++r:r=-1}return n}var Ca={resolve:function(){for(var e,t="",i=!1,n=arguments.length-1;n>=-1&&!i;n--){var s;n>=0?s=arguments[n]:(void 0===e&&(e=process.cwd()),s=e),Ua(s),0!==s.length&&(t=s+"/"+t,i=47===s.charCodeAt(0))}return t=Oa(t,!i),i?t.length>0?"/"+t:"/":t.length>0?t:"."},normalize:function(e){if(Ua(e),0===e.length)return".";var t=47===e.charCodeAt(0),i=47===e.charCodeAt(e.length-1);return 0!==(e=Oa(e,!t)).length||t||(e="."),e.length>0&&i&&(e+="/"),t?"/"+e:e},isAbsolute:function(e){return Ua(e),e.length>0&&47===e.charCodeAt(0)},join:function(){if(0===arguments.length)return".";for(var e,t=0;t<arguments.length;++t){var i=arguments[t];Ua(i),i.length>0&&(void 0===e?e=i:e+="/"+i)}return void 0===e?".":Ca.normalize(e)},relative:function(e,t){if(Ua(e),Ua(t),e===t)return"";if((e=Ca.resolve(e))===(t=Ca.resolve(t)))return"";for(var i=1;i<e.length&&47===e.charCodeAt(i);++i);for(var n=e.length,s=n-i,a=1;a<t.length&&47===t.charCodeAt(a);++a);for(var r=t.length-a,o=s<r?s:r,c=-1,d=0;d<=o;++d){if(d===o){if(r>o){if(47===t.charCodeAt(a+d))return t.slice(a+d+1);if(0===d)return t.slice(a+d)}else s>o&&(47===e.charCodeAt(i+d)?c=d:0===d&&(c=0));break}var l=e.charCodeAt(i+d);if(l!==t.charCodeAt(a+d))break;47===l&&(c=d)}var u="";for(d=i+c+1;d<=n;++d)d!==n&&47!==e.charCodeAt(d)||(0===u.length?u+="..":u+="/..");return u.length>0?u+t.slice(a+c):(a+=c,47===t.charCodeAt(a)&&++a,t.slice(a))},_makeLong:function(e){return e},dirname:function(e){if(Ua(e),0===e.length)return".";for(var t=e.charCodeAt(0),i=47===t,n=-1,s=!0,a=e.length-1;a>=1;--a)if(47===(t=e.charCodeAt(a))){if(!s){n=a;break}}else s=!1;return-1===n?i?"/":".":i&&1===n?"//":e.slice(0,n)},basename:function(e,t){if(void 0!==t&&"string"!=typeof t)throw new TypeError('"ext" argument must be a string');Ua(e);var i,n=0,s=-1,a=!0;if(void 0!==t&&t.length>0&&t.length<=e.length){if(t.length===e.length&&t===e)return"";var r=t.length-1,o=-1;for(i=e.length-1;i>=0;--i){var c=e.charCodeAt(i);if(47===c){if(!a){n=i+1;break}}else-1===o&&(a=!1,o=i+1),r>=0&&(c===t.charCodeAt(r)?-1==--r&&(s=i):(r=-1,s=o))}return n===s?s=o:-1===s&&(s=e.length),e.slice(n,s)}for(i=e.length-1;i>=0;--i)if(47===e.charCodeAt(i)){if(!a){n=i+1;break}}else-1===s&&(a=!1,s=i+1);return-1===s?"":e.slice(n,s)},extname:function(e){Ua(e);for(var t=-1,i=0,n=-1,s=!0,a=0,r=e.length-1;r>=0;--r){var o=e.charCodeAt(r);if(47!==o)-1===n&&(s=!1,n=r+1),46===o?-1===t?t=r:1!==a&&(a=1):-1!==t&&(a=-1);else if(!s){i=r+1;break}}return-1===t||-1===n||0===a||1===a&&t===n-1&&t===i+1?"":e.slice(t,n)},format:function(e){if(null===e||"object"!=typeof e)throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof e);return function(e,t){var i=t.dir||t.root,n=t.base||(t.name||"")+(t.ext||"");return i?i===t.root?i+n:i+e+n:n}("/",e)},parse:function(e){Ua(e);var t={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return t;var i,n=e.charCodeAt(0),s=47===n;s?(t.root="/",i=1):i=0;for(var a=-1,r=0,o=-1,c=!0,d=e.length-1,l=0;d>=i;--d)if(47!==(n=e.charCodeAt(d)))-1===o&&(c=!1,o=d+1),46===n?-1===a?a=d:1!==l&&(l=1):-1!==a&&(l=-1);else if(!c){r=d+1;break}return-1===a||-1===o||0===l||1===l&&a===o-1&&a===r+1?-1!==o&&(t.base=t.name=0===r&&s?e.slice(1,o):e.slice(r,o)):(0===r&&s?(t.name=e.slice(1,a),t.base=e.slice(1,o)):(t.name=e.slice(r,a),t.base=e.slice(r,o)),t.ext=e.slice(a,o)),r>0?t.dir=e.slice(0,r-1):s&&(t.dir="/"),t},sep:"/",delimiter:":",win32:null,posix:null};Ca.posix=Ca;var Pa=n(Ca),ja={},Ma={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}};
4
+ /*!
5
+ * mime-types
6
+ * Copyright(c) 2014 Jonathan Ong
7
+ * Copyright(c) 2015 Douglas Christopher Wilson
8
+ * MIT Licensed
9
+ */
10
+ !function(t){var i,n,s,a=Ma,r=e.extname,o=/^\s*([^;\s]*)(?:;|\s|$)/,c=/^text\//i;function d(e){if(!e||"string"!=typeof e)return!1;var t=o.exec(e),i=t&&a[t[1].toLowerCase()];return i&&i.charset?i.charset:!(!t||!c.test(t[1]))&&"UTF-8"}t.charset=d,t.charsets={lookup:d},t.contentType=function(e){if(!e||"string"!=typeof e)return!1;var i=-1===e.indexOf("/")?t.lookup(e):e;if(!i)return!1;if(-1===i.indexOf("charset")){var n=t.charset(i);n&&(i+="; charset="+n.toLowerCase())}return i},t.extension=function(e){if(!e||"string"!=typeof e)return!1;var i=o.exec(e),n=i&&t.extensions[i[1].toLowerCase()];if(!n||!n.length)return!1;return n[0]},t.extensions=Object.create(null),t.lookup=function(e){if(!e||"string"!=typeof e)return!1;var i=r("x."+e).toLowerCase().substr(1);if(!i)return!1;return t.types[i]||!1},t.types=Object.create(null),i=t.extensions,n=t.types,s=["nginx","apache",void 0,"iana"],Object.keys(a).forEach((function(e){var t=a[e],r=t.extensions;if(r&&r.length){i[e]=r;for(var o=0;o<r.length;o++){var c=r[o];if(n[c]){var d=s.indexOf(a[n[c]].source),l=s.indexOf(t.source);if("application/octet-stream"!==n[c]&&(d>l||d===l&&"application/"===n[c].substr(0,12)))continue}n[c]=e}}}))}(ja);var za=n(ja),Da="undefined"!=typeof window?window:{screen:{},navigator:{}},Ba=(Da.matchMedia||function(){return{matches:!1}}).bind(Da),$a={get passive(){return!0}},qa=function(){};Da.addEventListener&&Da.addEventListener("p",qa,$a),Da.removeEventListener&&Da.removeEventListener("p",qa,!1);var Va="ontouchstart"in Da,Ha=Va||"TouchEvent"in Da&&Ba("(any-pointer: coarse)").matches,Wa=(Da.navigator.maxTouchPoints||0)>0||Ha,Ka=Da.navigator.userAgent||"",Ga=Ba("(pointer: coarse)").matches&&/iPad|Macintosh/.test(Ka)&&Math.min(Da.screen.width||0,Da.screen.height||0)>=768,Ya=(Ba("(pointer: coarse)").matches||!Ba("(pointer: fine)").matches&&Va)&&!/Windows.*Firefox/.test(Ka),Ja=Ba("(any-pointer: fine)").matches||Ba("(any-hover: hover)").matches||Ga||!Va,Qa=!Wa||!Ja&&Ya?Wa?"touchOnly":"mouseOnly":"hybrid",Za="mouseOnly"===Qa?"mouse":"touchOnly"===Qa||Ya?"touch":"mouse";function Xa(e){return Xa="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Xa(e)}function er(e){return function(e){if(Array.isArray(e))return ir(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return ir(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return ir(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function tr(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,(s=n.key,a=void 0,a=function(e,t){if("object"!==Xa(e)||null===e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var n=i.call(e,t);if("object"!==Xa(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(s,"string"),"symbol"===Xa(a)?a:String(a)),n)}var s,a}function ir(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function nr(e){return e||(new URLSearchParams(window.location.search).get("lng")||"en")}function sr(){return"touchOnly"===Qa||"hybrid"===Qa&&"touch"===Za?"mobile":"desktop"}function ar(e,t,i,n,s,a,r){return r&&a&&"device"===s||a&&"device"===s?"".concat(e,"/").concat(i,"/").concat(n,"/").concat(t):r&&a&&"shared"===s||a&&"shared"===s?"".concat(e,"/").concat(i,"/shared/").concat(t):"device"===s?"".concat(e,"/").concat(n,"/").concat(t):"shared/device"===s?"".concat(e,"/shared/").concat(n,"/").concat(t):"languageSpecific"===s?"".concat(e,"/").concat(i,"/").concat(t):"default"===s?"".concat(e,"/").concat(t):"".concat(e,"/shared/").concat(t)}function rr(e){var t=za.lookup(e);if(!t)throw new Error("Unrecognized file extension in path: ".concat(e));if(t.startsWith("image/"))return"images";if(t.startsWith("audio/"))return"audio";if(t.startsWith("video/"))return"video";throw new Error("Unsupported MIME type for file: ".concat(e,". Only image, audio, and video files are supported."))}var or=function(e,t,i,n){var s=315576e5,a=new Date,r=function(e){var t=Number(e);return Object.is(t,NaN)||0===t?null:t},o=r(e),c=r(t),d=r(i),l=r(n),u={age:d,ageMonths:l};if(o&&c){u.birthMonth=o,u.birthYear=c;var p=new Date(c,o-1,a.getDate()),m=(a-p)/s;u.age=Math.floor(m),u.ageMonths=l||Math.floor(12*m)}else if(c){u.birthYear=c,u.birthMonth=a.getMonth()+1;var f=new Date(c,u.birthMonth-1,a.getDate()),h=(a-f)/s;u.age=Math.floor(h),u.ageMonths=l||Math.floor(12*h)}else if(l){var g=new Date;g.setMonth(g.getMonth()-l),u.birthYear=g.getFullYear(),u.birthMonth=g.getMonth()+1,u.age=Math.floor((a-g)/s)}else d?(u.birthYear=a.getFullYear()-d,u.birthMonth=a.getMonth()+1,u.ageMonths=12*d):(u.birthMonth=null,u.birthYear=null);return u},cr=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:13,n=Number(e);if(null!=e){if(Number.isNaN(n)){var s={k:0,tk:0,pk:0,preschool:0,prekindergarten:0,transitionalkindergarten:0,kindergarten:0,infanttoddler:0,infant:0,toddler:0,first:1,firstgrade:1,second:2,secondgrade:2,third:3,thirdgrade:3,fourth:4,fourthgrade:4,fifth:5,fifthgrade:5,sixth:6,sixthgrade:6,seventh:7,seventhgrade:7,eighth:8,eighthgrade:8,ninth:9,ninthgrade:9,tenth:10,tenthgrade:10,eleventh:11,eleventhgrade:11,twelfth:12,twelfthgrade:12,freshman:9,sophomore:10,junior:11,senior:12,postgraduate:13,university:13,graduate:13,master:13,doctorate:13,masters:13}[e.toLowerCase().replace(/\s/g,"").replace(/-/g,"")];if(void 0===s)return;return s<t?t:s>i?i:s}return n<t?t:n>i?i:n}},dr=function(e){e.sort((function(e,t){return t-e}));var t=e.length;return t%2==0?(e[t/2]+e[t/2-1])/2:e[Math.floor(t/2)]};function lr(e){var t=e.responseTimeLowThreshold,i=void 0===t?400:t,n=e.responseTimeHighThreshold,s=void 0===n?1e4:n,a=e.accuracyThreshold,r=void 0===a?.2:a,o=e.minResponsesRequired,c=void 0===o?0:o,d=e.includedReliabilityFlags,l=void 0===d?["responseTimeTooFast"]:d;return function(e){var t=e.responseTimes;e.responses;var n,a=e.correct,o=e.completed,d=[],u=!1;t.length<c?d.push("notEnoughResponses"):(dr(t)<=i&&d.push("responseTimeTooFast"),dr(t)>=s&&d.push("responseTimeTooSlow"),!1===o&&l.includes("incomplete")&&d.push("incomplete"),(null!==(n=null==a?void 0:a.filter((function(e){return 1===e})).length)&&void 0!==n?n:0)/a.length<=r&&d.push("accuracyTooLow"),u=0===d.filter((function(e){return l.includes(e)})).length,d=d.filter((function(e){return l.includes(e)})));return{flags:d,isReliable:u}}}var ur=function(){function e(t){var i=t.evaluateValidity,n=void 0===i?lr():i,s=t.handleEngagementFlags,a=void 0===s?function(){}:s;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.evaluateValidity=n,this.handleEngagementFlags=a,this._responseTimes=[],this._responses=[],this._correct=[],this._preserveFlags=[],this.currentBlock=void 0,this.reliabilityByBlock={},this.completed=!1}var t,i;return t=e,i=[{key:"appendCurrentBlockToFlags",value:function(e){var t=this;return void 0!==this.currentBlock?e.map((function(e){return"incomplete"!==e?"".concat(e,"_").concat(t.currentBlock):e})):e}},{key:"calculateReliabilityWithBlocks",value:function(){return Object.values(this.reliabilityByBlock).every((function(e){return!0===e}))}},{key:"startNewBlockValidation",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.evaluateValidity;if(this._responseTimes.length>0&&void 0!==e){var i=this.calculateAndUpdateFlags();this._preserveFlags=[].concat(er(this._preserveFlags),er(this.appendCurrentBlockToFlags(i)))}this.currentBlock=e,this.evaluateValidity=t,this._responseTimes=[],this._responses=[],this._correct=[],this.completed=!1}},{key:"markAsCompleted",value:function(){this.completed=!0,this.calculateAndUpdateFlags()}},{key:"calculateAndUpdateFlags",value:function(){var e=this.evaluateValidity({responseTimes:this._responseTimes,responses:this._responses,correct:this._correct,completed:this.completed}),t=e.flags,i=e.isReliable;return void 0!==this.currentBlock?(this.reliabilityByBlock[this.currentBlock]=i,this.handleEngagementFlags([].concat(er(this._preserveFlags),er(this.appendCurrentBlockToFlags(t))),this.calculateReliabilityWithBlocks(),this.reliabilityByBlock)):this.handleEngagementFlags(t,i),t}},{key:"addResponseData",value:function(e,t,i){this._responseTimes.push(e),this._responses.push(t),this._correct.push(i),this.calculateAndUpdateFlags()}}],i&&tr(t.prototype,i),Object.defineProperty(t,"prototype",{writable:!1}),e}();function pr(e,t,i,n){return new(i||(i=Promise))((function(t,s){function a(e){try{o(n.next(e))}catch(e){s(e)}}function r(e){try{o(n.throw(e))}catch(e){s(e)}}function o(e){var n;e.done?t(e.value):(n=e.value,n instanceof i?n:new i((function(e){e(n)}))).then(a,r)}o((n=n.apply(e,[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;var mr="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function fr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var hr=fr(((e,{include:t,exclude:i}={})=>{const n=e=>{const n=t=>"string"==typeof t?e===t:t.test(e);return t?t.some(n):!i||!i.some(n)};for(const[t,i]of(e=>{const t=new Set;do{for(const i of Reflect.ownKeys(e))t.add([e,i])}while((e=Reflect.getPrototypeOf(e))&&e!==Object.prototype);return t})(e.constructor.prototype)){if("constructor"===i||!n(i))continue;const s=Reflect.getOwnPropertyDescriptor(t,i);s&&"function"==typeof s.value&&(e[i]=e[i].bind(e))}return e}));class gr extends Error{constructor(e="The global `jsPsych` variable is no longer available in jsPsych v7."){super(`${e} Please follow the migration guide at https://www.jspsych.org/7.0/support/migration-v7/ to update your experiment.`),this.name="MigrationError"}}function _r(e){return[...new Set(e)]}function Ir(e){if(!e)return e;let t;if(Array.isArray(e)){t=[];for(const i of e)t.push(Ir(i));return t}if("object"==typeof e&&null!==e){t={};for(const i in e)e.hasOwnProperty(i)&&(t[i]=Ir(e[i]));return t}return e}window.jsPsych={get init(){throw new gr("`jsPsych.init()` was replaced by `initJsPsych()` in jsPsych v7.")},get data(){throw new gr},get randomization(){throw new gr},get turk(){throw new gr},get pluginAPI(){throw new gr},get ALL_KEYS(){throw new gr('jsPsych.ALL_KEYS was replaced by the "ALL_KEYS" string in jsPsych v7.')},get NO_KEYS(){throw new gr('jsPsych.NO_KEYS was replaced by the "NO_KEYS" string in jsPsych v7.')}};var yr,vr=Object.freeze({__proto__:null,deepCopy:Ir,deepMerge:function e(t,i){let n={};for(const s in t)t.hasOwnProperty(s)&&("object"==typeof t[s]&&i.hasOwnProperty(s)?n[s]=e(t[s],i[s]):n[s]=t[s]);for(const t in i)i.hasOwnProperty(t)&&(n.hasOwnProperty(t)&&"object"==typeof i[t]?n[t]=e(n[t],i[t]):n[t]=i[t]);return n},unique:_r});class wr{constructor(e=[]){this.values=e}sum(){let e=0;for(const t of this.values)e+=t;return e}mean(){return this.sum()/this.count()}median(){if(0===this.values.length)return;const e=this.values.slice(0).sort((function(e,t){return e-t})),t=Math.floor(e.length/2);return e.length%2==0?(e[t]+e[t-1])/2:e[t]}min(){return Math.min.apply(null,this.values)}max(){return Math.max.apply(null,this.values)}count(){return this.values.length}variance(){const e=this.mean();let t=0;for(const i of this.values)t+=Math.pow(i-e,2);return t/(this.values.length-1)}sd(){const e=this.variance();return Math.sqrt(e)}frequencies(){const e={};for(const t of this.values)void 0===e[t]?e[t]=1:e[t]++;return e}all(e){for(const t of this.values)if(!e(t))return!1;return!0}subset(e){const t=[];for(const i of this.values)e(i)&&t.push(i);return new wr(t)}}class br{constructor(e=[]){this.trials=e}push(e){return this.trials.push(e),this}join(e){return this.trials=this.trials.concat(e.values()),this}top(){return this.trials.length<=1?this:new br([this.trials[this.trials.length-1]])}first(e=1){if(e<1)throw"You must query with a positive nonzero integer. Please use a\n different value for n.";return 0===this.trials.length?new br:(e>this.trials.length&&(e=this.trials.length),new br(this.trials.slice(0,e)))}last(e=1){if(e<1)throw"You must query with a positive nonzero integer. Please use a\n different value for n.";return 0===this.trials.length?new br:(e>this.trials.length&&(e=this.trials.length),new br(this.trials.slice(this.trials.length-e,this.trials.length)))}values(){return this.trials}count(){return this.trials.length}readOnly(){return new br(Ir(this.trials))}addToAll(e){for(const t of this.trials)Object.assign(t,e);return this}addToLast(e){return 0!=this.trials.length&&Object.assign(this.trials[this.trials.length-1],e),this}filter(e){let t;t=Array.isArray(e)?Ir(e):Ir([e]);const i=[];for(const e of this.trials){let n=!1;for(const i of t){let t=!0;for(const n of Object.keys(i))void 0!==e[n]&&e[n]===i[n]||(t=!1);if(t){n=!0;break}}n&&i.push(e)}return new br(i)}filterCustom(e){return new br(this.trials.filter(e))}filterColumns(e){return new br(this.trials.map((t=>Object.fromEntries(e.filter((e=>e in t)).map((e=>[e,t[e]]))))))}select(e){const t=[];for(const i of this.trials)void 0!==i[e]&&t.push(i[e]);return new wr(t)}ignore(e){Array.isArray(e)||(e=[e]);const t=Ir(this.trials);for(const i of t)for(const t of e)delete i[t];return new br(t)}uniqueNames(){const e=[];for(const t of this.trials)for(const i of Object.keys(t))e.includes(i)||e.push(i);return e}csv(){return function(e){const t="object"!=typeof e?JSON.parse(e):e;let i="",n="";const s=[];for(const e of t)for(const t in e){let e=t+"";e='"'+e.replace(/"/g,'""')+'",',s.includes(t)||(s.push(t),i+=e)}i=i.slice(0,-1),n+=i+"\r\n";for(const e of t){i="";for(const t of s){let n=void 0===e[t]?"":e[t];"object"==typeof n&&(n=JSON.stringify(n)),i+='"'+(n+"").replace(/"/g,'""')+'",'}i=i.slice(0,-1),n+=i+"\r\n"}return n}(this.trials)}json(e=!1){return e?JSON.stringify(this.trials,null,"\t"):JSON.stringify(this.trials)}localSave(e,t){let i;if("json"===(e=e.toLowerCase()))i=this.json();else{if("csv"!==e)throw new Error('Invalid format specified for localSave. Must be "json" or "csv".');i=this.csv()}!function(e,t){const i=new Blob([e],{type:"text/plain"});let n="";n=void 0!==window.webkitURL?window.webkitURL.createObjectURL(i):window.URL.createObjectURL(i);const s=document.createElement("a");s.id="jspsych-download-as-text-link",s.style.display="none",s.download=t,s.href=n,s.click()}(i,t)}}class Er{constructor(e){this.jsPsych=e,this.dataProperties={},this.reset()}reset(){this.allData=new br,this.interactionData=new br}get(){return this.allData}getInteractionData(){return this.interactionData}write(e){const t=this.jsPsych.getProgress(),i=this.jsPsych.getCurrentTrial(),n={trial_type:i.type.info.name,trial_index:t.current_trial_global,time_elapsed:this.jsPsych.getTotalTime(),internal_node_id:this.jsPsych.getCurrentTimelineNodeID()};this.allData.push(Object.assign(Object.assign(Object.assign(Object.assign({},e),i.data),n),this.dataProperties))}addProperties(e){this.allData.addToAll(e),this.dataProperties=Object.assign({},this.dataProperties,e)}addDataToLastTrial(e){this.allData.addToLast(e)}getDataByTimelineNode(e){return this.allData.filterCustom((t=>t.internal_node_id.slice(0,e.length)===e))}getLastTrialData(){return this.allData.top()}getLastTimelineData(){const e=this.getLastTrialData().select("internal_node_id").values[0];if(void 0===e)return new br;{const t=e.substr(0,e.lastIndexOf("-"));return this.getDataByTimelineNode(t)}}displayData(e="json"){"json"!=(e=e.toLowerCase())&&"csv"!=e&&(console.log("Invalid format declared for displayData function. Using json as default."),e="json");const t="json"===e?this.allData.json(!0):this.allData.csv();this.jsPsych.getDisplayElement().innerHTML='<pre id="jspsych-data-display"></pre>',document.getElementById("jspsych-data-display").textContent=t}urlVariables(){return void 0===this.query_string&&(this.query_string=function(){const e=window.location.search.substr(1).split("&"),t={};for(let i=0;i<e.length;++i){const n=e[i].split("=",2);1==n.length?t[n[0]]="":t[n[0]]=decodeURIComponent(n[1].replace(/\+/g," "))}return t}()),this.query_string}getURLVariable(e){return this.urlVariables()[e]}createInteractionListeners(){window.addEventListener("blur",(()=>{const e={event:"blur",trial:this.jsPsych.getProgress().current_trial_global,time:this.jsPsych.getTotalTime()};this.interactionData.push(e),this.jsPsych.getInitSettings().on_interaction_data_update(e)})),window.addEventListener("focus",(()=>{const e={event:"focus",trial:this.jsPsych.getProgress().current_trial_global,time:this.jsPsych.getTotalTime()};this.interactionData.push(e),this.jsPsych.getInitSettings().on_interaction_data_update(e)}));const e=()=>{const e={event:document.isFullScreen||document.webkitIsFullScreen||document.mozIsFullScreen||document.fullscreenElement?"fullscreenenter":"fullscreenexit",trial:this.jsPsych.getProgress().current_trial_global,time:this.jsPsych.getTotalTime()};this.interactionData.push(e),this.jsPsych.getInitSettings().on_interaction_data_update(e)};document.addEventListener("fullscreenchange",e),document.addEventListener("mozfullscreenchange",e),document.addEventListener("webkitfullscreenchange",e)}_customInsert(e){this.allData=new br(e)}_fullreset(){this.reset(),this.dataProperties={}}}class Ar{constructor(){this.hardwareConnected=!1,document.addEventListener("jspsych-activate",(e=>{this.hardwareConnected=!0}))}hardware(e){const t=new CustomEvent("jspsych",{detail:e});document.dispatchEvent(t)}}class Sr{constructor(e,t=!1,i=0){this.getRootElement=e,this.areResponsesCaseSensitive=t,this.minimumValidRt=i,this.listeners=new Set,this.heldKeys=new Set,this.areRootListenersRegistered=!1,hr(this),this.registerRootListeners()}registerRootListeners(){if(!this.areRootListenersRegistered){const e=this.getRootElement();e&&(e.addEventListener("keydown",this.rootKeydownListener),e.addEventListener("keyup",this.rootKeyupListener),this.areRootListenersRegistered=!0)}}rootKeydownListener(e){for(const t of Array.from(this.listeners))t(e);this.heldKeys.add(this.toLowerCaseIfInsensitive(e.key))}toLowerCaseIfInsensitive(e){return this.areResponsesCaseSensitive?e:e.toLowerCase()}rootKeyupListener(e){this.heldKeys.delete(this.toLowerCaseIfInsensitive(e.key))}isResponseValid(e,t,i){return!(!t&&this.heldKeys.has(i))&&("ALL_KEYS"===e||"NO_KEYS"!==e&&e.includes(i))}getKeyboardResponse({callback_function:e,valid_responses:t="ALL_KEYS",rt_method:i="performance",persist:n,audio_context:s,audio_context_start_time:a,allow_held_key:r=!1,minimum_valid_rt:o=this.minimumValidRt}){"performance"!==i&&"audio"!==i&&(console.log('Invalid RT method specified in getKeyboardResponse. Defaulting to "performance" method.'),i="performance");const c="performance"===i?performance.now():1e3*a;this.registerRootListeners(),this.areResponsesCaseSensitive||"string"==typeof t||(t=t.map((e=>e.toLowerCase())));const d=a=>{const l=Math.round(("performance"==i?performance.now():1e3*s.currentTime)-c);if(l<o)return;const u=this.toLowerCaseIfInsensitive(a.key);this.isResponseValid(t,r,u)&&(a.preventDefault(),n||this.cancelKeyboardResponse(d),e({key:u,rt:l}))};return this.listeners.add(d),d}cancelKeyboardResponse(e){this.listeners.delete(e)}cancelAllKeyboardResponses(){this.listeners.clear()}compareKeys(e,t){if(!("string"!=typeof e&&null!==e||"string"!=typeof t&&null!==t))return"string"==typeof e&&"string"==typeof t?this.areResponsesCaseSensitive?e===t:e.toLowerCase()===t.toLowerCase():null===e&&null===t;console.error("Error in jsPsych.pluginAPI.compareKeys: arguments must be key strings or null.")}}!function(e){e[e.BOOL=0]="BOOL",e[e.STRING=1]="STRING",e[e.INT=2]="INT",e[e.FLOAT=3]="FLOAT",e[e.FUNCTION=4]="FUNCTION",e[e.KEY=5]="KEY",e[e.KEYS=6]="KEYS",e[e.SELECT=7]="SELECT",e[e.HTML_STRING=8]="HTML_STRING",e[e.IMAGE=9]="IMAGE",e[e.AUDIO=10]="AUDIO",e[e.VIDEO=11]="VIDEO",e[e.OBJECT=12]="OBJECT",e[e.COMPLEX=13]="COMPLEX",e[e.TIMELINE=14]="TIMELINE"}(yr||(yr={}));const xr={data:{type:yr.OBJECT,pretty_name:"Data",default:{}},on_start:{type:yr.FUNCTION,pretty_name:"On start",default:function(){}},on_finish:{type:yr.FUNCTION,pretty_name:"On finish",default:function(){}},on_load:{type:yr.FUNCTION,pretty_name:"On load",default:function(){}},post_trial_gap:{type:yr.INT,pretty_name:"Post trial gap",default:null},css_classes:{type:yr.STRING,pretty_name:"Custom CSS classes",default:null},simulation_options:{type:yr.COMPLEX,default:null}},Tr=[yr.AUDIO,yr.IMAGE,yr.VIDEO];class Rr{constructor(e,t){this.useWebaudio=e,this.webaudioContext=t,this.video_buffers={},this.context=null,this.audio_buffers=[],this.preload_requests=[],this.img_cache={},this.preloadMap=new Map,this.microphone_recorder=null,this.camera_stream=null,this.camera_recorder=null}getVideoBuffer(e){return e.startsWith("blob:")&&(this.video_buffers[e]=e),this.video_buffers[e]}initAudio(){this.context=this.useWebaudio?this.webaudioContext:null}audioContext(){return null!==this.context&&"running"!==this.context.state&&this.context.resume(),this.context}getAudioBuffer(e){return new Promise(((t,i)=>{void 0===this.audio_buffers[e]||"tmp"==this.audio_buffers[e]?this.preloadAudio([e],(()=>{t(this.audio_buffers[e])}),(()=>{}),(e=>{i(e.error)})):t(this.audio_buffers[e])}))}preloadAudio(e,t=()=>{},i=e=>{},n=e=>{}){e=_r(e.flat());let s=0;if(0==e.length)return void t();const a=(a,r=1)=>{const o=new XMLHttpRequest;o.open("GET",a,!0),o.responseType="arraybuffer",o.onload=()=>{this.context.decodeAudioData(o.response,(n=>{this.audio_buffers[a]=n,s++,i(a),s==e.length&&t()}),(e=>{n({source:a,error:e})}))},o.onerror=e=>{let t=e;404==o.status&&(t="404"),n({source:a,error:t})},o.onloadend=e=>{404==o.status&&n({source:a,error:"404"})},o.send(),this.preload_requests.push(o)},r=(a,r=1)=>{const o=new Audio,c=()=>{this.audio_buffers[a]=o,s++,i(a),s==e.length&&t(),o.removeEventListener("canplaythrough",c)};o.addEventListener("canplaythrough",c),o.addEventListener("error",(function e(t){n({source:o.src,error:t}),o.removeEventListener("error",e)})),o.addEventListener("abort",(function e(t){n({source:o.src,error:t}),o.removeEventListener("abort",e)})),o.src=a,this.preload_requests.push(o)};for(const n of e)void 0!==this.audio_buffers[n]?(s++,i(n),s==e.length&&t()):(this.audio_buffers[n]="tmp",null!==this.audioContext()?a(n):r(n))}preloadImages(e,t=()=>{},i=e=>{},n=e=>{}){e=_r(e.flat());var s=0;if(0!==e.length)for(let a=0;a<e.length;a++){const r=new Image,o=e[a];r.onload=()=>{s++,i(o),s===e.length&&t()},r.onerror=e=>{n({source:o,error:e})},r.src=o,this.img_cache[o]=r,this.preload_requests.push(r)}else t()}preloadVideo(e,t=()=>{},i=e=>{},n=e=>{}){e=_r(e.flat());let s=0;if(0!==e.length)for(const a of e){const r=this.video_buffers,o=new XMLHttpRequest;o.open("GET",a,!0),o.responseType="blob",o.onload=()=>{if(200===o.status||0===o.status){const n=o.response;r[a]=URL.createObjectURL(n),s++,i(a),s===e.length&&t()}},o.onerror=e=>{let t=e;404==o.status&&(t="404"),n({source:a,error:t})},o.onloadend=e=>{404==o.status&&n({source:a,error:"404"})},o.send(),this.preload_requests.push(o)}else t()}getAutoPreloadList(e){const t=Object.fromEntries(Tr.map((e=>[e,new Set]))),i=(e,n)=>{var s,a,r,o;if(void 0!==e.timeline)for(const t of e.timeline)i(t,null!==(s=e.type)&&void 0!==s?s:n);else if(null===(r=null!==(a=e.type)&&void 0!==a?a:n)||void 0===r?void 0:r.info){const{name:i,parameters:s}=(null!==(o=e.type)&&void 0!==o?o:n).info;this.preloadMap.has(i)||this.preloadMap.set(i,Object.fromEntries(Object.entries(s).filter((([e,{type:t,preload:i}])=>Tr.includes(t)&&(null==i||i))).map((([e,{type:t}])=>[e,t]))));for(const[n,s]of Object.entries(this.preloadMap.get(i))){const i=e[n],a=t[s];if("string"==typeof i)a.add(i);else if(Array.isArray(i))for(const e of i.flat())"string"==typeof e&&a.add(e)}}};return i({timeline:e}),{images:[...t[yr.IMAGE]],audio:[...t[yr.AUDIO]],video:[...t[yr.VIDEO]]}}cancelPreloads(){for(const e of this.preload_requests)e.onload=()=>{},e.onerror=()=>{},e.oncanplaythrough=()=>{},e.onabort=()=>{};this.preload_requests=[]}initializeMicrophoneRecorder(e){const t=new MediaRecorder(e);this.microphone_recorder=t}getMicrophoneRecorder(){return this.microphone_recorder}initializeCameraRecorder(e,t){this.camera_stream=e;const i=new MediaRecorder(e,t);this.camera_recorder=i}getCameraStream(){return this.camera_stream}getCameraRecorder(){return this.camera_recorder}}class kr{constructor(e,t){this.getDisplayContainerElement=e,this.setJsPsychTimeout=t}dispatchEvent(e){this.getDisplayContainerElement().dispatchEvent(e)}keyDown(e){this.dispatchEvent(new KeyboardEvent("keydown",{key:e}))}keyUp(e){this.dispatchEvent(new KeyboardEvent("keyup",{key:e}))}pressKey(e,t=0){t>0?this.setJsPsychTimeout((()=>{this.keyDown(e),this.keyUp(e)}),t):(this.keyDown(e),this.keyUp(e))}clickTarget(e,t=0){t>0?this.setJsPsychTimeout((()=>{e.dispatchEvent(new MouseEvent("mousedown",{bubbles:!0})),e.dispatchEvent(new MouseEvent("mouseup",{bubbles:!0})),e.dispatchEvent(new MouseEvent("click",{bubbles:!0}))}),t):(e.dispatchEvent(new MouseEvent("mousedown",{bubbles:!0})),e.dispatchEvent(new MouseEvent("mouseup",{bubbles:!0})),e.dispatchEvent(new MouseEvent("click",{bubbles:!0})))}fillTextInput(e,t,i=0){i>0?this.setJsPsychTimeout((()=>{e.value=t}),i):e.value=t}getValidKey(e){const t=["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9"," "];let i;if("NO_KEYS"==e)i=null;else if("ALL_KEYS"==e)i=t[Math.floor(Math.random()*t.length)];else{const t=e.flat();i=t[Math.floor(Math.random()*t.length)]}return i}mergeSimulationData(e,t){return Object.assign(Object.assign({},e),null==t?void 0:t.data)}ensureSimulationDataConsistency(e,t){if(t.rt&&(t.rt=Math.round(t.rt)),e.trial_duration&&t.rt&&t.rt>e.trial_duration&&(t.rt=null,t.response&&(t.response=null),t.correct&&(t.correct=!1)),e.choices&&"NO_KEYS"==e.choices&&(t.rt&&(t.rt=null),t.response&&(t.response=null)),e.allow_response_before_complete&&e.sequence_reps&&e.frame_time){const i=e.sequence_reps*e.frame_time*e.stimuli.length;t.rt<i&&(t.rt=null,t.response=null)}}}class Lr{constructor(){this.timeout_handlers=[]}setTimeout(e,t){const i=window.setTimeout(e,t);return this.timeout_handlers.push(i),i}clearAllTimeouts(){for(const e of this.timeout_handlers)clearTimeout(e);this.timeout_handlers=[]}}var Nr={exports:{}};!function(e,t){function i(e){var t=this,i=function(){var e=4022871197,t=function(t){t=String(t);for(var i=0;i<t.length;i++){var n=.02519603282416938*(e+=t.charCodeAt(i));n-=e=n>>>0,e=(n*=e)>>>0,e+=4294967296*(n-=e)}return 2.3283064365386963e-10*(e>>>0)};return t}();t.next=function(){var e=2091639*t.s0+2.3283064365386963e-10*t.c;return t.s0=t.s1,t.s1=t.s2,t.s2=e-(t.c=0|e)},t.c=1,t.s0=i(" "),t.s1=i(" "),t.s2=i(" "),t.s0-=i(e),t.s0<0&&(t.s0+=1),t.s1-=i(e),t.s1<0&&(t.s1+=1),t.s2-=i(e),t.s2<0&&(t.s2+=1),i=null}function n(e,t){return t.c=e.c,t.s0=e.s0,t.s1=e.s1,t.s2=e.s2,t}function s(e,t){var s=new i(e),a=t&&t.state,r=s.next;return r.int32=function(){return 4294967296*s.next()|0},r.double=function(){return r()+11102230246251565e-32*(2097152*r()|0)},r.quick=r,a&&("object"==typeof a&&n(a,s),r.state=function(){return n(s,{})}),r}t&&t.exports?t.exports=s:this.alea=s}(0,Nr);var Fr=Nr.exports,Ur=fr(Fr),Or={exports:{}};!function(e,t){function i(e){var t=this,i="";t.x=0,t.y=0,t.z=0,t.w=0,t.next=function(){var e=t.x^t.x<<11;return t.x=t.y,t.y=t.z,t.z=t.w,t.w^=t.w>>>19^e^e>>>8},e===(0|e)?t.x=e:i+=e;for(var n=0;n<i.length+64;n++)t.x^=0|i.charCodeAt(n),t.next()}function n(e,t){return t.x=e.x,t.y=e.y,t.z=e.z,t.w=e.w,t}function s(e,t){var s=new i(e),a=t&&t.state,r=function(){return(s.next()>>>0)/4294967296};return r.double=function(){do{var e=((s.next()>>>11)+(s.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},r.int32=s.next,r.quick=r,a&&("object"==typeof a&&n(a,s),r.state=function(){return n(s,{})}),r}t&&t.exports?t.exports=s:this.xor128=s}(0,Or);var Cr=Or.exports,Pr={exports:{}};!function(e,t){function i(e){var t=this,i="";t.next=function(){var e=t.x^t.x>>>2;return t.x=t.y,t.y=t.z,t.z=t.w,t.w=t.v,(t.d=t.d+362437|0)+(t.v=t.v^t.v<<4^e^e<<1)|0},t.x=0,t.y=0,t.z=0,t.w=0,t.v=0,e===(0|e)?t.x=e:i+=e;for(var n=0;n<i.length+64;n++)t.x^=0|i.charCodeAt(n),n==i.length&&(t.d=t.x<<10^t.x>>>4),t.next()}function n(e,t){return t.x=e.x,t.y=e.y,t.z=e.z,t.w=e.w,t.v=e.v,t.d=e.d,t}function s(e,t){var s=new i(e),a=t&&t.state,r=function(){return(s.next()>>>0)/4294967296};return r.double=function(){do{var e=((s.next()>>>11)+(s.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},r.int32=s.next,r.quick=r,a&&("object"==typeof a&&n(a,s),r.state=function(){return n(s,{})}),r}t&&t.exports?t.exports=s:this.xorwow=s}(0,Pr);var jr=Pr.exports,Mr={exports:{}};!function(e,t){function i(e){var t=this;t.next=function(){var e,i,n=t.x,s=t.i;return e=n[s],i=(e^=e>>>7)^e<<24,i^=(e=n[s+1&7])^e>>>10,i^=(e=n[s+3&7])^e>>>3,i^=(e=n[s+4&7])^e<<7,e=n[s+7&7],i^=(e^=e<<13)^e<<9,n[s]=i,t.i=s+1&7,i},function(e,t){var i,n=[];if(t===(0|t))n[0]=t;else for(t=""+t,i=0;i<t.length;++i)n[7&i]=n[7&i]<<15^t.charCodeAt(i)+n[i+1&7]<<13;for(;n.length<8;)n.push(0);for(i=0;i<8&&0===n[i];++i);for(8==i?n[7]=-1:n[i],e.x=n,e.i=0,i=256;i>0;--i)e.next()}(t,e)}function n(e,t){return t.x=e.x.slice(),t.i=e.i,t}function s(e,t){null==e&&(e=+new Date);var s=new i(e),a=t&&t.state,r=function(){return(s.next()>>>0)/4294967296};return r.double=function(){do{var e=((s.next()>>>11)+(s.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},r.int32=s.next,r.quick=r,a&&(a.x&&n(a,s),r.state=function(){return n(s,{})}),r}t&&t.exports?t.exports=s:this.xorshift7=s}(0,Mr);var zr=Mr.exports,Dr={exports:{}};!function(e,t){function i(e){var t=this;t.next=function(){var e,i,n=t.w,s=t.X,a=t.i;return t.w=n=n+1640531527|0,i=s[a+34&127],e=s[a=a+1&127],i^=i<<13,e^=e<<17,i^=i>>>15,e^=e>>>12,i=s[a]=i^e,t.i=a,i+(n^n>>>16)|0},function(e,t){var i,n,s,a,r,o=[],c=128;for(t===(0|t)?(n=t,t=null):(t+="\0",n=0,c=Math.max(c,t.length)),s=0,a=-32;a<c;++a)t&&(n^=t.charCodeAt((a+32)%t.length)),0===a&&(r=n),n^=n<<10,n^=n>>>15,n^=n<<4,n^=n>>>13,a>=0&&(r=r+1640531527|0,s=0==(i=o[127&a]^=n+r)?s+1:0);for(s>=128&&(o[127&(t&&t.length||0)]=-1),s=127,a=512;a>0;--a)n=o[s+34&127],i=o[s=s+1&127],n^=n<<13,i^=i<<17,n^=n>>>15,i^=i>>>12,o[s]=n^i;e.w=r,e.X=o,e.i=s}(t,e)}function n(e,t){return t.i=e.i,t.w=e.w,t.X=e.X.slice(),t}function s(e,t){null==e&&(e=+new Date);var s=new i(e),a=t&&t.state,r=function(){return(s.next()>>>0)/4294967296};return r.double=function(){do{var e=((s.next()>>>11)+(s.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},r.int32=s.next,r.quick=r,a&&(a.X&&n(a,s),r.state=function(){return n(s,{})}),r}t&&t.exports?t.exports=s:this.xor4096=s}(0,Dr);var Br=Dr.exports,$r={exports:{}};!function(e,t){function i(e){var t=this,i="";t.next=function(){var e=t.b,i=t.c,n=t.d,s=t.a;return e=e<<25^e>>>7^i,i=i-n|0,n=n<<24^n>>>8^s,s=s-e|0,t.b=e=e<<20^e>>>12^i,t.c=i=i-n|0,t.d=n<<16^i>>>16^s,t.a=s-e|0},t.a=0,t.b=0,t.c=-1640531527,t.d=1367130551,e===Math.floor(e)?(t.a=e/4294967296|0,t.b=0|e):i+=e;for(var n=0;n<i.length+20;n++)t.b^=0|i.charCodeAt(n),t.next()}function n(e,t){return t.a=e.a,t.b=e.b,t.c=e.c,t.d=e.d,t}function s(e,t){var s=new i(e),a=t&&t.state,r=function(){return(s.next()>>>0)/4294967296};return r.double=function(){do{var e=((s.next()>>>11)+(s.next()>>>0)/4294967296)/(1<<21)}while(0===e);return e},r.int32=s.next,r.quick=r,a&&("object"==typeof a&&n(a,s),r.state=function(){return n(s,{})}),r}t&&t.exports?t.exports=s:this.tychei=s}(0,$r);var qr=$r.exports,Vr={exports:{}};!function(e){!function(t,i,n){var s,a=256,r="random",o=n.pow(a,6),c=n.pow(2,52),d=2*c,l=255;function u(e,l,u){var _=[],I=h(f((l=1==l?{entropy:!0}:l||{}).entropy?[e,g(i)]:null==e?function(){try{var e;return s&&(e=s.randomBytes)?e=e(a):(e=new Uint8Array(a),(t.crypto||t.msCrypto).getRandomValues(e)),g(e)}catch(e){var n=t.navigator,r=n&&n.plugins;return[+new Date,t,r,t.screen,g(i)]}}():e,3),_),y=new p(_),v=function(){for(var e=y.g(6),t=o,i=0;e<c;)e=(e+i)*a,t*=a,i=y.g(1);for(;e>=d;)e/=2,t/=2,i>>>=1;return(e+i)/t};return v.int32=function(){return 0|y.g(4)},v.quick=function(){return y.g(4)/4294967296},v.double=v,h(g(y.S),i),(l.pass||u||function(e,t,i,s){return s&&(s.S&&m(s,y),e.state=function(){return m(y,{})}),i?(n[r]=e,t):e})(v,I,"global"in l?l.global:this==n,l.state)}function p(e){var t,i=e.length,n=this,s=0,r=n.i=n.j=0,o=n.S=[];for(i||(e=[i++]);s<a;)o[s]=s++;for(s=0;s<a;s++)o[s]=o[r=l&r+e[s%i]+(t=o[s])],o[r]=t;(n.g=function(e){for(var t,i=0,s=n.i,r=n.j,o=n.S;e--;)t=o[s=l&s+1],i=i*a+o[l&(o[s]=o[r=l&r+t])+(o[r]=t)];return n.i=s,n.j=r,i})(a)}function m(e,t){return t.i=e.i,t.j=e.j,t.S=e.S.slice(),t}function f(e,t){var i,n=[],s=typeof e;if(t&&"object"==s)for(i in e)try{n.push(f(e[i],t-1))}catch(e){}return n.length?n:"string"==s?e:e+"\0"}function h(e,t){for(var i,n=e+"",s=0;s<n.length;)t[l&s]=l&(i^=19*t[l&s])+n.charCodeAt(s++);return g(t)}function g(e){return String.fromCharCode.apply(0,e)}if(h(n.random(),i),e.exports){e.exports=u;try{s=require("crypto")}catch(e){}}else n["seed"+r]=u}("undefined"!=typeof self?self:mr,[],Math)}(Vr);var Hr=Fr,Wr=Cr,Kr=jr,Gr=zr,Yr=Br,Jr=qr,Qr=Vr.exports;Qr.alea=Hr,Qr.xor128=Wr,Qr.xorwow=Kr,Qr.xorshift7=Gr,Qr.xor4096=Yr,Qr.tychei=Jr;var Zr=Qr,Xr=["ability","able","aboard","about","above","accept","accident","according","account","accurate","acres","across","act","action","active","activity","actual","actually","add","addition","additional","adjective","adult","adventure","advice","affect","afraid","after","afternoon","again","against","age","ago","agree","ahead","aid","air","airplane","alike","alive","all","allow","almost","alone","along","aloud","alphabet","already","also","although","am","among","amount","ancient","angle","angry","animal","announced","another","answer","ants","any","anybody","anyone","anything","anyway","anywhere","apart","apartment","appearance","apple","applied","appropriate","are","area","arm","army","around","arrange","arrangement","arrive","arrow","art","article","as","aside","ask","asleep","at","ate","atmosphere","atom","atomic","attached","attack","attempt","attention","audience","author","automobile","available","average","avoid","aware","away","baby","back","bad","badly","bag","balance","ball","balloon","band","bank","bar","bare","bark","barn","base","baseball","basic","basis","basket","bat","battle","be","bean","bear","beat","beautiful","beauty","became","because","become","becoming","bee","been","before","began","beginning","begun","behavior","behind","being","believed","bell","belong","below","belt","bend","beneath","bent","beside","best","bet","better","between","beyond","bicycle","bigger","biggest","bill","birds","birth","birthday","bit","bite","black","blank","blanket","blew","blind","block","blood","blow","blue","board","boat","body","bone","book","border","born","both","bottle","bottom","bound","bow","bowl","box","boy","brain","branch","brass","brave","bread","break","breakfast","breath","breathe","breathing","breeze","brick","bridge","brief","bright","bring","broad","broke","broken","brother","brought","brown","brush","buffalo","build","building","built","buried","burn","burst","bus","bush","business","busy","but","butter","buy","by","cabin","cage","cake","call","calm","came","camera","camp","can","canal","cannot","cap","capital","captain","captured","car","carbon","card","care","careful","carefully","carried","carry","case","cast","castle","cat","catch","cattle","caught","cause","cave","cell","cent","center","central","century","certain","certainly","chain","chair","chamber","chance","change","changing","chapter","character","characteristic","charge","chart","check","cheese","chemical","chest","chicken","chief","child","children","choice","choose","chose","chosen","church","circle","circus","citizen","city","class","classroom","claws","clay","clean","clear","clearly","climate","climb","clock","close","closely","closer","cloth","clothes","clothing","cloud","club","coach","coal","coast","coat","coffee","cold","collect","college","colony","color","column","combination","combine","come","comfortable","coming","command","common","community","company","compare","compass","complete","completely","complex","composed","composition","compound","concerned","condition","congress","connected","consider","consist","consonant","constantly","construction","contain","continent","continued","contrast","control","conversation","cook","cookies","cool","copper","copy","corn","corner","correct","correctly","cost","cotton","could","count","country","couple","courage","course","court","cover","cow","cowboy","crack","cream","create","creature","crew","crop","cross","crowd","cry","cup","curious","current","curve","customs","cut","cutting","daily","damage","dance","danger","dangerous","dark","darkness","date","daughter","dawn","day","dead","deal","dear","death","decide","declared","deep","deeply","deer","definition","degree","depend","depth","describe","desert","design","desk","detail","determine","develop","development","diagram","diameter","did","die","differ","difference","different","difficult","difficulty","dig","dinner","direct","direction","directly","dirt","dirty","disappear","discover","discovery","discuss","discussion","disease","dish","distance","distant","divide","division","do","doctor","does","dog","doing","doll","dollar","done","donkey","door","dot","double","doubt","down","dozen","draw","drawn","dream","dress","drew","dried","drink","drive","driven","driver","driving","drop","dropped","drove","dry","duck","due","dug","dull","during","dust","duty","each","eager","ear","earlier","early","earn","earth","easier","easily","east","easy","eat","eaten","edge","education","effect","effort","egg","eight","either","electric","electricity","element","elephant","eleven","else","empty","end","enemy","energy","engine","engineer","enjoy","enough","enter","entire","entirely","environment","equal","equally","equator","equipment","escape","especially","essential","establish","even","evening","event","eventually","ever","every","everybody","everyone","everything","everywhere","evidence","exact","exactly","examine","example","excellent","except","exchange","excited","excitement","exciting","exclaimed","exercise","exist","expect","experience","experiment","explain","explanation","explore","express","expression","extra","eye","face","facing","fact","factor","factory","failed","fair","fairly","fall","fallen","familiar","family","famous","far","farm","farmer","farther","fast","fastened","faster","fat","father","favorite","fear","feathers","feature","fed","feed","feel","feet","fell","fellow","felt","fence","few","fewer","field","fierce","fifteen","fifth","fifty","fight","fighting","figure","fill","film","final","finally","find","fine","finest","finger","finish","fire","fireplace","firm","first","fish","five","fix","flag","flame","flat","flew","flies","flight","floating","floor","flow","flower","fly","fog","folks","follow","food","foot","football","for","force","foreign","forest","forget","forgot","forgotten","form","former","fort","forth","forty","forward","fought","found","four","fourth","fox","frame","free","freedom","frequently","fresh","friend","friendly","frighten","frog","from","front","frozen","fruit","fuel","full","fully","fun","function","funny","fur","furniture","further","future","gain","game","garage","garden","gas","gasoline","gate","gather","gave","general","generally","gentle","gently","get","getting","giant","gift","girl","give","given","giving","glad","glass","globe","go","goes","gold","golden","gone","good","goose","got","government","grabbed","grade","gradually","grain","grandfather","grandmother","graph","grass","gravity","gray","great","greater","greatest","greatly","green","grew","ground","group","grow","grown","growth","guard","guess","guide","gulf","gun","habit","had","hair","half","halfway","hall","hand","handle","handsome","hang","happen","happened","happily","happy","harbor","hard","harder","hardly","has","hat","have","having","hay","he","headed","heading","health","heard","hearing","heart","heat","heavy","height","held","hello","help","helpful","her","herd","here","herself","hidden","hide","high","higher","highest","highway","hill","him","himself","his","history","hit","hold","hole","hollow","home","honor","hope","horn","horse","hospital","hot","hour","house","how","however","huge","human","hundred","hung","hungry","hunt","hunter","hurried","hurry","hurt","husband","ice","idea","identity","if","ill","image","imagine","immediately","importance","important","impossible","improve","in","inch","include","including","income","increase","indeed","independent","indicate","individual","industrial","industry","influence","information","inside","instance","instant","instead","instrument","interest","interior","into","introduced","invented","involved","iron","is","island","it","its","itself","jack","jar","jet","job","join","joined","journey","joy","judge","jump","jungle","just","keep","kept","key","kids","kill","kind","kitchen","knew","knife","know","knowledge","known","label","labor","lack","lady","laid","lake","lamp","land","language","large","larger","largest","last","late","later","laugh","law","lay","layers","lead","leader","leaf","learn","least","leather","leave","leaving","led","left","leg","length","lesson","let","letter","level","library","lie","life","lift","light","like","likely","limited","line","lion","lips","liquid","list","listen","little","live","living","load","local","locate","location","log","lonely","long","longer","look","loose","lose","loss","lost","lot","loud","love","lovely","low","lower","luck","lucky","lunch","lungs","lying","machine","machinery","mad","made","magic","magnet","mail","main","mainly","major","make","making","man","managed","manner","manufacturing","many","map","mark","market","married","mass","massage","master","material","mathematics","matter","may","maybe","me","meal","mean","means","meant","measure","meat","medicine","meet","melted","member","memory","men","mental","merely","met","metal","method","mice","middle","might","mighty","mile","military","milk","mill","mind","mine","minerals","minute","mirror","missing","mission","mistake","mix","mixture","model","modern","molecular","moment","money","monkey","month","mood","moon","more","morning","most","mostly","mother","motion","motor","mountain","mouse","mouth","move","movement","movie","moving","mud","muscle","music","musical","must","my","myself","mysterious","nails","name","nation","national","native","natural","naturally","nature","near","nearby","nearer","nearest","nearly","necessary","neck","needed","needle","needs","negative","neighbor","neighborhood","nervous","nest","never","new","news","newspaper","next","nice","night","nine","no","nobody","nodded","noise","none","noon","nor","north","nose","not","note","noted","nothing","notice","noun","now","number","numeral","nuts","object","observe","obtain","occasionally","occur","ocean","of","off","offer","office","officer","official","oil","old","older","oldest","on","once","one","only","onto","open","operation","opinion","opportunity","opposite","or","orange","orbit","order","ordinary","organization","organized","origin","original","other","ought","our","ourselves","out","outer","outline","outside","over","own","owner","oxygen","pack","package","page","paid","pain","paint","pair","palace","pale","pan","paper","paragraph","parallel","parent","park","part","particles","particular","particularly","partly","parts","party","pass","passage","past","path","pattern","pay","peace","pen","pencil","people","per","percent","perfect","perfectly","perhaps","period","person","personal","pet","phrase","physical","piano","pick","picture","pictured","pie","piece","pig","pile","pilot","pine","pink","pipe","pitch","place","plain","plan","plane","planet","planned","planning","plant","plastic","plate","plates","play","pleasant","please","pleasure","plenty","plural","plus","pocket","poem","poet","poetry","point","pole","police","policeman","political","pond","pony","pool","poor","popular","population","porch","port","position","positive","possible","possibly","post","pot","potatoes","pound","pour","powder","power","powerful","practical","practice","prepare","present","president","press","pressure","pretty","prevent","previous","price","pride","primitive","principal","principle","printed","private","prize","probably","problem","process","produce","product","production","program","progress","promised","proper","properly","property","protection","proud","prove","provide","public","pull","pupil","pure","purple","purpose","push","put","putting","quarter","queen","question","quick","quickly","quiet","quietly","quite","rabbit","race","radio","railroad","rain","raise","ran","ranch","range","rapidly","rate","rather","raw","rays","reach","read","reader","ready","real","realize","rear","reason","recall","receive","recent","recently","recognize","record","red","refer","refused","region","regular","related","relationship","religious","remain","remarkable","remember","remove","repeat","replace","replied","report","represent","require","research","respect","rest","result","return","review","rhyme","rhythm","rice","rich","ride","riding","right","ring","rise","rising","river","road","roar","rock","rocket","rocky","rod","roll","roof","room","root","rope","rose","rough","round","route","row","rubbed","rubber","rule","ruler","run","running","rush","sad","saddle","safe","safety","said","sail","sale","salmon","salt","same","sand","sang","sat","satellites","satisfied","save","saved","saw","say","scale","scared","scene","school","science","scientific","scientist","score","screen","sea","search","season","seat","second","secret","section","see","seed","seeing","seems","seen","seldom","select","selection","sell","send","sense","sent","sentence","separate","series","serious","serve","service","sets","setting","settle","settlers","seven","several","shade","shadow","shake","shaking","shall","shallow","shape","share","sharp","she","sheep","sheet","shelf","shells","shelter","shine","shinning","ship","shirt","shoe","shoot","shop","shore","short","shorter","shot","should","shoulder","shout","show","shown","shut","sick","sides","sight","sign","signal","silence","silent","silk","silly","silver","similar","simple","simplest","simply","since","sing","single","sink","sister","sit","sitting","situation","six","size","skill","skin","sky","slabs","slave","sleep","slept","slide","slight","slightly","slip","slipped","slope","slow","slowly","small","smaller","smallest","smell","smile","smoke","smooth","snake","snow","so","soap","social","society","soft","softly","soil","solar","sold","soldier","solid","solution","solve","some","somebody","somehow","someone","something","sometime","somewhere","son","song","soon","sort","sound","source","south","southern","space","speak","special","species","specific","speech","speed","spell","spend","spent","spider","spin","spirit","spite","split","spoken","sport","spread","spring","square","stage","stairs","stand","standard","star","stared","start","state","statement","station","stay","steady","steam","steel","steep","stems","step","stepped","stick","stiff","still","stock","stomach","stone","stood","stop","stopped","store","storm","story","stove","straight","strange","stranger","straw","stream","street","strength","stretch","strike","string","strip","strong","stronger","struck","structure","struggle","stuck","student","studied","studying","subject","substance","success","successful","such","sudden","suddenly","sugar","suggest","suit","sum","summer","sun","sunlight","supper","supply","support","suppose","sure","surface","surprise","surrounded","swam","sweet","swept","swim","swimming","swing","swung","syllable","symbol","system","table","tail","take","taken","tales","talk","tall","tank","tape","task","taste","taught","tax","tea","teach","teacher","team","tears","teeth","telephone","television","tell","temperature","ten","tent","term","terrible","test","than","thank","that","thee","them","themselves","then","theory","there","therefore","these","they","thick","thin","thing","think","third","thirty","this","those","thou","though","thought","thousand","thread","three","threw","throat","through","throughout","throw","thrown","thumb","thus","thy","tide","tie","tight","tightly","till","time","tin","tiny","tip","tired","title","to","tobacco","today","together","told","tomorrow","tone","tongue","tonight","too","took","tool","top","topic","torn","total","touch","toward","tower","town","toy","trace","track","trade","traffic","trail","train","transportation","trap","travel","treated","tree","triangle","tribe","trick","tried","trip","troops","tropical","trouble","truck","trunk","truth","try","tube","tune","turn","twelve","twenty","twice","two","type","typical","uncle","under","underline","understanding","unhappy","union","unit","universe","unknown","unless","until","unusual","up","upon","upper","upward","us","use","useful","using","usual","usually","valley","valuable","value","vapor","variety","various","vast","vegetable","verb","vertical","very","vessels","victory","view","village","visit","visitor","voice","volume","vote","vowel","voyage","wagon","wait","walk","wall","want","war","warm","warn","was","wash","waste","watch","water","wave","way","we","weak","wealth","wear","weather","week","weigh","weight","welcome","well","went","were","west","western","wet","whale","what","whatever","wheat","wheel","when","whenever","where","wherever","whether","which","while","whispered","whistle","white","who","whole","whom","whose","why","wide","widely","wife","wild","will","willing","win","wind","window","wing","winter","wire","wise","wish","with","within","without","wolf","women","won","wonder","wonderful","wood","wooden","wool","word","wore","work","worker","world","worried","worry","worse","worth","would","wrapped","write","writer","writing","written","wrong","wrote","yard","year","yellow","yes","yesterday","yet","you","young","younger","your","yourself","youth","zero","zebra","zipper","zoo","zulu"];function eo(e){const t=e?.seed?new Zr(e.seed):null;function i(){return e&&e.maxLength>1?function(){var t,i=!1;for(;!i;)(t=n()).length<=e.maxLength&&(i=!0);return t}():n()}function n(){return Xr[s(Xr.length)]}function s(e){const i=t?t():Math.random();return Math.floor(i*e)}if(void 0===e)return i();"number"==typeof e&&(e={exactly:e}),e.exactly&&(e.min=e.exactly,e.max=e.exactly),"number"!=typeof e.wordsPerString&&(e.wordsPerString=1),"function"!=typeof e.formatter&&(e.formatter=e=>e),"string"!=typeof e.separator&&(e.separator=" ");for(var a=e.min+s(e.max+1-e.min),r=[],o="",c=0,d=0;d<a*e.wordsPerString;d++)c===e.wordsPerString-1?o+=e.formatter(i(),c):o+=e.formatter(i(),c)+e.separator,c++,(d+1)%e.wordsPerString==0&&(r.push(o),o="",c=0);return"string"==typeof e.join&&(r=r.join(e.join)),r}var to=eo;eo.wordList=Xr;var io=fr(to);function no(e,t,i=!1){const n=Array.isArray(e),s=Array.isArray(t);if(n)if(s){if(e.length!=t.length)if(console.warn("Unclear parameters given to randomization.repeat. Items and repetitions are unequal lengths. Behavior may not be as expected."),t.length<e.length){let i=[];for(let n=0;n<e.length;n++)i.push(t);t=i}else t=t.slice(0,e.length)}else{let i=[];for(let n=0;n<e.length;n++)i.push(t);t=i}else s?(t=[t[0]],console.log("Unclear parameters given to randomization.repeat. Multiple set sizes specified, but only one item exists to sample. Proceeding using the first set size.")):(e=[e],t=[t]);let a=[];for(let i=0;i<e.length;i++)for(let n=0;n<t[i];n++)null==e[i]||"object"!=typeof e[i]?a.push(e[i]):a.push(Object.assign({},e[i]));let r=so(a);return i&&(r=function(e){const t={};for(const i of e)for(const e of Object.keys(i))void 0===t[e]&&(t[e]=[]),t[e].push(i[e]);return t}(r)),r}function so(e){Array.isArray(e)||console.error("Argument to shuffle() must be an array.");const t=e.slice(0);let i,n,s=t.length;for(;s;)n=Math.floor(Math.random()*s--),i=t[s],t[s]=t[n],t[n]=i;return t}function ao(e,t=!1){const i=e.length;if(1==i)return console.warn("shuffleAlternateGroups() was called with only one group. Defaulting to simple shuffle."),so(e[0]);let n=[];for(let e=0;e<i;e++)n.push(e);t&&(n=so(n));const s=[];let a=null;for(let t=0;t<i;t++)a=null===a?e[t].length:Math.min(a,e[t].length),s.push(so(e[t]));const r=[];for(let e=0;e<a;e++)for(let t=0;t<n.length;t++)r.push(s[n[t]][e]);return r}function ro(e,t){return Array.isArray(e)||console.error("First argument to sampleWithoutReplacement() must be an array"),t>e.length&&console.error("Cannot take a sample larger than the size of the set of items to sample."),so(e).slice(0,t)}function oo(e,t,i){Array.isArray(e)||console.error("First argument to sampleWithReplacement() must be an array");const n=[];if(void 0!==i){i.length!==e.length&&console.error("The length of the weights array must equal the length of the array to be sampled from.");let t=0;for(const e of i)t+=e;for(const e of i)n.push(e/t)}else for(let t=0;t<e.length;t++)n.push(1/e.length);const s=[n[0]];for(let e=1;e<n.length;e++)s.push(n[e]+s[e-1]);const a=[];for(let i=0;i<t;i++){const t=Math.random();let i=0;for(;t>s[i];)i++;a.push(e[i])}return a}function co(e,t){return function(){var e=0,t=0;for(;0===e;)e=Math.random();for(;0===t;)t=Math.random();return Math.sqrt(-2*Math.log(e))*Math.cos(2*Math.PI*t)}()*t+e}function lo(e){return-Math.log(Math.random())/e}var uo=Object.freeze({__proto__:null,factorial:function(e,t=1,i=!1){let n=[{}];for(const[t,i]of Object.entries(e)){const e=[];for(const s of i)for(const i of n)e.push(Object.assign(Object.assign({},i),{[t]:s}));n=e}return no(n,t,i)},randomID:function(e=32){let t="";const i="0123456789abcdefghjklmnopqrstuvwxyz";for(let n=0;n<e;n++)t+=i[Math.floor(35*Math.random())];return t},randomInt:function(e,t){if(t<e)throw new Error("Upper boundary must be less than or equal to lower boundary");return e+Math.floor(Math.random()*(t-e+1))},randomWords:function(e){return io(e)},repeat:no,sampleBernoulli:function(e){return Math.random()<=e?1:0},sampleExGaussian:function(e,t,i,n=!1){let s=co(e,t)+lo(i);if(n)for(;s<=0;)s=co(e,t)+lo(i);return s},sampleExponential:lo,sampleNormal:co,sampleWithReplacement:oo,sampleWithoutReplacement:ro,setSeed:function(e=Math.random().toString()){return Math.random=Ur(e),e},shuffle:so,shuffleAlternateGroups:ao,shuffleNoRepeats:function(e,t){Array.isArray(e)||console.error("First argument to shuffleNoRepeats() must be an array."),void 0!==t&&"function"!=typeof t&&console.error("Second argument to shuffleNoRepeats() must be a function."),void 0===t&&(t=function(e,t){return e===t});const i=so(e);for(let e=0;e<i.length-1;e++)if(t(i[e],i[e+1])){let n=Math.floor(Math.random()*(i.length-2))+1;for(;t(i[e+1],i[n])||t(i[e+1],i[n+1])||t(i[e+1],i[n-1])||t(i[e],i[n]);)n=Math.floor(Math.random()*(i.length-2))+1;const s=i[n];i[n]=i[e+1],i[e+1]=s}return i}});function po(){const e={previewMode:!1,outsideTurk:!1,hitId:"INVALID_URL_PARAMETER",assignmentId:"INVALID_URL_PARAMETER",workerId:"INVALID_URL_PARAMETER",turkSubmitTo:"INVALID_URL_PARAMETER"},t=function(e,t){t=t.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");const i=new RegExp("[\\?&]"+t+"=([^&#]*)").exec(e);return null==i?"":i[1]},i=t(window.location.href,"assignmentId")?window.location.href:document.referrer;return["assignmentId","hitId","workerId","turkSubmitTo"].map((function(n){e[n]=unescape(t(i,n))})),e.previewMode="ASSIGNMENT_ID_NOT_AVAILABLE"==e.assignmentId,e.outsideTurk=!e.previewMode&&""===e.hitId&&""==e.assignmentId&&""==e.workerId,e}var mo=Object.freeze({__proto__:null,submitToTurk:function(e){const t=po(),i=t.assignmentId,n=t.turkSubmitTo;if(!i||!n)return;const s=document.createElement("form");s.method="POST",s.action=n+"/mturk/externalSubmit?assignmentId="+i;for(const t in e)if(e.hasOwnProperty(t)){const i=document.createElement("input");i.type="hidden",i.name=t,i.id=t,i.value=e[t],s.appendChild(i)}document.body.appendChild(s),s.submit()},turkInfo:po});class fo{constructor(e,t,i,n){if(this.jsPsych=e,this.progress={current_location:-1,current_variable_set:0,current_repetition:0,current_iteration:0,done:!1},this.parent_node=i,this.relative_id=void 0===i?0:n,void 0!==t.timeline){this.timeline_parameters={timeline:[],loop_function:t.loop_function,conditional_function:t.conditional_function,sample:t.sample,randomize_order:void 0!==t.randomize_order&&t.randomize_order,repetitions:void 0===t.repetitions?1:t.repetitions,timeline_variables:void 0===t.timeline_variables?[{}]:t.timeline_variables,on_timeline_finish:t.on_timeline_finish,on_timeline_start:t.on_timeline_start},this.setTimelineVariablesOrder();var s=Object.assign({},t);delete s.timeline,delete s.conditional_function,delete s.loop_function,delete s.randomize_order,delete s.repetitions,delete s.timeline_variables,delete s.sample,delete s.on_timeline_start,delete s.on_timeline_finish,this.node_trial_data=s;for(var a=0;a<t.timeline.length;a++){var r=Object.assign({},s,t.timeline[a]);if("object"==typeof s.data&&"object"==typeof t.timeline[a].data){var o=Object.assign({},s.data,t.timeline[a].data);r.data=o}this.timeline_parameters.timeline.push(new fo(this.jsPsych,r,this,a))}}else void 0===t.type&&console.error('Trial level node is missing the "type" parameter. The parameters for the node are: '+JSON.stringify(t)),this.trial_parameters=Object.assign({},t)}trial(){return void 0===this.timeline_parameters?Ir(this.trial_parameters):this.progress.current_location>=this.timeline_parameters.timeline.length?null:this.timeline_parameters.timeline[this.progress.current_location].trial()}markCurrentTrialComplete(){void 0===this.timeline_parameters?this.progress.done=!0:this.timeline_parameters.timeline[this.progress.current_location].markCurrentTrialComplete()}nextRepetiton(){this.setTimelineVariablesOrder(),this.progress.current_location=-1,this.progress.current_variable_set=0,this.progress.current_repetition++;for(var e=0;e<this.timeline_parameters.timeline.length;e++)this.timeline_parameters.timeline[e].reset()}setTimelineVariablesOrder(){const e=this.timeline_parameters;if(void 0!==e&&void 0!==e.timeline_variables){for(var t=[],i=0;i<e.timeline_variables.length;i++)t.push(i);void 0!==e.sample&&("custom"==e.sample.type?t=e.sample.fn(t):"with-replacement"==e.sample.type?t=oo(t,e.sample.size,e.sample.weights):"without-replacement"==e.sample.type?t=ro(t,e.sample.size):"fixed-repetitions"==e.sample.type?t=no(t,e.sample.size,!1):"alternate-groups"==e.sample.type?t=ao(e.sample.groups,e.sample.randomize_group_order):console.error('Invalid type in timeline sample parameters. Valid options for type are "custom", "with-replacement", "without-replacement", "fixed-repetitions", and "alternate-groups"')),e.randomize_order&&(t=so(t)),this.progress.order=t}}nextSet(){this.progress.current_location=-1,this.progress.current_variable_set++;for(var e=0;e<this.timeline_parameters.timeline.length;e++)this.timeline_parameters.timeline[e].reset()}advance(){const e=this.progress,t=this.timeline_parameters,i=this.jsPsych.internal;if(e.done)return!0;if(-1==e.current_location){if(void 0!==t){if(void 0!==t.conditional_function&&0==e.current_repetition&&0==e.current_variable_set){i.call_immediate=!0;var n=t.conditional_function();if(i.call_immediate=!1,0==n)return e.done=!0,!0}void 0!==t.on_timeline_start&&0==e.current_variable_set&&t.on_timeline_start()}return e.current_location=0,this.advance()}if(void 0!==t){for(var s=!1;e.current_location<t.timeline.length&&0==s;){if(!t.timeline[e.current_location].advance())return s=!0,!1;e.current_location++}return e.current_variable_set<e.order.length-1?(this.nextSet(),this.advance()):e.current_repetition<t.repetitions-1?(this.nextRepetiton(),void 0!==t.on_timeline_finish&&t.on_timeline_finish(),this.advance()):(void 0!==t.on_timeline_finish&&t.on_timeline_finish(),void 0!==t.loop_function?(i.call_immediate=!0,t.loop_function(this.generatedData())?(this.reset(),i.call_immediate=!1,this.parent_node.advance()):(e.done=!0,i.call_immediate=!1,!0)):(e.done=!0,!0))}}isComplete(){return this.progress.done}getTimelineVariableValue(e){if(void 0!==this.timeline_parameters)return this.timeline_parameters.timeline_variables[this.progress.order[this.progress.current_variable_set]][e]}findTimelineVariable(e){var t=this.getTimelineVariableValue(e);return void 0===t?void 0!==this.parent_node?this.parent_node.findTimelineVariable(e):void 0:t}timelineVariable(e){if(void 0===this.timeline_parameters){const t=this.findTimelineVariable(e);return void 0===t&&console.warn("Timeline variable "+e+" not found."),t}{var t=Math.max(0,this.progress.current_location);t==this.timeline_parameters.timeline.length&&(t-=1);const i=this.timeline_parameters.timeline[t].timelineVariable(e);return void 0===i&&console.warn("Timeline variable "+e+" not found."),i}}allTimelineVariables(){for(var e=this.allTimelineVariablesNames(),t={},i=0;i<e.length;i++)t[e[i]]=this.timelineVariable(e[i]);return t}allTimelineVariablesNames(e=[]){if(void 0!==this.timeline_parameters){e=e.concat(Object.keys(this.timeline_parameters.timeline_variables[this.progress.order[this.progress.current_variable_set]]));var t=Math.max(0,this.progress.current_location);return t==this.timeline_parameters.timeline.length&&(t-=1),this.timeline_parameters.timeline[t].allTimelineVariablesNames(e)}if(void 0===this.timeline_parameters)return e}length(){var e=0;if(void 0===this.timeline_parameters)return 1;for(var t=0;t<this.timeline_parameters.timeline.length;t++)e+=this.timeline_parameters.timeline[t].length();return e}percentComplete(){for(var e=this.length(),t=0,i=0;i<this.timeline_parameters.timeline.length;i++)this.timeline_parameters.timeline[i].isComplete()&&(t+=this.timeline_parameters.timeline[i].length());return t/e*100}reset(){if(this.progress.current_location=-1,this.progress.current_repetition=0,this.progress.current_variable_set=0,this.progress.current_iteration++,this.progress.done=!1,this.setTimelineVariablesOrder(),void 0!==this.timeline_parameters)for(var e=0;e<this.timeline_parameters.timeline.length;e++)this.timeline_parameters.timeline[e].reset()}end(){this.progress.done=!0}endActiveNode(){void 0===this.timeline_parameters?(this.end(),this.parent_node.end()):this.timeline_parameters.timeline[this.progress.current_location].endActiveNode()}ID(){var e="";return void 0===this.parent_node?"0."+this.progress.current_iteration:(e+=this.parent_node.ID()+"-",e+=this.relative_id+"."+this.progress.current_iteration)}activeID(){return void 0===this.timeline_parameters?this.ID():this.timeline_parameters.timeline[this.progress.current_location].activeID()}generatedData(){return this.jsPsych.data.getDataByTimelineNode(this.ID())}trialsOfType(e){if(void 0===this.timeline_parameters)return this.trial_parameters.type==e?this.trial_parameters:[];for(var t=[],i=0;i<this.timeline_parameters.timeline.length;i++){var n=this.timeline_parameters.timeline[i].trialsOfType(e);t=t.concat(n)}return t}insert(e){void 0===this.timeline_parameters?console.error("Cannot add new trials to a trial-level node."):this.timeline_parameters.timeline.push(new fo(this.jsPsych,Object.assign(Object.assign({},this.node_trial_data),e),this,this.timeline_parameters.timeline.length))}}function ho(e){return new Promise((t=>setTimeout(t,e)))}class go{version(){return"7.3.4"}constructor(e){this.extensions={},this.turk=mo,this.randomization=uo,this.utils=vr,this.opts={},this.global_trial_index=0,this.current_trial={},this.current_trial_finished=!1,this.paused=!1,this.waiting=!1,this.file_protocol=!1,this.simulation_mode=null,this.webaudio_context=null,this.internal={call_immediate:!1},this.progress_bar_amount=0,e=Object.assign({display_element:void 0,on_finish:()=>{},on_trial_start:()=>{},on_trial_finish:()=>{},on_data_update:()=>{},on_interaction_data_update:()=>{},on_close:()=>{},use_webaudio:!0,exclusions:{},show_progress_bar:!1,message_progress_bar:"Completion Progress",auto_update_progress_bar:!0,default_iti:0,minimum_valid_rt:0,experiment_width:null,override_safe_mode:!1,case_sensitive_responses:!1,extensions:[]},e),this.opts=e,hr(this),this.webaudio_context="undefined"!=typeof window&&void 0!==window.AudioContext?new AudioContext:null,"file:"!=window.location.protocol||!1!==e.override_safe_mode&&void 0!==e.override_safe_mode||(e.use_webaudio=!1,this.file_protocol=!0,console.warn("jsPsych detected that it is running via the file:// protocol and not on a web server. To prevent issues with cross-origin requests, Web Audio and video preloading have been disabled. If you would like to override this setting, you can set 'override_safe_mode' to 'true' in initJsPsych. For more information, see: https://www.jspsych.org/overview/running-experiments")),this.data=new Er(this),this.pluginAPI=function(e){const t=e.getInitSettings(),i=hr(new Sr(e.getDisplayContainerElement,t.case_sensitive_responses,t.minimum_valid_rt)),n=hr(new Lr),s=hr(new Rr(t.use_webaudio,e.webaudio_context)),a=hr(new Ar),r=hr(new kr(e.getDisplayContainerElement,n.setTimeout));return Object.assign({},i,n,s,a,r)}(this);for(const t of e.extensions)this.extensions[t.type.info.name]=new t.type(this);this.pluginAPI.initAudio()}run(e){return pr(this,0,void 0,(function*(){void 0===e&&console.error("No timeline declared in jsPsych.run. Cannot start experiment."),0===e.length&&console.error("No trials have been added to the timeline (the timeline is an empty array). Cannot start experiment."),this.timelineDescription=e,this.timeline=new fo(this,{timeline:e}),yield this.prepareDom(),yield this.checkExclusions(this.opts.exclusions),yield this.loadExtensions(this.opts.extensions),document.documentElement.setAttribute("jspsych","present"),this.startExperiment(),yield this.finished}))}simulate(e,t="data-only",i={}){return pr(this,0,void 0,(function*(){this.simulation_mode=t,this.simulation_options=i,yield this.run(e)}))}getProgress(){return{total_trials:void 0===this.timeline?void 0:this.timeline.length(),current_trial_global:this.global_trial_index,percent_complete:void 0===this.timeline?0:this.timeline.percentComplete()}}getStartTime(){return this.exp_start_time}getTotalTime(){return void 0===this.exp_start_time?0:(new Date).getTime()-this.exp_start_time.getTime()}getDisplayElement(){return this.DOM_target}getDisplayContainerElement(){return this.DOM_container}finishTrial(e={}){var t;if(this.current_trial_finished)return;this.current_trial_finished=!0,void 0!==this.current_trial.css_classes&&Array.isArray(this.current_trial.css_classes)&&this.DOM_target.classList.remove(...this.current_trial.css_classes),this.data.write(e);const i=this.data.getLastTrialData().values()[0],n=this.current_trial;if("object"==typeof n.save_trial_parameters)for(const e of Object.keys(n.save_trial_parameters)){const t=n.save_trial_parameters[e];!0===t&&(void 0===n[e]?console.warn(`Invalid parameter specified in save_trial_parameters. Trial has no property called "${e}".`):"function"==typeof n[e]?i[e]=n[e].toString():i[e]=n[e]),!1===t&&"internal_node_id"!==e&&"trial_index"!==e&&delete i[e]}const s=(null!==(t=n.extensions)&&void 0!==t?t:[]).map((e=>this.extensions[e.type.info.name].on_finish(e.params))),a=()=>{this.internal.call_immediate=!0,"function"==typeof n.on_finish&&n.on_finish(i),this.opts.on_trial_finish(i),this.opts.on_data_update(i),this.internal.call_immediate=!1,"data-only"===this.simulation_mode?this.nextTrial():null===typeof n.post_trial_gap||void 0===n.post_trial_gap?this.opts.default_iti>0?setTimeout(this.nextTrial,this.opts.default_iti):this.nextTrial():n.post_trial_gap>0?setTimeout(this.nextTrial,n.post_trial_gap):this.nextTrial()};if(s.some((e=>"function"==typeof e.then)))Promise.all(s.map((e=>Promise.resolve(e).then((e=>{Object.assign(i,e)}))))).then(a);else{for(const e of s)Object.assign(i,e);a()}}endExperiment(e="",t={}){this.timeline.end_message=e,this.timeline.end(),this.pluginAPI.cancelAllKeyboardResponses(),this.pluginAPI.clearAllTimeouts(),this.finishTrial(t)}endCurrentTimeline(){this.timeline.endActiveNode()}getCurrentTrial(){return this.current_trial}getInitSettings(){return this.opts}getCurrentTimelineNodeID(){return this.timeline.activeID()}timelineVariable(e,t=!1){return this.internal.call_immediate||!0===t?this.timeline.timelineVariable(e):{timelineVariablePlaceholder:!0,timelineVariableFunction:()=>this.timeline.timelineVariable(e)}}getAllTimelineVariables(){return this.timeline.allTimelineVariables()}addNodeToEndOfTimeline(e,t){this.timeline.insert(e)}pauseExperiment(){this.paused=!0}resumeExperiment(){this.paused=!1,this.waiting&&(this.waiting=!1,this.nextTrial())}loadFail(e){e=e||"<p>The experiment failed to load.</p>",this.DOM_target.innerHTML=e}getSafeModeStatus(){return this.file_protocol}getTimeline(){return this.timelineDescription}prepareDom(){return pr(this,0,void 0,(function*(){"complete"!==document.readyState&&(yield new Promise((e=>{window.addEventListener("load",e)})));const e=this.opts;if(void 0===e.display_element){null===document.querySelector("body")&&document.documentElement.appendChild(document.createElement("body")),document.querySelector("html").style.height="100%",document.querySelector("body").style.margin="0px",document.querySelector("body").style.height="100%",document.querySelector("body").style.width="100%",e.display_element=document.querySelector("body")}else{const t=e.display_element instanceof Element?e.display_element:document.querySelector("#"+e.display_element);null===t?console.error("The display_element specified in initJsPsych() does not exist in the DOM."):e.display_element=t}e.display_element.innerHTML='<div class="jspsych-content-wrapper"><div id="jspsych-content"></div></div>',this.DOM_container=e.display_element,this.DOM_target=document.querySelector("#jspsych-content"),null!==e.experiment_width&&(this.DOM_target.style.width=e.experiment_width+"px"),e.display_element.tabIndex=0,-1===e.display_element.className.indexOf("jspsych-display-element")&&(e.display_element.className+=" jspsych-display-element"),this.DOM_target.className+="jspsych-content",this.data.createInteractionListeners(),window.addEventListener("beforeunload",e.on_close)}))}loadExtensions(e){return pr(this,0,void 0,(function*(){try{yield Promise.all(e.map((e=>this.extensions[e.type.info.name].initialize(e.params||{}))))}catch(e){throw console.error(e),new Error(e)}}))}startExperiment(){this.finished=new Promise((e=>{this.resolveFinishedPromise=e})),!0===this.opts.show_progress_bar&&this.drawProgressBar(this.opts.message_progress_bar),this.exp_start_time=new Date,this.timeline.advance(),this.doTrial(this.timeline.trial())}finishExperiment(){const e=this.opts.on_finish(this.data.get()),t=()=>{void 0!==this.timeline.end_message&&(this.DOM_target.innerHTML=this.timeline.end_message),this.resolveFinishedPromise()};e?Promise.resolve(e).then(t):t()}nextTrial(){if(this.paused)return void(this.waiting=!0);this.global_trial_index++,this.timeline.markCurrentTrialComplete();const e=this.timeline.advance();!0===this.opts.show_progress_bar&&!0===this.opts.auto_update_progress_bar&&this.updateProgressBar(),e?this.finishExperiment():this.doTrial(this.timeline.trial())}doTrial(e){if(this.current_trial=e,this.current_trial_finished=!1,this.evaluateTimelineVariables(e),"string"==typeof e.type)throw new gr("A string was provided as the trial's `type` parameter. Since jsPsych v7, the `type` parameter needs to be a plugin object.");if(e.type=Object.assign(Object.assign({},hr(new e.type(this))),{info:e.type.info}),this.evaluateFunctionParameters(e),this.setDefaultValues(e),this.internal.call_immediate=!0,this.opts.on_trial_start(e),"function"==typeof e.on_start&&e.on_start(e),Array.isArray(e.extensions))for(const t of e.extensions)this.extensions[t.type.info.name].on_start(t.params);this.DOM_container.focus(),this.DOM_target.scrollTop=0,void 0!==e.css_classes&&(Array.isArray(e.css_classes)||"string"!=typeof e.css_classes||(e.css_classes=[e.css_classes]),Array.isArray(e.css_classes)&&this.DOM_target.classList.add(...e.css_classes));const t=()=>{if("function"==typeof e.on_load&&e.on_load(),Array.isArray(e.extensions))for(const t of e.extensions)this.extensions[t.type.info.name].on_load(t.params)};let i,n,s;this.simulation_mode||(i=e.type.trial(this.DOM_target,e,t)),this.simulation_mode&&(e.type.simulate?(e.simulation_options||(n=this.simulation_options.default),e.simulation_options&&("string"==typeof e.simulation_options?this.simulation_options[e.simulation_options]?n=this.simulation_options[e.simulation_options]:this.simulation_options.default?(console.log(`No matching simulation options found for "${e.simulation_options}". Using "default" options.`),n=this.simulation_options.default):(console.log(`No matching simulation options found for "${e.simulation_options}" and no "default" options provided. Using the default values provided by the plugin.`),n={}):n=e.simulation_options),s=this.utils.deepMerge(this.simulation_options.default,n),s=this.utils.deepCopy(s),s=this.replaceFunctionsWithValues(s,null),i=!1===(null==s?void 0:s.simulate)?e.type.trial(this.DOM_target,e,t):e.type.simulate(e,(null==s?void 0:s.mode)||this.simulation_mode,s,t)):i=e.type.trial(this.DOM_target,e,t));i&&"function"==typeof i.then||this.simulation_mode&&(!this.simulation_mode||!1!==(null==s?void 0:s.simulate))||t(),this.internal.call_immediate=!1}evaluateTimelineVariables(e){for(const t of Object.keys(e))"object"==typeof e[t]&&null!==e[t]&&void 0!==e[t].timelineVariablePlaceholder&&(e[t]=e[t].timelineVariableFunction()),"object"==typeof e[t]&&null!==e[t]&&"timeline"!==t&&"timeline_variables"!==t&&this.evaluateTimelineVariables(e[t])}evaluateFunctionParameters(e){this.internal.call_immediate=!0;for(const t of Object.keys(e))"type"!==t&&(void 0!==xr[t]&&xr[t].type!==yr.FUNCTION&&(e[t]=this.replaceFunctionsWithValues(e[t],null)),void 0!==e.type.info.parameters[t]&&e.type.info.parameters[t].type!==yr.FUNCTION&&(e[t]=this.replaceFunctionsWithValues(e[t],e.type.info.parameters[t])));this.internal.call_immediate=!1}replaceFunctionsWithValues(e,t){if(null===e)return e;if(Array.isArray(e))for(let i=0;i<e.length;i++)e[i]=this.replaceFunctionsWithValues(e[i],t);else if("object"==typeof e)if(null!==t&&t.nested)for(const i of Object.keys(e))"object"==typeof t.nested[i]&&t.nested[i].type!==yr.FUNCTION&&(e[i]=this.replaceFunctionsWithValues(e[i],t.nested[i]));else for(const t of Object.keys(e))"type"!==t&&"timeline"!==t&&"timeline_variables"!==t&&(e[t]=this.replaceFunctionsWithValues(e[t],null));else if("function"==typeof e)return e();return e}setDefaultValues(e){for(const t in e.type.info.parameters)e.type.info.parameters[t].type===yr.COMPLEX?(void 0===e[t]&&e.type.info.parameters[t].default&&(e[t]=e.type.info.parameters[t].default),!0===e.type.info.parameters[t].array&&Array.isArray(e[t])&&e[t].forEach((function(i,n){for(const i in e.type.info.parameters[t].nested)void 0!==e[t][n][i]&&null!==e[t][n][i]||(void 0===e.type.info.parameters[t].nested[i].default?console.error(`You must specify a value for the ${i} parameter (nested in the ${t} parameter) in the ${e.type.info.name} plugin.`):e[t][n][i]=e.type.info.parameters[t].nested[i].default)}))):void 0!==e[t]&&null!==e[t]||(void 0===e.type.info.parameters[t].default?console.error(`You must specify a value for the ${t} parameter in the ${e.type.info.name} plugin.`):e[t]=e.type.info.parameters[t].default)}checkExclusions(e){return pr(this,0,void 0,(function*(){if((e.min_width||e.min_height||e.audio)&&console.warn("The exclusions option in `initJsPsych()` is deprecated and will be removed in a future version. We recommend using the browser-check plugin instead. See https://www.jspsych.org/latest/plugins/browser-check/."),e.min_width||e.min_height){const t=e.min_width||0,i=e.min_height||0;if(window.innerWidth<t||window.innerHeight<i){for(this.getDisplayElement().innerHTML="<p>Your browser window is too small to complete this experiment. Please maximize the size of your browser window. If your browser window is already maximized, you will not be able to complete this experiment.</p><p>The minimum width is "+t+"px. Your current width is "+window.innerWidth+"px.</p><p>The minimum height is "+i+"px. Your current height is "+window.innerHeight+"px.</p>";window.innerWidth<t||window.innerHeight<i;)yield ho(100);this.getDisplayElement().innerHTML=""}}if(void 0!==e.audio&&e.audio&&!window.hasOwnProperty("AudioContext")&&!window.hasOwnProperty("webkitAudioContext"))throw this.getDisplayElement().innerHTML="<p>Your browser does not support the WebAudio API, which means that you will not be able to complete the experiment.</p><p>Browsers that support the WebAudio API include Chrome, Firefox, Safari, and Edge.</p>",new Error}))}drawProgressBar(e){document.querySelector(".jspsych-display-element").insertAdjacentHTML("afterbegin",'<div id="jspsych-progressbar-container"><span>'+e+'</span><div id="jspsych-progressbar-outer"><div id="jspsych-progressbar-inner"></div></div></div>')}updateProgressBar(){this.setProgressBar(this.getProgress().percent_complete/100)}setProgressBar(e){e=Math.max(Math.min(1,e),0),document.querySelector("#jspsych-progressbar-inner").style.width=100*e+"%",this.progress_bar_amount=e}getProgressBarCompleted(){return this.progress_bar_amount}}"undefined"!=typeof window&&window.hasOwnProperty("webkitAudioContext")&&!window.hasOwnProperty("AudioContext")&&(window.AudioContext=webkitAudioContext);const _o={name:"preload",parameters:{auto_preload:{type:yr.BOOL,pretty_name:"Auto-preload",default:!1},trials:{type:yr.TIMELINE,pretty_name:"Trials",default:[]},images:{type:yr.STRING,pretty_name:"Images",default:[],array:!0},audio:{type:yr.STRING,pretty_name:"Audio",default:[],array:!0},video:{type:yr.STRING,pretty_name:"Video",default:[],array:!0},message:{type:yr.HTML_STRING,pretty_name:"Message",default:null},show_progress_bar:{type:yr.BOOL,pretty_name:"Show progress bar",default:!0},continue_after_error:{type:yr.BOOL,pretty_name:"Continue after error",default:!1},error_message:{type:yr.HTML_STRING,pretty_name:"Error message",default:"The experiment failed to load."},show_detailed_errors:{type:yr.BOOL,pretty_name:"Show detailed errors",default:!1},max_load_time:{type:yr.INT,pretty_name:"Max load time",default:null},on_error:{type:yr.FUNCTION,pretty_name:"On error",default:null},on_success:{type:yr.FUNCTION,pretty_name:"On success",default:null}}};class Io{constructor(e){this.jsPsych=e}trial(e,t){var i=null,n=!1,s=[],a=[],r=[],o=[],c=this.jsPsych.getSafeModeStatus(),d=[],l=[],u=[];if(t.auto_preload){var p=this.jsPsych.getTimeline(),m=this.jsPsych.pluginAPI.getAutoPreloadList(p);d=d.concat(m.images),l=l.concat(m.audio),u=u.concat(m.video)}if(t.trials.length>0){var f=this.jsPsych.pluginAPI.getAutoPreloadList(t.trials);d=d.concat(f.images),l=l.concat(f.audio),u=u.concat(f.video)}d=d.concat(t.images),l=l.concat(t.audio),u=u.concat(t.video),d=this.jsPsych.utils.unique(d.flat()),l=this.jsPsych.utils.unique(l.flat()),u=this.jsPsych.utils.unique(u.flat()),c&&(u=[]);var h="";null!==t.message&&(h+=t.message),t.show_progress_bar&&(h+="\n <div id='jspsych-loading-progress-bar-container' style='height: 10px; width: 300px; background-color: #ddd; margin: auto;'>\n <div id='jspsych-loading-progress-bar' style='height: 10px; width: 0%; background-color: #777;'></div>\n </div>"),e.innerHTML=h;const g=()=>{if(b++,t.show_progress_bar){var i=b/w*100,n=e.querySelector("#jspsych-loading-progress-bar");null!==n&&(n.style.width=i+"%")}},_=()=>{void 0!==n&&!1===n&&(this.jsPsych.pluginAPI.clearAllTimeouts(),this.jsPsych.pluginAPI.cancelPreloads(),i=!0,v())},I=()=>{this.jsPsych.pluginAPI.cancelPreloads(),void 0===i||!1!==i&&null!==i||(n=!0,E<w&&(i=!1),x("timeout"),o.push("<p><strong>Loading timed out.</strong><br>Consider compressing your stimuli files, loading your files in smaller batches,<br>and/or increasing the <i>max_load_time</i> parameter.</p>"),t.continue_after_error?v():y())},y=()=>{this.jsPsych.pluginAPI.clearAllTimeouts(),this.jsPsych.pluginAPI.cancelPreloads(),e.innerHTML=t.error_message,t.show_detailed_errors&&(e.innerHTML+="<p><strong>Error details:</strong></p>",o.forEach((t=>{e.innerHTML+=t})))},v=()=>{this.jsPsych.pluginAPI.clearAllTimeouts();var t={success:i,timeout:n,failed_images:s,failed_audio:a,failed_video:r};e.innerHTML="",this.jsPsych.finishTrial(t)};null!==t.max_load_time&&this.jsPsych.pluginAPI.setTimeout(I,t.max_load_time);var w=d.length+l.length+u.length,b=0,E=0;if(0==w)_();else{const e=e=>{this.jsPsych.pluginAPI.preloadVideo(u,e,S,A)},t=e=>{this.jsPsych.pluginAPI.preloadAudio(l,e,S,A)},i=e=>{this.jsPsych.pluginAPI.preloadImages(d,e,S,A)};u.length>0&&e((()=>{})),l.length>0&&t((()=>{})),d.length>0&&i((()=>{}))}function A(e){g(),null==i&&(i=!1);var n="unknown file";e.source&&(n=e.source),e.error&&e.error.path&&e.error.path.length>0&&("img"==e.error.path[0].localName?s.push(n):"audio"==e.error.path[0].localName?a.push(n):"video"==e.error.path[0].localName&&r.push(n));var c="<p><strong>Error loading file: "+n+"</strong><br>";e.error.statusText&&(c+="File request response status: "+e.error.statusText+"<br>"),"404"==e.error&&(c+="404 - file not found.<br>"),void 0!==e.error.loaded&&null!==e.error.loaded&&0!==e.error.loaded?c+=e.error.loaded+" bytes transferred.":c+="File did not begin loading. Check that file path is correct and reachable by the browser,<br>and that loading is not blocked by cross-origin resource sharing (CORS) errors.",c+="</p>",o.push(c),x(n),b==w&&(t.continue_after_error?v():y())}function S(e){g(),function(e){null!==t.on_success&&t.on_success(e)}(e),++E==w?_():b==w&&(t.continue_after_error?v():y())}function x(e){null!==t.on_error&&t.on_error(e)}}simulate(e,t,i,n){"data-only"==t&&(n(),this.simulate_data_only(e,i)),"visual"==t&&this.simulate_visual(e,i,n)}create_simulation_data(e,t){return this.jsPsych.pluginAPI.mergeSimulationData({success:!0,timeout:!1,failed_images:[],failed_audio:[],failed_video:[]},t)}simulate_data_only(e,t){const i=this.create_simulation_data(e,t);this.jsPsych.finishTrial(i)}simulate_visual(e,t,i){const n=this.jsPsych.getDisplayElement();this.trial(n,e),i()}}function yo(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var i=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=i){var n,s,a,r,o=[],c=!0,d=!1;try{if(a=(i=i.call(e)).next,0===t);else for(;!(c=(n=a.call(i)).done)&&(o.push(n.value),o.length!==t);c=!0);}catch(e){d=!0,s=e}finally{try{if(!c&&null!=i.return&&(r=i.return(),Object(r)!==r))return}finally{if(d)throw s}}return o}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return vo(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);"Object"===i&&e.constructor&&(i=e.constructor.name);if("Map"===i||"Set"===i)return Array.from(e);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return vo(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function vo(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i<t;i++)n[i]=e[i];return n}function wo(e,t,i){var n={images:{},video:{},audio:{}},s=nr(i),a=sr(),r=function(e,i){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];e.forEach((function(e){var c=rr(e),d=Pa.parse(e).name,l=d.replace(/^([A-Z])|[\s-_](\w)/g,(function(e,t,i,n){return i?i.toUpperCase():t.toLowerCase()})),u=ar(t,e,s,a,i,r,o);n[c][l]=u}))},o=function(e){var t,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];Array.isArray(e)?r(e,"default"):(e.languageSpecific&&(Array.isArray(e.languageSpecific)?r(e.languageSpecific,"languageSpecific"):function(e,t){Object.entries(e).forEach((function(e){var i=yo(e,2),n=i[0],s=i[1];r(s,n,!0,t)}))}(e.languageSpecific,i)),e.device&&r(e.device,"device"),e.shared&&(t=e.shared,Array.isArray(t)?r(t,"shared"):Object.entries(t).forEach((function(e){var t=yo(e,2),i=t[0],n=t[1];r(n,"device"===i?"shared/device":"shared")}))))};return e.preload&&Object.entries(e.preload).forEach((function(e){var t=yo(e,2)[1];o(t)})),e.default&&o(e.default,!0),n}function bo(e,t,i){var n={},s=nr(i),a=sr();function r(e,i,r){var o=arguments.length>3&&void 0!==arguments[3]&&arguments[3],c=arguments.length>4&&void 0!==arguments[4]&&arguments[4];e.forEach((function(e){var d=rr(e),l=ar(t,e,s,a,r,o,c);n[i]||(n[i]={type:Io,message:"The experiment is loading",show_progress_bar:!0,continue_after_error:!1,error_message:"",show_detailed_errors:!0,max_load_time:null,on_error:null,on_success:null,images:[],audio:[],video:[]}),n[i][d].push(l)}))}function o(e,t,i){Array.isArray(t)?r(t,e,"languageSpecific"):function(e,t,i){Object.entries(t).forEach((function(t){var n=yo(t,2),s=n[0];r(n[1],e,s,!0,i)}))}(e,t,i)}function c(e,t){var i=arguments.length>2&&void 0!==arguments[2]&&arguments[2];Array.isArray(t)?r(t,e,"default"):(t.languageSpecific&&o(e,t.languageSpecific,i),t.device&&r(t.device,e,"device"),t.shared&&function(e,t){Array.isArray(t)?r(t,e,"shared"):Object.entries(t).forEach((function(t){var i=yo(t,2),n=i[0];r(i[1],e,"device"===n?"shared/device":"shared")}))}(e,t.shared))}return e.preload&&Object.entries(e.preload).forEach((function(e){var t=yo(e,2);c(t[0],t[1])})),e.default&&c("default",e.default,!0),n}Io.info=_o;const Eo={name:"call-function",parameters:{func:{type:yr.FUNCTION,pretty_name:"Function",default:void 0},async:{type:yr.BOOL,pretty_name:"Asynchronous",default:!1}}};class Ao{constructor(e){this.jsPsych=e}trial(e,t){let i;const n=()=>{const e={value:i};this.jsPsych.finishTrial(e)};if(t.async){const e=e=>{i=e,n()};t.func(e)}else i=t.func(),n()}}Ao.info=Eo;const So={type:"logger",log(e){this.output("log",e)},warn(e){this.output("warn",e)},error(e){this.output("error",e)},output(e,t){console&&console[e]&&console[e].apply(console,t)}};class xo{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.init(e,t)}init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||So,this.options=t,this.debug=t.debug}log(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return this.forward(t,"log","",!0)}warn(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return this.forward(t,"warn","",!0)}error(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return this.forward(t,"error","")}deprecate(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}forward(e,t,i,n){return n&&!this.debug?null:("string"==typeof e[0]&&(e[0]=`${i}${this.prefix} ${e[0]}`),this.logger[t](e))}create(e){return new xo(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return(e=e||this.options).prefix=e.prefix||this.prefix,new xo(this.logger,e)}}var To=new xo;class Ro{constructor(){this.observers={}}on(e,t){return e.split(" ").forEach((e=>{this.observers[e]||(this.observers[e]=new Map);const i=this.observers[e].get(t)||0;this.observers[e].set(t,i+1)})),this}off(e,t){this.observers[e]&&(t?this.observers[e].delete(t):delete this.observers[e])}emit(e){for(var t=arguments.length,i=new Array(t>1?t-1:0),n=1;n<t;n++)i[n-1]=arguments[n];if(this.observers[e]){Array.from(this.observers[e].entries()).forEach((e=>{let[t,n]=e;for(let e=0;e<n;e++)t(...i)}))}if(this.observers["*"]){Array.from(this.observers["*"].entries()).forEach((t=>{let[n,s]=t;for(let t=0;t<s;t++)n.apply(n,[e,...i])}))}}}const ko=()=>{let e,t;const i=new Promise(((i,n)=>{e=i,t=n}));return i.resolve=e,i.reject=t,i},Lo=e=>null==e?"":""+e,No=/###/g,Fo=e=>e&&e.indexOf("###")>-1?e.replace(No,"."):e,Uo=e=>!e||"string"==typeof e,Oo=(e,t,i)=>{const n="string"!=typeof t?t:t.split(".");let s=0;for(;s<n.length-1;){if(Uo(e))return{};const t=Fo(n[s]);!e[t]&&i&&(e[t]=new i),e=Object.prototype.hasOwnProperty.call(e,t)?e[t]:{},++s}return Uo(e)?{}:{obj:e,k:Fo(n[s])}},Co=(e,t,i)=>{const{obj:n,k:s}=Oo(e,t,Object);if(void 0!==n||1===t.length)return void(n[s]=i);let a=t[t.length-1],r=t.slice(0,t.length-1),o=Oo(e,r,Object);for(;void 0===o.obj&&r.length;)a=`${r[r.length-1]}.${a}`,r=r.slice(0,r.length-1),o=Oo(e,r,Object),o&&o.obj&&void 0!==o.obj[`${o.k}.${a}`]&&(o.obj=void 0);o.obj[`${o.k}.${a}`]=i},Po=(e,t)=>{const{obj:i,k:n}=Oo(e,t);if(i)return i[n]},jo=(e,t,i)=>{for(const n in t)"__proto__"!==n&&"constructor"!==n&&(n in e?"string"==typeof e[n]||e[n]instanceof String||"string"==typeof t[n]||t[n]instanceof String?i&&(e[n]=t[n]):jo(e[n],t[n],i):e[n]=t[n]);return e},Mo=e=>e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var zo={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};const Do=e=>"string"==typeof e?e.replace(/[&<>"'\/]/g,(e=>zo[e])):e;const Bo=[" ",",","?","!",";"],$o=new class{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){const t=this.regExpMap.get(e);if(void 0!==t)return t;const i=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,i),this.regExpQueue.push(e),i}}(20),qo=function(e,t){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(!e)return;if(e[t])return e[t];const n=t.split(i);let s=e;for(let e=0;e<n.length;){if(!s||"object"!=typeof s)return;let t,a="";for(let r=e;r<n.length;++r)if(r!==e&&(a+=i),a+=n[r],t=s[a],void 0!==t){if(["string","number","boolean"].indexOf(typeof t)>-1&&r<n.length-1)continue;e+=r-e+1;break}s=t}return s},Vo=e=>e&&e.indexOf("_")>0?e.replace("_","-"):e;class Ho extends Ro{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};super(),this.data=e||{},this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),void 0===this.options.ignoreJSONStructure&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}removeNamespaces(e){const t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}getResource(e,t,i){let n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const s=void 0!==n.keySeparator?n.keySeparator:this.options.keySeparator,a=void 0!==n.ignoreJSONStructure?n.ignoreJSONStructure:this.options.ignoreJSONStructure;let r;e.indexOf(".")>-1?r=e.split("."):(r=[e,t],i&&(Array.isArray(i)?r.push(...i):"string"==typeof i&&s?r.push(...i.split(s)):r.push(i)));const o=Po(this.data,r);return!o&&!t&&!i&&e.indexOf(".")>-1&&(e=r[0],t=r[1],i=r.slice(2).join(".")),o||!a||"string"!=typeof i?o:qo(this.data&&this.data[e]&&this.data[e][t],i,s)}addResource(e,t,i,n){let s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1};const a=void 0!==s.keySeparator?s.keySeparator:this.options.keySeparator;let r=[e,t];i&&(r=r.concat(a?i.split(a):i)),e.indexOf(".")>-1&&(r=e.split("."),n=t,t=r[1]),this.addNamespaces(t),Co(this.data,r,n),s.silent||this.emit("added",e,t,i,n)}addResources(e,t,i){let n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(const n in i)("string"==typeof i[n]||Array.isArray(i[n]))&&this.addResource(e,t,n,i[n],{silent:!0});n.silent||this.emit("added",e,t,i)}addResourceBundle(e,t,i,n,s){let a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1,skipCopy:!1},r=[e,t];e.indexOf(".")>-1&&(r=e.split("."),n=i,i=t,t=r[1]),this.addNamespaces(t);let o=Po(this.data,r)||{};a.skipCopy||(i=JSON.parse(JSON.stringify(i))),n?jo(o,i,s):o={...o,...i},Co(this.data,r,o),a.silent||this.emit("added",e,t,i)}removeResourceBundle(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}hasResourceBundle(e,t){return void 0!==this.getResource(e,t)}getResourceBundle(e,t){return t||(t=this.options.defaultNS),"v1"===this.options.compatibilityAPI?{...this.getResource(e,t)}:this.getResource(e,t)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){const t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find((e=>t[e]&&Object.keys(t[e]).length>0))}toJSON(){return this.data}}var Wo={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,i,n,s){return e.forEach((e=>{this.processors[e]&&(t=this.processors[e].process(t,i,n,s))})),t}};const Ko={};class Go extends Ro{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var i,n;super(),i=e,n=this,["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"].forEach((e=>{i[e]&&(n[e]=i[e])})),this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),this.logger=To.create("translator")}changeLanguage(e){e&&(this.language=e)}exists(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(null==e)return!1;const i=this.resolve(e,t);return i&&void 0!==i.res}extractFromKey(e,t){let i=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===i&&(i=":");const n=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator;let s=t.ns||this.options.defaultNS||[];const a=i&&e.indexOf(i)>-1,r=!(this.options.userDefinedKeySeparator||t.keySeparator||this.options.userDefinedNsSeparator||t.nsSeparator||((e,t,i)=>{t=t||"",i=i||"";const n=Bo.filter((e=>t.indexOf(e)<0&&i.indexOf(e)<0));if(0===n.length)return!0;const s=$o.getRegExp(`(${n.map((e=>"?"===e?"\\?":e)).join("|")})`);let a=!s.test(e);if(!a){const t=e.indexOf(i);t>0&&!s.test(e.substring(0,t))&&(a=!0)}return a})(e,i,n));if(a&&!r){const t=e.match(this.interpolator.nestingRegexp);if(t&&t.length>0)return{key:e,namespaces:s};const a=e.split(i);(i!==n||i===n&&this.options.ns.indexOf(a[0])>-1)&&(s=a.shift()),e=a.join(n)}return"string"==typeof s&&(s=[s]),{key:e,namespaces:s}}translate(e,t,i){if("object"!=typeof t&&this.options.overloadTranslationOptionHandler&&(t=this.options.overloadTranslationOptionHandler(arguments)),"object"==typeof t&&(t={...t}),t||(t={}),null==e)return"";Array.isArray(e)||(e=[String(e)]);const n=void 0!==t.returnDetails?t.returnDetails:this.options.returnDetails,s=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,{key:a,namespaces:r}=this.extractFromKey(e[e.length-1],t),o=r[r.length-1],c=t.lng||this.language,d=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(c&&"cimode"===c.toLowerCase()){if(d){const e=t.nsSeparator||this.options.nsSeparator;return n?{res:`${o}${e}${a}`,usedKey:a,exactUsedKey:a,usedLng:c,usedNS:o,usedParams:this.getUsedParamsDetails(t)}:`${o}${e}${a}`}return n?{res:a,usedKey:a,exactUsedKey:a,usedLng:c,usedNS:o,usedParams:this.getUsedParamsDetails(t)}:a}const l=this.resolve(e,t);let u=l&&l.res;const p=l&&l.usedKey||a,m=l&&l.exactUsedKey||a,f=Object.prototype.toString.apply(u),h=void 0!==t.joinArrays?t.joinArrays:this.options.joinArrays,g=!this.i18nFormat||this.i18nFormat.handleAsObject;if(g&&u&&("string"!=typeof u&&"boolean"!=typeof u&&"number"!=typeof u)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(f)<0&&("string"!=typeof h||!Array.isArray(u))){if(!t.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const e=this.options.returnedObjectHandler?this.options.returnedObjectHandler(p,u,{...t,ns:r}):`key '${a} (${this.language})' returned an object instead of string.`;return n?(l.res=e,l.usedParams=this.getUsedParamsDetails(t),l):e}if(s){const e=Array.isArray(u),i=e?[]:{},n=e?m:p;for(const e in u)if(Object.prototype.hasOwnProperty.call(u,e)){const a=`${n}${s}${e}`;i[e]=this.translate(a,{...t,joinArrays:!1,ns:r}),i[e]===a&&(i[e]=u[e])}u=i}}else if(g&&"string"==typeof h&&Array.isArray(u))u=u.join(h),u&&(u=this.extendTranslation(u,e,t,i));else{let n=!1,r=!1;const d=void 0!==t.count&&"string"!=typeof t.count,p=Go.hasDefaultValue(t),m=d?this.pluralResolver.getSuffix(c,t.count,t):"",f=t.ordinal&&d?this.pluralResolver.getSuffix(c,t.count,{ordinal:!1}):"",h=d&&!t.ordinal&&0===t.count&&this.pluralResolver.shouldUseIntlApi(),g=h&&t[`defaultValue${this.options.pluralSeparator}zero`]||t[`defaultValue${m}`]||t[`defaultValue${f}`]||t.defaultValue;!this.isValidLookup(u)&&p&&(n=!0,u=g),this.isValidLookup(u)||(r=!0,u=a);const _=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&r?void 0:u,I=p&&g!==u&&this.options.updateMissing;if(r||n||I){if(this.logger.log(I?"updateKey":"missingKey",c,o,a,I?g:u),s){const e=this.resolve(a,{...t,keySeparator:!1});e&&e.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let e=[];const i=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if("fallback"===this.options.saveMissingTo&&i&&i[0])for(let t=0;t<i.length;t++)e.push(i[t]);else"all"===this.options.saveMissingTo?e=this.languageUtils.toResolveHierarchy(t.lng||this.language):e.push(t.lng||this.language);const n=(e,i,n)=>{const s=p&&n!==u?n:_;this.options.missingKeyHandler?this.options.missingKeyHandler(e,o,i,s,I,t):this.backendConnector&&this.backendConnector.saveMissing&&this.backendConnector.saveMissing(e,o,i,s,I,t),this.emit("missingKey",e,o,i,u)};this.options.saveMissing&&(this.options.saveMissingPlurals&&d?e.forEach((e=>{const i=this.pluralResolver.getSuffixes(e,t);h&&t[`defaultValue${this.options.pluralSeparator}zero`]&&i.indexOf(`${this.options.pluralSeparator}zero`)<0&&i.push(`${this.options.pluralSeparator}zero`),i.forEach((i=>{n([e],a+i,t[`defaultValue${i}`]||g)}))})):n(e,a,g))}u=this.extendTranslation(u,e,t,l,i),r&&u===a&&this.options.appendNamespaceToMissingKey&&(u=`${o}:${a}`),(r||n)&&this.options.parseMissingKeyHandler&&(u="v1"!==this.options.compatibilityAPI?this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${o}:${a}`:a,n?u:void 0):this.options.parseMissingKeyHandler(u))}return n?(l.res=u,l.usedParams=this.getUsedParamsDetails(t),l):u}extendTranslation(e,t,i,n,s){var a=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...i},i.lng||this.language||n.usedLng,n.usedNS,n.usedKey,{resolved:n});else if(!i.skipInterpolation){i.interpolation&&this.interpolator.init({...i,interpolation:{...this.options.interpolation,...i.interpolation}});const r="string"==typeof e&&(i&&i.interpolation&&void 0!==i.interpolation.skipOnVariables?i.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let o;if(r){const t=e.match(this.interpolator.nestingRegexp);o=t&&t.length}let c=i.replace&&"string"!=typeof i.replace?i.replace:i;if(this.options.interpolation.defaultVariables&&(c={...this.options.interpolation.defaultVariables,...c}),e=this.interpolator.interpolate(e,c,i.lng||this.language||n.usedLng,i),r){const t=e.match(this.interpolator.nestingRegexp);o<(t&&t.length)&&(i.nest=!1)}!i.lng&&"v1"!==this.options.compatibilityAPI&&n&&n.res&&(i.lng=this.language||n.usedLng),!1!==i.nest&&(e=this.interpolator.nest(e,(function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return s&&s[0]===n[0]&&!i.context?(a.logger.warn(`It seems you are nesting recursively key: ${n[0]} in key: ${t[0]}`),null):a.translate(...n,t)}),i)),i.interpolation&&this.interpolator.reset()}const r=i.postProcess||this.options.postProcess,o="string"==typeof r?[r]:r;return null!=e&&o&&o.length&&!1!==i.applyPostProcessor&&(e=Wo.handle(o,e,t,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...n,usedParams:this.getUsedParamsDetails(i)},...i}:i,this)),e}resolve(e){let t,i,n,s,a,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"==typeof e&&(e=[e]),e.forEach((e=>{if(this.isValidLookup(t))return;const o=this.extractFromKey(e,r),c=o.key;i=c;let d=o.namespaces;this.options.fallbackNS&&(d=d.concat(this.options.fallbackNS));const l=void 0!==r.count&&"string"!=typeof r.count,u=l&&!r.ordinal&&0===r.count&&this.pluralResolver.shouldUseIntlApi(),p=void 0!==r.context&&("string"==typeof r.context||"number"==typeof r.context)&&""!==r.context,m=r.lngs?r.lngs:this.languageUtils.toResolveHierarchy(r.lng||this.language,r.fallbackLng);d.forEach((e=>{this.isValidLookup(t)||(a=e,!Ko[`${m[0]}-${e}`]&&this.utils&&this.utils.hasLoadedNamespace&&!this.utils.hasLoadedNamespace(a)&&(Ko[`${m[0]}-${e}`]=!0,this.logger.warn(`key "${i}" for languages "${m.join(", ")}" won't get resolved as namespace "${a}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),m.forEach((i=>{if(this.isValidLookup(t))return;s=i;const a=[c];if(this.i18nFormat&&this.i18nFormat.addLookupKeys)this.i18nFormat.addLookupKeys(a,c,i,e,r);else{let e;l&&(e=this.pluralResolver.getSuffix(i,r.count,r));const t=`${this.options.pluralSeparator}zero`,n=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(l&&(a.push(c+e),r.ordinal&&0===e.indexOf(n)&&a.push(c+e.replace(n,this.options.pluralSeparator)),u&&a.push(c+t)),p){const i=`${c}${this.options.contextSeparator}${r.context}`;a.push(i),l&&(a.push(i+e),r.ordinal&&0===e.indexOf(n)&&a.push(i+e.replace(n,this.options.pluralSeparator)),u&&a.push(i+t))}}let o;for(;o=a.pop();)this.isValidLookup(t)||(n=o,t=this.getResource(i,e,o,r))})))}))})),{res:t,usedKey:i,exactUsedKey:n,usedLng:s,usedNS:a}}isValidLookup(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}getResource(e,t,i){let n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,i,n):this.resourceStore.getResource(e,t,i,n)}getUsedParamsDetails(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],i=e.replace&&"string"!=typeof e.replace;let n=i?e.replace:e;if(i&&void 0!==e.count&&(n.count=e.count),this.options.interpolation.defaultVariables&&(n={...this.options.interpolation.defaultVariables,...n}),!i){n={...n};for(const e of t)delete n[e]}return n}static hasDefaultValue(e){const t="defaultValue";for(const i in e)if(Object.prototype.hasOwnProperty.call(e,i)&&t===i.substring(0,12)&&void 0!==e[i])return!0;return!1}}const Yo=e=>e.charAt(0).toUpperCase()+e.slice(1);class Jo{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=To.create("languageUtils")}getScriptPartFromCode(e){if(!(e=Vo(e))||e.indexOf("-")<0)return null;const t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}getLanguagePartFromCode(e){if(!(e=Vo(e))||e.indexOf("-")<0)return e;const t=e.split("-");return this.formatLanguageCode(t[0])}formatLanguageCode(e){if("string"==typeof e&&e.indexOf("-")>-1){const t=["hans","hant","latn","cyrl","cans","mong","arab"];let i=e.split("-");return this.options.lowerCaseLng?i=i.map((e=>e.toLowerCase())):2===i.length?(i[0]=i[0].toLowerCase(),i[1]=i[1].toUpperCase(),t.indexOf(i[1].toLowerCase())>-1&&(i[1]=Yo(i[1].toLowerCase()))):3===i.length&&(i[0]=i[0].toLowerCase(),2===i[1].length&&(i[1]=i[1].toUpperCase()),"sgn"!==i[0]&&2===i[2].length&&(i[2]=i[2].toUpperCase()),t.indexOf(i[1].toLowerCase())>-1&&(i[1]=Yo(i[1].toLowerCase())),t.indexOf(i[2].toLowerCase())>-1&&(i[2]=Yo(i[2].toLowerCase()))),i.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}getBestMatchFromCodes(e){if(!e)return null;let t;return e.forEach((e=>{if(t)return;const i=this.formatLanguageCode(e);this.options.supportedLngs&&!this.isSupportedCode(i)||(t=i)})),!t&&this.options.supportedLngs&&e.forEach((e=>{if(t)return;const i=this.getLanguagePartFromCode(e);if(this.isSupportedCode(i))return t=i;t=this.options.supportedLngs.find((e=>e===i?e:e.indexOf("-")<0&&i.indexOf("-")<0?void 0:e.indexOf("-")>0&&i.indexOf("-")<0&&e.substring(0,e.indexOf("-"))===i||0===e.indexOf(i)&&i.length>1?e:void 0))})),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t}getFallbackCodes(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t)),"string"==typeof e&&(e=[e]),Array.isArray(e))return e;if(!t)return e.default||[];let i=e[t];return i||(i=e[this.getScriptPartFromCode(t)]),i||(i=e[this.formatLanguageCode(t)]),i||(i=e[this.getLanguagePartFromCode(t)]),i||(i=e.default),i||[]}toResolveHierarchy(e,t){const i=this.getFallbackCodes(t||this.options.fallbackLng||[],e),n=[],s=e=>{e&&(this.isSupportedCode(e)?n.push(e):this.logger.warn(`rejecting language code not found in supportedLngs: ${e}`))};return"string"==typeof e&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?("languageOnly"!==this.options.load&&s(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&s(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&s(this.getLanguagePartFromCode(e))):"string"==typeof e&&s(this.formatLanguageCode(e)),i.forEach((e=>{n.indexOf(e)<0&&s(this.formatLanguageCode(e))})),n}}let Qo=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],Zo={1:e=>Number(e>1),2:e=>Number(1!=e),3:e=>0,4:e=>Number(e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2),5:e=>Number(0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5),6:e=>Number(1==e?0:e>=2&&e<=4?1:2),7:e=>Number(1==e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2),8:e=>Number(1==e?0:2==e?1:8!=e&&11!=e?2:3),9:e=>Number(e>=2),10:e=>Number(1==e?0:2==e?1:e<7?2:e<11?3:4),11:e=>Number(1==e||11==e?0:2==e||12==e?1:e>2&&e<20?2:3),12:e=>Number(e%10!=1||e%100==11),13:e=>Number(0!==e),14:e=>Number(1==e?0:2==e?1:3==e?2:3),15:e=>Number(e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2),16:e=>Number(e%10==1&&e%100!=11?0:0!==e?1:2),17:e=>Number(1==e||e%10==1&&e%100!=11?0:1),18:e=>Number(0==e?0:1==e?1:2),19:e=>Number(1==e?0:0==e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3),20:e=>Number(1==e?0:0==e||e%100>0&&e%100<20?1:2),21:e=>Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0),22:e=>Number(1==e?0:2==e?1:(e<0||e>10)&&e%10==0?2:3)};const Xo=["v1","v2","v3"],ec=["v4"],tc={zero:0,one:1,two:2,few:3,many:4,other:5};class ic{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.languageUtils=e,this.options=t,this.logger=To.create("pluralResolver"),this.options.compatibilityJSON&&!ec.includes(this.options.compatibilityJSON)||"undefined"!=typeof Intl&&Intl.PluralRules||(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=(()=>{const e={};return Qo.forEach((t=>{t.lngs.forEach((i=>{e[i]={numbers:t.nr,plurals:Zo[t.fc]}}))})),e})(),this.pluralRulesCache={}}addRule(e,t){this.rules[e]=t}clearCache(){this.pluralRulesCache={}}getRule(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.shouldUseIntlApi())try{const i=Vo("dev"===e?"en":e),n=t.ordinal?"ordinal":"cardinal",s=JSON.stringify({cleanedCode:i,type:n});if(s in this.pluralRulesCache)return this.pluralRulesCache[s];const a=new Intl.PluralRules(i,{type:n});return this.pluralRulesCache[s]=a,a}catch(e){return}return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}needsPlural(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const i=this.getRule(e,t);return this.shouldUseIntlApi()?i&&i.resolvedOptions().pluralCategories.length>1:i&&i.numbers.length>1}getPluralFormsOfKey(e,t){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,i).map((e=>`${t}${e}`))}getSuffixes(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const i=this.getRule(e,t);return i?this.shouldUseIntlApi()?i.resolvedOptions().pluralCategories.sort(((e,t)=>tc[e]-tc[t])).map((e=>`${this.options.prepend}${t.ordinal?`ordinal${this.options.prepend}`:""}${e}`)):i.numbers.map((i=>this.getSuffix(e,i,t))):[]}getSuffix(e,t){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const n=this.getRule(e,i);return n?this.shouldUseIntlApi()?`${this.options.prepend}${i.ordinal?`ordinal${this.options.prepend}`:""}${n.select(t)}`:this.getSuffixRetroCompatible(n,t):(this.logger.warn(`no plural rule found for: ${e}`),"")}getSuffixRetroCompatible(e,t){const i=e.noAbs?e.plurals(t):e.plurals(Math.abs(t));let n=e.numbers[i];this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]&&(2===n?n="plural":1===n&&(n=""));const s=()=>this.options.prepend&&n.toString()?this.options.prepend+n.toString():n.toString();return"v1"===this.options.compatibilityJSON?1===n?"":"number"==typeof n?`_plural_${n.toString()}`:s():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]?s():this.options.prepend&&i.toString()?this.options.prepend+i.toString():i.toString()}shouldUseIntlApi(){return!Xo.includes(this.options.compatibilityJSON)}}const nc=function(e,t,i){let n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:".",s=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],a=((e,t,i)=>{const n=Po(e,i);return void 0!==n?n:Po(t,i)})(e,t,i);return!a&&s&&"string"==typeof i&&(a=qo(e,i,n),void 0===a&&(a=qo(t,i,n))),a},sc=e=>e.replace(/\$/g,"$$$$");class ac{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=To.create("interpolator"),this.options=e,this.format=e.interpolation&&e.interpolation.format||(e=>e),this.init(e)}init(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});const{escape:t,escapeValue:i,useRawValueToEscape:n,prefix:s,prefixEscaped:a,suffix:r,suffixEscaped:o,formatSeparator:c,unescapeSuffix:d,unescapePrefix:l,nestingPrefix:u,nestingPrefixEscaped:p,nestingSuffix:m,nestingSuffixEscaped:f,nestingOptionsSeparator:h,maxReplaces:g,alwaysFormat:_}=e.interpolation;this.escape=void 0!==t?t:Do,this.escapeValue=void 0===i||i,this.useRawValueToEscape=void 0!==n&&n,this.prefix=s?Mo(s):a||"{{",this.suffix=r?Mo(r):o||"}}",this.formatSeparator=c||",",this.unescapePrefix=d?"":l||"-",this.unescapeSuffix=this.unescapePrefix?"":d||"",this.nestingPrefix=u?Mo(u):p||Mo("$t("),this.nestingSuffix=m?Mo(m):f||Mo(")"),this.nestingOptionsSeparator=h||",",this.maxReplaces=g||1e3,this.alwaysFormat=void 0!==_&&_,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(e,t)=>e&&e.source===t?(e.lastIndex=0,e):new RegExp(t,"g");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}(.+?)${this.nestingSuffix}`)}interpolate(e,t,i,n){let s,a,r;const o=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},c=e=>{if(e.indexOf(this.formatSeparator)<0){const s=nc(t,o,e,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(s,void 0,i,{...n,...t,interpolationkey:e}):s}const s=e.split(this.formatSeparator),a=s.shift().trim(),r=s.join(this.formatSeparator).trim();return this.format(nc(t,o,a,this.options.keySeparator,this.options.ignoreJSONStructure),r,i,{...n,...t,interpolationkey:a})};this.resetRegExp();const d=n&&n.missingInterpolationHandler||this.options.missingInterpolationHandler,l=n&&n.interpolation&&void 0!==n.interpolation.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:e=>sc(e)},{regex:this.regexp,safeValue:e=>this.escapeValue?sc(this.escape(e)):sc(e)}].forEach((t=>{for(r=0;s=t.regex.exec(e);){const i=s[1].trim();if(a=c(i),void 0===a)if("function"==typeof d){const t=d(e,s,n);a="string"==typeof t?t:""}else if(n&&Object.prototype.hasOwnProperty.call(n,i))a="";else{if(l){a=s[0];continue}this.logger.warn(`missed to pass in variable ${i} for interpolating ${e}`),a=""}else"string"==typeof a||this.useRawValueToEscape||(a=Lo(a));const o=t.safeValue(a);if(e=e.replace(s[0],o),l?(t.regex.lastIndex+=a.length,t.regex.lastIndex-=s[0].length):t.regex.lastIndex=0,r++,r>=this.maxReplaces)break}})),e}nest(e,t){let i,n,s,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=(e,t)=>{const i=this.nestingOptionsSeparator;if(e.indexOf(i)<0)return e;const n=e.split(new RegExp(`${i}[ ]*{`));let a=`{${n[1]}`;e=n[0],a=this.interpolate(a,s);const r=a.match(/'/g),o=a.match(/"/g);(r&&r.length%2==0&&!o||o.length%2!=0)&&(a=a.replace(/'/g,'"'));try{s=JSON.parse(a),t&&(s={...t,...s})}catch(t){return this.logger.warn(`failed parsing options string in nesting for key ${e}`,t),`${e}${i}${a}`}return s.defaultValue&&s.defaultValue.indexOf(this.prefix)>-1&&delete s.defaultValue,e};for(;i=this.nestingRegexp.exec(e);){let o=[];s={...a},s=s.replace&&"string"!=typeof s.replace?s.replace:s,s.applyPostProcessor=!1,delete s.defaultValue;let c=!1;if(-1!==i[0].indexOf(this.formatSeparator)&&!/{.*}/.test(i[1])){const e=i[1].split(this.formatSeparator).map((e=>e.trim()));i[1]=e.shift(),o=e,c=!0}if(n=t(r.call(this,i[1].trim(),s),s),n&&i[0]===e&&"string"!=typeof n)return n;"string"!=typeof n&&(n=Lo(n)),n||(this.logger.warn(`missed to resolve ${i[1]} for nesting ${e}`),n=""),c&&(n=o.reduce(((e,t)=>this.format(e,t,a.lng,{...a,interpolationkey:i[1].trim()})),n.trim())),e=e.replace(i[0],n),this.regexp.lastIndex=0}return e}}const rc=e=>{const t={};return(i,n,s)=>{let a=s;s&&s.interpolationkey&&s.formatParams&&s.formatParams[s.interpolationkey]&&s[s.interpolationkey]&&(a={...a,[s.interpolationkey]:void 0});const r=n+JSON.stringify(a);let o=t[r];return o||(o=e(Vo(n),s),t[r]=o),o(i)}};class oc{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=To.create("formatter"),this.options=e,this.formats={number:rc(((e,t)=>{const i=new Intl.NumberFormat(e,{...t});return e=>i.format(e)})),currency:rc(((e,t)=>{const i=new Intl.NumberFormat(e,{...t,style:"currency"});return e=>i.format(e)})),datetime:rc(((e,t)=>{const i=new Intl.DateTimeFormat(e,{...t});return e=>i.format(e)})),relativetime:rc(((e,t)=>{const i=new Intl.RelativeTimeFormat(e,{...t});return e=>i.format(e,t.range||"day")})),list:rc(((e,t)=>{const i=new Intl.ListFormat(e,{...t});return e=>i.format(e)}))},this.init(e)}init(e){const t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}}).interpolation;this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||","}add(e,t){this.formats[e.toLowerCase().trim()]=t}addCached(e,t){this.formats[e.toLowerCase().trim()]=rc(t)}format(e,t,i){let n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const s=t.split(this.formatSeparator);if(s.length>1&&s[0].indexOf("(")>1&&s[0].indexOf(")")<0&&s.find((e=>e.indexOf(")")>-1))){const e=s.findIndex((e=>e.indexOf(")")>-1));s[0]=[s[0],...s.splice(1,e)].join(this.formatSeparator)}return s.reduce(((e,t)=>{const{formatName:s,formatOptions:a}=(e=>{let t=e.toLowerCase().trim();const i={};if(e.indexOf("(")>-1){const n=e.split("(");t=n[0].toLowerCase().trim();const s=n[1].substring(0,n[1].length-1);"currency"===t&&s.indexOf(":")<0?i.currency||(i.currency=s.trim()):"relativetime"===t&&s.indexOf(":")<0?i.range||(i.range=s.trim()):s.split(";").forEach((e=>{if(e){const[t,...n]=e.split(":"),s=n.join(":").trim().replace(/^'+|'+$/g,""),a=t.trim();i[a]||(i[a]=s),"false"===s&&(i[a]=!1),"true"===s&&(i[a]=!0),isNaN(s)||(i[a]=parseInt(s,10))}}))}return{formatName:t,formatOptions:i}})(t);if(this.formats[s]){let t=e;try{const r=n&&n.formatParams&&n.formatParams[n.interpolationkey]||{},o=r.locale||r.lng||n.locale||n.lng||i;t=this.formats[s](e,o,{...a,...n,...r})}catch(e){this.logger.warn(e)}return t}return this.logger.warn(`there was no format function for ${s}`),e}),e)}}class cc extends Ro{constructor(e,t,i){let n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};super(),this.backend=e,this.store=t,this.services=i,this.languageUtils=i.languageUtils,this.options=n,this.logger=To.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=n.maxParallelReads||10,this.readingCalls=0,this.maxRetries=n.maxRetries>=0?n.maxRetries:5,this.retryTimeout=n.retryTimeout>=1?n.retryTimeout:350,this.state={},this.queue=[],this.backend&&this.backend.init&&this.backend.init(i,n.backend,n)}queueLoad(e,t,i,n){const s={},a={},r={},o={};return e.forEach((e=>{let n=!0;t.forEach((t=>{const r=`${e}|${t}`;!i.reload&&this.store.hasResourceBundle(e,t)?this.state[r]=2:this.state[r]<0||(1===this.state[r]?void 0===a[r]&&(a[r]=!0):(this.state[r]=1,n=!1,void 0===a[r]&&(a[r]=!0),void 0===s[r]&&(s[r]=!0),void 0===o[t]&&(o[t]=!0)))})),n||(r[e]=!0)})),(Object.keys(s).length||Object.keys(a).length)&&this.queue.push({pending:a,pendingCount:Object.keys(a).length,loaded:{},errors:[],callback:n}),{toLoad:Object.keys(s),pending:Object.keys(a),toLoadLanguages:Object.keys(r),toLoadNamespaces:Object.keys(o)}}loaded(e,t,i){const n=e.split("|"),s=n[0],a=n[1];t&&this.emit("failedLoading",s,a,t),!t&&i&&this.store.addResourceBundle(s,a,i,void 0,void 0,{skipCopy:!0}),this.state[e]=t?-1:2,t&&i&&(this.state[e]=0);const r={};this.queue.forEach((i=>{((e,t,i)=>{const{obj:n,k:s}=Oo(e,t,Object);n[s]=n[s]||[],n[s].push(i)})(i.loaded,[s],a),((e,t)=>{void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)})(i,e),t&&i.errors.push(t),0!==i.pendingCount||i.done||(Object.keys(i.loaded).forEach((e=>{r[e]||(r[e]={});const t=i.loaded[e];t.length&&t.forEach((t=>{void 0===r[e][t]&&(r[e][t]=!0)}))})),i.done=!0,i.errors.length?i.callback(i.errors):i.callback())})),this.emit("loaded",r),this.queue=this.queue.filter((e=>!e.done))}read(e,t,i){let n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,a=arguments.length>5?arguments[5]:void 0;if(!e.length)return a(null,{});if(this.readingCalls>=this.maxParallelReads)return void this.waitingReads.push({lng:e,ns:t,fcName:i,tried:n,wait:s,callback:a});this.readingCalls++;const r=(r,o)=>{if(this.readingCalls--,this.waitingReads.length>0){const e=this.waitingReads.shift();this.read(e.lng,e.ns,e.fcName,e.tried,e.wait,e.callback)}r&&o&&n<this.maxRetries?setTimeout((()=>{this.read.call(this,e,t,i,n+1,2*s,a)}),s):a(r,o)},o=this.backend[i].bind(this.backend);if(2!==o.length)return o(e,t,r);try{const i=o(e,t);i&&"function"==typeof i.then?i.then((e=>r(null,e))).catch(r):r(null,i)}catch(e){r(e)}}prepareLoading(e,t){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),n&&n();"string"==typeof e&&(e=this.languageUtils.toResolveHierarchy(e)),"string"==typeof t&&(t=[t]);const s=this.queueLoad(e,t,i,n);if(!s.toLoad.length)return s.pending.length||n(),null;s.toLoad.forEach((e=>{this.loadOne(e)}))}load(e,t,i){this.prepareLoading(e,t,{},i)}reload(e,t,i){this.prepareLoading(e,t,{reload:!0},i)}loadOne(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const i=e.split("|"),n=i[0],s=i[1];this.read(n,s,"read",void 0,void 0,((i,a)=>{i&&this.logger.warn(`${t}loading namespace ${s} for language ${n} failed`,i),!i&&a&&this.logger.log(`${t}loaded namespace ${s} for language ${n}`,a),this.loaded(e,i,a)}))}saveMissing(e,t,i,n,s){let a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{},r=arguments.length>6&&void 0!==arguments[6]?arguments[6]:()=>{};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(t))this.logger.warn(`did not save key "${i}" as the namespace "${t}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");else if(null!=i&&""!==i){if(this.backend&&this.backend.create){const o={...a,isUpdate:s},c=this.backend.create.bind(this.backend);if(c.length<6)try{let s;s=5===c.length?c(e,t,i,n,o):c(e,t,i,n),s&&"function"==typeof s.then?s.then((e=>r(null,e))).catch(r):r(null,s)}catch(e){r(e)}else c(e,t,i,n,r,o)}e&&e[0]&&this.store.addResource(e[0],t,i,n)}}}const dc=()=>({debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:e=>{let t={};if("object"==typeof e[1]&&(t=e[1]),"string"==typeof e[1]&&(t.defaultValue=e[1]),"string"==typeof e[2]&&(t.tDescription=e[2]),"object"==typeof e[2]||"object"==typeof e[3]){const i=e[3]||e[2];Object.keys(i).forEach((e=>{t[e]=i[e]}))}return t},interpolation:{escapeValue:!0,format:e=>e,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),lc=e=>("string"==typeof e.ns&&(e.ns=[e.ns]),"string"==typeof e.fallbackLng&&(e.fallbackLng=[e.fallbackLng]),"string"==typeof e.fallbackNS&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e),uc=()=>{};class pc extends Ro{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;var i;if(super(),this.options=lc(e),this.services={},this.logger=To,this.modules={external:[]},i=this,Object.getOwnPropertyNames(Object.getPrototypeOf(i)).forEach((e=>{"function"==typeof i[e]&&(i[e]=i[e].bind(i))})),t&&!this.isInitialized&&!e.isClone){if(!this.options.initImmediate)return this.init(e,t),this;setTimeout((()=>{this.init(e,t)}),0)}}init(){var e=this;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,"function"==typeof t&&(i=t,t={}),!t.defaultNS&&!1!==t.defaultNS&&t.ns&&("string"==typeof t.ns?t.defaultNS=t.ns:t.ns.indexOf("translation")<0&&(t.defaultNS=t.ns[0]));const n=dc();this.options={...n,...this.options,...lc(t)},"v1"!==this.options.compatibilityAPI&&(this.options.interpolation={...n.interpolation,...this.options.interpolation}),void 0!==t.keySeparator&&(this.options.userDefinedKeySeparator=t.keySeparator),void 0!==t.nsSeparator&&(this.options.userDefinedNsSeparator=t.nsSeparator);const s=e=>e?"function"==typeof e?new e:e:null;if(!this.options.isClone){let t;this.modules.logger?To.init(s(this.modules.logger),this.options):To.init(null,this.options),this.modules.formatter?t=this.modules.formatter:"undefined"!=typeof Intl&&(t=oc);const i=new Jo(this.options);this.store=new Ho(this.options.resources,this.options);const a=this.services;a.logger=To,a.resourceStore=this.store,a.languageUtils=i,a.pluralResolver=new ic(i,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!t||this.options.interpolation.format&&this.options.interpolation.format!==n.interpolation.format||(a.formatter=s(t),a.formatter.init(a,this.options),this.options.interpolation.format=a.formatter.format.bind(a.formatter)),a.interpolator=new ac(this.options),a.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},a.backendConnector=new cc(s(this.modules.backend),a.resourceStore,a,this.options),a.backendConnector.on("*",(function(t){for(var i=arguments.length,n=new Array(i>1?i-1:0),s=1;s<i;s++)n[s-1]=arguments[s];e.emit(t,...n)})),this.modules.languageDetector&&(a.languageDetector=s(this.modules.languageDetector),a.languageDetector.init&&a.languageDetector.init(a,this.options.detection,this.options)),this.modules.i18nFormat&&(a.i18nFormat=s(this.modules.i18nFormat),a.i18nFormat.init&&a.i18nFormat.init(this)),this.translator=new Go(this.services,this.options),this.translator.on("*",(function(t){for(var i=arguments.length,n=new Array(i>1?i-1:0),s=1;s<i;s++)n[s-1]=arguments[s];e.emit(t,...n)})),this.modules.external.forEach((e=>{e.init&&e.init(this)}))}if(this.format=this.options.interpolation.format,i||(i=uc),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const e=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);e.length>0&&"dev"!==e[0]&&(this.options.lng=e[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined");["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach((t=>{this[t]=function(){return e.store[t](...arguments)}}));["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach((t=>{this[t]=function(){return e.store[t](...arguments),e}}));const a=ko(),r=()=>{const e=(e,t)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),a.resolve(t),i(e,t)};if(this.languages&&"v1"!==this.options.compatibilityAPI&&!this.isInitialized)return e(null,this.t.bind(this));this.changeLanguage(this.options.lng,e)};return this.options.resources||!this.options.initImmediate?r():setTimeout(r,0),a}loadResources(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:uc;const i="string"==typeof e?e:this.language;if("function"==typeof e&&(t=e),!this.options.resources||this.options.partialBundledLanguages){if(i&&"cimode"===i.toLowerCase()&&(!this.options.preload||0===this.options.preload.length))return t();const e=[],n=t=>{if(!t)return;if("cimode"===t)return;this.services.languageUtils.toResolveHierarchy(t).forEach((t=>{"cimode"!==t&&e.indexOf(t)<0&&e.push(t)}))};if(i)n(i);else{this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((e=>n(e)))}this.options.preload&&this.options.preload.forEach((e=>n(e))),this.services.backendConnector.load(e,this.options.ns,(e=>{e||this.resolvedLanguage||!this.language||this.setResolvedLanguage(this.language),t(e)}))}else t(null)}reloadResources(e,t,i){const n=ko();return"function"==typeof e&&(i=e,e=void 0),"function"==typeof t&&(i=t,t=void 0),e||(e=this.languages),t||(t=this.options.ns),i||(i=uc),this.services.backendConnector.reload(e,t,(e=>{n.resolve(),i(e)})),n}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&Wo.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}setResolvedLanguage(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1))for(let e=0;e<this.languages.length;e++){const t=this.languages[e];if(!(["cimode","dev"].indexOf(t)>-1)&&this.store.hasLanguageSomeTranslations(t)){this.resolvedLanguage=t;break}}}changeLanguage(e,t){var i=this;this.isLanguageChangingTo=e;const n=ko();this.emit("languageChanging",e);const s=e=>{this.language=e,this.languages=this.services.languageUtils.toResolveHierarchy(e),this.resolvedLanguage=void 0,this.setResolvedLanguage(e)},a=(e,a)=>{a?(s(a),this.translator.changeLanguage(a),this.isLanguageChangingTo=void 0,this.emit("languageChanged",a),this.logger.log("languageChanged",a)):this.isLanguageChangingTo=void 0,n.resolve((function(){return i.t(...arguments)})),t&&t(e,(function(){return i.t(...arguments)}))},r=t=>{e||t||!this.services.languageDetector||(t=[]);const i="string"==typeof t?t:this.services.languageUtils.getBestMatchFromCodes(t);i&&(this.language||s(i),this.translator.language||this.translator.changeLanguage(i),this.services.languageDetector&&this.services.languageDetector.cacheUserLanguage&&this.services.languageDetector.cacheUserLanguage(i)),this.loadResources(i,(e=>{a(e,i)}))};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?0===this.services.languageDetector.detect.length?this.services.languageDetector.detect().then(r):this.services.languageDetector.detect(r):r(e):r(this.services.languageDetector.detect()),n}getFixedT(e,t,i){var n=this;const s=function(e,t){let a;if("object"!=typeof t){for(var r=arguments.length,o=new Array(r>2?r-2:0),c=2;c<r;c++)o[c-2]=arguments[c];a=n.options.overloadTranslationOptionHandler([e,t].concat(o))}else a={...t};a.lng=a.lng||s.lng,a.lngs=a.lngs||s.lngs,a.ns=a.ns||s.ns,""!==a.keyPrefix&&(a.keyPrefix=a.keyPrefix||i||s.keyPrefix);const d=n.options.keySeparator||".";let l;return l=a.keyPrefix&&Array.isArray(e)?e.map((e=>`${a.keyPrefix}${d}${e}`)):a.keyPrefix?`${a.keyPrefix}${d}${e}`:e,n.t(l,a)};return"string"==typeof e?s.lng=e:s.lngs=e,s.ns=t,s.keyPrefix=i,s}t(){return this.translator&&this.translator.translate(...arguments)}exists(){return this.translator&&this.translator.exists(...arguments)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const i=t.lng||this.resolvedLanguage||this.languages[0],n=!!this.options&&this.options.fallbackLng,s=this.languages[this.languages.length-1];if("cimode"===i.toLowerCase())return!0;const a=(e,t)=>{const i=this.services.backendConnector.state[`${e}|${t}`];return-1===i||0===i||2===i};if(t.precheck){const e=t.precheck(this,a);if(void 0!==e)return e}return!!this.hasResourceBundle(i,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!a(i,e)||n&&!a(s,e)))}loadNamespaces(e,t){const i=ko();return this.options.ns?("string"==typeof e&&(e=[e]),e.forEach((e=>{this.options.ns.indexOf(e)<0&&this.options.ns.push(e)})),this.loadResources((e=>{i.resolve(),t&&t(e)})),i):(t&&t(),Promise.resolve())}loadLanguages(e,t){const i=ko();"string"==typeof e&&(e=[e]);const n=this.options.preload||[],s=e.filter((e=>n.indexOf(e)<0&&this.services.languageUtils.isSupportedCode(e)));return s.length?(this.options.preload=n.concat(s),this.loadResources((e=>{i.resolve(),t&&t(e)})),i):(t&&t(),Promise.resolve())}dir(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!e)return"rtl";const t=this.services&&this.services.languageUtils||new Jo(dc());return["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(t.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(){return new pc(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)}cloneInstance(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:uc;const i=e.forkResourceStore;i&&delete e.forkResourceStore;const n={...this.options,...e,isClone:!0},s=new pc(n);void 0===e.debug&&void 0===e.prefix||(s.logger=s.logger.clone(e));return["store","services","language"].forEach((e=>{s[e]=this[e]})),s.services={...this.services},s.services.utils={hasLoadedNamespace:s.hasLoadedNamespace.bind(s)},i&&(s.store=new Ho(this.store.data,n),s.services.resourceStore=s.store),s.translator=new Go(s.services,n),s.translator.on("*",(function(e){for(var t=arguments.length,i=new Array(t>1?t-1:0),n=1;n<t;n++)i[n-1]=arguments[n];s.emit(e,...i)})),s.init(n,t),s.translator.options=n,s.translator.backendConnector.services.utils={hasLoadedNamespace:s.hasLoadedNamespace.bind(s)},s}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const mc=pc.createInstance();mc.createInstance=pc.createInstance,mc.createInstance,mc.dir,mc.init,mc.loadResources,mc.reloadResources,mc.use,mc.changeLanguage,mc.getFixedT,mc.t,mc.exists,mc.setDefaultNamespace,mc.hasLoadedNamespace,mc.loadNamespaces,mc.loadLanguages;const fc={name:"survey-text",parameters:{questions:{type:yr.COMPLEX,array:!0,pretty_name:"Questions",default:void 0,nested:{prompt:{type:yr.HTML_STRING,pretty_name:"Prompt",default:void 0},placeholder:{type:yr.STRING,pretty_name:"Placeholder",default:""},rows:{type:yr.INT,pretty_name:"Rows",default:1},columns:{type:yr.INT,pretty_name:"Columns",default:40},required:{type:yr.BOOL,pretty_name:"Required",default:!1},name:{type:yr.STRING,pretty_name:"Question Name",default:""}}},randomize_question_order:{type:yr.BOOL,pretty_name:"Randomize Question Order",default:!1},preamble:{type:yr.HTML_STRING,pretty_name:"Preamble",default:null},button_label:{type:yr.STRING,pretty_name:"Button label",default:"Continue"},autocomplete:{type:yr.BOOL,pretty_name:"Allow autocomplete",default:!1}}};class hc{constructor(e){this.jsPsych=e}trial(e,t){for(var i=0;i<t.questions.length;i++)void 0===t.questions[i].rows&&(t.questions[i].rows=1);for(i=0;i<t.questions.length;i++)void 0===t.questions[i].columns&&(t.questions[i].columns=40);for(i=0;i<t.questions.length;i++)void 0===t.questions[i].value&&(t.questions[i].value="");var n="";null!==t.preamble&&(n+='<div id="jspsych-survey-text-preamble" class="jspsych-survey-text-preamble">'+t.preamble+"</div>"),t.autocomplete?n+='<form id="jspsych-survey-text-form">':n+='<form id="jspsych-survey-text-form" autocomplete="off">';var s=[];for(i=0;i<t.questions.length;i++)s.push(i);t.randomize_question_order&&(s=this.jsPsych.randomization.shuffle(s));for(i=0;i<t.questions.length;i++){var a=t.questions[s[i]],r=s[i];n+='<div id="jspsych-survey-text-'+r+'" class="jspsych-survey-text-question" style="margin: 2em 0em;">',n+='<p class="jspsych-survey-text">'+a.prompt+"</p>";var o=0==i?"autofocus":"",c=a.required?"required":"";1==a.rows?n+='<input type="text" id="input-'+r+'" name="#jspsych-survey-text-response-'+r+'" data-name="'+a.name+'" size="'+a.columns+'" '+o+" "+c+' placeholder="'+a.placeholder+'"></input>':n+='<textarea id="input-'+r+'" name="#jspsych-survey-text-response-'+r+'" data-name="'+a.name+'" cols="'+a.columns+'" rows="'+a.rows+'" '+o+" "+c+' placeholder="'+a.placeholder+'"></textarea>',n+="</div>"}n+='<input type="submit" id="jspsych-survey-text-next" class="jspsych-btn jspsych-survey-text" value="'+t.button_label+'"></input>',n+="</form>",e.innerHTML=n,e.querySelector("#input-"+s[0]).focus(),e.querySelector("#jspsych-survey-text-form").addEventListener("submit",(i=>{i.preventDefault();for(var n=performance.now(),s=Math.round(n-d),a={},r=0;r<t.questions.length;r++){var o="Q"+r,c=document.querySelector("#jspsych-survey-text-"+r).querySelector("textarea, input"),l=c.value,u=c.attributes["data-name"].value;""==u&&(u=o);var p={};p[u]=l,Object.assign(a,p)}var m={rt:s,response:a};e.innerHTML="",this.jsPsych.finishTrial(m)}));var d=performance.now()}simulate(e,t,i,n){"data-only"==t&&(n(),this.simulate_data_only(e,i)),"visual"==t&&this.simulate_visual(e,i,n)}create_simulation_data(e,t){const i={};let n=1e3;for(const t of e.questions){const s=t.name?t.name:`Q${e.questions.indexOf(t)}`,a=1==t.rows?this.jsPsych.randomization.sampleExponential(.25):this.jsPsych.randomization.randomInt(1,10)*t.rows;i[s]=this.jsPsych.randomization.randomWords({exactly:a,join:" "}),n+=this.jsPsych.randomization.sampleExGaussian(2e3,400,.004,!0)}const s={response:i,rt:n},a=this.jsPsych.pluginAPI.mergeSimulationData(s,t);return this.jsPsych.pluginAPI.ensureSimulationDataConsistency(e,a),a}simulate_data_only(e,t){const i=this.create_simulation_data(e,t);this.jsPsych.finishTrial(i)}simulate_visual(e,t,i){const n=this.create_simulation_data(e,t),s=this.jsPsych.getDisplayElement();this.trial(s,e),i();const a=Object.entries(n.response).map((e=>e[1]));for(let e=0;e<a.length;e++)this.jsPsych.pluginAPI.fillTextInput(s.querySelector(`#input-${e}`),a[e],(n.rt-1e3)/a.length*(e+1));this.jsPsych.pluginAPI.clickTarget(s.querySelector("#jspsych-survey-text-next"),n.rt)}}hc.info=fc;const gc={name:"survey-multi-select",parameters:{questions:{type:yr.COMPLEX,array:!0,pretty_name:"Questions",nested:{prompt:{type:yr.HTML_STRING,pretty_name:"Prompt",default:void 0},options:{type:yr.STRING,pretty_name:"Options",array:!0,default:void 0},horizontal:{type:yr.BOOL,pretty_name:"Horizontal",default:!1},required:{type:yr.BOOL,pretty_name:"Required",default:!1},name:{type:yr.STRING,pretty_name:"Question Name",default:""}}},randomize_question_order:{type:yr.BOOL,pretty_name:"Randomize Question Order",default:!1},preamble:{type:yr.HTML_STRING,pretty_name:"Preamble",default:null},button_label:{type:yr.STRING,pretty_name:"Button label",default:"Continue"},required_message:{type:yr.STRING,pretty_name:"Required message",default:"You must choose at least one response for this question"},autocomplete:{type:yr.BOOL,pretty_name:"Allow autocomplete",default:!1}}};class _c{constructor(e){this.jsPsych=e}trial(e,t){var i="jspsych-survey-multi-select",n="#"+i;const s=(...e)=>e.join("-");e.innerHTML="<style id=\"jspsych-survey-multi-select-css\">.jspsych-survey-multi-select-question { margin-top: 2em; margin-bottom: 2em; text-align: left; }.jspsych-survey-multi-select-text span.required {color: darkred;}.jspsych-survey-multi-select-horizontal .jspsych-survey-multi-select-text { text-align: center;}.jspsych-survey-multi-select-option { line-height: 2; }.jspsych-survey-multi-select-horizontal .jspsych-survey-multi-select-option { display: inline-block; margin-left: 1em; margin-right: 1em; vertical-align: top;}label.jspsych-survey-multi-select-text input[type='checkbox'] {margin-right: 1em;}</style>";var a=s(i,"form");e.innerHTML+='<form id="'+a+'"></form>';var r=e.querySelector("#"+a);t.autocomplete||r.setAttribute("autocomplete","off");var o=s(i,"preamble");null!==t.preamble&&(r.innerHTML+='<div id="'+o+'" class="'+o+'">'+t.preamble+"</div>");for(var c=[],d=0;d<t.questions.length;d++)c.push(d);t.randomize_question_order&&(c=this.jsPsych.randomization.shuffle(c));for(d=0;d<t.questions.length;d++){var l=t.questions[c[d]],u=c[d],p=[s(i,"question")];l.horizontal&&p.push(s(i,"horizontal")),r.innerHTML+='<div id="'+s(i,u)+'" data-name="'+l.name+'" class="'+p.join(" ")+'"></div>';var m=s(n,u);e.querySelector(m).innerHTML+='<p id="survey-question" class="'+i+'-text survey-multi-select">'+l.prompt+"</p>";for(var f=0;f<l.options.length;f++){var h=s(i,"option",u,f);e.querySelector(m).innerHTML+='<div id="'+h+'" class="'+s(i,"option")+'"></div>';var g=document.getElementById(h),_=s(i,"response",u),I=s(i,"response",u,f),y=document.createElement("label");y.setAttribute("class",i+"-text"),y.innerHTML=l.options[f],y.setAttribute("for",I);var v=document.createElement("input");v.setAttribute("type","checkbox"),v.setAttribute("name",_),v.setAttribute("id",I),v.setAttribute("value",l.options[f]),g.appendChild(y),y.insertBefore(v,y.firstChild)}}r.innerHTML+='<div class="fail-message"></div>',r.innerHTML+='<button id="'+i+'-next" class="'+i+' jspsych-btn">'+t.button_label+"</button>",e.querySelector("#jspsych-survey-multi-select-next").addEventListener("click",(()=>{for(var i=0;i<t.questions.length;i++)t.questions[i].required&&(null==e.querySelector("#jspsych-survey-multi-select-"+i+" input:checked")?e.querySelector("#jspsych-survey-multi-select-"+i+" input").setCustomValidity(t.required_message):e.querySelector("#jspsych-survey-multi-select-"+i+" input").setCustomValidity(""));r.reportValidity()})),r.addEventListener("submit",(i=>{i.preventDefault();for(var n=performance.now(),s=Math.round(n-w),a={},r=0;r<t.questions.length;r++){for(var o=e.querySelector("#jspsych-survey-multi-select-"+r),d=[],l=o.querySelectorAll("input[type=checkbox]:checked"),u=0;u<l.length;u++){var p=l[u];d.push(p.value)}var m={},f="Q"+r;""!==o.attributes["data-name"].value&&(f=o.attributes["data-name"].value),m[f]=d,Object.assign(a,m),d.length}var h={rt:s,response:a,question_order:c};e.innerHTML="",this.jsPsych.finishTrial(h)}));var w=performance.now()}simulate(e,t,i,n){"data-only"==t&&(n(),this.simulate_data_only(e,i)),"visual"==t&&this.simulate_visual(e,i,n)}create_simulation_data(e,t){const i={};let n=1e3;for(const t of e.questions){let s;s=t.required?this.jsPsych.randomization.randomInt(1,t.options.length):this.jsPsych.randomization.randomInt(0,t.options.length);const a=t.name?t.name:`Q${e.questions.indexOf(t)}`,r=this.jsPsych.randomization.sampleWithoutReplacement(t.options,s);i[a]=r,n+=this.jsPsych.randomization.sampleExGaussian(1500,400,.005,!0)}const s={response:i,rt:n,question_order:e.randomize_question_order?this.jsPsych.randomization.shuffle([...Array(e.questions.length).keys()]):[...Array(e.questions.length).keys()]},a=this.jsPsych.pluginAPI.mergeSimulationData(s,t);return this.jsPsych.pluginAPI.ensureSimulationDataConsistency(e,a),a}simulate_data_only(e,t){const i=this.create_simulation_data(e,t);this.jsPsych.finishTrial(i)}simulate_visual(e,t,i){const n=this.create_simulation_data(e,t),s=this.jsPsych.getDisplayElement();this.trial(s,e),i();const a=Object.entries(n.response);for(let t=0;t<a.length;t++)for(const i of a[t][1])this.jsPsych.pluginAPI.clickTarget(s.querySelector(`#jspsych-survey-multi-select-response-${t}-${e.questions[t].options.indexOf(i)}`),(n.rt-1e3)/a.length*(t+1));this.jsPsych.pluginAPI.clickTarget(s.querySelector("#jspsych-survey-multi-select-next"),n.rt)}}_c.info=gc;const Ic={name:"survey-html-form",parameters:{html:{type:yr.HTML_STRING,pretty_name:"HTML",default:null},preamble:{type:yr.HTML_STRING,pretty_name:"Preamble",default:null},button_label:{type:yr.STRING,pretty_name:"Button label",default:"Continue"},autofocus:{type:yr.STRING,pretty_name:"Element ID to focus",default:""},dataAsArray:{type:yr.BOOL,pretty_name:"Data As Array",default:!1},autocomplete:{type:yr.BOOL,pretty_name:"Allow autocomplete",default:!1}}};class yc{constructor(e){this.jsPsych=e}trial(e,t){var i="";if(null!==t.preamble&&(i+='<div id="jspsych-survey-html-form-preamble" class="jspsych-survey-html-form-preamble">'+t.preamble+"</div>"),t.autocomplete?i+='<form id="jspsych-survey-html-form">':i+='<form id="jspsych-survey-html-form" autocomplete="off">',i+=t.html,i+='<input type="submit" id="jspsych-survey-html-form-next" class="jspsych-btn jspsych-survey-html-form" value="'+t.button_label+'"></input>',i+="</form>",e.innerHTML=i,""!==t.autofocus){var n=e.querySelectorAll("#"+t.autofocus);0===n.length?console.warn("No element found with id: "+t.autofocus):n.length>1?console.warn('The id "'+t.autofocus+'" is not unique so autofocus will not work.'):n[0].focus()}e.querySelector("#jspsych-survey-html-form").addEventListener("submit",(i=>{i.preventDefault();var n=performance.now(),a=Math.round(n-s),r=
11
+ /**
12
+ * Serialize all form data into an array
13
+ * @copyright (c) 2018 Chris Ferdinandi, MIT License, https://gomakethings.com
14
+ * @param {Node} form The form to serialize
15
+ * @return {String} The serialized form data
16
+ */
17
+ function(e){for(var t=[],i=0;i<e.elements.length;i++){var n=e.elements[i];if(n.name&&!n.disabled&&"file"!==n.type&&"reset"!==n.type&&"submit"!==n.type&&"button"!==n.type)if("select-multiple"===n.type)for(var s=0;s<n.options.length;s++)n.options[s].selected&&t.push({name:n.name,value:n.options[s].value});else("checkbox"!==n.type&&"radio"!==n.type||n.checked)&&t.push({name:n.name,value:n.value})}return t}(e.querySelector("#jspsych-survey-html-form"));t.dataAsArray||(r=function(e){for(var t={},i=0;i<e.length;i++)t[e[i].name]=e[i].value;return t}(r));var o={rt:a,response:r};e.innerHTML="",this.jsPsych.finishTrial(o)}));var s=performance.now()}}yc.info=Ic;const vc={name:"audio-multi-response",parameters:{stimulus:{type:yr.HTML_STRING,pretty_name:"Stimulus",default:void 0},button_choices:{type:yr.STRING,pretty_name:"Button Choices",default:[],array:!0},keyboard_choices:{type:yr.KEYS,pretty_name:"Keyboard Choices",default:"NO_KEYS"},button_html:{type:yr.HTML_STRING,pretty_name:"Button HTML",default:'<button class="jspsych-btn">%choice%</button>',array:!0},prompt:{type:yr.HTML_STRING,pretty_name:"Prompt",default:null},prompt_above_buttons:{type:yr.BOOL,pretty_name:"Prompt above buttons",default:!1},trial_duration:{type:yr.INT,pretty_name:"Trial duration",default:null},margin_vertical:{type:yr.STRING,pretty_name:"Margin vertical",default:"0px"},margin_horizontal:{type:yr.STRING,pretty_name:"Margin horizontal",default:"8px"},response_ends_trial:{type:yr.BOOL,pretty_name:"Response ends trial",default:!0},trial_ends_after_audio:{type:yr.BOOL,pretty_name:"Trial ends after audio",default:!1},response_allowed_while_playing:{type:yr.BOOL,pretty_name:"Response allowed while playing",default:!0}}};class wc{constructor(e){this.jsPsych=e}trial(e,t,i){let n;var s=this.jsPsych.pluginAPI.audioContext();let a={rt:null,key:null,button:null,source:null};var r;this.jsPsych.pluginAPI.getAudioBuffer(t.stimulus).then((e=>{null!==s?(this.audio=s.createBufferSource(),this.audio.buffer=e,this.audio.connect(s.destination)):(this.audio=e,this.audio.currentTime=0),o()})).catch((e=>{console.error(`Failed to load audio file "${t.stimulus}". Try checking the file path. We recommend using the preload plugin to load audio files.`),console.error(e)}));const o=()=>{t.trial_ends_after_audio&&this.audio.addEventListener("ended",c),t.response_allowed_while_playing||t.trial_ends_after_audio||(this.audio.addEventListener("ended",m),this.audio.addEventListener("ended",u));var n=[];if(Array.isArray(t.button_html))t.button_html.length==t.button_choices.length?n=t.button_html:console.error("Error in audio-multi-response plugin. The length of the button_html array does not equal the length of the choices array");else for(var a=0;a<t.button_choices.length;a++)n.push(t.button_html);let o='<div id="jspsych-audio-multi-response-btngroup">';for(a=0;a<t.button_choices.length;a++){var d=n[a].replace(/%choice%/g,t.button_choices[a]);o+='<div class="jspsych-audio-multi-response-button" style="cursor: pointer; display: inline-block; margin:'+t.margin_vertical+" "+t.margin_horizontal+'" id="jspsych-audio-multi-response-button-'+a+'" data-choice="'+a+'">'+d+"</div>"}o+="</div>",null!==t.prompt&&(t.prompt_above_buttons?o='<div id="jspsych-audio-multi-response-prompt">'+t.prompt+"</div>"+o:o+='<div id="jspsych-audio-multi-response-prompt">'+t.prompt+"</div>"),e.innerHTML=o,t.response_allowed_while_playing?(u(),m()):l(),r=performance.now(),null!==s?(r=s.currentTime,this.audio.start(r)):this.audio.play(),null!==t.trial_duration&&this.jsPsych.pluginAPI.setTimeout((()=>{c()}),t.trial_duration),i()},c=()=>{this.jsPsych.pluginAPI.clearAllTimeouts(),null!==s?this.audio.stop():this.audio.pause(),this.audio.removeEventListener("ended",c),this.audio.removeEventListener("ended",m),this.audio.removeEventListener("ended",u),this.jsPsych.pluginAPI.cancelAllKeyboardResponses();const i={rt:a.rt,stimulus:t.stimulus,keyboard_response:a.key,button_response:a.button,response_source:a.source};e.innerHTML="",this.jsPsych.finishTrial(i),n()};function d(e){!function(e){var i=performance.now(),n=Math.round(i-r);null!==s&&(i=s.currentTime,n=Math.round(1e3*(i-r)));a.button=parseInt(e),a.rt=n,a.source="button",l(),t.response_ends_trial&&c()}(e.currentTarget.getAttribute("data-choice"))}function l(){for(var e=document.querySelectorAll(".jspsych-audio-multi-response-button"),t=0;t<e.length;t++){var i=e[t].querySelector("button");i&&(i.disabled=!0),e[t].removeEventListener("click",d)}}function u(){for(var e=document.querySelectorAll(".jspsych-audio-multi-response-button"),t=0;t<e.length;t++){var i=e[t].querySelector("button");i&&(i.disabled=!1),e[t].addEventListener("click",d)}}const p=e=>{null==a.key&&(a=Object.assign({source:"keyboard",button:null},e)),t.response_ends_trial&&c()},m=()=>{if("NO_KEYS"!=t.keyboard_choices){let e;e=null!==s?{rt_method:"audio",audio_context:s,audio_context_start_time:r}:{rt_method:"performance"},this.jsPsych.pluginAPI.getKeyboardResponse(Object.assign({callback_function:p,valid_responses:t.keyboard_choices,persist:!1,allow_held_key:!1},e))}};return new Promise((e=>{n=e}))}simulate(e,t,i,n){"data-only"==t&&(n(),this.simulate_data_only(e,i)),"visual"==t&&this.simulate_visual(e,i,n)}create_simulation_data(e,t){const i={stimulus:e.stimulus,rt:this.jsPsych.randomization.sampleExGaussian(500,50,1/150,!0),keyboard_response:this.jsPsych.pluginAPI.getValidKey(e.keyboard_choices),button_response:null,response_source:"keyboard"},n={stimulus:e.stimulus,rt:this.jsPsych.randomization.sampleExGaussian(500,50,1/150,!0),button_response:this.jsPsych.randomization.randomInt(0,e.button_choices.length-1),keyboard_response:null,response_source:"button"},s=Math.random()<.5?i:n,a=this.jsPsych.pluginAPI.mergeSimulationData(s,t);return this.jsPsych.pluginAPI.ensureSimulationDataConsistency(e,a),a}simulate_data_only(e,t){const i=this.create_simulation_data(e,t);this.jsPsych.finishTrial(i)}simulate_visual(e,t,i){const n=this.create_simulation_data(e,t),s=this.jsPsych.getDisplayElement(),a=()=>{null!==n.rt&&(null!==n.button_response?this.jsPsych.pluginAPI.clickTarget(s.querySelector(`div[data-choice="${n.response}"] button`),n.rt):this.jsPsych.pluginAPI.pressKey(n.keyboard_response,n.rt))};this.trial(s,e,(()=>{i(),e.response_allowed_while_playing?a():this.audio.addEventListener("ended",a)}))}}function bc(e){return bc="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},bc(e)}function Ec(e){var t=function(e,t){if("object"!=bc(e)||!e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var n=i.call(e,t);if("object"!=bc(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==bc(t)?t:t+""}function Ac(e,t,i){return t&&function(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Ec(n.key),n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}wc.info=vc;var Sc=[],xc=Sc.forEach,Tc=Sc.slice;var Rc=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/,kc=function(e,t,i,n){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{path:"/",sameSite:"strict"};i&&(s.expires=new Date,s.expires.setTime(s.expires.getTime()+60*i*1e3)),n&&(s.domain=n),document.cookie=function(e,t,i){var n=i||{};n.path=n.path||"/";var s=encodeURIComponent(t),a="".concat(e,"=").concat(s);if(n.maxAge>0){var r=n.maxAge-0;if(Number.isNaN(r))throw new Error("maxAge should be a Number");a+="; Max-Age=".concat(Math.floor(r))}if(n.domain){if(!Rc.test(n.domain))throw new TypeError("option domain is invalid");a+="; Domain=".concat(n.domain)}if(n.path){if(!Rc.test(n.path))throw new TypeError("option path is invalid");a+="; Path=".concat(n.path)}if(n.expires){if("function"!=typeof n.expires.toUTCString)throw new TypeError("option expires is invalid");a+="; Expires=".concat(n.expires.toUTCString())}if(n.httpOnly&&(a+="; HttpOnly"),n.secure&&(a+="; Secure"),n.sameSite)switch("string"==typeof n.sameSite?n.sameSite.toLowerCase():n.sameSite){case!0:a+="; SameSite=Strict";break;case"lax":a+="; SameSite=Lax";break;case"strict":a+="; SameSite=Strict";break;case"none":a+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}return a}(e,encodeURIComponent(t),s)},Lc=function(e){for(var t="".concat(e,"="),i=document.cookie.split(";"),n=0;n<i.length;n++){for(var s=i[n];" "===s.charAt(0);)s=s.substring(1,s.length);if(0===s.indexOf(t))return s.substring(t.length,s.length)}return null},Nc={name:"cookie",lookup:function(e){var t;if(e.lookupCookie&&"undefined"!=typeof document){var i=Lc(e.lookupCookie);i&&(t=i)}return t},cacheUserLanguage:function(e,t){t.lookupCookie&&"undefined"!=typeof document&&kc(t.lookupCookie,e,t.cookieMinutes,t.cookieDomain,t.cookieOptions)}},Fc={name:"querystring",lookup:function(e){var t;if("undefined"!=typeof window){var i=window.location.search;!window.location.search&&window.location.hash&&window.location.hash.indexOf("?")>-1&&(i=window.location.hash.substring(window.location.hash.indexOf("?")));for(var n=i.substring(1).split("&"),s=0;s<n.length;s++){var a=n[s].indexOf("=");if(a>0)n[s].substring(0,a)===e.lookupQuerystring&&(t=n[s].substring(a+1))}}return t}},Uc=null,Oc=function(){if(null!==Uc)return Uc;try{Uc="undefined"!==window&&null!==window.localStorage;var e="i18next.translate.boo";window.localStorage.setItem(e,"foo"),window.localStorage.removeItem(e)}catch(e){Uc=!1}return Uc},Cc={name:"localStorage",lookup:function(e){var t;if(e.lookupLocalStorage&&Oc()){var i=window.localStorage.getItem(e.lookupLocalStorage);i&&(t=i)}return t},cacheUserLanguage:function(e,t){t.lookupLocalStorage&&Oc()&&window.localStorage.setItem(t.lookupLocalStorage,e)}},Pc=null,jc=function(){if(null!==Pc)return Pc;try{Pc="undefined"!==window&&null!==window.sessionStorage;var e="i18next.translate.boo";window.sessionStorage.setItem(e,"foo"),window.sessionStorage.removeItem(e)}catch(e){Pc=!1}return Pc},Mc={name:"sessionStorage",lookup:function(e){var t;if(e.lookupSessionStorage&&jc()){var i=window.sessionStorage.getItem(e.lookupSessionStorage);i&&(t=i)}return t},cacheUserLanguage:function(e,t){t.lookupSessionStorage&&jc()&&window.sessionStorage.setItem(t.lookupSessionStorage,e)}},zc={name:"navigator",lookup:function(e){var t=[];if("undefined"!=typeof navigator){if(navigator.languages)for(var i=0;i<navigator.languages.length;i++)t.push(navigator.languages[i]);navigator.userLanguage&&t.push(navigator.userLanguage),navigator.language&&t.push(navigator.language)}return t.length>0?t:void 0}},Dc={name:"htmlTag",lookup:function(e){var t,i=e.htmlTag||("undefined"!=typeof document?document.documentElement:null);return i&&"function"==typeof i.getAttribute&&(t=i.getAttribute("lang")),t}},Bc={name:"path",lookup:function(e){var t;if("undefined"!=typeof window){var i=window.location.pathname.match(/\/([a-zA-Z-]*)/g);if(i instanceof Array)if("number"==typeof e.lookupFromPathIndex){if("string"!=typeof i[e.lookupFromPathIndex])return;t=i[e.lookupFromPathIndex].replace("/","")}else t=i[0].replace("/","")}return t}},$c={name:"subdomain",lookup:function(e){var t="number"==typeof e.lookupFromSubdomainIndex?e.lookupFromSubdomainIndex+1:1,i="undefined"!=typeof window&&window.location&&window.location.hostname&&window.location.hostname.match(/^(\w{2,5})\.(([a-z0-9-]{1,63}\.[a-z]{2,6})|localhost)/i);if(i)return i[t]}};var qc=function(){function e(t){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.type="languageDetector",this.detectors={},this.init(t,i)}return Ac(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};this.services=e||{languageUtils:{}},this.options=function(e){return xc.call(Tc.call(arguments,1),(function(t){if(t)for(var i in t)void 0===e[i]&&(e[i]=t[i])})),e}(t,this.options||{},{order:["querystring","cookie","localStorage","sessionStorage","navigator","htmlTag"],lookupQuerystring:"lng",lookupCookie:"i18next",lookupLocalStorage:"i18nextLng",lookupSessionStorage:"i18nextLng",caches:["localStorage"],excludeCacheFor:["cimode"],convertDetectedLanguage:function(e){return e}}),"string"==typeof this.options.convertDetectedLanguage&&this.options.convertDetectedLanguage.indexOf("15897")>-1&&(this.options.convertDetectedLanguage=function(e){return e.replace("-","_")}),this.options.lookupFromUrlIndex&&(this.options.lookupFromPathIndex=this.options.lookupFromUrlIndex),this.i18nOptions=i,this.addDetector(Nc),this.addDetector(Fc),this.addDetector(Cc),this.addDetector(Mc),this.addDetector(zc),this.addDetector(Dc),this.addDetector(Bc),this.addDetector($c)}},{key:"addDetector",value:function(e){return this.detectors[e.name]=e,this}},{key:"detect",value:function(e){var t=this;e||(e=this.options.order);var i=[];return e.forEach((function(e){if(t.detectors[e]){var n=t.detectors[e].lookup(t.options);n&&"string"==typeof n&&(n=[n]),n&&(i=i.concat(n))}})),i=i.map((function(e){return t.options.convertDetectedLanguage(e)})),this.services.languageUtils.getBestMatchFromCodes?i:i.length>0?i[0]:null}},{key:"cacheUserLanguage",value:function(e,t){var i=this;t||(t=this.options.caches),t&&(this.options.excludeCacheFor&&this.options.excludeCacheFor.indexOf(e)>-1||t.forEach((function(t){i.detectors[t]&&i.detectors[t].cacheUserLanguage(e,i.options)})))}}]),e}();qc.type="languageDetector";var Vc={loading:"This experiment is loading...",labID:"Lab ID",participantID:"Participant ID",buttonLabel:"Continue",progressBar:"Progress Complete",preloadTrial:{messageText:"Please wait while the experiment loads. This may take a few minutes."},fullScreenTrial:{prompt:"The experiment will switch to full screen mode. <br/> Click the button to continue.",buttonText:"Continue"},navigation:{continueButtonText:"Press <span class='yellow'>{{input}}</span> to {{action}}",studentSelect:"Press <span class='yellow'>a number key</span> to pick a student "},introduction:{gradeSelect:{text1:"What grade are you in?",text2:"To get started, press the number key on your keyboard of the grade you are in.",text2Mobile:"To get started, press the number of the grade you are in.",text3:"For example, you would press “4” if you are in 4th grade.",text4:"Press <span class='yellow'>the number key </span> of the grade you are in to continue ",text4Mobile:"Press <span class='yellow'>the number</span> of the grade you are in to continue "},intro:{text1:"Welcome to the Sentence Reading Efficiency activity!",text2:"In this activity, you are going to decide if a sentence is true or not.",text3:"Some of the sentences may be confusing, but do your best to label as many as you can.",text4:"Welcome! You are the new professor at Sentencia Academy.",text5:"We have some bright students that need your help with their sentence reading homework.",text6:"You will help these students decide if a sentence is true or not."}},practice:{intro:{text1:"Instructions",text2:"In this activity, you are going to read some sentences and decide whether each sentence is true or false.",text3:"Press the <span class='orange'><b> LEFT ARROW KEY </b></span> if a sentence is false. For example, 'A fish lives on land', is a false sentence so you would press the <span class='orange'> <b> left arrow key. </b> </span>",text3Mobile:"Press the <span class='orange'><b> LEFT ARROW </b></span> if a sentence is false. For example, 'A fish lives on land', is a false sentence so you would press the <span class='orange'> <b> left arrow. </b> </span>",text4:"Press the <span class='blue'><b> RIGHT ARROW KEY </b></span> if a sentence is true. For example, 'A cow is an animal', is a true sentence so you would press the <span class='blue'> <b> right arrow key. </b> </span>",text4Mobile:"Press the <span class='blue'><b> RIGHT ARROW </b></span> if a sentence is true. For example, 'A cow is an animal', is a true sentence so you would press the <span class='blue'> <b> right arrow. </b> </span>",text5:"Let's do some for practice!",text6:"Press <span class='yellow'>any key</span> to begin the practice sentences",text6Mobile:"Press <span class='yellow'>HERE</span> to begin the practice sentences"},postPracticeIntro:{text1:"Great job on those practice sentences!",text2:"You are ready to start the game.",text3:"You will have a <b> few minutes </b> to label as many sentences as you can.",text4:"Read each sentence silently and work as fast as you can without making mistakes.",text5:"It's okay if you don't know the answer. Give it your best guess and move to the next one."},feedback:{text1:"You pressed the {{arrow}} arrow key for {{type}} sentences.",text1Mobile:"You pressed the {{arrow}} arrow for {{type}} sentences.",text2:"is a {{type}} sentence. Press the {{arrow}} arrow key to continue.",text2Mobile:"is a {{type}} sentence. Press the {{arrow}} arrow to continue."},postPracticeReminder:{text1:"Press the <span class='orange'> <b> left arrow key </b> </span> for <span class='orange'> <b> false sentences.</b> </span>",text1Mobile:"Press the <span class='orange'> <b> left arrow </b> </span> for <span class='orange'> <b> false sentences.</b> </span>",text2:"Press the <span class='blue'> <b> right arrow key </b> </span> for <span class='blue'> <b> true sentences. </b> </span>",text2Mobile:"Press the <span class='blue'> <b> right arrow </b> </span> for <span class='blue'> <b> true sentences. </b> </span>",text3:"Do your best!",text4:"Ready?"}},characterSelect:{studentSelect:{paragraph1:"Now, let's meet your students!",paragraph2:"Press the number key on your keyboard to pick the student you would like to work with.",paragraph2Mobile:"Press the number of the student you would like to work with.",paragraph3:"Press <span class='yellow'>a number key</span> to pick a student",paragraph3MobileBefore:"Press ",paragraph3MobileSpan:"a number ",paragraph3MobileAfter:"to pick a student"},studentIntro:{paragraph1:"Hi Professor! It's nice to meet you. My name is",paragraph2:"I'm having trouble with my sentence reading homework. I need to finish it so I can",paragraph3:"Can you help me?"},studentCharacter:{dog:"Amy",cat:"Carson",bird:"Jaiden",deer:"Dylan"},studentActivity:{dog:"go to track practice",cat:"go to debate club",bird:"hang out with my friends",deer:"volunteer at the soup kitchen"}},gameBreak:{halfwayScreen:{text1:"Great job!",text2:"You are halfway through - let's keep going.",text3:"Wow! I'm getting the hang of this!",text4:"We're halfway through - let's keep going."},endScreen:{text1:"Amazing job!",text2:"You are all done. Thank you so much for completing our activity.",text3:"Amazing job, Professor!",text4:"finished in record time. Thank you for your help!"},debrief:{text1:"Thank you for your participation!",text2:"Your responses have been saved."}},feedbackTranslations:{correct:"Correct!",incorrect:"That's not quite right!"},reminderTexts:{remember:"Remember!"},grades:{1:"1st Grade",2:"2nd Grade",3:"3rd Grade",4:"4th Grade",5:"5th Grade",6:"6th Grade",7:"7th Grade","8+":"8th Grade or higher"},terms:{here:"HERE",anyKey:"ANY KEY",continue:"continue",practice:"practice",begin:"begin",left:"left",right:"right",save:"save your work",close:"close the game",true:"true",false:"false"}},Hc={loading:"El experimento se está cargando...",labID:"ID del laboratorio",participantID:"ID del participante",buttonLabel:"Continuar",progressBar:"Barra de progreso",preloadTrial:{messageText:"Por favor, espera mientras se carga el juego. Esto puede tardar unos minutos."},fullScreenTrial:{prompt:"El juego se va a cambiar a modo de pantalla completa. <br/> Presiona el botón para continuar.",buttonText:"Continuar"},navigation:{continueButtonText:"Presiona <span class='yellow'>{{input}}</span> para {{action}}",studentSelect:"Presiona <span class='yellow'>la tecla con el número</span> asociado al estudiante que quieres seleccionar "},introduction:{gradeSelect:{text1:"¿En qué grado estás?",text2:"Para empezar, presiona la tecla de tu teclado que tiene el número del grado en el que estás.",text2Mobile:"Para empezar, presiona el numero del grado en el que estás.",text3:"Por ejemplo, presiona el número '4' si estás en 4to grado.",text4:"Presiona <span class='yellow'> la tecla con el número </span> del grado en el que estás para continuar ",text4Mobile:"Presiona <span class='yellow'>el número</span> del grado en el que estás para continuar "},intro:{text1:"¡Bienvenido(a) a la actividad de lectura de frases!",text2:"En esta actividad, vas a decidir si una frase es verdadera o falsa.",text3:"Aunque algunas frases pueden ser confusas, te invitamos a hacer tu mejor intento </br> para que puedas identificar tantas como puedas.",text4:"¡Bienvenido(a)! Eres el&#47;la nuevo(a) profesor(a) en la Academia de Fraseología.",text5:"Tenemos algunos estudiantes inteligentes que necesitan tu ayuda con su tarea de lectura de frases.",text6:"Vas a ayudar a estos estudiantes a decidir si una frase es verdadera o falsa."}},practice:{intro:{text1:"Instrucciones",text2:"En esta actividad, vas a leer algunas frases y decidir si cada una es verdadera o falsa.",text3:"Presiona la <span class='orange'><b> TECLA DE FLECHA IZQUIERDA </b></span> si una frase es falsa. Por ejemplo, 'Un pez vive en la tierra' es una frase falsa así que debes presionar la <span class='orange'> <b> tecla de flecha izquierda.</b> </span>",text3Mobile:"Presiona la <span class='orange'><b> FLECHA IZQUIERDA </b></span> si una frase es falsa. Por ejemplo, 'Un pez vive en la tierra' es una frase falsa, así que debes presionar la <span class='orange'> <b> flecha izquierda. </b> </span>",text4:"Presiona la <span class='blue'><b> TECLA DE LA FLECHA DERECHA </b></span> si una frase es verdadera. Por ejemplo, 'La vaca es un animal', es una frase verdadera así que debes presionar la <span class='blue'> <b> tecla de la flecha derecha. </b> </span>",text4Mobile:"Presiona la <span class='blue'><b> FLECHA DERECHA </b></span> si una frase es verdadera. Por ejemplo, 'Una vaca es un animal' es una frase verdadera, así que debes presionar la <span class='blue'> <b> flecha derecha. </b> </span>",text5:"¡Vamos a hacer algunos ejercicios para practicar!",text6:"Presiona <span class='yellow'>cualquier tecla</span> para empezar con las frases de práctica",text6Mobile:"Presiona <span class='yellow'>AQUÍ</span> para empezar con las frases de práctica"},postPracticeIntro:{text1:"¡Excelente trabajo en las frases de práctica!",text2:"Estás listo(a) para comenzar el juego.",text3:"Tendrás <b> unos minutos </b> para identificar todas las frases que puedas.",text4:"Lee cada frase en silencio y trabaja lo más rápido que puedas sin cometer errores.",text5:"Está bien si no sabes la respuesta. Haz tu mejor esfuerzo y pasa a la siguiente."},feedback:{text1:"Presionaste la tecla de flecha {{arrow}} que usamos para frases {{type}}s.",text1Mobile:"Presionaste la flecha {{arrow}} que usamos para frases {{type}}s.",text2:"es una frase {{type}}. Presiona la tecla de flecha {{arrow}} para continuar.",text2Mobile:"es una frase {{type}}. Presiona la flecha {{arrow}} para continuar."},postPracticeReminder:{text1:"Presiona la <span class='orange'> <b> tecla de flecha izquierda </b> </span> para <span class='orange'> <b> frases falsas.</b> </span>",text1Mobile:"Presiona la <span class='orange'> <b> flecha izquierda </b> </span> para <span class='orange'> <b> frases falsas.</b> </span>",text2:"Presiona la <span class='blue'> <b> tecla de flecha derecha </b> </span> para <span class='blue'> <b> frases verdaderas. </b> </span>",text2Mobile:"Presiona la <span class='blue'> <b> flecha derecha </b> </span> para <span class='blue'> <b> frases verdaderas. </b> </span>",text3:"¡Haz lo mejor que puedas!",text4:"¿Listo(a)?"}},characterSelect:{studentSelect:{paragraph1:"Ahora, ¡vamos a conocer a tus estudiantes!",paragraph2:"Presiona la tecla de tu teclado con el número asociado al estudiante con el que te gustaría trabajar.",paragraph2Mobile:"Presiona el número para elegir al estudiante con el que te gustaría trabajar.",paragraph3:"Presiona <span class='yellow'>la tecla con el número</span> asociado al estudiante que quieres seleccionar",paragraph3MobileBefore:"Presiona ",paragraph3MobileSpan:"un número ",paragraph3MobileAfter:"para elegir a un estudiante."},studentIntro:{paragraph1:"¡Hola profesor! Es un gusto conocerlo. Mi nombre es",paragraph2:"Estoy teniendo problemas con mi tarea de lectura de frases. Necesito terminarla para poder",paragraph3:"¿Me puede ayudar?"},studentCharacter:{dog:"Silvia",cat:"Alberto",bird:"Verónica",deer:"Antonio"},studentActivity:{dog:"ir a leer mi libro favorito",cat:"ir a la práctica de baloncesto",bird:"salir a compartir con mis amigos/as",deer:"ir a la práctica de fútbol"}},feedbackTranslations:{correct:"Correcto!",incorrect:"En este caso no es correcto!"},reminderTexts:{remember:"Recuerda!"},grades:{1:"1er Grado",2:"2do Grado",3:"3er Grado",4:"4to Grado",5:"5to Grado",6:"6to Grado",7:"7to Grado","8+":"8vo Grado o superior"},gameBreak:{halfwayScreen:{text1:"¡Buen trabajo!",text2:"Estamos en la mitad, sigamos adelante.",text3:"¡Increíble! ¡Ya estoy entendiendo cómo funciona!",text4:"Estamos en la mitad, sigamos adelante."},endScreen:{text1:"¡Increíble trabajo!",text2:"Has terminado. Muchas gracias por completar esta actividad.",text3:"¡Muy buen trabajo, profesor!",text4:"terminó en tiempo récord. ¡Gracias por tu ayuda!"},debrief:{text1:"¡Gracias por tu participación!",text2:"Tus respuestas han sido guardadas."}},terms:{here:"AQUÍ",anyKey:"CUALQUIER TECLA",continue:"continuar",practice:"practice",begin:"empezar",left:"izquierda",right:"derecha",save:"guardar tu trabajo",close:"cerrar el juego",true:"verdadera",false:"falsa"}},Wc={loading:"Este experimento está carregando...",labID:"ID do Laboratório",participantID:"ID do Participante",buttonLabel:"Continuar",progressBar:"Progresso concluído",preloadTrial:{messageText:"Por favor, aguarde enquanto o experimento carrega. Isso pode levar alguns minutos."},fullScreenTrial:{prompt:"O experimento mudará para tela cheia. <br/> Clique no botão para continuar.",buttonText:"Continuar"},navigation:{continueButtonText:"Pressione <span class='yellow'>{{input}}</span> para {{action}}",studentSelect:"Pressione <span class='yellow'> uma tecla numérica </span> para selecionar um estudante. "},introduction:{gradeSelect:{text1:"Em qual ano você está matriculado?",text2:"Pressione a tecla numérica correspondente ao ano em que você está na escola.",text2Mobile:"Pressione a tecla numérica correspondente ao ano em que você está na escola.",text3:"Por exemplo, pressione “2” se estiver no 2º ano.",text4:"Pressione <span class='yellow'> a tecla numérica </span> do ano escolar em que você está para continuar",text4Mobile:"Pressione <span class='yellow'> a tecla numérica </span> do ano escolar em que você está para continuar"},intro:{text1:"Bem-vindo à atividade de Eficiência na Leitura de Frases!",text2:"Nesta atividade, você vai decidir se uma frase é verdadeira ou não.",text3:"Algumas frases podem parecer confusas, mas faça o seu melhor para responder o máximo que puder.",text4:"Bem-vindo! Você dará aulas na Escola de Leitura.",text5:"Alguns alunos talentosos precisam da sua ajuda com os exercícios de leitura de frases.",text6:"Você ajudará esses alunos a decidirem se uma frase é verdadeira ou não."}},practice:{intro:{text1:"Instruções",text2:"Nesta atividade, você vai ler algumas frases e decidir se cada uma delas é verdadeira ou falsa.",text3:"Pressione a tecla de <span class='orange'><b> SETA PARA ESQUERDA </b></span> se uma frase for falsa. Por exemplo, 'O peixe vive na terra', é uma frase falsa, então você deve pressionar a tecla de <span class='orange'> <b> SETA PARA ESQUERDA. </b> </span>",text3Mobile:"Pressione a tecla de <span class='orange'><b> SETA PARA ESQUERDA </b></span> se uma frase for falsa. Por exemplo, 'O peixe vive na terra', é uma frase falsa, então você deve pressionar a tecla de <span class='orange'> <b> SETA PARA ESQUERDA. </b> </span>",text4:"Pressione a tecla de <span class='blue'><b> SETA PARA DIREITA </b></span> se uma frase for verdadeira. Por exemplo, 'A vaca é um animal', é uma frase verdadeira, então você deve pressionar a tecla de <span class='blue'> <b> SETA PARA DIREITA. </b> </span>",text4Mobile:"Pressione a tecla de <span class='blue'><b> SETA PARA DIREITA </b></span> se uma frase for verdadeira. Por exemplo, 'A vaca é um animal', é uma frase verdadeira, então você deve pressionar a tecla de <span class='blue'> <b> SETA PARA DIREITA. </b> </span>",text5:"Vamos treinar!",text6:"Pressione <span class='yellow'>qualquer tecla</span> para começar as frases de treino",text6Mobile:"Pressione <span class='yellow'>AQUI</span> para começar as frases de treino"},postPracticeIntro:{text1:"Ótimo trabalho!",text2:"Você está pronto para começar o jogo.",text3:"Você terá <b> 3 minutos </b> para responder o máximo de frases que puder.",text4:"Leia cada frase silenciosamente e trabalhe o mais rápido possível sem cometer erros.",text5:"Está tudo bem se você não souber a resposta. Dê seu melhor palpite e siga para a próxima sentença."},feedback:{text1:"Você pressionou a seta {{arrow}} para frases {{type}}s.",text1Mobile:"Você pressionou a seta {{arrow}} para frases {{type}}s.",text2:"é uma frase {{type}}. Pressione a seta {{arrow}} para continuar.",text2Mobile:"é uma frase {{type}}. Pressione a seta {{arrow}} para continuar."},postPracticeReminder:{text1:" Pressione a tecla de <span class='orange'> <b> seta para esquerda </b> </span> para <span class='orange'> <b> frases falsas.</b> </span>",text1Mobile:"Pressione a tecla de <span class='orange'> <b> seta para esquerda </b> </span> para <span class='orange'> <b> frases falsas.</b> </span>",text2:"Pressione a tecla de <span class='blue'> <b> seta para direita </b> </span> para <span class='blue'> <b> frases verdadeiras. </b> </span>",text2Mobile:"Pressione a tecla de <span class='blue'> <b> seta para direita </b> </span> para <span class='blue'> <b> frases verdadeiras. </b> </span>",text3:"Dê o seu melhor!",text4:"Preparado?"}},characterSelect:{studentSelect:{paragraph1:"Agora, vamos conhecer seus alunos!",paragraph2:"Pressione a tecla numérica no seu teclado para escolher o aluno com quem você gostaria de trabalhar.",paragraph2Mobile:"Pressione uma tecla numérica para selecionar um estudante",paragraph3:"Pressione <span class='yellow'> uma tecla numérica </span> para escolher um estudante",paragraph3MobileBefore:"Pressione",paragraph3MobileSpan:"uma tecla numérica",paragraph3MobileAfter:"para escolher um estudante"},studentIntro:{paragraph1:"Olá, professor! É um prazer te conhecer. Meu nome é",paragraph2:"Estou com dificuldades nas tarefas de leitura de frases. Preciso terminá-las para",paragraph3:"Você pode me ajudar?"},studentCharacter:{dog:"Ana",cat:"Pedro",bird:"Bia",deer:"Felipe"},studentActivity:{dog:"poder ir para a aula de Educação Física",cat:"ir para o recreio",bird:"poder sair com meus amigos",deer:"poder jogar videogame com meus amigos"}},gameBreak:{halfwayScreen:{text1:"Ótimo trabalho!",text2:"Você está na metade do caminho. Vamos continuar.",text3:"Uau! Estou pegando o jeito.",text4:"Estamos na metade - vamos continuar."},endScreen:{text1:"Trabalho incrível!",text2:"Você concluiu tudo. Muito obrigado por participar da nossa atividade.",text3:"Ótimo trabalho, professor!",text4:"terminou em tempo recorde. Obrigado pela sua ajuda!"},debrief:{text1:"Obrigado pela sua participação!",text2:"Suas respostas foram salvas."}},feedbackTranslations:{correct:"Correto!",incorrect:"Isto não está certo!"},reminderTexts:{remember:"Lembre-se!"},grades:{1:"1º ano",2:"2º ano",3:"3º ano",4:"4º ano",5:"5º ano",6:"6º ano",7:"7º ano","8+":"8º ano ou mais"},terms:{here:"AQUI",anyKey:"QUALQUER TECLA",continue:"continuar",practice:"praticar",begin:"começar a atividade",left:"esquerda",right:"direita",save:"salvar seu progresso",close:"feche o jogo",true:"verdadeira",false:"falsa"}},Kc={loading:"Das Spiel wird geladen...",labID:"Labor-ID",participantID:"Teilnehmer*in-ID",buttonLabel:"Weiter",progressBar:"Vorgang abgeschlossen",preloadTrial:{messageText:"Bitte warte, während das Spiel geladen wird. Dies kann einige Minuten dauern."},fullScreenTrial:{prompt:"Das Spiel wird jetzt in den Vollbildmodus wechseln. <br/> Klicke auf 'Weiter' um zu starten.",buttonText:"Weiter"},navigation:{continueButtonText:"Drücke <span class='yellow'>{{input}}</span> {{action}}",studentSelect:"Drücke auf <span class='yellow'>eine Zahl</span>. "},introduction:{gradeSelect:{text1:"In welche Klasse gehst du?",text2:"Um zu beginnen, drücke auf die Taste mit der Zahl deiner Klasse.",text2Mobile:"Um zu beginnen, drücke auf die Zahl deiner Klasse.",text3:"Zum Beispiel drückst du auf die „4“, wenn du in die 4. Klasse gehst.",text4:"Drücke auf die <span class='yellow'>Taste mit der Zahl </span> deiner Klasse, um fortzufahren. ",text4Mobile:"Drücke auf die <span class='yellow'>Zahl</span> deiner Klasse, um fortzufahren. "},intro:{text1:"Willkomen bei der Aufgabe zum Satzlesen!",text2:"In dieser Aufgabe musst du entscheiden, ob ein Satz wahr ist oder nicht.",text3:"Einige der Sätze können verwirrend sein, aber gib dein Bestes, so viele Sätze wie möglich richtig zuzuordnen.",text4:"Willkommen! Du bist die neue Professorin an der Satzakademie.",text5:"Die Satzakademie besuchen schlaue Schülerinnen und Schüler, die deine Hilfe bei ihren Hausaufgaben zum Satzlesen brauchen.",text6:"Du wirst ihnen helfen zu entscheiden, ob ein Satz wahr ist oder nicht."}},practice:{intro:{text1:"Anleitung",text2:"In dieser Aufgabe wirst du einige Sätze lesen und entscheiden, ob diese wahr oder falsch sind.",text3:"Drücke die <span class='orange'><b> LINKE PFEILTASTE </b></span>, wenn ein Satz falsch ist. Zum Beispiel „Fische leben an Land.“ ist ein falscher Satz und du würdest also die <span class='orange'> <b> linke Pfeiltaste </b> </span> drücken.",text3Mobile:"Drücke auf den <span class='orange'><b> LINKEN PFEIL </b></span> wenn ein Satz falsch ist. Zum Beispiel „Fische leben an Land.“ ist ein falscher Satz und du würdest also den <span class='orange'> <b> linken Pfeil </b> </span> drücken.",text4:"Drücke die <span class='blue'><b> RECHTE PFEILTASTE </b></span>, wenn ein Satz wahr ist. Zum Beispiel „Die Kuh ist ein Tier.“ ist ein wahrer Satz und du würdest also die <span class='blue'> <b> rechte Pfeiltaste </b> </span> drücken.",text4Mobile:"Drücke auf den <span class='blue'><b> RECHTEN PFEIL </b></span>, wenn ein Satz wahr ist. Zum Beispiel „Die Kuh ist ein Tier.“ ist ein wahrer Satz und du würdest also auf den <span class='blue'> <b> rechten Pfeil </b> </span> drücken.",text5:" Lass uns üben!",text6:"Drücke <span class='yellow'>eine beliebige Taste </span>, um mit den Übungssätzen zu beginnen.",text6Mobile:"Drücke <span class='yellow'>HIER</span>, um mit den Übungssätzen zu beginnen."},postPracticeIntro:{text1:"Gut gemacht!",text2:"Du bist bereit, das Spiel zu beginnen.",text3:"Du hast <b> 3 Minuten </b> Zeit, um so viele Sätze wie möglich richtig zuzuordnen.",text4:"Lies jeden Satz leise und arbeite so schnell wie möglich, ohne Fehler zu machen.",text5:"Es ist in Ordnung, wenn du nicht sicher bist. Du darfst raten und mit dem nächsten Satz weitermachen."},feedback:{text1:"Du hast die {{arrow}} Pfeiltaste gedrückt, die für {{type}}e Sätze steht.",text1Mobile:"Du hast auf den {{arrow}}n Pfeil gedrückt, der für {{type}}e Sätze steht.",text2:"ist ein {{type}}er Satz. Drücke die {{arrow}} Pfeiltaste, um fortzufahren.",text2Mobile:"ist ein {{type}}er Satz. Drücke auf den {{arrow}}n Pfeil, um fortzufahren."},postPracticeReminder:{text1:"Drücke die <span class='orange'> <b> linke Pfeiltaste </b> </span> für <span class='orange'> <b> falsche Sätze.</b> </span>",text1Mobile:"Drücke auf den <span class='orange'> <b> linken Pfeil </b> </span> für <span class='orange'> <b> falsche Sätze.</b> </span>",text2:"Drücke die <span class='blue'> <b> rechte Pfeiltaste </b> </span> für <span class='blue'> <b> wahre Sätze. </b> </span>",text2Mobile:"Drücke auf den <span class='blue'> <b> rechten Pfeil </b> </span> für <span class='blue'> <b> wahre Sätze. </b> </span>",text3:"Gib dein Bestes!",text4:"Bist du bereit?"}},characterSelect:{studentSelect:{paragraph1:"Lass uns nun deine Schülerinnen und Schüler kennenlernen!",paragraph2:"Benutze die Tasten mit den Zahlen, um auszuwählen, mit wem du arbeiten möchtest.",paragraph2Mobile:"Drücke auf eine Zahl, um auszuwählen, mit wem du arbeiten möchtest.",paragraph3:"Drücke auf <span class='yellow'>eine Zahl</span>.",paragraph3MobileBefore:"Drücke auf ",paragraph3MobileSpan:"eine Zahl",paragraph3MobileAfter:"."},studentIntro:{paragraph1:"Hallo! Ich heisse",paragraph2:"Ich habe Schwierigkeiten mit meinen Hausaufgaben zum Satzlesen. Ich muss meine Hausaufgaben erledigen, damit ich",paragraph3:"Kannst du mir helfen?"},studentCharacter:{dog:"Hannah",cat:"Jona",bird:"Alex",deer:"Hamza"},studentActivity:{dog:"zum Leichtathletik Training gehen kann",cat:"in die Theaterprobe gehen kann",bird:"Fussball spielen kann",deer:"in den Klavierunterricht gehen kann"}},gameBreak:{halfwayScreen:{text1:"Du machst das toll!",text2:"Du hast die Hälfte geschafft – weiter so!",text3:"Glückwunsch! Du machst das toll!!",text4:"Wir haben die Hälfte geschafft. Lass uns weitermachen!"},endScreen:{text1:"Gut gemacht!",text2:"Du hast es geschafft. Vielen Dank, dass du die Aufgabe bearbeitet hast.",text3:"Gut gemacht!",text4:"war in Rekordzeit mit den Hausaufgaben fertig. Danke für deine Hilfe!"},debrief:{text1:"Vielen Dank fürs Mitmachen!",text2:"Deine Antworten wurden gespeichert."}},feedbackTranslations:{correct:"Das ist richtig!",incorrect:"Das ist nicht ganz richtig!"},reminderTexts:{remember:"Denk daran!"},grades:{1:"1. Klasse",2:"2. Klasse",3:"3. Klasse",4:"4. Klasse",5:"5. Klasse",6:"6. Klasse",7:"7. Klasse","8+":"8. Klasse oder höher"},terms:{here:"HIER",anyKey:"EINE BELIEBIGE TASTE",continue:", um fortzufahren",practice:", um zu üben",begin:", um zu beginnen",left:"linke",right:"rechte",save:"um zu speichern",close:"Spiel schliessen",true:"wahr",false:"falsch"}},Gc=[{"":"0",sentence:"An apple is blue.",answer:"F",direction:"left",correctresponse:"arrowleft"},{"":"1",sentence:"You can read stories at school.",answer:"T",direction:"right",correctresponse:"arrowright"},{"":"2",sentence:"People drive cars.",answer:"T",direction:"right",correctresponse:"arrowright"},{"":"3",sentence:"You wear a hat on your foot.",answer:"F",direction:"left",correctresponse:"arrowleft"}],Yc=[{"":"1",sentence:"A blanket can be very soft.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_1"},{"":"2",sentence:"Fish have thumbs.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_2"},{"":"3",sentence:"Sandwiches are food.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_3"},{"":"4",sentence:"Some worms ride pumpkins to school.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_4"},{"":"5",sentence:"Sweaters can be made of coal.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_5"},{"":"6",sentence:"Some children are afraid of the dark.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_6"},{"":"7",sentence:"A teacher is a person that works at a school.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_7"},{"":"8",sentence:"The ocean is home to many aquatic animals.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_8"},{"":"9",sentence:"Triangles have five sides.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_9"},{"":"10",sentence:"Chefs cook meals in their beds.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_10"},{"":"11",sentence:"People like to eat mud.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_11"},{"":"12",sentence:"Children can be sad.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_12"},{"":"13",sentence:"Cars have wheels.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_13"},{"":"14",sentence:"All cars are yellow.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_14"},{"":"15",sentence:"Trees have branches.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_15"},{"":"16",sentence:"Soda is always brown.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_16"},{"":"17",sentence:"Trash is thrown away in bathtubs.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_17"},{"":"18",sentence:"Wolves are a type of monkey.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_18"},{"":"19",sentence:"Children enjoy playing with toys.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_19"},{"":"20",sentence:"All children are afraid of the sun.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_20"},{"":"21",sentence:"It is usually dark at night.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_21"},{"":"22",sentence:"Towels are often made of glass.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_22"},{"":"23",sentence:"A pillow can be very soft.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_23"},{"":"24",sentence:"A monkey has a face.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_24"},{"":"25",sentence:"Eyeglasses can help you see better.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_25"},{"":"26",sentence:"Some houses have back yards.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_26"},{"":"27",sentence:"Soccer is a game you play with only your hands.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_27"},{"":"28",sentence:"When you break a bone you normally have to wear a cast.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_28"},{"":"29",sentence:"Computers need electricity to work.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_29"},{"":"30",sentence:"Dogs always walk on two legs.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_30"},{"":"31",sentence:"Basketball is a game that you play with a fork.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_31"},{"":"32",sentence:"Spaceships are flown by cowboys.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_32"},{"":"33",sentence:"Some kids take music lessons.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_33"},{"":"34",sentence:"Grandparents can bring presents when they come to visit their family.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_34"},{"":"35",sentence:"Trash cans are where you store extra notebook paper.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_35"},{"":"36",sentence:"Most humans listen with their feet.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_36"},{"":"37",sentence:"Chairs are alive.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_37"},{"":"38",sentence:"People can buy tomatoes at the market.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_38"},{"":"39",sentence:"Orange juice is always made of grapes.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"lab_39"},{"":"40",sentence:"Some people like to run for exercise in the morning.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"lab_40"},{"":"41",sentence:"Snails are usually very fast.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_41"},{"":"42",sentence:"Apples grow on trees.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_42"},{"":"43",sentence:"Some slugs ride elephants to school.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_43"},{"":"44",sentence:"People drive cars on the road.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_44"},{"":"45",sentence:"Students never get in trouble when they cheat on tests.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_45"},{"":"46",sentence:"Whales have two legs.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_46"},{"":"47",sentence:"Girls can listen to music with earphones.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_47"},{"":"48",sentence:"A curtain is something you wear.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_48"},{"":"49",sentence:"Many nurses work in hospitals.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_49"},{"":"50",sentence:"Medicine is supposed to make you stay sick longer.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_50"},{"":"51",sentence:"Many people paint pictures with screwdrivers.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_51"},{"":"52",sentence:"The sun is bright.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_52"},{"":"53",sentence:"It is faster to run than it is to walk.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_53"},{"":"54",sentence:"Stores are where you go to buy things.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_54"},{"":"55",sentence:"Elephants are large animals.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_55"},{"":"56",sentence:"Kittens are young cats.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_56"},{"":"57",sentence:"Blankets are made of metal.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_57"},{"":"58",sentence:"People like to eat dust.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_58"},{"":"59",sentence:"Most dogs wear leashes when they go for a walk.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_59"},{"":"60",sentence:"Spiders like to drink orange juice out of coffee mugs.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_60"},{"":"61",sentence:"Some kids love red crayons.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_61"},{"":"62",sentence:"A doctor can work in a hospital that serves many people.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_62"},{"":"63",sentence:"People can use cash to pay in stores.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_63"},{"":"64",sentence:"Moms like eating hats.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_64"},{"":"65",sentence:"Lizards like to cook pasta.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_65"},{"":"66",sentence:"Many babies drink milk.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_66"},{"":"67",sentence:"Air conditioners can lower the temperature of a room.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_67"},{"":"68",sentence:"Every magician is a fairy.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_68"},{"":"69",sentence:"People can wear socks to keep their feet warm.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_69"},{"":"70",sentence:"People sometimes drink milk.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_70"},{"":"71",sentence:"Most girls keep their books in a pond.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_71"},{"":"72",sentence:"Every basketball player is on a school team.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_72"},{"":"73",sentence:"Pockets can be used to keep change.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_73"},{"":"74",sentence:"Baseball is a game that you play with a knife.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_74"},{"":"75",sentence:"Lollipops are always made from vegetables.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_75"},{"":"76",sentence:"Towels are used to make things dry.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_76"},{"":"77",sentence:"Climbing up a mountain can be exhausting.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_77"},{"":"78",sentence:"Some shoes have laces.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_78"},{"":"79",sentence:"People drive cars in the sink.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_79"},{"":"80",sentence:"A cactus may grow in the desert.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_80"},{"":"81",sentence:"Most houses have grass on the ceiling.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_81"},{"":"82",sentence:"Most houses are made of foam.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_82"},{"":"83",sentence:"Dentists always give children candy and lemonade.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_83"},{"":"84",sentence:"People brush their teeth with mayonnaise.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_84"},{"":"85",sentence:"Eating only ice cream is healthy.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_85"},{"":"86",sentence:"Cows sing at night.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_86"},{"":"87",sentence:"The United States of America is in Africa.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_87"},{"":"88",sentence:"Some girls play the piano.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_88"},{"":"89",sentence:"Pets can keep people company.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_89"},{"":"90",sentence:"Adults can be sad.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_90"},{"":"91",sentence:"Blankets help keep you cold.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_91"},{"":"92",sentence:"Puppies carry backpacks on their back.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_92"},{"":"93",sentence:"When a traffic light is red you need to stop.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_93"},{"":"94",sentence:"All flowers are yellow.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_94"},{"":"95",sentence:"Friends can cheer you up when you are having a bad day.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_95"},{"":"96",sentence:"Tigers sometimes swing at playgrounds.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_96"},{"":"97",sentence:"Mice have ears.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_97"},{"":"98",sentence:"Cloudy days are always warm.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_98"},{"":"99",sentence:"Boys usually wash their hair with yogurt.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_99"},{"":"100",sentence:"Umbrellas are useful for keeping people dry when it rains.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_100"},{"":"101",sentence:"Bears can talk.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"lab_101"},{"":"102",sentence:"A picture can hang on the wall.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_102"},{"":"103",sentence:"Some people like to read books before they go to sleep.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_103"},{"":"104",sentence:"Adults are usually taller than their children.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"lab_104"},{"":"105",sentence:"Halloween is a holiday in February.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"lab_105"},{"":"106",sentence:"Most babies know how to drive a car.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"lab_106"},{"":"107",sentence:"Stones can be found near a river.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"lab_107"},{"":"108",sentence:"A raven is a bird.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"lab_108"},{"":"109",sentence:"Firefighters drive school busses while on duty.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"lab_109"},{"":"110",sentence:"Wheels are round.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"lab_110"},{"":"111",sentence:"Television shows are longer than movies.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"lab_111"},{"":"112",sentence:"Hats should be worn on your elbow.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"lab_112"},{"":"113",sentence:"Every child holds pencils with their left hand.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"lab_113"},{"":"114",sentence:"Snow always falls in the summer.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"lab_114"},{"":"115",sentence:"A gardener works at a bakery.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"lab_115"},{"":"116",sentence:"A cactus grows under the sea.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"lab_116"},{"":"117",sentence:"Some people get to work using a spaceship.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"lab_117"},{"":"118",sentence:"Friends can do many things together after school.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"lab_118"},{"":"119",sentence:"A tricycle has two wheels.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"lab_119"},{"":"120",sentence:"Ice helps to keep things cold.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"lab_120"},{"":"121",sentence:"People can use credit cards to pay in stores.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"lab_121"},{"":"122",sentence:"Another name for a present is a gift.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"lab_122"},{"":"123",sentence:"Dish washers make plates dirty.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"lab_123"},{"":"124",sentence:"Doors are always open.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"lab_124"},{"":"125",sentence:"Trampolines help you bounce higher.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"lab_125"},{"":"126",sentence:"Trashcans can become smelly if trash is left inside too long.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"lab_126"},{"":"127",sentence:"A mouse is a rodent that squeaks.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"lab_127"},{"":"128",sentence:"The weather in the winter can be unpredictable.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"lab_128"},{"":"129",sentence:"There are many types of lizards.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"lab_129"},{"":"130",sentence:"Most people play board games with at least one other person.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"lab_130"}],Jc=[{"":"1",sentence:"A fish can swim.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_1"},{"":"2",sentence:"Pigs can fly.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_2"},{"":"3",sentence:"Bears have fur.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_3"},{"":"4",sentence:"A fox can run.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_4"},{"":"5",sentence:"Mom can ride a kite.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_5"},{"":"6",sentence:"Cats drive a bus.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_6"},{"":"7",sentence:"The grass is green.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_7"},{"":"8",sentence:"Cows go to church.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_8"},{"":"9",sentence:"You can help a baby.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_9"},{"":"10",sentence:"You sleep on a log.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_10"},{"":"11",sentence:"Ducks like to dress up.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_11"},{"":"12",sentence:"You can eat an egg.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_12"},{"":"13",sentence:"A mouse can quack.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_13"},{"":"14",sentence:"Birds fly in the sky.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_14"},{"":"15",sentence:"Some girls like juice.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_15"},{"":"16",sentence:"A princess lives in the sun.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_16"},{"":"17",sentence:"You can keep money in the bank.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_17"},{"":"18",sentence:"An eagle is a small bird.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_18"},{"":"19",sentence:"You can feed a hamster.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_19"},{"":"20",sentence:"Popcorn can be cooked on a stove.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_20"},{"":"21",sentence:"You eat cereal with a fork.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_21"},{"":"22",sentence:"A lion can fly at night.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_22"},{"":"23",sentence:"You can fill a balloon with air.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_23"},{"":"24",sentence:"A fishing boat can be at a dock.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_24"},{"":"25",sentence:"You might find a cabin in the woods.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_25"},{"":"26",sentence:"Football is played by frogs.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_26"},{"":"27",sentence:"You can find starfish in space.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_27"},{"":"28",sentence:"A joke might not be funny.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_28"},{"":"29",sentence:"You can ride a rooster.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_29"},{"":"30",sentence:"A doctor can help if you are sick.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_30"},{"":"31",sentence:"Clowns live in caves with crickets.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_31"},{"":"32",sentence:"You can practice how to sail a boat.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_32"},{"":"33",sentence:"Bullfrogs wear green boots on their feet.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_33"},{"":"34",sentence:"You say good-bye when you leave.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_34"},{"":"35",sentence:"You might earn money if you clean your room.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_35"},{"":"36",sentence:"A wagon is used for catching fish.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_36"},{"":"37",sentence:"An artist can paint a picture.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_37"},{"":"38",sentence:"You can grow onions in a tree.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_38"},{"":"39",sentence:"A boy might read an article in a book.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_39"},{"":"40",sentence:"You can use a rattle to write a letter.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_40"},{"":"41",sentence:"A horse can slide up a mountain covered in snow.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_41"},{"":"42",sentence:"Raindrops can fall down a chimney.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_42"},{"":"43",sentence:"You might find a parade of ants at a picnic.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_43"},{"":"44",sentence:"A boy can use a ladder to climb into a tree house.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_44"},{"":"45",sentence:"Doughnuts like to read comic books.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_45"},{"":"46",sentence:"You might learn counting and addition at school.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_46"},{"":"47",sentence:"The weather is hot and sunny in the Arctic.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_47"},{"":"48",sentence:"Lobsters might be found eating grain in a snowstorm.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_48"},{"":"49",sentence:"Sharks like to ride on moving skateboards.",grade:"1",answer:"FALSE",direction:"left",itemId:"TOSREC_49"},{"":"50",sentence:"A couch and tables are for sale in a furniture store.",grade:"1",answer:"TRUE",direction:"right",itemId:"TOSREC_50"},{"":"51",sentence:"A boy can eat cake.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_51"},{"":"52",sentence:"It is hot in the snow.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_52"},{"":"53",sentence:"A horse lives in a barn.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_53"},{"":"54",sentence:"The sun is dark.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_54"},{"":"55",sentence:"A car can walk.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_55"},{"":"56",sentence:"You can look at a house.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_56"},{"":"57",sentence:"A girl can wear a shoe.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_57"},{"":"58",sentence:"You write with gum.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_58"},{"":"59",sentence:"You can drive a hen.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_59"},{"":"60",sentence:"Fish swim in a lake.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_60"},{"":"61",sentence:"A tiger will roar.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_61"},{"":"62",sentence:"A princess lives on the sun.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_62"},{"":"63",sentence:"You eat cereal with a fork.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_21"},{"":"64",sentence:"There is sand at the beach.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_63"},{"":"65",sentence:"You can buy some food in a market.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_64"},{"":"66",sentence:"Moths listen to moons.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_65"},{"":"67",sentence:"You can cook an airport.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_66"},{"":"68",sentence:"A doctor can help if you are sick.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_30"},{"":"69",sentence:"A lion can fly at night.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_22"},{"":"70",sentence:"Birds make nests for their babies.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_67"},{"":"71",sentence:"A boy might read an article.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_68"},{"":"72",sentence:"A lighthouse shines brightly at night.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_69"},{"":"73",sentence:"You might find an island in your cereal.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_70"},{"":"74",sentence:"Ladders are always made of steak.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_71"},{"":"75",sentence:"You might find a parade of ants at a picnic.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_43"},{"":"76",sentence:"A chipmunk can work on the railroad.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_72"},{"":"77",sentence:"An artist can paint a picture.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_37"},{"":"78",sentence:"You can write with an onion.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_73"},{"":"79",sentence:"You might find a starfish jogging by the sea.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_74"},{"":"80",sentence:"A boy can use a ladder to climb into a tree house.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_44"},{"":"81",sentence:"The alphabet is made of coal and sticks.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_75"},{"":"82",sentence:"Raindrops can fall down a chimney.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_42"},{"":"83",sentence:"A carrot has three eyes, one nose, and a mouth.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_76"},{"":"84",sentence:"You may borrow a pencil from a cat.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_77"},{"":"85",sentence:"A mother will be proud if her children fail in school.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_78"},{"":"86",sentence:"Baby chickens are called chicks.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_79"},{"":"87",sentence:"A storm can produce flooding.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_80"},{"":"88",sentence:"Doughnuts grow in the ground with spinach.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_81"},{"":"89",sentence:"A mule might pull a heavy wagon up a steep hill.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_82"},{"":"90",sentence:"A lighthouse is used to shine light for ships sailing to shore.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_83"},{"":"91",sentence:"Cattle swim in catnip.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_84"},{"":"92",sentence:"Some greyhounds are raised for racing around a track.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_85"},{"":"93",sentence:"Students are supposed to obey the rule of the class.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_86"},{"":"94",sentence:"You can iron wrinkles out of puppies.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_87"},{"":"95",sentence:"If you have a lot of school spirit you might cheer loudly at games.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_88"},{"":"96",sentence:"Mice play checkers with cats on Tuesday mornings.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_89"},{"":"97",sentence:"You can find icebergs in the desert.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_90"},{"":"98",sentence:"Some people who want to lose weight count calories.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_91"},{"":"99",sentence:"It is a crime if a boy shoplifts candy from a store.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_92"},{"":"100",sentence:"A shark can play the bagpipes at a baseball game.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_93"},{"":"101",sentence:"You might find an old arrowhead buried in the dirt.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_94"},{"":"102",sentence:"The planets can be found in a pineapple under the sea.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_95"},{"":"103",sentence:"Puppies gallop faster than horses.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_96"},{"":"104",sentence:"A doctor uses a telescope to check your heart.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_97"},{"":"105",sentence:"A relative can be your cousin.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_98"},{"":"106",sentence:"A teacher might have an assistant in the classroom.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_99"},{"":"107",sentence:"A cowboy is a person who enjoys riding seals.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_100"},{"":"108",sentence:"You might use goggles to see while swimming under water.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_101"},{"":"109",sentence:"Eyeglasses are meant to be worn inside your socks.",grade:"2",answer:"FALSE",direction:"left",itemId:"TOSREC_102"},{"":"110",sentence:"A girl can be a bridesmaid in her sister�s wedding.",grade:"2",answer:"TRUE",direction:"right",itemId:"TOSREC_103"},{"":"111",sentence:"The sun is round.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_104"},{"":"112",sentence:"A ball can see.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_105"},{"":"113",sentence:"Fish swim in a lake.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_60"},{"":"114",sentence:"A baby can row a boat.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_106"},{"":"115",sentence:"You can clean a room.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_107"},{"":"116",sentence:"Schoolwork can be hard to do.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_108"},{"":"117",sentence:"A hamster can have ten feet.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_109"},{"":"118",sentence:"Friday is a month of the year.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_110"},{"":"119",sentence:"A prince likes to eat sand for dinner.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_111"},{"":"120",sentence:"A car requires gas.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_112"},{"":"121",sentence:"A girl can talk on a telephone.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_113"},{"":"122",sentence:"A banana is good to drink.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_114"},{"":"123",sentence:"A state has a capital.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_115"},{"":"124",sentence:"You play checkers on a journal.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_116"},{"":"125",sentence:"You can move a mountain in a wagon.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_117"},{"":"126",sentence:"A storm might be powerful.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_118"},{"":"127",sentence:"A lighthouse can be in a harbor.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_119"},{"":"128",sentence:"A porcupine is fun to pet.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_120"},{"":"129",sentence:"Chrome is always very dull.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_121"},{"":"130",sentence:"A dog can be hard to control if a rabbit runs by.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_122"},{"":"131",sentence:"A teenager is a boy or girl who is less than ten years old.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_123"},{"":"132",sentence:"A student might need help doing homework.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_124"},{"":"133",sentence:"Most people wear jackets on their feet rather than shoes.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_125"},{"":"134",sentence:"A hawk might fly down from a tree to chase after a rabbit.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_126"},{"":"135",sentence:"If you have a lot of school spirit you might cheer loudly at games.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_88"},{"":"136",sentence:"You can buy popcorn in a movie theter.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_127"},{"":"137",sentence:"A melon is a fish that is bigger than a salmon.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_128"},{"":"138",sentence:"A bucket filled with a hundred gold coins is worthless.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_129"},{"":"139",sentence:"A majority of votes means more than half of them.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_130"},{"":"140",sentence:"It is unusual for the sun to rise in the morning.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_131"},{"":"141",sentence:"A family might go to a store to purchase a new bed.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_132"},{"":"142",sentence:"A watermelon can be too big for a small boy to lift.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_133"},{"":"143",sentence:"A castle made in the sand at the beach is very sturdy.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_134"},{"":"144",sentence:"Most people eat their breakfast at midnight.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_135"},{"":"145",sentence:"A tortoise is faster than a greyhound.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_136"},{"":"146",sentence:"A test tube might break if you drop it during an experiment.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_137"},{"":"147",sentence:"You should invite vultures to a wedding.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_138"},{"":"148",sentence:"A tongue makes a good hammer for pounding nails into a wall.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_139"},{"":"149",sentence:"A captain might request cheese for his chili.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_140"},{"":"150",sentence:"A principal might talk with a girl about what she wore to school.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_141"},{"":"151",sentence:"An astronaut is a person who sells used cars for a living.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_142"},{"":"152",sentence:"Some people prefer to have their own pillow with them on a trip.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_143"},{"":"153",sentence:"Your arm is connected to your elbow by your ankle.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_144"},{"":"154",sentence:"A person who cooks a meal may go to the store to buy an ingredient.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_145"},{"":"155",sentence:"A cowboy who rides bareback does not use a saddle.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_146"},{"":"156",sentence:"A doctor might tell a patient to exercise more.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_147"},{"":"157",sentence:"A passenger is a man who plays a violin.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_148"},{"":"158",sentence:"A boy who is not a good swimmer will wear luggage to keep from sinking.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_149"},{"":"159",sentence:"A candidate for Congress might ask you to decide to vote for her.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_150"},{"":"160",sentence:"Bison like to dress up in costumes and go to dinner parties.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_151"},{"":"161",sentence:"A teacher might recommend that you stop talking to a friend and do your work.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_152"},{"":"162",sentence:"People walked on the moon in prehistoric times.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_153"},{"":"163",sentence:"You can get some information that you need from a radio.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_154"},{"":"164",sentence:"Playing ball can be a good way to get recreation and exercise.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_155"},{"":"165",sentence:"Mathematics is the study of plant life.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_156"},{"":"166",sentence:"Bubbles you blow from bubble gum are very durable.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_157"},{"":"167",sentence:"People who build tunnels through mountains might use dynamite.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_158"},{"":"168",sentence:"A penny is a significant sum of money.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_159"},{"":"169",sentence:"A viscious dog is very friendly and safe around children.",grade:"3",answer:"FALSE",direction:"left",itemId:"TOSREC_160"},{"":"170",sentence:"You might be told a tale about ghosts who inhabit cemeteries.",grade:"3",answer:"TRUE",direction:"right",itemId:"TOSREC_161"},{"":"171",sentence:"You can look at a book.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_162"},{"":"172",sentence:"Snow is green.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_163"},{"":"173",sentence:"You can fly a kite.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_164"},{"":"174",sentence:"A father can go to work.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_165"},{"":"175",sentence:"Ants have hats.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_166"},{"":"176",sentence:"A tiger will roar.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_61"},{"":"177",sentence:"You can ride a rooster.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_29"},{"":"178",sentence:"Football is played by frogs.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_26"},{"":"179",sentence:"You wear a ring on your elbow.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_167"},{"":"180",sentence:"You might find a cabin in the woods.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_25"},{"":"181",sentence:"A lighthouse shines brightly at night.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_69"},{"":"182",sentence:"You can grow onions in a tree.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_38"},{"":"183",sentence:"A storm can produce flooding.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_80"},{"":"184",sentence:"Ladders are always made of steak.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_71"},{"":"185",sentence:"A horse can slide up a mountain covered in snow.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_41"},{"":"186",sentence:"A student may have to go see the principal.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_168"},{"":"187",sentence:"A family might go to a store to purchase a bed.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_169"},{"":"188",sentence:"Lobsters might be found eating grain in a snowstorm.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_48"},{"":"189",sentence:"You might invite your friends to your birthday party.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_170"},{"":"190",sentence:"A salmon will run after bears to eat them for dinner.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_171"},{"":"191",sentence:"Bacon is grown in dry climates.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_172"},{"":"192",sentence:"A boy might make a girl blush by giving her candy and flowers.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_173"},{"":"193",sentence:"The planets can be found in a pineapple under the sea.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_95"},{"":"194",sentence:"You might find an old arrowhead buried in the dirt.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_94"},{"":"195",sentence:"A relative can be your cousin.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_98"},{"":"196",sentence:"You can find several bodyguards at the White House.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_174"},{"":"197",sentence:"Velvet is an expensive product made of hamsters.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_175"},{"":"198",sentence:"Potato farmers love droughts in the spring.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_176"},{"":"199",sentence:"A man might smoke a cigar while playing a game of poker with friends.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_177"},{"":"200",sentence:"Puppies gallop faster than horses.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_96"},{"":"201",sentence:"A teacher might have an assistant in the classroom.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_99"},{"":"202",sentence:"You might go to a conference to learn more about playing chess.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_178"},{"":"203",sentence:"A doctor uses a telescope to check your heart.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_97"},{"":"204",sentence:"A cannon is a small owl that is easily thrown into the air.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_179"},{"":"205",sentence:"Dwarf hamsters eat entire trees.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_180"},{"":"206",sentence:"A girl can be a bridesmaid in her sister's wedding.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_181"},{"":"207",sentence:"A cowboy is a person who enjoys riding seals.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_100"},{"":"208",sentence:"Eyeglasses are meant to be worn inside your socks.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_102"},{"":"209",sentence:"A blacksmith hammers shoes for horses out of hot metal.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_182"},{"":"210",sentence:"You might use goggles to see while swimming under water.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_101"},{"":"211",sentence:"Sneezing when you go out is an emergency.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_183"},{"":"212",sentence:"Some airplanes fly at a very high altitude.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_184"},{"":"213",sentence:"If you win a million dollars you will be dejected.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_185"},{"":"214",sentence:"An amateur athlete might train after school.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_186"},{"":"215",sentence:"Too many absences can make it difficult to keep up with your work and get good grades.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_187"},{"":"216",sentence:"If you are careless when doing work you can make mistakes.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_188"},{"":"217",sentence:"A doctor spends most of her time examining rocks and comets.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_189"},{"":"218",sentence:"Firecrackers are good to eat for dinner.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_190"},{"":"219",sentence:"If you win an award, you should acknowledge people who helped you along the way.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_191"},{"":"220",sentence:"Fertilizer is used to keep plants from growing.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_192"},{"":"221",sentence:"A planet that is habitable will support life.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_193"},{"":"222",sentence:"Dynamite is often used in cooking.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_194"},{"":"223",sentence:"Frost can appear on a vehicle if the climate is extremely cold.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_195"},{"":"224",sentence:"An assertive girl is likely to say what she really thinks rather than keep quiet.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_196"},{"":"225",sentence:"The weather always is very cold at the equator.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_197"},{"":"226",sentence:"Someone with a large appetite will eat very little food.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_198"},{"":"227",sentence:"Not being able to swim is a barrier to having a career as a swimming instructor.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_199"},{"":"228",sentence:"Wearing a blindfold is better than wearing glasses if you cannot see the board clearly.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_200"},{"":"229",sentence:"A solitary bird flying overhead will block out the sun and make it dark during the day.",grade:"4",answer:"FALSE",direction:"left",itemId:"TOSREC_201"},{"":"230",sentence:"A boomerang that has been thrown correctly is supposed to come back to the person who threw it.",grade:"4",answer:"TRUE",direction:"right",itemId:"TOSREC_202"},{"":"231",sentence:"An airplane can fly high.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_203"},{"":"232",sentence:"A cat will eat a mailbox.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_204"},{"":"233",sentence:"A bank has money.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_205"},{"":"234",sentence:"You can cook an airport.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_66"},{"":"235",sentence:"Sugar is good to put on your feet.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_206"},{"":"236",sentence:"A banana is a fruit you can eat.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_207"},{"":"237",sentence:"A storm might be powerful.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_118"},{"":"238",sentence:"A sentence ends with a comma.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_208"},{"":"239",sentence:"Rabbits like to eat carrots.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_209"},{"":"240",sentence:"A neighbor lives far away.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_210"},{"":"241",sentence:"A boy standing outside may have a shadow.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_211"},{"":"242",sentence:"Having lots of wrinkles means that you are very young.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_212"},{"":"243",sentence:"A teacher might write a story on a blackboard.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_213"},{"":"244",sentence:"A spark might terrify a new leather chair.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_214"},{"":"245",sentence:"Many schools are used to educate ants.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_215"},{"":"246",sentence:"A passenger is a man who plays violin.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_216"},{"":"247",sentence:"You can eat a hamburger with mustard for dinner.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_217"},{"":"248",sentence:"A microscope is for seeing things that are far away.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_218"},{"":"249",sentence:"A doctor might tell a patient to exercise more.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_147"},{"":"250",sentence:"Parents can ask for a conference to talk about a child's grades.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_219"},{"":"251",sentence:"Some airplanes fly at a very high altitude.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_184"},{"":"252",sentence:"When food is abundant, there will be limited amounts of food to eat.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_220"},{"":"253",sentence:"If you go to the circus, you might get to see the acrobats perform.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_221"},{"":"254",sentence:"An amateur athlete might train after school.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_186"},{"":"255",sentence:"If you want to keep a secret, you should broadcast it on the radio.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_222"},{"":"256",sentence:"You will want to spend a lot of time with a person who is very annoying.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_223"},{"":"257",sentence:"Some children with an allergy might be allergic to pets such as dogs or cats.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_224"},{"":"258",sentence:"Too many absences can make it difficult to keep up with your work and get good grades.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_187"},{"":"259",sentence:"A friend you admire is someone you have little respect for.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_225"},{"":"260",sentence:"Some children who help around the house get an allowance from their parents.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_226"},{"":"261",sentence:"If an unexpected guest arrives, you might have to adjust your plans.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_227"},{"":"262",sentence:"An alert watchdog will sleep through a burglary attempt.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_228"},{"":"263",sentence:"If an automobile stops abruptly, a box on the the seat might fall on the floor.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_229"},{"":"264",sentence:"A billion dollars is a small amount of money for most of us.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_230"},{"":"265",sentence:"A student who studies abroad will leave her country to go to college.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_231"},{"":"266",sentence:"An illegal alien is a person who was born in this country.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_232"},{"":"267",sentence:"Barbecue is a sport that requires a big field, a baseball, and a bat.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_233"},{"":"268",sentence:"If you win an award, you should acknowledge people who helped you along the way.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_191"},{"":"269",sentence:"A barometer is good for telling how hot or cold it is outside.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_234"},{"":"270",sentence:"Archeology is a field of science that is used to predict if it will rain.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_235"},{"":"271",sentence:"A mechanic might recommend that you rotate your tires.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_236"},{"":"272",sentence:"Anything made of steel is flexible.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_237"},{"":"273",sentence:"An asteroid is best eaten for breakfast or dinner.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_238"},{"":"274",sentence:"Climbing a mountain can be treacherous.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_239"},{"":"275",sentence:"You might be told a tale about ghosts who inhabit cemeteries.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_161"},{"":"276",sentence:"A confidential story should be shared with others.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_240"},{"":"277",sentence:"A candidate who loses a close election might ask for a recount.�",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_241"},{"":"278",sentence:"A teacher might be emphatic about the need to follow classroom rules.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_242"},{"":"279",sentence:"Flies should be kept safe because they are endangered animals.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_243"},{"":"280",sentence:"Radioactive waste is good for the environment if it leaks out on the ground.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_244"},{"":"281",sentence:"Doing the same thing over and over again can be very monotonous.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_245"},{"":"282",sentence:"A victorious runner might have a reason to be happy.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_246"},{"":"283",sentence:"A gangster is a person who gives millions to charities.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_247"},{"":"284",sentence:"A fisherman might exaggerate the size of a trophy fish that got away.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_248"},{"":"285",sentence:"Many school children carry a fire hydrant in their backpacks in case a fire alarm occurs.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_249"},{"":"286",sentence:"Doing two hundred sit-ups requires stamina.",grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_250"},{"":"287",sentence:"A dissatisfied customer is likely to leave a very large tip after a meal.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_251"},{"":"288",sentence:'A good label for a box that contains all kinds of different things would be "Miscellaneous".',grade:"5",answer:"TRUE",direction:"right",itemId:"TOSREC_252"},{"":"289",sentence:"When a shortage of gasoline occurs, too much is available for purchase.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_253"},{"":"290",sentence:"A provisional decision is one that is permanent and not subject to change.",grade:"5",answer:"FALSE",direction:"left",itemId:"TOSREC_254"},{"":"291",sentence:"A bank has money.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_205"},{"":"292",sentence:"A car requires gas.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_112"},{"":"293",sentence:"Adults are small.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_255"},{"":"294",sentence:"Clowns live in caves with crickets.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_31"},{"":"295",sentence:"You might find a cabin in the woods.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_25"},{"":"296",sentence:"Some greyhounds are raised for racing around a track.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_85"},{"":"297",sentence:"A teenager is a boy or girl who is less than ten years old.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_123"},{"":"298",sentence:"A person might wear an apron while cooking.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_256"},{"":"299",sentence:"Some people who want to lose weight count calories.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_91"},{"":"300",sentence:"It is unusual for the sun to rise in the morning.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_131"},{"":"301",sentence:"Puppies gallop faster than horses.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_96"},{"":"302",sentence:"A person who gets lost might try to use a compass to get home safely.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_257"},{"":"303",sentence:"A doctor uses a telescope to check your heart.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_97"},{"":"304",sentence:"You might be anxious if you are about to take a spelling test.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_258"},{"":"305",sentence:"A cowboy is a person who enjoys riding seals.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_100"},{"":"306",sentence:"Drinking water is a good precaution to take if it is hot and you are going to run.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_259"},{"":"307",sentence:"Sneezing when you go out is an emergency.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_183"},{"":"308",sentence:"People ride to a shopping mall in envelopes.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_260"},{"":"309",sentence:"If you win an award, you should acknowledge people who helped you along the way.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_191"},{"":"310",sentence:"Firecrackers are good to eat for dinner.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_190"},{"":"311",sentence:"People who build tunnels through mountains might use dynamite.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_158"},{"":"312",sentence:"Blinking your eyes is a very dangerous thing to do.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_261"},{"":"313",sentence:"A light rain is an example of a major disaster.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_262"},{"":"314",sentence:"Frost can appear on a vehicle if the climate is extremely cold.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_195"},{"":"315",sentence:"A planet that is habitable will support life.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_193"},{"":"316",sentence:"A celebrity might be asked for her autograph.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_263"},{"":"317",sentence:"Men wear cosmetics to make them feel more intelligent.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_264"},{"":"318",sentence:"Dynamite is often used in cooking.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_194"},{"":"319",sentence:"Asthma is a problem that sometimes can make it difficult to breathe.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_265"},{"":"320",sentence:"A formidable challenge is one that is very easy to deal with.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_266"},{"":"321",sentence:"If you are right-handed, it probably will feel awkward if you attempt to write with your left hand.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_267"},{"":"322",sentence:"Identical twins are very easy to tell apart when you first meet them.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_268"},{"":"323",sentence:"It is easy to ignite a fire using matches under water.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_269"},{"":"324",sentence:"A boycott might be organized as a way to protest a decision made by a store.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_270"},{"":"325",sentence:"If you go to a restaurant with a buffet you get to pick whatever you want to eat.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_271"},{"":"326",sentence:"Birds, turtles, and trees are invisible.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_272"},{"":"327",sentence:"A microphone is used to take pictures on vacation.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_273"},{"":"328",sentence:"Charcoal is sometimes used to cook hamburgers or hot dogs.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_274"},{"":"329",sentence:"A penny is a significant sum of money.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_159"},{"":"330",sentence:"A contagious disease can be passed from one person to another.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_275"},{"":"331",sentence:"You can misunderstand people if they talk so quietly that you cannot hear them clearly.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_276"},{"":"332",sentence:"A generator can be useful if a storm causes the power to go out.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_277"},{"":"333",sentence:"The safest time to go swimming, boating, or fishing is during a severe typhoon.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_278"},{"":"334",sentence:"Good students might be honored for their accomplishments at a school assembly.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_279"},{"":"335",sentence:"A reluctant skydiver is eager to jump from an airplane.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_280"},{"":"336",sentence:"Most people wear ancient pyramids on their wrists for predicting weather.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_281"},{"":"337",sentence:"Not being able to swim is a barrier to having a career as a swimming instructor.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_199"},{"":"338",sentence:"A microscopic germ is bigger than a building but smaller than a city.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_282"},{"":"339",sentence:"A criminal who tries to blackmail someone may hope to get money from his victim.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_283"},{"":"340",sentence:"Most people would be disappointed to learn that they were millionaires.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_284"},{"":"341",sentence:"A confidential remark is not meant to be repeated to others.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_285"},{"":"342",sentence:"Winning the lottery would be complete agony for most people.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_286"},{"":"343",sentence:"A convict who attempts to escape from prison is likely to receive a longer sentence.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_287"},{"":"344",sentence:"An airplane accelerates down the runway before lifting off into the air.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_288"},{"":"345",sentence:"An abbreviated program is one that is longer than a complete program.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_289"},{"":"346",sentence:"Most parents will disapprove if their children earn perfect scores on a difficult and important test.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_290"},{"":"347",sentence:"Some criminals have an accomplice who accompanies them.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_291"},{"":"348",sentence:"Libraries prefer that all people be delinquent in returning books.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_292"},{"":"349",sentence:"A football game that ends with a tie score of fourteen to fourteen is an example of a decisive victory.",grade:"6",answer:"FALSE",direction:"left",itemId:"TOSREC_293"},{"":"350",sentence:"Bleach is sometimes used in washing machines to remove difficult stains from very dirty clothes.",grade:"6",answer:"TRUE",direction:"right",itemId:"TOSREC_294"},{"":"351",sentence:"You can play with a toy in the bathtub.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_295"},{"":"352",sentence:"Blue jays are smaller than ants.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_296"},{"":"353",sentence:"Farmers grow wheat in large fields.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_297"},{"":"354",sentence:"Birds make nests for their babies.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_67"},{"":"355",sentence:"Snakes are good at farming.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_298"},{"":"356",sentence:"You can buy popcorn in a movie theater.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_299"},{"":"357",sentence:"A test tube might break if you drop it during an experiment.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_137"},{"":"358",sentence:"You can find icebergs in the desert.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_90"},{"":"359",sentence:"Teenagers like to drive sponges to school.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_300"},{"":"360",sentence:"A man in prison can roam freely throughout the world.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_301"},{"":"361",sentence:"You might calculate to solve a problem in a math class.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_302"},{"":"362",sentence:"Some of our ancestors were born and lived in prehistoric times.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_303"},{"":"363",sentence:"An alert watchdog will sleep through a burglary attempt.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_228"},{"":"364",sentence:"If you spend more than your budget allows, you may run short of money.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_304"},{"":"365",sentence:"A friend you admire is someone you have little respect for.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_225"},{"":"366",sentence:"A teacher might put a bonus question on a test to give students extra credit.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_305"},{"":"367",sentence:"A boycott might be organized as a way to protect a decision made by a store.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_306"},{"":"368",sentence:"A hunter wears camouflage to be seen more easily.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_307"},{"":"369",sentence:"Men wear cosmetics to make them feel more intelligent.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_264"},{"":"370",sentence:"An automatic decision is one that requires a lot of thought.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_308"},{"":"371",sentence:"Doing the same thing over and over again can be monotonous.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_309"},{"":"372",sentence:"If you commit a serious crime you might be sent to a penitentiary.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_310"},{"":"373",sentence:"You may be asked to calculate answers to difficult problems in a college math class.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_311"},{"":"374",sentence:"Wearing a blindfold is better than wearing glasses if you cannot see the board.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_312"},{"":"375",sentence:"It would be dishonest to return a lost wallet with all of the money inside it to its owner.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_313"},{"":"376",sentence:"One way to find a solution to a disagreement is to look for a compromise.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_314"},{"":"377",sentence:"A disinfectant is useful for killing some germs that can cause illness.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_315"},{"":"378",sentence:"The main problem with having a famine is overly abundant food to eat.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_316"},{"":"379",sentence:"A math teacher who asks you to estimate an answer is asking for an answer that is exact.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_317"},{"":"380",sentence:"A speedometer is used to tell what the temperature is outside.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_318"},{"":"381",sentence:"Eating spoiled food can cause an upset stomach or other problems with digestion.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_319"},{"":"382",sentence:"A punctual student always is late for his classes or any appointments.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_320"},{"":"383",sentence:"Most adolescents go to school and like movies and listening to music.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_321"},{"":"384",sentence:"People have seven hundred thousand knuckles on their ankles and noses.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_322"},{"":"385",sentence:"Someone with a large appetite will eat very little food.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_198"},{"":"386",sentence:"If a tiger escaped from a zoo and was walking in a city, it would cause commotion.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_323"},{"":"387",sentence:"Most people would be disappointed to learn that they were millionaires.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_284"},{"":"388",sentence:"An automobile is useful for going out to eat or to the grocery store.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_324"},{"":"389",sentence:"A microscopic germ is bigger than a building but smaller than a city.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_282"},{"":"390",sentence:"A teacher might give you criticism about a paper you wrote to make you a better writer.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_325"},{"":"391",sentence:"Toxic oil spills in oceans, streams, and lakes are beneficial for the environment.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_326"},{"":"392",sentence:"The purpose of the population census is to count the number of rainy days every month.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_327"},{"":"393",sentence:"Very large farms with many kinds of livestock and many fileds for planting can cover a lot of acreage.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_328"},{"":"394",sentence:"Clam chowder is made from various spiders, peanuts, and several kinds of insects.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_329"},{"":"395",sentence:"A computer works best if it is thrown from the top floor of a tall building during a major thunderstorm.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_330"},{"":"396",sentence:"An adequate number of players on a team is required to be able to play an opponent.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_331"},{"":"397",sentence:"Giving to needy individuals who have less than you is an admirable thing to do",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_332"},{"":"398",sentence:"A leaf falling from a tree will endanger most every resident in a city.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_333"},{"":"399",sentence:"People who are adrift in a boat with a broken-down motor may be lucky and be rescued by a passing boater.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_334"},{"":"400",sentence:"Studying hard and listening in class are advisable if you want to achieve better grades.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_335"},{"":"401",sentence:"Ice cream is a very distasteful thing to be given to eat for almost all children regardless of their age.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_336"},{"":"402",sentence:"A tornado can result in a catastrophe if it strikes where people will live and a safe place to go is not available.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_337"},{"":"403",sentence:"Most bankers are given bonuses if they are able to embezzle money from the bank to buy a sailboat.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_338"},{"":"404",sentence:"Compulsory rules are not optional but rather must always be followed.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_339"},{"":"405",sentence:"Hamburgers and hot dogs sometimes are sold at concession stands at various sporting events.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_340"},{"":"406",sentence:"Two people who dislike being together are inseparable.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_341"},{"":"407",sentence:"Fingerprints can incriminate a suspect.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_342"},{"":"408",sentence:"Spanish is the predominant language spoken in Mexico.",grade:"7",answer:"TRUE",direction:"right",itemId:"TOSREC_343"},{"":"409",sentence:"Not helping a family whose automobile has broken down is an example of compassion.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_344"},{"":"410",sentence:"A dilapidated building is well maintained.",grade:"7",answer:"FALSE",direction:"left",itemId:"TOSREC_345"},{"":"411",sentence:"There is sand in the desert.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_346"},{"":"412",sentence:"You can play with a toy in the bathtub.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_295"},{"":"413",sentence:"People like to eat dirt for lunch as a snack.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_347"},{"":"414",sentence:"A girl can have a lot of freckles on her face.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_348"},{"":"415",sentence:"You can find starfish in space.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_27"},{"":"416",sentence:"A tortoise is faster than a greyhound.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_136"},{"":"417",sentence:"Most people wear jackets on their feet rather than shoes.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_125"},{"":"418",sentence:"A beagle might bark to warn its owner if it sees a hawk.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_349"},{"":"419",sentence:"A watermelon can be too big for a small boy to lift.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_133"},{"":"420",sentence:"You should invite vultures to a wedding.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_138"},{"":"421",sentence:"Some airplanes fly at a very high altitude.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_184"},{"":"422",sentence:"An envelope can be used as a radio.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_350"},{"":"423",sentence:"If you appreciate a gift very much you should tell the person who gave it to you.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_351"},{"":"424",sentence:"Some of our ancestors were born and lived in prehistoric times.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_303"},{"":"425",sentence:"A plumber should be called right away if your automobile breaks down.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_352"},{"":"426",sentence:"A celebrity might be asked for her autograph.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_263"},{"":"427",sentence:'Getting an "A" on an important test would devastate most students.',grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_353"},{"":"428",sentence:"A bachelor is someone who has been married all of his adult life.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_354"},{"":"429",sentence:"A parent might ask a daughter to buckle her seat belt to protect her in an accident.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_355"},{"":"430",sentence:"An automatic decision is one that requires a lot of thought.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_308"},{"":"431",sentence:"People who go fishing sometimes exaggerate the size of the fish they catch.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_356"},{"":"432",sentence:"The main problem with having a famine is overly abundant food to eat.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_316"},{"":"433",sentence:"A disinfectant is useful for killing some germs that can cause illness.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_315"},{"":"434",sentence:"Most people wear ancient pyramids on their wrists for predicting weather.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_281"},{"":"435",sentence:"One way to find a solution to a disagreement is to look for a compromise.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_314"},{"":"436",sentence:"Hotels are one form of accommodation for people taking trips.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_357"},{"":"437",sentence:"If too much rain accumulates, severe flooding can damage houses.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_358"},{"":"438",sentence:"Clam chowder is made from various spiders, peanuts, and several kinds of insects.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_329"},{"":"439",sentence:"A criminal standing trial will be very happy if the jury acquits him.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_359"},{"":"440",sentence:"It can be difficult to move large appliances such as stoves or refrigerators.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_360"},{"":"441",sentence:"A computer works best if it is thrown from the top floor of a tall building during a major thunderstorm.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_330"},{"":"442",sentence:"A leaf falling from a tree will endanger most every resident in a city.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_333"},{"":"443",sentence:"With high gasoline prices, a small automobile can be more economical to drive than a large truck.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_361"},{"":"444",sentence:"A substantial dinner consists of one potato chip.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_362"},{"":"445",sentence:"If you are taking a multiple-choice test, it can be helpful to eliminate answers that you know are wrong.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_363"},{"":"446",sentence:"Very little stamina is required for running a distance of twenty miles.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_364"},{"":"447",sentence:"Milk is pasteurized to change its color from purple to orange and to make it fit into a milk carton.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_365"},{"":"448",sentence:"If you hear thunder, keeping away from tall trees can reduce the chance of being electrocuted.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_366"},{"":"449",sentence:"The purpose of the population census is to count the number of rainy days every month.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_327"},{"":"450",sentence:"If a painting by a famous artist turns out to be a forgery, its value is likely to be much less.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_367"},{"":"451",sentence:"If a traffic light quits working, two cars could get into an accident at an intersection.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_368"},{"":"452",sentence:"An old cat sleeping on a pillow in front of a sunny window is highly energetic.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_369"},{"":"453",sentence:"It helps to be logical if you are trying to convince someone with an effective argument.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_370"},{"":"454",sentence:"A firefighter pours gasoline on a fire to extinguish it.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_371"},{"":"455",sentence:"Mythology refers to true stories of events that happened.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_372"},{"":"456",sentence:"A spendthrift can usually be counted on to spend money for lavish entertainment.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_373"},{"":"457",sentence:"The abolition of slavery resulted in changes for the South.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_374"},{"":"458",sentence:"An adversary is someone who takes your side in any argument.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_375"},{"":"459",sentence:"Some citizens who cannot vote because they are away are able to vote by absentee ballot.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_376"},{"":"460",sentence:"If you want to be friends with someone, the best way is to antagonize the person continuously.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_377"},{"":"461",sentence:"A football game that ends with a tie score of fourteen to fourteen is an example of a decisive victory.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_293"},{"":"462",sentence:"Some criminals have an accomplice who accompanies them.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_291"},{"":"463",sentence:"Libraries prefer that all people be delinquent in returning books.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_292"},{"":"464",sentence:"Supporters denounce the candidate they are working for rather than the opponent.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_378"},{"":"465",sentence:"Police officers try to apprehend criminals and to prevent crime.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_379"},{"":"466",sentence:"Drinking a glass of water leads to immediate, extreme discomfort for most people.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_380"},{"":"467",sentence:"Bleach is sometimes used in washing machines to remove difficult stains from very dirty clothes.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_294"},{"":"468",sentence:"An arrogant person may not be liked by others because he conveys the impression that he is better than they are.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_381"},{"":"469",sentence:"Most parents will disapprove if their children earn perfect scores on a difficult and important test.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_290"},{"":"470",sentence:"Turning on a light switch almost always results in disastrous consequences.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_382"},{"":"471",sentence:"Seeds germinate when conditions are suitable.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_383"},{"":"472",sentence:"Being open to different opinions and ideas is the key characteristic of an intolerant individual.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_384"},{"":"473",sentence:"Guerillas are tiny invertebrates that live under water.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_385"},{"":"474",sentence:"Spanish is the predominant language spoken in Mexico.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_343"},{"":"475",sentence:"A blood transfusion might be necessary in an operation.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_386"},{"":"476",sentence:"An inaccessible mountain is easily reached.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_387"},{"":"477",sentence:"A cumulative grade-point average never changes.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_388"},{"":"478",sentence:"An inevitable event is unlikely to occur.",grade:"8",answer:"FALSE",direction:"left",itemId:"TOSREC_389"},{"":"479",sentence:"Your passport might be scrutinized if you seem suspicious when returning from visiting a foreign country.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_390"},{"":"480",sentence:"After an operation, it may take months to recuperate completely.",grade:"8",answer:"TRUE",direction:"right",itemId:"TOSREC_391"}],Qc=[{sentence:"Children grow as they get older.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_1"},{sentence:"A freezer keeps food frozen.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_2"},{sentence:"Children play in the playground.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_3"},{sentence:"A farmer grows food.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_4"},{sentence:"A nap helps us rest.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_5"},{sentence:"Babies cry when they are upset.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_6"},{sentence:"A seashell comes from the sea.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_7"},{sentence:"A house is a place to live.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_8"},{sentence:"A mountain is tall and rocky.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_9"},{sentence:"A pond has water and fish.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_10"},{sentence:"A kitten is a baby cat.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_11"},{sentence:"Animals live in the zoo.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_12"},{sentence:"A beach has sand and water.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_13"},{sentence:"Flowers need water to grow.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_14"},{sentence:"A spoon helps us eat soup.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_15"},{sentence:"A swing goes back and forth.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_16"},{sentence:"Mail is eaten by mail carriers.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_17"},{sentence:"We use our stomach to digest food.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_18"},{sentence:"A telephone helps us talk.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_19"},{sentence:"Most birds lay potatoes.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_20"},{sentence:"A turtle has a shell.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_21"},{sentence:"Ice cream is cold and sweet.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_22"},{sentence:"The moon comes out at night.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_23"},{sentence:"We cut paper with scissors.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_24"},{sentence:"Apples grow on trees.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_25"},{sentence:"A stapler keeps papers together.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_26"},{sentence:"People use umbrellas in the rain.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_27"},{sentence:"Snowflakes are black and rough.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_28"},{sentence:"People use their eyes to see.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_29"},{sentence:"Babies drink milk.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_30"},{sentence:"A boat floats on water.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_31"},{sentence:"A baby learns to crawl.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_32"},{sentence:"A pancake is round and flat.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_33"},{sentence:"Fish have wings.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_34"},{sentence:"Birds swim in the sky.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_35"},{sentence:"Snow is warm and white.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_36"},{sentence:"A horse can run fast.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_37"},{sentence:"A stove cooks our food.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_38"},{sentence:"Doctors help us when we are sick.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_39"},{sentence:"People wear hats on their feet.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_40"},{sentence:"A pillow is soft and fluffy.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_41"},{sentence:"An adult is a grown-up.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_42"},{sentence:"A squirrel has a bushy tail.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_43"},{sentence:"Dogs meow and retract their tails.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_44"},{sentence:"Birds crawl high in the sky.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_45"},{sentence:"Rain is made of syrup.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_46"},{sentence:"Sheep have thick wool.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_47"},{sentence:"Whales live in the ocean.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_48"},{sentence:"Puppies are baby dogs.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_49"},{sentence:"The ocean is large and deep.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_50"},{sentence:"We sleep at night to rest.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_51"},{sentence:"People wear gloves on their feet.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_52"},{sentence:"Roads have cotton candy and unicorns.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_53"},{sentence:"Hamsters swim on wheels.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_54"},{sentence:"Dogs like to bark and play.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_55"},{sentence:"Sunscreen protects us from the sun.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_56"},{sentence:"People use money to buy things.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_57"},{sentence:"Octopuses have two arms.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_58"},{sentence:"Puzzles have one piece.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_59"},{sentence:"Pumpkins are blue and square.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_60"},{sentence:"A bed is for sleeping.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_61"},{sentence:"People laugh when something is funny.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_62"},{sentence:"A candle gives us light.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_63"},{sentence:"A bike has pedals.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_64"},{sentence:"Animals need food to live.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_65"},{sentence:"A wallet holds money.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_66"},{sentence:"We eat breakfast in the morning.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_67"},{sentence:"Squirrels live underwater.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_68"},{sentence:"Many animals live in the forest.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_69"},{sentence:"A teacher helps us learn.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_70"},{sentence:"Glasses help people see better.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_71"},{sentence:"Gardens are where people grow skyscrapers, vehicles, and statues.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_72"},{sentence:"A suitcase carries our clothes.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_73"},{sentence:"Light bulbs make darkness.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_74"},{sentence:"A car has four wheels.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_75"},{sentence:"Toothpaste helps to clean teeth.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_76"},{sentence:"A square has nine sides.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_77"},{sentence:"Trains run on clouds.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_78"},{sentence:"People write with hammers.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_79"},{sentence:"The sun shines during the day.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_80"},{sentence:"A peach is fuzzy and sweet.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_81"},{sentence:"We sweep floors with a broom.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_82"},{sentence:"Colors make things smell funny.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_83"},{sentence:"Rabbits have long ears.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_84"},{sentence:"We eat dinner in the evening.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_85"},{sentence:"Everyone has a purple unicorn.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_86"},{sentence:"A baby bottle has a tail.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_87"},{sentence:"Birds make nests for their eggs.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_88"},{sentence:"People wear swimsuits for swimming.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_89"},{sentence:"Mushrooms grow in damp areas.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_90"},{sentence:"Wheels are square and roll.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_91"},{sentence:"Ants are huge and weak.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_92"},{sentence:"A triangle has ten sides.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_93"},{sentence:"Oranges are blue and square.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_94"},{sentence:"It is dark at night.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_95"},{sentence:"We drink water when we're thirsty.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_96"},{sentence:"A shirt covers our body.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_97"},{sentence:"Baking bread makes the house smell good.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_98"},{sentence:"The sun rises in the morning.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_99"},{sentence:"Shoes go on your hands.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_100"},{sentence:"Socks keep your feet cold.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_101"},{sentence:"Cars float on water.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_102"},{sentence:"People smile when they're happy.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_103"},{sentence:"Plants need sunlight to grow.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_104"},{sentence:"Squirrels eat clouds.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_105"},{sentence:"Sharks have sharp teeth.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_106"},{sentence:"A lion whispers softly.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_107"},{sentence:"Numbers prevent us from counting things.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_108"},{sentence:"Books have pages with salsa.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_109"},{sentence:"A brick is made from butter.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_110"},{sentence:"People wear clothes every day.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_111"},{sentence:"Letters make soup for reading.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_112"},{sentence:"Hot air balloons dig down.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_113"},{sentence:"A pig is pink and plump.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_114"},{sentence:"We take baths to get clean.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_115"},{sentence:"Butter is made from water.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_116"},{sentence:"Zebras have polka-dotted stripes.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_117"},{sentence:"A tree has a trunk.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_118"},{sentence:"A year has four seasons.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_119"},{sentence:"Feet have no toes.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_120"},{sentence:"People have spaghetti on their heads.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_121"},{sentence:"Bread is made from flour.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_122"},{sentence:"Buttons help clean clothes.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_123"},{sentence:"People use their hands to clap.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_124"},{sentence:"Chocolate comes from pickle jars.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_125"},{sentence:"People sleep on ceilings.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_126"},{sentence:"Everyone has an alien spaceship.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_127"},{sentence:"Bees make honey in hives.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_128"},{sentence:"Strawberry is a red fruit.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_129"},{sentence:"Toys are for staring at.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_130"},{sentence:"A sandwich is for skiing.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_131"},{sentence:"The desert is hot and dry.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_132"},{sentence:"We walk on the sidewalk.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_133"},{sentence:"Sidewalks are for driving.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_134"},{sentence:"Turtles can fly in their shells.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_135"},{sentence:"A nose smells music.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_136"},{sentence:"Birds can swim underground.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_137"},{sentence:"A picture can grow carrots.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_138"},{sentence:"A beach has ice and lava.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_139"},{sentence:"A lock keeps things safe.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_140"},{sentence:"A dog is a good friend to people.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_141"},{sentence:"Mirrors show cartoons.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_142"},{sentence:"A comb is used on hair.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_143"},{sentence:"People wear sunglasses in sunlight.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_144"},{sentence:"Skies can be solid or liquid.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_145"},{sentence:"Pets are living things we care for.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_146"},{sentence:"We all live on Earth.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_147"},{sentence:"Chairs have no legs.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_148"},{sentence:"A frog flies and sinks.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_149"},{sentence:"Pencils are for drawing and writing.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_150"},{sentence:"Blankets make us shiver.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_151"},{sentence:"Music makes people sleep.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_152"},{sentence:"Squirrels are giant creatures that gather rocks to eat.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_153"},{sentence:"Cows give us soda to drink.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_154"},{sentence:"Corn grows in a field.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_155"},{sentence:"Telephone conversations prevent people from talking at all.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_156"},{sentence:"Drums make loud sounds.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_157"},{sentence:"Most people have twelve legs.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_158"},{sentence:"A fish has fins.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_159"},{sentence:"Books have no pages or words.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_160"},{sentence:"A cake is sweet and yummy.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_161"},{sentence:"Lollipops are vegetables on a stick.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_162"},{sentence:"People use ears to hear.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_163"},{sentence:"A plate holds our food.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_164"},{sentence:"A button waters plants.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_165"},{sentence:"Birds have scales and wheels.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_166"},{sentence:"Bananas are yellow when ripe.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_167"},{sentence:"Stars are invisible at night.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_168"},{sentence:"We wear belts to loosen pants.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_169"},{sentence:"We say hello to greet people.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_170"},{sentence:"Rain wets the ground.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"ai_171"},{sentence:"Shoes always have wheels.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_172"},{sentence:"Paper comes from clouds.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_173"},{sentence:"A deer has wings.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_174"},{sentence:"Sunsets are white and gray.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_175"},{sentence:"Paintbrushes help you dance.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_176"},{sentence:"Skies are yellow on sunny days.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_177"},{sentence:"Bears can sing all winter.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_178"},{sentence:"Jet planes crawl slowly.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_179"},{sentence:"Snakes fly in the sky.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_180"},{sentence:"Insects have no legs.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_181"},{sentence:"Bears are tiny and weak.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_182"},{sentence:"A stove is for swimming.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_183"},{sentence:"Fire is cold and safe.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_184"},{sentence:"Grass is purple and hides inside.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_185"},{sentence:"Frogs paint in the pond.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_186"},{sentence:"Monkeys are serious animals that swim underwater using their tails.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_187"},{sentence:"Picnics are underground with televisions.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_188"},{sentence:"Lambs are baby camels.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_189"},{sentence:"Oceans are full of sugar water.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_190"},{sentence:"Teachers work in submarines.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_191"},{sentence:"Our hearts beat outside our chest.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_192"},{sentence:"Water boils when it's cold.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_193"},{sentence:"A shirt has wheels.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_194"},{sentence:"Most animals have propellers.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_195"},{sentence:"Tadpoles grow into trees.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_196"},{sentence:"Crayons are used for building houses.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_197"},{sentence:"Kangaroos can't jump at all.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_198"},{sentence:"Lizards live in the sky.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_199"},{sentence:"Dolphins reside in the desert.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"ai_200"}],Zc=[{sentence:"A flag hangs from a pole.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_1"},{sentence:"Snowflakes fall in the summer.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_2"},{sentence:"Airplanes fly in the air.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_3"},{sentence:"Walruses have tiny teeth and live in tropical environments.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_4"},{sentence:"Owls cannot turn their heads.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_5"},{sentence:"Roads have signs and lights.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_6"},{sentence:"We breathe in air all the time.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_7"},{sentence:"A gift is wrapped with love.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_8"},{sentence:"Rainbows show only one color.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_9"},{sentence:"A car has ten wheels.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_10"},{sentence:"Cameras drink pictures.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_11"},{sentence:"Oceans are full of salt water.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_12"},{sentence:"People sleep in beds.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_13"},{sentence:"Everyone dislikes all seasons.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_14"},{sentence:"Sharks have sharp teeth.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_15"},{sentence:"Flags have no colors.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_16"},{sentence:"Cars float on water.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_17"},{sentence:"Cakes are salty.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_18"},{sentence:"Horses can run fast.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_19"},{sentence:"A telephone helps us walk.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_20"},{sentence:"Everyone has a name.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_21"},{sentence:"A seashell comes from the forest.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_22"},{sentence:"A house is a place to live.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_23"},{sentence:"We wear jackets in the cold.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_24"},{sentence:"People need sleep every day.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_25"},{sentence:"Ants work together.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_26"},{sentence:"A lock eats things safe.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_27"},{sentence:"Toys are for playing with.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_28"},{sentence:"A pillow is soft and fluffy.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_29"},{sentence:"Dolphins can jump out of a volcano.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_30"},{sentence:"A whale is a small land creature.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_31"},{sentence:"People use sand to buy things.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_32"},{sentence:"Monkeys climb trees.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_33"},{sentence:"People walk, run, and jump to move and get exercise.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_34"},{sentence:"Bees ignore honey and don't help flowers by carrying pollen.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_35"},{sentence:"Children go to school buy gifts.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_36"},{sentence:"Hamsters swim on wheels.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_37"},{sentence:"Teachers work in schools.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_38"},{sentence:"A watch dances the time.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_39"},{sentence:"A baby learns to crawl.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_40"},{sentence:"No one has feelings.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_41"},{sentence:"Hands can hold things.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_42"},{sentence:"Pumpkins grow in the ocean.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_43"},{sentence:"Friends play together.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_44"},{sentence:"Yawns show we are hungry.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_45"},{sentence:"A triangle has ten sides.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_46"},{sentence:"Pets are living things we care for.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_47"},{sentence:"Hammers are for playing piano.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_48"},{sentence:"The moon can be seen at night and changes in shape.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_49"},{sentence:"Wind can make things invisible.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_50"},{sentence:"Mountains are very short.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_51"},{sentence:"People speak different languages.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_52"},{sentence:"A fan keeps us cool.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_53"},{sentence:"Streets are for walking and driving.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_54"},{sentence:"Lions are big cats.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_55"},{sentence:"Puppies and kittens grow into adult dogs and cats.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_56"},{sentence:"People walk on their hands.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_57"},{sentence:"A ruler cooks things.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_58"},{sentence:"Kangaroos can jump far.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_59"},{sentence:"The ocean is microscopic.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_60"},{sentence:"The park is for playing.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_61"},{sentence:"We say goodbye when we leave.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_62"},{sentence:"Skies can be blue or gray.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_63"},{sentence:"Sunscreen attracts the sun.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_64"},{sentence:"Bananas are blue when ripe.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_65"},{sentence:"Zebras have black and white stripes.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_66"},{sentence:"Babies need milk, love, and care as they grow into children.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_67"},{sentence:"Animals like turtles, snakes, and lizards are called mammals.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_68"},{sentence:"A peach is fuzzy and sweet.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_69"},{sentence:"Leaves fall from trees.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_70"},{sentence:"Doors dissolve and reappear.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_71"},{sentence:"Pencils can help you swim.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_72"},{sentence:"People use maps to find places.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_73"},{sentence:'A train goes "meow meow."',answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_74"},{sentence:"People talk with their elbows.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_75"},{sentence:"People learn from their mistakes.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_76"},{sentence:"You can hear a song.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_77"},{sentence:"Dogs like to bark and play.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_78"},{sentence:"The sun sets in the morning.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_79"},{sentence:"Raincoats keep us dry.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_80"},{sentence:"We eat our teeth every day.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_81"},{sentence:"Milk comes from rocks.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_82"},{sentence:"Planets repel the sun.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_83"},{sentence:"People write with hammers.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_84"},{sentence:"A shoe doesn't have a sole.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_85"},{sentence:"We drink out of hats.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_86"},{sentence:"Lambs are baby camels.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_87"},{sentence:"Children learn from adults.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_88"},{sentence:"A boat has a sail.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_89"},{sentence:"Some children have a favorite color.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_90"},{sentence:"All people eat rainbows.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_91"},{sentence:"A deer has wings.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_92"},{sentence:"A bus takes people places.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_93"},{sentence:"Eggs come from clouds.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_94"},{sentence:"Rabbits have soft fur.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_95"},{sentence:"We wear shoes to know time.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_96"},{sentence:"Paper can be folded.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_97"},{sentence:"Jellyfish are land creatures with short arms that can high-five.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_98"},{sentence:"Ice is boiling water.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_99"},{sentence:"An adult is a grown-up.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_100"},{sentence:"Squirrels live underwater.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_101"},{sentence:"Friends help each other.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_102"},{sentence:"Elephants are large animals with big ears and a long trunk.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_103"},{sentence:"Orange juice comes from oranges.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_104"},{sentence:"Children shrink as they get older.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_105"},{sentence:"A kitten is a baby elephant.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_106"},{sentence:"Sheep have thick wool.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_107"},{sentence:"People have different heights.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_108"},{sentence:"Straws help us listen to music.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_109"},{sentence:"A giraffe has a long neck.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_110"},{sentence:"We wake up in the evening.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_111"},{sentence:"Turtles can fly in their shells.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_112"},{sentence:"Music cannot be played on instruments like drums, guitars, and pianos.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_113"},{sentence:"A bee can knit.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_114"},{sentence:"A pig is blue and thin.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_115"},{sentence:"A computer blocks our work.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_116"},{sentence:"People wear glasses to help them hear more clearly.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_117"},{sentence:"People of all ages can enjoy spending time with animals.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_118"},{sentence:"Shoes always have wheels.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_119"},{sentence:"Fire is hot and burns.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_120"},{sentence:"Kids put on backpacks for school.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_121"},{sentence:"We use keys to open doors.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_122"},{sentence:"The sky is yellow.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_123"},{sentence:"Chickens lay marbles for us to eat.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P1_124"},{sentence:"All people need love and care.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_125"},{sentence:"Books are for reading and learning.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_126"},{sentence:"A mountain is tall and rocky.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_127"},{sentence:"Buttons help close clothes.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_128"},{sentence:"Water is wet and we need it to stay healthy.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_129"},{sentence:"Apples can be red, green, or yellow.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P1_130"}],Xc=[{sentence:"Ants are small.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_1"},{sentence:"All kids shrink.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_2"},{sentence:"The sun rises every day.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_3"},{sentence:"People use phones to swim.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_4"},{sentence:"Balloons are filled with rocks.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_5"},{sentence:"People turn pages to read books.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_6"},{sentence:"We say thank you to be polite.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_7"},{sentence:"Everyone feels sad sometimes.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_8"},{sentence:"Ducks dislike swimming.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_9"},{sentence:"Bicycles have thirty wheels and make people invisible.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_10"},{sentence:"A pillow is for swimming.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_11"},{sentence:"Water is wet and clear.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_12"},{sentence:"The sky is blue.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_13"},{sentence:"A wallet holds vegetables.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_14"},{sentence:"Mountains are very tall.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_15"},{sentence:"Rubber bands cannot stretch.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_16"},{sentence:"Most flowers release invisible smoke.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_17"},{sentence:"A refrigerator warms food.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_18"},{sentence:"All people have a name.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_19"},{sentence:"Corn grows in a volcano.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_20"},{sentence:"Cakes are sweet.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_21"},{sentence:"Mice have giant tails.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_22"},{sentence:"A kitten is a baby cat.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_23"},{sentence:"A doorbell rings when pressed.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_24"},{sentence:"Everyone likes to feel loved.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_25"},{sentence:"Families can have pets.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_26"},{sentence:"A chair is for people to hover.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_27"},{sentence:"Kangaroos are animals with strong legs and can hop very far.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_28"},{sentence:"Showers are for getting clean.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_29"},{sentence:"People use maps to eat food.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_30"},{sentence:"Books have no pages.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_31"},{sentence:"Deserts are icy and snowy places with constant rainfall.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_32"},{sentence:"Fish breathe through gills.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_33"},{sentence:"People walk, run, and jump to move and get exercise.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_34"},{sentence:"Streets are for swimming and flying.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_35"},{sentence:"A ball is flat and sticks.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_36"},{sentence:"A fence generates electricity.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_37"},{sentence:"We wear belts to hold pants up.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_38"},{sentence:"Jellyfish cannot sting.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_39"},{sentence:"We ride bikes for fun or exercise.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_40"},{sentence:"Lollipops are vegetables on a stick.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_41"},{sentence:"People live in houses.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_42"},{sentence:"A year has eleven months.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_43"},{sentence:"Children go to school.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_44"},{sentence:"Monkeys run underground.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_45"},{sentence:"People wear sandals when it's cold.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_46"},{sentence:"Children like singing songs.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_47"},{sentence:"Insects have no legs.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_48"},{sentence:"Shoes can have laces or straps.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_49"},{sentence:"You have to swallow a door.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_50"},{sentence:"Water boils when it's cold.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_51"},{sentence:"People brush their teeth.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_52"},{sentence:"Children often take turns during games or sharing toys.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_53"},{sentence:"Rivers, lakes, and oceans are large bodies of water.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_54"},{sentence:"Puppies are baby dogs.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_55"},{sentence:"People use money to buy things.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_56"},{sentence:"Fish drive cars and have wheels and headlights.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_57"},{sentence:"Snakes fly in the sky.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_58"},{sentence:"Seashells come in many shapes and colors and can be found at the beach.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_59"},{sentence:"Mail gets buried under houses.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_60"},{sentence:"Windows let light in.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_61"},{sentence:"Gifts are given on special occasions like birthdays and holidays.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_62"},{sentence:"Horses can run and carry people or things on their backs.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_63"},{sentence:"People clap their feet.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_64"},{sentence:"Crayons are used for building houses.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_65"},{sentence:"Hands can hold objects.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_66"},{sentence:"Farm animals like cows, pigs, and chickens provide us with food.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_67"},{sentence:"The ocean is small and shallow.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_68"},{sentence:"Children play in the playground.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_69"},{sentence:"Most people have two legs.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_70"},{sentence:"We use napkins to paint our faces.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_71"},{sentence:"Telephone conversations prevent people from talking at all.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_72"},{sentence:"We eat dinner in the evening.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_73"},{sentence:"A turtle has a cape.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_74"},{sentence:"Ropes are used for eating.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_75"},{sentence:"Vaccines help to protect us.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_76"},{sentence:"Children take naps during the day to rest and recharge.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_77"},{sentence:"A teacher helps us learn.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_78"},{sentence:"Zebras have polka dots and live underground.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_79"},{sentence:"Plants need water and sunlight.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_80"},{sentence:"Dogs plant flowers.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_81"},{sentence:"Apples can be blue and grow underground.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_82"},{sentence:"Beds are for dancing.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_83"},{sentence:"We drink from hats.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_84"},{sentence:"Ants are gigantic.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_85"},{sentence:"Rainbows have one color.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_86"},{sentence:"Penguins can fly.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_87"},{sentence:"Dogs can bark.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_88"},{sentence:"We cook food in ovens.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_89"},{sentence:"The sun sets every evening.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_90"},{sentence:"Birds have scales.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_91"},{sentence:"Whales are reptiles.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_92"},{sentence:"We put on pajamas before bed.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_93"},{sentence:"Bears are tiny and weak.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_94"},{sentence:"Music can be played on instruments like drums, guitars, and pianos.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_95"},{sentence:"Children play in the stratosphere.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_96"},{sentence:"Airplanes fly in the sky.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_97"},{sentence:"We eat with telephones.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_98"},{sentence:"Ice cream is hot and sour.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_99"},{sentence:"Pizzas have different toppings.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_100"},{sentence:"Butterflies start as rocks.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_101"},{sentence:"You go to sleep at night.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_102"},{sentence:"A car horn honks loudly.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_103"},{sentence:"Frogs are green and can jump and swim in water.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_104"},{sentence:"Cats have wheels.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_105"},{sentence:"A caterpillar becomes a rhino.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_106"},{sentence:"People laugh when things are funny.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_107"},{sentence:"People have different hair colors.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_108"},{sentence:"The moon can't be seen at night and stays in one shape.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_109"},{sentence:"People eat with their mouths.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_110"},{sentence:"People need rocks to fly. ",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_111"},{sentence:"People eat rocks to live.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_112"},{sentence:"Bread is a rare food.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_113"},{sentence:"We walk with our hands.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_114"},{sentence:"Snowflakes are black and rough.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_115"},{sentence:"Trains swim on train tracks.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_116"},{sentence:"A train goes on roads.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_117"},{sentence:"The seasons are spring, summer, autumn, and winter, each with unique features.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_118"},{sentence:"Elephants are blue and small.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_119"},{sentence:"People feel hot in the sun.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_120"},{sentence:"Strawberry is a red fruit.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_121"},{sentence:"Doctors help us when we are sick.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_122"},{sentence:"We all live on Mars.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_123"},{sentence:"Drums produce images when hit.",answer:"FALSE",direction:"left",difficulty:"",itemId:"aiV1P2_124"},{sentence:"Blankets are for snuggling.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_125"},{sentence:"Fruits and vegetables help our bodies to grow and stay strong.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_126"},{sentence:"A doll can be fun to play with.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_127"},{sentence:"Nurses take care of patients.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_128"},{sentence:"People drink water when thirsty.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_129"},{sentence:"Cats meow and purr when happy.",answer:"TRUE",direction:"right",difficulty:"",itemId:"aiV1P2_130"}],ed=[{"":"1",sentence:"A chef works at a restaurant.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-1-1",testsetId:"1"},{"":"2",sentence:"Birds like to build nests.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-1-2",testsetId:"1"},{"":"3",sentence:"Oceans are always dry.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-1-3",testsetId:"1"},{"":"4",sentence:"Apples are a type of vegetable.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-1-4",testsetId:"1"},{"":"5",sentence:"Ducks enjoy swimming in the pond.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-1-5",testsetId:"1"},{"":"6",sentence:"Schools are built on clouds.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-1-6",testsetId:"1"},{"":"7",sentence:"Artists paint beautiful paintings.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-1-7",testsetId:"1"},{"":"8",sentence:"Dogs bark at strangers.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-1-8",testsetId:"1"},{"":"9",sentence:"The color of a banana is yellow.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-1-9",testsetId:"1"},{"":"10",sentence:"Sunglasses are useful for keeping people dry when it snows.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-1-10",testsetId:"1"},{"":"11",sentence:"Horses enjoy galloping freely.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-1-11",testsetId:"1"},{"":"12",sentence:"A tiger is a bird.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-1-12",testsetId:"1"},{"":"13",sentence:"Tigers enjoy knitting sweaters.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-1-13",testsetId:"1"},{"":"14",sentence:"Lamp-posts love to eat spaghetti.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-1-14",testsetId:"1"},{"":"15",sentence:"Schools are floating in the air.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-2-1",testsetId:"2"},{"":"16",sentence:"Sandwiches sprout on bushes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-2-2",testsetId:"2"},{"":"17",sentence:"Bikes have two wheels.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-2-3",testsetId:"2"},{"":"18",sentence:"Butterflies have beautiful, colorful wings.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-2-4",testsetId:"2"},{"":"19",sentence:"A watch goes on your foot.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-2-5",testsetId:"2"},{"":"20",sentence:"A chair has four legs.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-2-6",testsetId:"2"},{"":"21",sentence:"Cats can speak French.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-2-7",testsetId:"2"},{"":"22",sentence:"Trees love drawing with green crayons.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-2-8",testsetId:"2"},{"":"23",sentence:"A librarian works in a library.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-2-9",testsetId:"2"},{"":"24",sentence:"Cakes are yummy desserts.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-2-10",testsetId:"2"},{"":"25",sentence:"Cities can be very busy places with many people.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-2-11",testsetId:"2"},{"":"26",sentence:"Rain is sand that falls from clouds in the sky.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-2-12",testsetId:"2"},{"":"27",sentence:"Books are made of many pages.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-2-13",testsetId:"2"},{"":"28",sentence:"A bell can jump higher than mountains.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-2-14",testsetId:"2"},{"":"29",sentence:"Robots are machines that can do tasks automatically.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-3-1",testsetId:"3"},{"":"30",sentence:"Corn grows tall in the field.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-3-2",testsetId:"3"},{"":"31",sentence:"Heat comes from icebergs.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-3-3",testsetId:"3"},{"":"32",sentence:"Flowers have petals.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-3-4",testsetId:"3"},{"":"33",sentence:"Roads love to color with black crayons.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-3-5",testsetId:"3"},{"":"34",sentence:"My shoes love to bake bread.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-3-6",testsetId:"3"},{"":"35",sentence:"Lots of pilots work in bakeries.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-3-7",testsetId:"3"},{"":"36",sentence:"A lamp can be very bright.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-3-8",testsetId:"3"},{"":"37",sentence:"Gloves can keep your hands warm.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-3-9",testsetId:"3"},{"":"38",sentence:"Humans have two fingers.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-3-10",testsetId:"3"},{"":"39",sentence:"Beds love to swim.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-3-11",testsetId:"3"},{"":"40",sentence:"Giraffes are tall animals.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-3-12",testsetId:"3"},{"":"41",sentence:"Books are round.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-3-13",testsetId:"3"},{"":"42",sentence:"If a sign says 'no entry', you shouldn't go that way.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-3-14",testsetId:"3"},{"":"43",sentence:"Summer is a part of the annual cycle.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-4-1",testsetId:"4"},{"":"44",sentence:"Butterflies are larger than buildings.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-4-2",testsetId:"4"},{"":"45",sentence:"A compass points north.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-4-3",testsetId:"4"},{"":"46",sentence:"Trees often grow in a forest.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-4-4",testsetId:"4"},{"":"47",sentence:"Fish enjoy climbing trees.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-4-5",testsetId:"4"},{"":"48",sentence:"Monkeys like to eat bananas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-4-6",testsetId:"4"},{"":"49",sentence:"Mountains walk during winter.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-4-7",testsetId:"4"},{"":"50",sentence:"Cars enjoy drinking orange juice.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-4-8",testsetId:"4"},{"":"51",sentence:"We can buy groceries at the supermarket.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-4-9",testsetId:"4"},{"":"52",sentence:"Pizza has beans and jelly on it.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-4-10",testsetId:"4"},{"":"53",sentence:"Fish can sing.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-4-11",testsetId:"4"},{"":"54",sentence:"Clouds swim in the ocean.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-4-12",testsetId:"4"},{"":"55",sentence:"Pet shops are where one can buy pets.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-4-13",testsetId:"4"},{"":"56",sentence:"Letters are used to make words and sentences.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-4-14",testsetId:"4"},{"":"57",sentence:"Dancing for hours can be tiring.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-5-1",testsetId:"5"},{"":"58",sentence:"Paper can be made from trees.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-5-2",testsetId:"5"},{"":"59",sentence:"Some rabbits eat carrots.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-5-3",testsetId:"5"},{"":"60",sentence:"People can wear hats to protect their heads from the sun.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-5-4",testsetId:"5"},{"":"61",sentence:"Raincoats make you freeze.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-5-5",testsetId:"5"},{"":"62",sentence:"Certain penguins drive race cars to school.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-5-6",testsetId:"5"},{"":"63",sentence:"A baby kangaroo is called a puppy.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-5-7",testsetId:"5"},{"":"64",sentence:"A butterfly is a bird.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-5-8",testsetId:"5"},{"":"65",sentence:"Many children play games with toys.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-5-9",testsetId:"5"},{"":"66",sentence:"People trade vegetables for books in most libraries.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-5-10",testsetId:"5"},{"":"67",sentence:"All doors are made of chocolate.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-5-11",testsetId:"5"},{"":"68",sentence:"People usually brush their teeth with toothpaste.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-5-12",testsetId:"5"},{"":"69",sentence:"Some flowers like to sing.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-5-13",testsetId:"5"},{"":"70",sentence:"Elders can be wise.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-5-14",testsetId:"5"},{"":"71",sentence:"Tigers are tiny domestic dogs that are known for their checks.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-6-1",testsetId:"6"},{"":"72",sentence:"Lions regularly jump on trampolines.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-6-2",testsetId:"6"},{"":"73",sentence:"Cookies usually sprout in a desert.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-6-3",testsetId:"6"},{"":"74",sentence:"Summer is a kind of ice cream flavor.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-6-4",testsetId:"6"},{"":"75",sentence:"Some bags have handles.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-6-5",testsetId:"6"},{"":"76",sentence:"Cakes are often eaten at celebrations like birthdays.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-6-6",testsetId:"6"},{"":"77",sentence:"Candy is often sweet to taste.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-6-7",testsetId:"6"},{"":"78",sentence:"Babies can feel sleepy.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-6-8",testsetId:"6"},{"":"79",sentence:"Every book is a butterfly.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-6-9",testsetId:"6"},{"":"80",sentence:"Many people use brushes to style their hair.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-6-10",testsetId:"6"},{"":"81",sentence:"Helicopters enjoy drinking tea.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-6-11",testsetId:"6"},{"":"82",sentence:"Flowers can be found in a garden.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-6-12",testsetId:"6"},{"":"83",sentence:"A lion is a big cat that roars.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-6-13",testsetId:"6"},{"":"84",sentence:"Fish can play golf.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-6-14",testsetId:"6"},{"":"85",sentence:"Apples are tasty fruits that come in many varieties.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-7-1",testsetId:"7"},{"":"86",sentence:"Many individuals brush their teeth before sleeping.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-7-2",testsetId:"7"},{"":"87",sentence:"Students get recognition when they excel in their studies.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-7-3",testsetId:"7"},{"":"88",sentence:"Most people dig holes with spoons.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-7-4",testsetId:"7"},{"":"89",sentence:"Stones love to move around.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-7-5",testsetId:"7"},{"":"90",sentence:"People can fly by flapping their arms.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-7-6",testsetId:"7"},{"":"91",sentence:"Houses have doors.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-7-7",testsetId:"7"},{"":"92",sentence:"Houses can walk.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-7-8",testsetId:"7"},{"":"93",sentence:"Hats grow on trees.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-7-9",testsetId:"7"},{"":"94",sentence:"Some children go to art classes.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-7-10",testsetId:"7"},{"":"95",sentence:"Babies can cry often.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-7-11",testsetId:"7"},{"":"96",sentence:"Snow is warm.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-7-12",testsetId:"7"},{"":"97",sentence:"Firefighters put out fires while on duty.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-7-13",testsetId:"7"},{"":"98",sentence:"Dogs are fond of chewing bones.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-7-14",testsetId:"7"},{"":"99",sentence:"Birds often nest in trees.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-8-1",testsetId:"8"},{"":"100",sentence:"An earthquake can be very calming.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-8-2",testsetId:"8"},{"":"101",sentence:"Some birds can fly.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-8-3",testsetId:"8"},{"":"102",sentence:"A triangle is round.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-8-4",testsetId:"8"},{"":"103",sentence:"Bicycles are often made of steel.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-8-5",testsetId:"8"},{"":"104",sentence:"Fish typically use hammers to build things.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-8-6",testsetId:"8"},{"":"105",sentence:"Cycling is an activity that you do with a pen.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-8-7",testsetId:"8"},{"":"106",sentence:"Some trees have branches.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-8-8",testsetId:"8"},{"":"107",sentence:"Wallets can be used to store money.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-8-9",testsetId:"8"},{"":"108",sentence:"Running shoes help you run faster.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-8-10",testsetId:"8"},{"":"109",sentence:"Windows can be made of cheese.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-8-11",testsetId:"8"},{"":"110",sentence:"Bears listen with their paws.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-8-12",testsetId:"8"},{"":"111",sentence:"Friends can bake cookies together after school.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-8-13",testsetId:"8"},{"":"112",sentence:"Cats often have feathers.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-8-14",testsetId:"8"},{"":"113",sentence:"Most kittens know how to knit.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-9-1",testsetId:"9"},{"":"114",sentence:"Helicopters are flown by rabbits.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-9-2",testsetId:"9"},{"":"115",sentence:"Some books have pictures.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-9-3",testsetId:"9"},{"":"116",sentence:"Belts help to hold pants up.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-9-4",testsetId:"9"},{"":"117",sentence:"Pilots fly planes while on duty.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-9-5",testsetId:"9"},{"":"118",sentence:"Birds usually store books in nests.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-9-6",testsetId:"9"},{"":"119",sentence:"Ice normally feels warm.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-9-7",testsetId:"9"},{"":"120",sentence:"People wear sunglasses to protect their eyes from the sun.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-9-8",testsetId:"9"},{"":"121",sentence:"A motorcycle has two wheels.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-9-9",testsetId:"9"},{"":"122",sentence:"Summer is a type of soda.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-9-10",testsetId:"9"},{"":"123",sentence:"Socks grow in gardens.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-9-11",testsetId:"9"},{"":"124",sentence:"The moon is round.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-9-12",testsetId:"9"},{"":"125",sentence:"Candy is always spicy to taste.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-9-13",testsetId:"9"},{"":"126",sentence:"Turtles have hard shells to protect themselves.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-9-14",testsetId:"9"},{"":"127",sentence:"Most chocolates are white and salty.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-10-1",testsetId:"10"},{"":"128",sentence:"People occasionally eat cookies.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-10-2",testsetId:"10"},{"":"129",sentence:"Shoes can talk.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-10-3",testsetId:"10"},{"":"130",sentence:"Cows lay eggs.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-10-4",testsetId:"10"},{"":"131",sentence:"A dog may wag its tail when happy.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-10-5",testsetId:"10"},{"":"132",sentence:"Ovens are used to make things hot.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-10-6",testsetId:"10"},{"":"133",sentence:"People can talk to rainbows.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-10-7",testsetId:"10"},{"":"134",sentence:"Walnut trees give us oranges.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-10-8",testsetId:"10"},{"":"135",sentence:"Many buildings have chimneys on the roof.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-10-9",testsetId:"10"},{"":"136",sentence:"Dogs have tails.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-10-10",testsetId:"10"},{"":"137",sentence:"Cats enjoy chasing mice.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-10-11",testsetId:"10"},{"":"138",sentence:"Toys can be made of plastic.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-10-12",testsetId:"10"},{"":"139",sentence:"Notebooks wear scarves to keep their papers warm.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-10-13",testsetId:"10"},{"":"140",sentence:"Most people commute to work by broomstick.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-10-14",testsetId:"10"},{"":"141",sentence:"Washing machines clean clothes.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-11-1",testsetId:"11"},{"":"142",sentence:"Lions can be scary.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-11-2",testsetId:"11"},{"":"143",sentence:"Snowflakes enjoy sunbathing.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-11-3",testsetId:"11"},{"":"144",sentence:"Winter is colder than summer.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-11-4",testsetId:"11"},{"":"145",sentence:"Monkeys grow from seeds.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-11-5",testsetId:"11"},{"":"146",sentence:"Stars are commonly made of oranges.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-11-6",testsetId:"11"},{"":"147",sentence:"Dogs are considered man's best friend.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-11-7",testsetId:"11"},{"":"148",sentence:"Sofas love to fly.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-11-8",testsetId:"11"},{"":"149",sentence:"Rivers are typically made of coffee.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-11-9",testsetId:"11"},{"":"150",sentence:"Most folks play board games alone in the dark.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-11-10",testsetId:"11"},{"":"151",sentence:"Many artists use brushes to create art.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-11-11",testsetId:"11"},{"":"152",sentence:"Music can be played with instruments.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-11-12",testsetId:"11"},{"":"153",sentence:"Gorillas can live on rainbows.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-11-13",testsetId:"11"},{"":"154",sentence:"A dessert can be very sweet.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-11-14",testsetId:"11"},{"":"155",sentence:"Mechanics fix cars in garages.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-12-1",testsetId:"12"},{"":"156",sentence:"People always play chess while swimming in the pool.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-12-2",testsetId:"12"},{"":"157",sentence:"Cacti are common residents of the ocean.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-12-3",testsetId:"12"},{"":"158",sentence:"Cats can play piano.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-12-4",testsetId:"12"},{"":"159",sentence:"Windows are used to make things cold.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-12-5",testsetId:"12"},{"":"160",sentence:"People hear with their fingers.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-12-6",testsetId:"12"},{"":"161",sentence:"All fish are scared of swimming.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-12-7",testsetId:"12"},{"":"162",sentence:"Glasses help people to see.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-12-8",testsetId:"12"},{"":"163",sentence:"A kitten can be very playful.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-12-9",testsetId:"12"},{"":"164",sentence:"Babies can drive cars.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-12-10",testsetId:"12"},{"":"165",sentence:"Cats have whiskers.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-12-11",testsetId:"12"},{"":"166",sentence:"Teenagers can play video games on a computer.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-12-12",testsetId:"12"},{"":"167",sentence:"A dog is a mammal that barks.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-12-13",testsetId:"12"},{"":"168",sentence:"Chicks are young chickens.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-12-14",testsetId:"12"},{"":"169",sentence:"Carrots are a kind of vegetable.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-13-1",testsetId:"13"},{"":"170",sentence:"A whale is a bird.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-13-2",testsetId:"13"},{"":"171",sentence:"Snow helps to make things hot.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-13-3",testsetId:"13"},{"":"172",sentence:"People generally wash clothes with detergent.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-13-4",testsetId:"13"},{"":"173",sentence:"A train has a conductor.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-13-5",testsetId:"13"},{"":"174",sentence:"Houses shelter us from the weather.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-13-6",testsetId:"13"},{"":"175",sentence:"Spoons help you to see better.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-13-7",testsetId:"13"},{"":"176",sentence:"Children like to eat ice cream.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-13-8",testsetId:"13"},{"":"177",sentence:"Squares are round.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-13-9",testsetId:"13"},{"":"178",sentence:"Some children like to read books.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-13-10",testsetId:"13"},{"":"179",sentence:"Bells ring to make sound.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-13-11",testsetId:"13"},{"":"180",sentence:"Fishing is an activity that you perform with a car.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-13-12",testsetId:"13"},{"":"181",sentence:"Coffee is always cold.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-13-13",testsetId:"13"},{"":"182",sentence:"Snakes are legged reptiles.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-13-14",testsetId:"13"},{"":"183",sentence:"Books are made of paper.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-14-1",testsetId:"14"},{"":"184",sentence:"Computers love to eat cookies.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-14-2",testsetId:"14"},{"":"185",sentence:"Many people keep their money in a bank.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-14-3",testsetId:"14"},{"":"186",sentence:"Pans are made of metal.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-14-4",testsetId:"14"},{"":"187",sentence:"People wear jackets to keep their bodies warm.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-14-5",testsetId:"14"},{"":"188",sentence:"Swans can swim well and have white feathers.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-14-6",testsetId:"14"},{"":"189",sentence:"Doors love using pink chalk.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-14-7",testsetId:"14"},{"":"190",sentence:"Milk is solid.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-14-8",testsetId:"14"},{"":"191",sentence:"Snakes have four legs.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-14-9",testsetId:"14"},{"":"192",sentence:"Watches should be worn on your elbow.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-14-10",testsetId:"14"},{"":"193",sentence:"Spices make food flavorful.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-14-11",testsetId:"14"},{"":"194",sentence:"Submarines are operated by fish.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-14-12",testsetId:"14"},{"":"195",sentence:"Canes help people to walk.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-14-13",testsetId:"14"},{"":"196",sentence:"A dishwasher is something you can wear like a bracelet.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-14-14",testsetId:"14"},{"":"197",sentence:"Airplanes fly under the ground.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-15-1",testsetId:"15"},{"":"198",sentence:"Cups must have strings.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-15-2",testsetId:"15"},{"":"199",sentence:"Spiders make webs out of silk.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-15-3",testsetId:"15"},{"":"200",sentence:"A pair of glasses is something you can wear.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-15-4",testsetId:"15"},{"":"201",sentence:"A bicycle needs wings to fly.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-15-5",testsetId:"15"},{"":"202",sentence:"People wear scarves to keep their necks warm.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-15-6",testsetId:"15"},{"":"203",sentence:"Plants have feathers.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-15-7",testsetId:"15"},{"":"204",sentence:"Dolphins wear shoes when they swim.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-15-8",testsetId:"15"},{"":"205",sentence:"Butterflies were once pandas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-15-9",testsetId:"15"},{"":"206",sentence:"Rain makes the ground wet.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-15-10",testsetId:"15"},{"":"207",sentence:"Dogs can be playful.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-15-11",testsetId:"15"},{"":"208",sentence:"Clouds carry umbrellas when it's sunny.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-15-12",testsetId:"15"},{"":"209",sentence:"A mug can be used to drink coffee.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-15-13",testsetId:"15"},{"":"210",sentence:"Babies cry when they are hungry.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-15-14",testsetId:"15"},{"":"211",sentence:"Birds can knit sweaters.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-16-1",testsetId:"16"},{"":"212",sentence:"Bananas grow on plants.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-16-2",testsetId:"16"},{"":"213",sentence:"Mountains are home to sea creatures.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-16-3",testsetId:"16"},{"":"214",sentence:"Elders can feel nostalgic.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-16-4",testsetId:"16"},{"":"215",sentence:"Monkeys can drive cars on the road.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-16-5",testsetId:"16"},{"":"216",sentence:"Frogs can sing opera.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-16-6",testsetId:"16"},{"":"217",sentence:"All panda bears swim in large oceans.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-16-7",testsetId:"16"},{"":"218",sentence:"A book may have a bookmark.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-16-8",testsetId:"16"},{"":"219",sentence:"Spring mornings can be fresh and crisp.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-16-9",testsetId:"16"},{"":"220",sentence:"Lamps enjoy eating shoes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-16-10",testsetId:"16"},{"":"221",sentence:"Ants are small but strong insects.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-16-11",testsetId:"16"},{"":"222",sentence:"Trees are always purple.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-16-12",testsetId:"16"},{"":"223",sentence:"Posters can hang on the wall.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-16-13",testsetId:"16"},{"":"224",sentence:"The color of grass is green.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-16-14",testsetId:"16"},{"":"225",sentence:"Some people get to work by unicorn.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-17-1",testsetId:"17"},{"":"226",sentence:"A pillow can be extremely fluffy.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-17-2",testsetId:"17"},{"":"227",sentence:"Eggs are laid by cows.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-17-3",testsetId:"17"},{"":"228",sentence:"Trees have ears.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-17-4",testsetId:"17"},{"":"229",sentence:"Cats are living things.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-17-5",testsetId:"17"},{"":"230",sentence:"Jellyfish have feathers and can sing.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-17-6",testsetId:"17"},{"":"231",sentence:"Most children know how to play a game.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-17-7",testsetId:"17"},{"":"232",sentence:"Some pants have pockets.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-17-8",testsetId:"17"},{"":"233",sentence:"Cupboards can sing.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-17-9",testsetId:"17"},{"":"234",sentence:"Trains are a efficient forms of transportation for goods and people.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-17-10",testsetId:"17"},{"":"235",sentence:"Rainbows make the dishes sparkle.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-17-11",testsetId:"17"},{"":"236",sentence:"Friends can play games together after school.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-17-12",testsetId:"17"},{"":"237",sentence:"Cooks always serve diners pizza and ice cream.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-17-13",testsetId:"17"},{"":"238",sentence:"Trees can provide shade on a sunny day.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-17-14",testsetId:"17"},{"":"239",sentence:"Astronauts work at the bottom of the ocean.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-18-1",testsetId:"18"},{"":"240",sentence:"All dogs are brown.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-18-2",testsetId:"18"},{"":"241",sentence:"Birds enjoy flying in the sky.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-18-3",testsetId:"18"},{"":"242",sentence:"Houses can run races.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-18-4",testsetId:"18"},{"":"243",sentence:"Most books are made of paper.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-18-5",testsetId:"18"},{"":"244",sentence:"Several kids are fond of swimming.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-18-6",testsetId:"18"},{"":"245",sentence:"Cats are sleepy animals.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-18-7",testsetId:"18"},{"":"246",sentence:"A pair of socks is something you might wear.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-18-8",testsetId:"18"},{"":"247",sentence:"Books are made of one page.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-18-9",testsetId:"18"},{"":"248",sentence:"Tennis is a game you play with small mint candies.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-18-10",testsetId:"18"},{"":"249",sentence:"A bicycle has two wheels.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-18-11",testsetId:"18"},{"":"250",sentence:"Juices come from rocks.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-18-12",testsetId:"18"},{"":"251",sentence:"Every night is sunny.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-18-13",testsetId:"18"},{"":"252",sentence:"Kids often eat cereal using a spoon.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-18-14",testsetId:"18"},{"":"253",sentence:"Chefs bake cakes in the classroom.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-19-1",testsetId:"19"},{"":"254",sentence:"We feel hot when fire is near.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-19-2",testsetId:"19"},{"":"255",sentence:"Cheese comes from milk and can be enjoyed in many ways.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-19-3",testsetId:"19"},{"":"256",sentence:"Stars shine in the night sky.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-19-4",testsetId:"19"},{"":"257",sentence:"There are red roses.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-19-5",testsetId:"19"},{"":"258",sentence:"Cakes usually grow in the desert.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-19-6",testsetId:"19"},{"":"259",sentence:"Before crossing the street, it's wise to look both ways.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-19-7",testsetId:"19"},{"":"260",sentence:"Money is used to buy goods and services.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-19-8",testsetId:"19"},{"":"261",sentence:"Nurses provide care in hospitals.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-19-9",testsetId:"19"},{"":"262",sentence:"Pizzas grow in soil.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-19-10",testsetId:"19"},{"":"263",sentence:"Stars can be eaten.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-19-11",testsetId:"19"},{"":"264",sentence:"Lions have feathers.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-19-12",testsetId:"19"},{"":"265",sentence:"Books are stored in microwaves.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-19-13",testsetId:"19"},{"":"266",sentence:"Mice are enormous elephants known for their faint roar.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-19-14",testsetId:"19"},{"":"267",sentence:"Pencils love to go swimming.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-20-1",testsetId:"20"},{"":"268",sentence:"Clothes are dried in dishwashers.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-20-2",testsetId:"20"},{"":"269",sentence:"All dogs have wings.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-20-3",testsetId:"20"},{"":"270",sentence:"Most adults know how to use a washing machine.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-20-4",testsetId:"20"},{"":"271",sentence:"Socks should be worn on your ears.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-20-5",testsetId:"20"},{"":"272",sentence:"A zoo has more than one animal.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-20-6",testsetId:"20"},{"":"273",sentence:"Dogs have ears.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-20-7",testsetId:"20"},{"":"274",sentence:"An octopus has two legs.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-20-8",testsetId:"20"},{"":"275",sentence:"Elephants live underwater in the ocean.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-20-9",testsetId:"20"},{"":"276",sentence:"Vegetables come in one color and are grown in desert.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-20-10",testsetId:"20"},{"":"277",sentence:"Cats can climb trees.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-20-11",testsetId:"20"},{"":"278",sentence:"A triangle has three sides.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-20-12",testsetId:"20"},{"":"279",sentence:"You can buy flowers at the florist.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-20-13",testsetId:"20"},{"":"280",sentence:"A jacket can usually be warm.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-20-14",testsetId:"20"},{"":"281",sentence:"Chefs usually work in restaurants where they cook food.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-21-1",testsetId:"21"},{"":"282",sentence:"Many people like to cook food.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-21-2",testsetId:"21"},{"":"283",sentence:"Kittens are aged elephants and can be very moody.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-21-3",testsetId:"21"},{"":"284",sentence:"Books enjoy sipping water.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-21-4",testsetId:"21"},{"":"285",sentence:"Stars are plucked from trees.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-21-5",testsetId:"21"},{"":"286",sentence:"Most food is cooked in a kitchen before eating.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-21-6",testsetId:"21"},{"":"287",sentence:"All pencils are red.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-21-7",testsetId:"21"},{"":"288",sentence:"Buses are driven by drivers.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-21-8",testsetId:"21"},{"":"289",sentence:"Cats like to chase mice.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-21-9",testsetId:"21"},{"":"290",sentence:"Dolphins have three tails.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-21-10",testsetId:"21"},{"":"291",sentence:"A dog is a deer that barks.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-21-11",testsetId:"21"},{"":"292",sentence:"Trees love to sip cola.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-21-12",testsetId:"21"},{"":"293",sentence:"Some turtles have shells.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-21-13",testsetId:"21"},{"":"294",sentence:"Curtains can hang in a window.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-21-14",testsetId:"21"},{"":"295",sentence:"Lions are large predators.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-22-1",testsetId:"22"},{"":"296",sentence:"Bowling balls are sold underwater.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-22-2",testsetId:"22"},{"":"297",sentence:"Walls sometimes drink lemonade.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-22-3",testsetId:"22"},{"":"298",sentence:"Refrigerators help to keep food items cold.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-22-4",testsetId:"22"},{"":"299",sentence:"Apples can be read.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-22-5",testsetId:"22"},{"":"300",sentence:"Many different species of fish live in the ocean.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-22-6",testsetId:"22"},{"":"301",sentence:"A refrigerator is something you might wear as a necklace.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-22-7",testsetId:"22"},{"":"302",sentence:"Some lakes have laces.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-22-8",testsetId:"22"},{"":"303",sentence:"Birds can fly in the sky.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-22-9",testsetId:"22"},{"":"304",sentence:"Salt is often salty to taste.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-22-10",testsetId:"22"},{"":"305",sentence:"Ice cubes can sprint really fast.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-22-11",testsetId:"22"},{"":"306",sentence:"Chairs can climb mountains.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-22-12",testsetId:"22"},{"":"307",sentence:"Some children like to draw pictures before they go to bed.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-22-13",testsetId:"22"},{"":"308",sentence:"Rainbows appear after rain.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-22-14",testsetId:"22"},{"":"309",sentence:"Balloons can be filled with air.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-23-1",testsetId:"23"},{"":"310",sentence:"Lamps have buds.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-23-2",testsetId:"23"},{"":"311",sentence:"Dogs can wag their tail.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-23-3",testsetId:"23"},{"":"312",sentence:"Sunflowers are typically yellow.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-23-4",testsetId:"23"},{"":"313",sentence:"Many librarians work inside a power plant.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-23-5",testsetId:"23"},{"":"314",sentence:"Monkeys bloom from flowers.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-23-6",testsetId:"23"},{"":"315",sentence:"People often cut vegetables with knives.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-23-7",testsetId:"23"},{"":"316",sentence:"Clouds have ears.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-23-8",testsetId:"23"},{"":"317",sentence:"Sleep is important for the body and mind to rest and restore.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-23-9",testsetId:"23"},{"":"318",sentence:"Mountains can dance.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-23-10",testsetId:"23"},{"":"319",sentence:"A mechanic works at a bakery.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-23-11",testsetId:"23"},{"":"320",sentence:"Apple pie is always made from bananas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-23-12",testsetId:"23"},{"":"321",sentence:"Babies learn a lot in their first year of life.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-23-13",testsetId:"23"},{"":"322",sentence:"Chess is a game that you play with pieces.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-23-14",testsetId:"23"},{"":"323",sentence:"Many children like eating apples.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-24-1",testsetId:"24"},{"":"324",sentence:"Doctors are trained professionals who help us when we are sick.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-24-2",testsetId:"24"},{"":"325",sentence:"Daisies grow under the sea.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-24-3",testsetId:"24"},{"":"326",sentence:"Leaves often fall in the autumn.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-24-4",testsetId:"24"},{"":"327",sentence:"Sunflowers grow from apple seeds.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-24-5",testsetId:"24"},{"":"328",sentence:"Mirrors enjoy eating toasts.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-24-6",testsetId:"24"},{"":"329",sentence:"Birds can breathe underwater.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-24-7",testsetId:"24"},{"":"330",sentence:"Spiders take math tests.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-24-8",testsetId:"24"},{"":"331",sentence:"Rivers flow into seas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-24-9",testsetId:"24"},{"":"332",sentence:"The wind likes to fry eggs.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-24-10",testsetId:"24"},{"":"333",sentence:"Lots of kids play on the playground with their friends.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-24-11",testsetId:"24"},{"":"334",sentence:"A car has four wheels.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-24-12",testsetId:"24"},{"":"335",sentence:"Lions compete in spelling bees.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-24-13",testsetId:"24"},{"":"336",sentence:"An eagle is a bird.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-24-14",testsetId:"24"},{"":"337",sentence:"Ice turns into water when it melts.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-25-1",testsetId:"25"},{"":"338",sentence:"Clouds float in the sky.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-25-2",testsetId:"25"},{"":"339",sentence:"Clocks are passionate about purple pencils.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-25-3",testsetId:"25"},{"":"340",sentence:"Balloons have fruit.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-25-4",testsetId:"25"},{"":"341",sentence:"Cups keep their books in the cupboard.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-25-5",testsetId:"25"},{"":"342",sentence:"People commonly cook food with oil.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-25-6",testsetId:"25"},{"":"343",sentence:"Students often get praise when they are helpful to others.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-25-7",testsetId:"25"},{"":"344",sentence:"All giraffes have long necks.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-25-8",testsetId:"25"},{"":"345",sentence:"Sharks live in the desert.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-25-9",testsetId:"25"},{"":"346",sentence:"Sandwiches can perform ballet.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-25-10",testsetId:"25"},{"":"347",sentence:"Cotton candy comes from sheep.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-25-11",testsetId:"25"},{"":"348",sentence:"A rectangle is round.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-25-12",testsetId:"25"},{"":"349",sentence:"Cats are often kept as pets and are known for their independence.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-25-13",testsetId:"25"},{"":"350",sentence:"Children can be playful.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-25-14",testsetId:"25"},{"":"351",sentence:"Lions live in grocery stores.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-26-1",testsetId:"26"},{"":"352",sentence:"Doctors often give patients medicine and advice.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-26-2",testsetId:"26"},{"":"353",sentence:"Flowers can be different colors.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-26-3",testsetId:"26"},{"":"354",sentence:"Trees can move faster than cars.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-26-4",testsetId:"26"},{"":"355",sentence:"A clock can hang on the wall.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-26-5",testsetId:"26"},{"":"356",sentence:"Holidays usually bloom in the desert.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-26-6",testsetId:"26"},{"":"357",sentence:"Bottles wear mittens to keep their water warm.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-26-7",testsetId:"26"},{"":"358",sentence:"Lions can roar.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-26-8",testsetId:"26"},{"":"359",sentence:"Lions drive trains to work.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-26-9",testsetId:"26"},{"":"360",sentence:"Ice cream tastes good on a hot day.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-26-10",testsetId:"26"},{"":"361",sentence:"A cat is a pet that meows.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-26-11",testsetId:"26"},{"":"362",sentence:"Tea is brewed in toasters.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-26-12",testsetId:"26"},{"":"363",sentence:"Summer days can be really hot.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-26-13",testsetId:"26"},{"":"364",sentence:"Whales can fit in a fishbowl.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-26-14",testsetId:"26"},{"":"365",sentence:"Apples can be red, green, or yellow.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-27-1",testsetId:"27"},{"":"366",sentence:"A car has four tires.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-27-2",testsetId:"27"},{"":"367",sentence:"People watch TV in the living room.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-27-3",testsetId:"27"},{"":"368",sentence:"Elephants use their trunks to drink and grab things.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-27-4",testsetId:"27"},{"":"369",sentence:"Rivers are always salty.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-27-5",testsetId:"27"},{"":"370",sentence:"Hats enjoy brewing coffee.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-27-6",testsetId:"27"},{"":"371",sentence:"Many people like to watch movies.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-27-7",testsetId:"27"},{"":"372",sentence:"Mountains are bathed in the sink.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-27-8",testsetId:"27"},{"":"373",sentence:"Every car is a bird.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-27-9",testsetId:"27"},{"":"374",sentence:"Gorillas can live in volcanoes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-27-10",testsetId:"27"},{"":"375",sentence:"People serve dinners on clouds.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-27-11",testsetId:"27"},{"":"376",sentence:"Beavers build dams in rivers.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-27-12",testsetId:"27"},{"":"377",sentence:"Humans need food for survival.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-27-13",testsetId:"27"},{"":"378",sentence:"Children can laugh a lot.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-27-14",testsetId:"27"},{"":"379",sentence:"A dog's fur can be very soft.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-28-1",testsetId:"28"},{"":"380",sentence:"Stars come out during the daytime.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-28-2",testsetId:"28"},{"":"381",sentence:"Chairs like to munch on cushions.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-28-3",testsetId:"28"},{"":"382",sentence:"Flowers often grow in a meadow.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-28-4",testsetId:"28"},{"":"383",sentence:"Pigs adore skydiving.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-28-5",testsetId:"28"},{"":"384",sentence:"A truck can be used to transport goods.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-28-6",testsetId:"28"},{"":"385",sentence:"The sand on most beaches is made of cotton candy.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-28-7",testsetId:"28"},{"":"386",sentence:"Bracelets can be made of water.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-28-8",testsetId:"28"},{"":"387",sentence:"There is only one kind of tree.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-28-9",testsetId:"28"},{"":"388",sentence:"People generally paint their houses with paint.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-28-10",testsetId:"28"},{"":"389",sentence:"A dolphin has fins.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-28-11",testsetId:"28"},{"":"390",sentence:"Humans often prepare meals with vegetables.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-28-12",testsetId:"28"},{"":"391",sentence:"Dogs smell with their noses.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-28-13",testsetId:"28"},{"":"392",sentence:"Elephants play basketball regularly.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-28-14",testsetId:"28"},{"":"393",sentence:"People use pencils to write, draw, and doodle.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-29-1",testsetId:"29"},{"":"394",sentence:"Bakeries are where you buy bread.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-29-2",testsetId:"29"},{"":"395",sentence:"Pencils have leaves.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-29-3",testsetId:"29"},{"":"396",sentence:"A chair eats dinner.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-29-4",testsetId:"29"},{"":"397",sentence:"Horses have manes.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-29-5",testsetId:"29"},{"":"398",sentence:"People fit bicycles on the river.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-29-6",testsetId:"29"},{"":"399",sentence:"Many people like to plant flowers.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-29-7",testsetId:"29"},{"":"400",sentence:"Rabbits have long ears.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-29-8",testsetId:"29"},{"":"401",sentence:"Sports can be played with a ball.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-29-9",testsetId:"29"},{"":"402",sentence:"Fish can breathe underwater.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-29-10",testsetId:"29"},{"":"403",sentence:"The sky is always purple and covered in stars during the day.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-29-11",testsetId:"29"},{"":"404",sentence:"Ice can always be very hot.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-29-12",testsetId:"29"},{"":"405",sentence:"Cups must have feathers.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-29-13",testsetId:"29"},{"":"406",sentence:"Most fish wear hats when they go swimming.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-29-14",testsetId:"29"},{"":"407",sentence:"My bed enjoys making soup.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-30-1",testsetId:"30"},{"":"408",sentence:"Whales are very large animals that live in the ocean.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-30-2",testsetId:"30"},{"":"409",sentence:"A number of people walk to work.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-30-3",testsetId:"30"},{"":"410",sentence:"Lions pilot planes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-30-4",testsetId:"30"},{"":"411",sentence:"Paintbrushes help you to fly.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-30-5",testsetId:"30"},{"":"412",sentence:"Some drinks can be very cold.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-30-6",testsetId:"30"},{"":"413",sentence:"All books are blue.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-30-7",testsetId:"30"},{"":"414",sentence:"Some pizzas are round.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-30-8",testsetId:"30"},{"":"415",sentence:"Quilts are padded blankets that can provide warmth in cold weather.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-30-9",testsetId:"30"},{"":"416",sentence:"Every straw is an elephant.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-30-10",testsetId:"30"},{"":"417",sentence:"A lion is a mammal.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-30-11",testsetId:"30"},{"":"418",sentence:"Lemons have a sweet taste and can only be purple.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-30-12",testsetId:"30"},{"":"419",sentence:"Windy days are always still.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-30-13",testsetId:"30"},{"":"420",sentence:"Birds can be noisy.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-30-14",testsetId:"30"},{"":"421",sentence:"Stormy nights are always sunny.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-31-1",testsetId:"31"},{"":"422",sentence:"Airplanes are flown by pilots.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-31-2",testsetId:"31"},{"":"423",sentence:"Fishing is an activity that requires patience and skill.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-31-3",testsetId:"31"},{"":"424",sentence:"Fish can be found in a river.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-31-4",testsetId:"31"},{"":"425",sentence:"Caves can be found in clouds.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-31-5",testsetId:"31"},{"":"426",sentence:"Everyone has a unique fingerprint.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-31-6",testsetId:"31"},{"":"427",sentence:"An oven cooks food.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-31-7",testsetId:"31"},{"":"428",sentence:"Many dentists work in supermarkets.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-31-8",testsetId:"31"},{"":"429",sentence:"The snow is cold.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-31-9",testsetId:"31"},{"":"430",sentence:"Fish like to swim in water.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-31-10",testsetId:"31"},{"":"431",sentence:"Lemonade is always made of apples.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-31-11",testsetId:"31"},{"":"432",sentence:"Rivers are known to save books in caves.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-31-12",testsetId:"31"},{"":"433",sentence:"Lollipops grow on trees.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-31-13",testsetId:"31"},{"":"434",sentence:"Blueberry pie is always made of oranges.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-31-14",testsetId:"31"},{"":"435",sentence:"People occasionally eat ice cream.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-32-1",testsetId:"32"},{"":"436",sentence:"Every shoe is a fish.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-32-2",testsetId:"32"},{"":"437",sentence:"Music comes out of instruments.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-32-3",testsetId:"32"},{"":"438",sentence:"Planes are commonly made of fruits.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-32-4",testsetId:"32"},{"":"439",sentence:"Frogs are known for their painting skills.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-32-5",testsetId:"32"},{"":"440",sentence:"Dogs have four legs.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-32-6",testsetId:"32"},{"":"441",sentence:"Coffee comes from fish.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-32-7",testsetId:"32"},{"":"442",sentence:"Fish like to walk on land.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-32-8",testsetId:"32"},{"":"443",sentence:"A baker works at a bakery.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-32-9",testsetId:"32"},{"":"444",sentence:"Some trees love to run.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-32-10",testsetId:"32"},{"":"445",sentence:"Lamps love to jump.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-32-11",testsetId:"32"},{"":"446",sentence:"Nearly all bakeries have ovens.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-32-12",testsetId:"32"},{"":"447",sentence:"Many kids like to listen to stories before they sleep.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-32-13",testsetId:"32"},{"":"448",sentence:"Most houses have multiple rooms.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-32-14",testsetId:"32"},{"":"449",sentence:"Trains are delicious meals.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-33-1",testsetId:"33"},{"":"450",sentence:"A hat goes on your head.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-33-2",testsetId:"33"},{"":"451",sentence:"People can become invisible when they close their eyes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-33-3",testsetId:"33"},{"":"452",sentence:"There are seven days in a week.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-33-4",testsetId:"33"},{"":"453",sentence:"All rivers are orange.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-33-5",testsetId:"33"},{"":"454",sentence:"Some students prefer writing with pens.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-33-6",testsetId:"33"},{"":"455",sentence:"Fire helps to keep things warm.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-33-7",testsetId:"33"},{"":"456",sentence:"Humans steer boats in the desert.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-33-8",testsetId:"33"},{"":"457",sentence:"Cars are always moving.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-33-9",testsetId:"33"},{"":"458",sentence:"Cars run on lemonade.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-33-10",testsetId:"33"},{"":"459",sentence:"Apples grow on ocean floors.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-33-11",testsetId:"33"},{"":"460",sentence:"A kitten has a tail.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-33-12",testsetId:"33"},{"":"461",sentence:"You can buy shirts at a clothing store.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-33-13",testsetId:"33"},{"":"462",sentence:"Friends can read books together after school.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-33-14",testsetId:"33"},{"":"463",sentence:"Rain helps plants to grow and is part of the water cycle.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-34-1",testsetId:"34"},{"":"464",sentence:"Folks ride horses on the train tracks.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-34-2",testsetId:"34"},{"":"465",sentence:"Gorillas are a type of flower.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-34-3",testsetId:"34"},{"":"466",sentence:"Turtles can swim in water.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-34-4",testsetId:"34"},{"":"467",sentence:"Honey is sweet and sticky and comes from bees.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-34-5",testsetId:"34"},{"":"468",sentence:"Some clouds have buckles.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-34-6",testsetId:"34"},{"":"469",sentence:"People generally wash their hair with shampoo.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-34-7",testsetId:"34"},{"":"470",sentence:"The sun typically rises in the morning.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-34-8",testsetId:"34"},{"":"471",sentence:"A pigeon is a bird.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-34-9",testsetId:"34"},{"":"472",sentence:"Light bulbs are made of candy.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-34-10",testsetId:"34"},{"":"473",sentence:"Laundry is washed in machines.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-34-11",testsetId:"34"},{"":"474",sentence:"Snowy days are always hot.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-34-12",testsetId:"34"},{"":"475",sentence:"Carrots are a kind of fruit.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-34-13",testsetId:"34"},{"":"476",sentence:"An apple has six legs.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-34-14",testsetId:"34"},{"":"477",sentence:"Apples fall from trees.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-35-1",testsetId:"35"},{"":"478",sentence:"Money usually grows in candy bars.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-35-2",testsetId:"35"},{"":"479",sentence:"Doctors treat patients while on duty.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-35-3",testsetId:"35"},{"":"480",sentence:"Trees have boxes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-35-4",testsetId:"35"},{"":"481",sentence:"Oceans are full with bamboos.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-35-5",testsetId:"35"},{"":"482",sentence:"A farmer is someone who works in the field.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-35-6",testsetId:"35"},{"":"483",sentence:"Pianos are usually made of paper.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-35-7",testsetId:"35"},{"":"484",sentence:"A teddy bear can be very soft.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-35-8",testsetId:"35"},{"":"485",sentence:"Blankets actually help keep you warm.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-35-9",testsetId:"35"},{"":"486",sentence:"Jewelry is often worn for decoration.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-35-10",testsetId:"35"},{"":"487",sentence:"Kangaroos carry their young in pouches.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-35-11",testsetId:"35"},{"":"488",sentence:"Chairs are used to make things wet.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-35-12",testsetId:"35"},{"":"489",sentence:"Some puppies ride a train to school.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-35-13",testsetId:"35"},{"":"490",sentence:"Candies are usually made from sugar.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-35-14",testsetId:"35"},{"":"491",sentence:"Sharks often play basketball.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-36-1",testsetId:"36"},{"":"492",sentence:"Bicycles have pedals.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-36-2",testsetId:"36"},{"":"493",sentence:"Grass is always pink.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-36-3",testsetId:"36"},{"":"494",sentence:"People use rocks to buy things.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-36-4",testsetId:"36"},{"":"495",sentence:"Trees grow from small seeds.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-36-5",testsetId:"36"},{"":"496",sentence:"Children grow into adults over time.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-36-6",testsetId:"36"},{"":"497",sentence:"Stars ride on the river.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-36-7",testsetId:"36"},{"":"498",sentence:"A kitten can drive a car.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-36-8",testsetId:"36"},{"":"499",sentence:"A shirt is something you can wear.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-36-9",testsetId:"36"},{"":"500",sentence:"Drawers can be used to keep clothes.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-36-10",testsetId:"36"},{"":"501",sentence:"Desks sometimes drink orange juice.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-36-11",testsetId:"36"},{"":"502",sentence:"People sometimes eat fruits.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-36-12",testsetId:"36"},{"":"503",sentence:"Shoes are made from clouds.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-36-13",testsetId:"36"},{"":"504",sentence:"Firefighters often work in fire stations where they respond to emergencies.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-36-14",testsetId:"36"},{"":"505",sentence:"Chairs can heat up a room.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-37-1",testsetId:"37"},{"":"506",sentence:"Couches help you dance better.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-37-2",testsetId:"37"},{"":"507",sentence:"Friends dig to the center of the Earth after school.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-37-3",testsetId:"37"},{"":"508",sentence:"Chairs are made of water.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-37-4",testsetId:"37"},{"":"509",sentence:"Honey comes from bees.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-37-5",testsetId:"37"},{"":"510",sentence:"Whales are a type of bird.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-37-6",testsetId:"37"},{"":"511",sentence:"Monkeys are very good at climbing trees.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-37-7",testsetId:"37"},{"":"512",sentence:"Raincoats are used for protection against rain.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-37-8",testsetId:"37"},{"":"513",sentence:"Bubbles have roots.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-37-9",testsetId:"37"},{"":"514",sentence:"All butterflies have wings.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-37-10",testsetId:"37"},{"":"515",sentence:"Baseball is a sport you play with a bat.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-37-11",testsetId:"37"},{"":"516",sentence:"Gifts are wrapped in paper.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-37-12",testsetId:"37"},{"":"517",sentence:"Many astronauts work in orchards.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-37-13",testsetId:"37"},{"":"518",sentence:"Kangaroos can leap long distances with their strong hind legs.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-37-14",testsetId:"37"},{"":"519",sentence:"Yellow is the color of violets and cherries.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-38-1",testsetId:"38"},{"":"520",sentence:"Many children eat candy.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-38-2",testsetId:"38"},{"":"521",sentence:"Many people like to read books.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-38-3",testsetId:"38"},{"":"522",sentence:"Apples have ears.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-38-4",testsetId:"38"},{"":"523",sentence:"An author is someone who writes books.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-38-5",testsetId:"38"},{"":"524",sentence:"Students can study in the classroom.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-38-6",testsetId:"38"},{"":"525",sentence:"The letter A is a color.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-38-7",testsetId:"38"},{"":"526",sentence:"Astronauts teach music while on duty.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-38-8",testsetId:"38"},{"":"527",sentence:"Every door is locked forever.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-38-9",testsetId:"38"},{"":"528",sentence:"Some fish like to climb trees.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-38-10",testsetId:"38"},{"":"529",sentence:"Clouds in the sky can bring rain, snow, or shade.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-38-11",testsetId:"38"},{"":"530",sentence:"Spiders teach at universities.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-38-12",testsetId:"38"},{"":"531",sentence:"Some coats have hoods.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-38-13",testsetId:"38"},{"":"532",sentence:"Heaters can increase the temperature of a room.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-38-14",testsetId:"38"},{"":"533",sentence:"People can purchase shoes at the shopping mall.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-39-1",testsetId:"39"},{"":"534",sentence:"Pumpkin pie is made from peaches.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-39-2",testsetId:"39"},{"":"535",sentence:"Balls are made of music.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-39-3",testsetId:"39"},{"":"536",sentence:"Giraffes have eight legs.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-39-4",testsetId:"39"},{"":"537",sentence:"Chefs prepare meals in kitchens.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-39-5",testsetId:"39"},{"":"538",sentence:"Water is greasy.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-39-6",testsetId:"39"},{"":"539",sentence:"Many kids love pizza.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-39-7",testsetId:"39"},{"":"540",sentence:"Ladders help you to reach higher shelves.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-39-8",testsetId:"39"},{"":"541",sentence:"Grapes grow on vines.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-39-9",testsetId:"39"},{"":"542",sentence:"Salads are healthy food.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-39-10",testsetId:"39"},{"":"543",sentence:"A bicycle needs brakes to stop.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-39-11",testsetId:"39"},{"":"544",sentence:"Pillows can cool down a room.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-39-12",testsetId:"39"},{"":"545",sentence:"Apples are always sour.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-39-13",testsetId:"39"},{"":"546",sentence:"A lamp reads books.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-39-14",testsetId:"39"},{"":"547",sentence:"Ice cream typically melts in heat.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-40-1",testsetId:"40"},{"":"548",sentence:"Curtains sometimes drink tea.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-40-2",testsetId:"40"},{"":"549",sentence:"All tulips are orange.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-40-3",testsetId:"40"},{"":"550",sentence:"Tables like to sing.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-40-4",testsetId:"40"},{"":"551",sentence:"Not all flowers are yellow, some are red, blue or pink.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-40-5",testsetId:"40"},{"":"552",sentence:"Squares have four sides.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-40-6",testsetId:"40"},{"":"553",sentence:"We can buy books at a bookstore.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-40-7",testsetId:"40"},{"":"554",sentence:"A boat sails on the water.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-40-8",testsetId:"40"},{"":"555",sentence:"Teachers mainly work in zoos.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-40-9",testsetId:"40"},{"":"556",sentence:"A horse has hooves.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-40-10",testsetId:"40"},{"":"557",sentence:"Libraries are where you borrow books.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-40-11",testsetId:"40"},{"":"558",sentence:"Kids usually clean their faces with jam.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-40-12",testsetId:"40"},{"":"559",sentence:"Turtles can speak English.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-40-13",testsetId:"40"},{"":"560",sentence:"Kids often learn through playing and exploring.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-40-14",testsetId:"40"},{"":"561",sentence:"Horses can read.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-41-1",testsetId:"41"},{"":"562",sentence:"Every tree is a ballerina.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-41-2",testsetId:"41"},{"":"563",sentence:"Nests are built by birds to lay their eggs.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-41-3",testsetId:"41"},{"":"564",sentence:"Birds have feathers.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-41-4",testsetId:"41"},{"":"565",sentence:"Snow usually falls in summer.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-41-5",testsetId:"41"},{"":"566",sentence:"Schools are places where children learn.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-41-6",testsetId:"41"},{"":"567",sentence:"Mirrors are typically made of potatoes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-41-7",testsetId:"41"},{"":"568",sentence:"Basketball is a game that you play with a ball.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-41-8",testsetId:"41"},{"":"569",sentence:"Plants need sunlight to grow.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-41-9",testsetId:"41"},{"":"570",sentence:"Lamps can cool down a room.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-41-10",testsetId:"41"},{"":"571",sentence:"Lockers can be used to keep personal belongings.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-41-11",testsetId:"41"},{"":"572",sentence:"When a traffic light is blue, you should begin to dance.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-41-12",testsetId:"41"},{"":"573",sentence:"A good book can be a great escape.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-41-13",testsetId:"41"},{"":"574",sentence:"Every zoo has penguins on the roof.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-41-14",testsetId:"41"},{"":"575",sentence:"Roads devour ice-cream cones.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-42-1",testsetId:"42"},{"":"576",sentence:"People enjoy eating fruits.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-42-2",testsetId:"42"},{"":"577",sentence:"Pencils are crispy snacks.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-42-3",testsetId:"42"},{"":"578",sentence:"Eggs are laid by chickens.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-42-4",testsetId:"42"},{"":"579",sentence:"A plane has wings.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-42-5",testsetId:"42"},{"":"580",sentence:"Pens can sing.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-42-6",testsetId:"42"},{"":"581",sentence:"Elephants have six legs.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-42-7",testsetId:"42"},{"":"582",sentence:"Cacti grow in deserts.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-42-8",testsetId:"42"},{"":"583",sentence:"Eggs are boiled in wardrobes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-42-9",testsetId:"42"},{"":"584",sentence:"Lemons are often sour to taste.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-42-10",testsetId:"42"},{"":"585",sentence:"Kittens are young cats and can be very playful.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-42-11",testsetId:"42"},{"":"586",sentence:"Dogs have seven tails.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-42-12",testsetId:"42"},{"":"587",sentence:"People can buy computers at the bakery.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-42-13",testsetId:"42"},{"":"588",sentence:"Park rangers work outdoors in national parks.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-42-14",testsetId:"42"},{"":"589",sentence:"Foggy mornings are always clear.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-43-1",testsetId:"43"},{"":"590",sentence:"Feathers are made of steel.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-43-2",testsetId:"43"},{"":"591",sentence:"Bears frequently play football.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-43-3",testsetId:"43"},{"":"592",sentence:"Comedy movies often make people laugh.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-43-4",testsetId:"43"},{"":"593",sentence:"People often cook food on the stove.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-43-5",testsetId:"43"},{"":"594",sentence:"Plants often grow in a garden.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-43-6",testsetId:"43"},{"":"595",sentence:"Cows give us milk.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-43-7",testsetId:"43"},{"":"596",sentence:"Trains move along tracks.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-43-8",testsetId:"43"},{"":"597",sentence:"Fish have fur on their bodies.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-43-9",testsetId:"43"},{"":"598",sentence:"Many dogs drive trucks on the highway.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-43-10",testsetId:"43"},{"":"599",sentence:"Leaves can be different colors.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-43-11",testsetId:"43"},{"":"600",sentence:"A motorcycle can be used to transport whales.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-43-12",testsetId:"43"},{"":"601",sentence:"All fish live in the sky.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-43-13",testsetId:"43"},{"":"602",sentence:"Cabinets can be used to store dishes.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-43-14",testsetId:"43"},{"":"603",sentence:"When a traffic light is pink, you should start flying.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-44-1",testsetId:"44"},{"":"604",sentence:"Ice turns into fire when it melts.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-44-2",testsetId:"44"},{"":"605",sentence:"Bread is baked in ovens.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-44-3",testsetId:"44"},{"":"606",sentence:"Tigers like to live in space.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-44-4",testsetId:"44"},{"":"607",sentence:"Birds chirp in the morning.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-44-5",testsetId:"44"},{"":"608",sentence:"Tour guides often offer tourists maps and information.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-44-6",testsetId:"44"},{"":"609",sentence:"Elephants listen with their tails.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-44-7",testsetId:"44"},{"":"610",sentence:"Doors like to grill cheese.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-44-8",testsetId:"44"},{"":"611",sentence:"Shoes should be worn on your feet.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-44-9",testsetId:"44"},{"":"612",sentence:"Doors can open and close.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-44-10",testsetId:"44"},{"":"613",sentence:"Umbrellas are used to keep dry in the rain.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-44-11",testsetId:"44"},{"":"614",sentence:"Kittens often wear shoes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-44-12",testsetId:"44"},{"":"615",sentence:"Birds can be different colors.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-44-13",testsetId:"44"},{"":"616",sentence:"All roses are purple.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-44-14",testsetId:"44"},{"":"617",sentence:"Some children like to ride bikes.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-45-1",testsetId:"45"},{"":"618",sentence:"Some bees collect pollen.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-45-2",testsetId:"45"},{"":"619",sentence:"The letter Z is an animal.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-45-3",testsetId:"45"},{"":"620",sentence:"Winter often brings with it cold temperatures and sometimes snow.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-45-4",testsetId:"45"},{"":"621",sentence:"Tables devour dinner plates for breakfast.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-45-5",testsetId:"45"},{"":"622",sentence:"Clouds are birds.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-45-6",testsetId:"45"},{"":"623",sentence:"A pharmacist works at a pharmacy.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-45-7",testsetId:"45"},{"":"624",sentence:"Kids like to play games.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-45-8",testsetId:"45"},{"":"625",sentence:"Kites fly best in the wind.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-45-9",testsetId:"45"},{"":"626",sentence:"Honey is made by cows.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-45-10",testsetId:"45"},{"":"627",sentence:"Animals are all the size of an elephant.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-45-11",testsetId:"45"},{"":"628",sentence:"Eating a balanced diet is healthy.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-45-12",testsetId:"45"},{"":"629",sentence:"All elephants climb trees.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-45-13",testsetId:"45"},{"":"630",sentence:"Windows are made of ice cream.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-45-14",testsetId:"45"},{"":"631",sentence:"People serve dinner on tree branches.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-46-1",testsetId:"46"},{"":"632",sentence:"A snowflake can be very delicate.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-46-2",testsetId:"46"},{"":"633",sentence:"Uncles can bring gifts when they visit relatives.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-46-3",testsetId:"46"},{"":"634",sentence:"Jelly is a type of furniture that is made from fruit juice.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-46-4",testsetId:"46"},{"":"635",sentence:"A bunny has scales.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-46-5",testsetId:"46"},{"":"636",sentence:"Books can fly around a room.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-46-6",testsetId:"46"},{"":"637",sentence:"Zoos are places where we can see many different animals.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-46-7",testsetId:"46"},{"":"638",sentence:"Some toddlers enjoy playing with toy cars.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-46-8",testsetId:"46"},{"":"639",sentence:"Adults can feel happy.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-46-9",testsetId:"46"},{"":"640",sentence:"Snakes can slither on the ground.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-46-10",testsetId:"46"},{"":"641",sentence:"Some shirts have buttons.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-46-11",testsetId:"46"},{"":"642",sentence:"Rainbows are black and white.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-46-12",testsetId:"46"},{"":"643",sentence:"Milk is always green.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-46-13",testsetId:"46"},{"":"644",sentence:"Most people play football by themselves.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-46-14",testsetId:"46"},{"":"645",sentence:"Boats are sailed by sailors.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-47-1",testsetId:"47"},{"":"646",sentence:"Roads keep their books in a puddle.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-47-2",testsetId:"47"},{"":"647",sentence:"Many people prefer to play board games while skydiving.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-47-3",testsetId:"47"},{"":"648",sentence:"Dolphins can be found in the desert.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-47-4",testsetId:"47"},{"":"649",sentence:"Some cows enjoy watching television.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-47-5",testsetId:"47"},{"":"650",sentence:"Pillows are made from ice.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-47-6",testsetId:"47"},{"":"651",sentence:"Ice cream is a food.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-47-7",testsetId:"47"},{"":"652",sentence:"Water is essential for every living thing on Earth.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-47-8",testsetId:"47"},{"":"653",sentence:"Buildings love to eat hot-dogs.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-47-9",testsetId:"47"},{"":"654",sentence:"Many people watch movies with at least one other person.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-47-10",testsetId:"47"},{"":"655",sentence:"Artists create works of art in studios.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-47-11",testsetId:"47"},{"":"656",sentence:"Cows like to bark.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-47-12",testsetId:"47"},{"":"657",sentence:"Bakers bake things in ovens.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-47-13",testsetId:"47"},{"":"658",sentence:"A watermelon is round.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-47-14",testsetId:"47"},{"":"659",sentence:"Cats are larger than cars.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-48-1",testsetId:"48"},{"":"660",sentence:"Bicycles love to eat pasta.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-48-2",testsetId:"48"},{"":"661",sentence:"Fire helps to freeze things.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-48-3",testsetId:"48"},{"":"662",sentence:"People ride bikes on the trail.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-48-4",testsetId:"48"},{"":"663",sentence:"People sometimes eat chocolate.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-48-5",testsetId:"48"},{"":"664",sentence:"Swimming is a sport that you play with a bicycle.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-48-6",testsetId:"48"},{"":"665",sentence:"A funny movie can make you feel better when you're upset.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-48-7",testsetId:"48"},{"":"666",sentence:"Peaches grow on vines.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-48-8",testsetId:"48"},{"":"667",sentence:"Vegetables are nutritious food.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-48-9",testsetId:"48"},{"":"668",sentence:"Cars are made of cheese.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-48-10",testsetId:"48"},{"":"669",sentence:"People usually breathe with their lungs.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-48-11",testsetId:"48"},{"":"670",sentence:"Most apartments have a kitchen.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-48-12",testsetId:"48"},{"":"671",sentence:"Pine trees grow in forests.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-48-13",testsetId:"48"},{"":"672",sentence:"Cats enjoy painting with yellow paint.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-48-14",testsetId:"48"},{"":"673",sentence:"Ovens can be used to bake food.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-49-1",testsetId:"49"},{"":"674",sentence:"Reading books is one way to learn new things at any age.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-49-2",testsetId:"49"},{"":"675",sentence:"Glasses help people taste colors.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-49-3",testsetId:"49"},{"":"676",sentence:"Oranges grow on trees.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-49-4",testsetId:"49"},{"":"677",sentence:"Ink is used to erase.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-49-5",testsetId:"49"},{"":"678",sentence:"Pencil cases wear gloves to keep their contents warm.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-49-6",testsetId:"49"},{"":"679",sentence:"Bread is often made from wheat.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-49-7",testsetId:"49"},{"":"680",sentence:"Ovens are where you store extra shoes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-49-8",testsetId:"49"},{"":"681",sentence:"Deserts are full of roses.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-49-9",testsetId:"49"},{"":"682",sentence:"April is the first month of the year.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-49-10",testsetId:"49"},{"":"683",sentence:"Teenagers can be stubborn.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-49-11",testsetId:"49"},{"":"684",sentence:"Sugar tastes sour.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-49-12",testsetId:"49"},{"":"685",sentence:"Cakes are usually made with flour and eggs.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-49-13",testsetId:"49"},{"":"686",sentence:"People enjoy watching movies.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-49-14",testsetId:"49"},{"":"687",sentence:"Sunflowers are tiny flowers that turn their roots to follow the moon.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-50-1",testsetId:"50"},{"":"688",sentence:"Penguins enjoy making sculptures out of ice.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-50-2",testsetId:"50"},{"":"689",sentence:"Vitamins can help you feel healthier.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-50-3",testsetId:"50"},{"":"690",sentence:"A kitten can read a book.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-50-4",testsetId:"50"},{"":"691",sentence:"Bowling balls are sold at the forest.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-50-5",testsetId:"50"},{"":"692",sentence:"Shells can be found on the beach.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-50-6",testsetId:"50"},{"":"693",sentence:"Airplanes are crafted from leaves.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-50-7",testsetId:"50"},{"":"694",sentence:"People often color with crayons.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-50-8",testsetId:"50"},{"":"695",sentence:"People can ride on clouds.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-50-9",testsetId:"50"},{"":"696",sentence:"Birds have beaks.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-50-10",testsetId:"50"},{"":"697",sentence:"In fall, many leaves change colors and fall from the trees.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-50-11",testsetId:"50"},{"":"698",sentence:"Windows can let in fresh air into a room.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-50-12",testsetId:"50"},{"":"699",sentence:"Boxes can be used to store items.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"AI-pset-50-13",testsetId:"50"},{"":"700",sentence:"Doors are always made from feathers.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"AI-pset-50-14",testsetId:"50"}],td=[{sentence:"Fish can sing.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_1",corpusId:"aiv3",form:"1",itemNum:"1",itemId_old:"AI-pset-4-11"},{sentence:"Kids like to play games.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form1_2",corpusId:"aiv3",form:"1",itemNum:"2",itemId_old:"AI-pset-45-8"},{sentence:"All dogs have wings.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_3",corpusId:"aiv3",form:"1",itemNum:"3",itemId_old:"AI-pset-20-3"},{sentence:"Many kids love pizza.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form1_4",corpusId:"aiv3",form:"1",itemNum:"4",itemId_old:"AI-pset-39-7"},{sentence:"Birds can be noisy.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form1_5",corpusId:"aiv3",form:"1",itemNum:"5",itemId_old:"AI-pset-30-14"},{sentence:"Bubbles have roots.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_6",corpusId:"aiv3",form:"1",itemNum:"6",itemId_old:"AI-pset-37-9"},{sentence:"Babies can feel sleepy.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form1_7",corpusId:"aiv3",form:"1",itemNum:"7",itemId_old:"AI-pset-6-8"},{sentence:"People sometimes eat fruits.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form1_8",corpusId:"aiv3",form:"1",itemNum:"8",itemId_old:"AI-pset-36-12"},{sentence:"Pigs adore skydiving.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_9",corpusId:"aiv3",form:"1",itemNum:"9",itemId_old:"AI-pset-28-5"},{sentence:"Some trees love to run.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_10",corpusId:"aiv3",form:"1",itemNum:"10",itemId_old:"AI-pset-32-10"},{sentence:"People sometimes eat chocolate.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form1_11",corpusId:"aiv3",form:"1",itemNum:"11",itemId_old:"AI-pset-48-5"},{sentence:"We can buy books at a bookstore.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form1_12",corpusId:"aiv3",form:"1",itemNum:"12",itemId_old:"AI-pset-40-7"},{sentence:"Boxes can be used to store items.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form1_13",corpusId:"aiv3",form:"1",itemNum:"13",itemId_old:"AI-pset-50-13"},{sentence:"Shoes are made from clouds.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_14",corpusId:"aiv3",form:"1",itemNum:"14",itemId_old:"AI-pset-36-13"},{sentence:"Apples grow on ocean floors.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_15",corpusId:"aiv3",form:"1",itemNum:"15",itemId_old:"AI-pset-33-11"},{sentence:"All doors are made of chocolate.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_16",corpusId:"aiv3",form:"1",itemNum:"16",itemId_old:"AI-pset-5-11"},{sentence:"Bears frequently play football.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_17",corpusId:"aiv3",form:"1",itemNum:"17",itemId_old:"AI-pset-43-3"},{sentence:"Balloons can be filled with air.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form1_18",corpusId:"aiv3",form:"1",itemNum:"18",itemId_old:"AI-pset-23-1"},{sentence:"People usually breathe with their lungs.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form1_19",corpusId:"aiv3",form:"1",itemNum:"19",itemId_old:"AI-pset-48-11"},{sentence:"People can fly by flapping their arms.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_20",corpusId:"aiv3",form:"1",itemNum:"20",itemId_old:"AI-pset-7-6"},{sentence:"A truck can be used to transport goods.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form1_21",corpusId:"aiv3",form:"1",itemNum:"21",itemId_old:"AI-pset-28-6"},{sentence:"Honey is sweet and sticky and comes from bees.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form1_22",corpusId:"aiv3",form:"1",itemNum:"22",itemId_old:"AI-pset-34-5"},{sentence:"Windows can be made of cheese.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_23",corpusId:"aiv3",form:"1",itemNum:"23",itemId_old:"AI-pset-8-11"},{sentence:"People can purchase shoes at the shopping mall.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form1_24",corpusId:"aiv3",form:"1",itemNum:"24",itemId_old:"AI-pset-39-1"},{sentence:"Lions can roar.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_25",corpusId:"aiv3",form:"1",itemNum:"25",itemId_old:"AI-pset-26-8"},{sentence:"Socks should be worn on your ears.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_26",corpusId:"aiv3",form:"1",itemNum:"26",itemId_old:"AI-pset-20-5"},{sentence:"An eagle is a bird.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_27",corpusId:"aiv3",form:"1",itemNum:"27",itemId_old:"AI-pset-24-14"},{sentence:"Teenagers can be stubborn.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_28",corpusId:"aiv3",form:"1",itemNum:"28",itemId_old:"AI-pset-49-11"},{sentence:"The wind likes to fry eggs.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_29",corpusId:"aiv3",form:"1",itemNum:"29",itemId_old:"AI-pset-24-10"},{sentence:"A boat sails on the water.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_30",corpusId:"aiv3",form:"1",itemNum:"30",itemId_old:"AI-pset-40-8"},{sentence:"Stormy nights are always sunny.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_31",corpusId:"aiv3",form:"1",itemNum:"31",itemId_old:"AI-pset-31-1"},{sentence:"Some people get to work by unicorn.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form1_32",corpusId:"aiv3",form:"1",itemNum:"32",itemId_old:"AI-pset-17-1"},{sentence:"Houses can walk.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_33",corpusId:"aiv3",form:"1",itemNum:"33",itemId_old:"AI-pset-7-8"},{sentence:"Vegetables are nutritious food.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_34",corpusId:"aiv3",form:"1",itemNum:"34",itemId_old:"AI-pset-48-9"},{sentence:"Lions are large predators.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_35",corpusId:"aiv3",form:"1",itemNum:"35",itemId_old:"AI-pset-22-1"},{sentence:"Horses can read.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_36",corpusId:"aiv3",form:"1",itemNum:"36",itemId_old:"AI-pset-41-1"},{sentence:"Pillows are made from ice.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_37",corpusId:"aiv3",form:"1",itemNum:"37",itemId_old:"AI-pset-47-6"},{sentence:"Chairs can climb mountains.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_38",corpusId:"aiv3",form:"1",itemNum:"38",itemId_old:"AI-pset-22-12"},{sentence:"Posters can hang on the wall.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_39",corpusId:"aiv3",form:"1",itemNum:"39",itemId_old:"AI-pset-16-13"},{sentence:"Birds can breathe underwater.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_40",corpusId:"aiv3",form:"1",itemNum:"40",itemId_old:"AI-pset-24-7"},{sentence:"A lamp reads books.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_41",corpusId:"aiv3",form:"1",itemNum:"41",itemId_old:"AI-pset-39-14"},{sentence:"A jacket is usually warm.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_42",corpusId:"aiv3",form:"1",itemNum:"42",itemId_old:"AI-pset-20-14"},{sentence:"Feathers are made of steel.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_43",corpusId:"aiv3",form:"1",itemNum:"43",itemId_old:"AI-pset-43-2"},{sentence:"People often color with crayons.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_44",corpusId:"aiv3",form:"1",itemNum:"44",itemId_old:"AI-pset-50-8"},{sentence:"Stars ride on the river.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_45",corpusId:"aiv3",form:"1",itemNum:"45",itemId_old:"AI-pset-36-7"},{sentence:"Washing machines clean clothes.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_46",corpusId:"aiv3",form:"1",itemNum:"46",itemId_old:"AI-pset-11-1"},{sentence:"Hats enjoy brewing coffee.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_47",corpusId:"aiv3",form:"1",itemNum:"47",itemId_old:"AI-pset-27-6"},{sentence:"Bakers bake things in ovens.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_48",corpusId:"aiv3",form:"1",itemNum:"48",itemId_old:"AI-pset-47-13"},{sentence:"Birds can knit sweaters.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_49",corpusId:"aiv3",form:"1",itemNum:"49",itemId_old:"AI-pset-16-1"},{sentence:"Kids often eat cereal using a spoon.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_50",corpusId:"aiv3",form:"1",itemNum:"50",itemId_old:"AI-pset-18-14"},{sentence:"People can buy computers at the bakery.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_51",corpusId:"aiv3",form:"1",itemNum:"51",itemId_old:"AI-pset-42-13"},{sentence:"Sleep is important for the body and mind to rest and restore.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_52",corpusId:"aiv3",form:"1",itemNum:"52",itemId_old:"AI-pset-23-9"},{sentence:"Mirrors enjoy eating toast.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_53",corpusId:"aiv3",form:"1",itemNum:"53",itemId_old:"AI-pset-24-6"},{sentence:"We feel hot when fire is near.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_54",corpusId:"aiv3",form:"1",itemNum:"54",itemId_old:"AI-pset-19-2"},{sentence:"Most fish wear hats when they go swimming.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_55",corpusId:"aiv3",form:"1",itemNum:"55",itemId_old:"AI-pset-29-14"},{sentence:"Kittens are aged elephants and can be very moody.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_56",corpusId:"aiv3",form:"1",itemNum:"56",itemId_old:"AI-pset-21-3"},{sentence:"People wear scarves to keep their necks warm.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_57",corpusId:"aiv3",form:"1",itemNum:"57",itemId_old:"AI-pset-15-6"},{sentence:"Rain helps plants to grow and is part of the water cycle.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form1_58",corpusId:"aiv3",form:"1",itemNum:"58",itemId_old:"AI-pset-34-1"},{sentence:"Mountains are home to sea creatures.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_59",corpusId:"aiv3",form:"1",itemNum:"59",itemId_old:"AI-pset-16-3"},{sentence:"A dolphin has fins.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form1_60",corpusId:"aiv3",form:"1",itemNum:"60",itemId_old:"AI-pset-28-11"},{sentence:"Running shoes help you run faster.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form1_61",corpusId:"aiv3",form:"1",itemNum:"61",itemId_old:"AI-pset-8-10"},{sentence:"Tennis is a game you play with small mint candies.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form1_62",corpusId:"aiv3",form:"1",itemNum:"62",itemId_old:"AI-pset-18-10"},{sentence:"Shoes should be worn on your feet.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form1_63",corpusId:"aiv3",form:"1",itemNum:"63",itemId_old:"AI-pset-44-9"},{sentence:"Mechanics fix cars in garages.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form1_64",corpusId:"aiv3",form:"1",itemNum:"64",itemId_old:"AI-pset-12-1"},{sentence:"Cats often have feathers.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form1_65",corpusId:"aiv3",form:"1",itemNum:"65",itemId_old:"AI-pset-8-14"},{sentence:"Rain is sand that falls from clouds in the sky.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form1_66",corpusId:"aiv3",form:"1",itemNum:"66",itemId_old:"AI-pset-2-12"},{sentence:"A number of people walk to work.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form1_67",corpusId:"aiv3",form:"1",itemNum:"67",itemId_old:"AI-pset-30-3"},{sentence:"A motorcycle can be used to transport whales.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form1_68",corpusId:"aiv3",form:"1",itemNum:"68",itemId_old:"AI-pset-43-12"},{sentence:"Sunglasses are useful for keeping people dry when it snows.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form1_69",corpusId:"aiv3",form:"1",itemNum:"69",itemId_old:"AI-pset-1-10"},{sentence:"Curtains can hang in a window.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form1_70",corpusId:"aiv3",form:"1",itemNum:"70",itemId_old:"AI-pset-21-14"},{sentence:"Dogs have tails.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form2_1",corpusId:"aiv3",form:"2",itemNum:"1",itemId_old:"AI-pset-10-10"},{sentence:"All roses are purple.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_2",corpusId:"aiv3",form:"2",itemNum:"2",itemId_old:"AI-pset-44-14"},{sentence:"Cats are living things.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form2_3",corpusId:"aiv3",form:"2",itemNum:"3",itemId_old:"AI-pset-17-5"},{sentence:"Birds can fly in the sky.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form2_4",corpusId:"aiv3",form:"2",itemNum:"4",itemId_old:"AI-pset-22-9"},{sentence:"All books are blue.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_5",corpusId:"aiv3",form:"2",itemNum:"5",itemId_old:"AI-pset-30-7"},{sentence:"Books can fly around a room.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_6",corpusId:"aiv3",form:"2",itemNum:"6",itemId_old:"AI-pset-46-6"},{sentence:"Some shirts have buttons.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form2_7",corpusId:"aiv3",form:"2",itemNum:"7",itemId_old:"AI-pset-46-11"},{sentence:"Honey is made by cows.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_8",corpusId:"aiv3",form:"2",itemNum:"8",itemId_old:"AI-pset-45-10"},{sentence:"Doors can open and close.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form2_9",corpusId:"aiv3",form:"2",itemNum:"9",itemId_old:"AI-pset-44-10"},{sentence:"Flowers can be found in a garden.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form2_10",corpusId:"aiv3",form:"2",itemNum:"10",itemId_old:"AI-pset-6-12"},{sentence:"Lemonade is always made of apples.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_11",corpusId:"aiv3",form:"2",itemNum:"11",itemId_old:"AI-pset-31-11"},{sentence:"An apple has six legs.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_12",corpusId:"aiv3",form:"2",itemNum:"12",itemId_old:"AI-pset-34-14"},{sentence:"Schools are floating in the air.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_13",corpusId:"aiv3",form:"2",itemNum:"13",itemId_old:"AI-pset-2-1"},{sentence:"Summer days can be really hot.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form2_14",corpusId:"aiv3",form:"2",itemNum:"14",itemId_old:"AI-pset-26-13"},{sentence:"Cups must have feathers.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_15",corpusId:"aiv3",form:"2",itemNum:"15",itemId_old:"AI-pset-29-13"},{sentence:"Apple pie is always made from bananas.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_16",corpusId:"aiv3",form:"2",itemNum:"16",itemId_old:"AI-pset-23-12"},{sentence:"People serve dinners on clouds.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_17",corpusId:"aiv3",form:"2",itemNum:"17",itemId_old:"AI-pset-27-11"},{sentence:"Some drinks can be very cold.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form2_18",corpusId:"aiv3",form:"2",itemNum:"18",itemId_old:"AI-pset-30-6"},{sentence:"A clock can hang on the wall.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form2_19",corpusId:"aiv3",form:"2",itemNum:"19",itemId_old:"AI-pset-26-5"},{sentence:"Tigers enjoy knitting sweaters.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_20",corpusId:"aiv3",form:"2",itemNum:"20",itemId_old:"AI-pset-1-13"},{sentence:"Most apartments have a kitchen.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form2_21",corpusId:"aiv3",form:"2",itemNum:"21",itemId_old:"AI-pset-48-12"},{sentence:"Dolphins can be found in the desert.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_22",corpusId:"aiv3",form:"2",itemNum:"22",itemId_old:"AI-pset-47-4"},{sentence:"Many children play games with toys.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form2_23",corpusId:"aiv3",form:"2",itemNum:"23",itemId_old:"AI-pset-5-9"},{sentence:"Doors love using pink chalk.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_24",corpusId:"aiv3",form:"2",itemNum:"24",itemId_old:"AI-pset-14-7"},{sentence:"A pair of socks is something you might wear.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form2_25",corpusId:"aiv3",form:"2",itemNum:"25",itemId_old:"AI-pset-18-8"},{sentence:"Doctors are trained professionals who help us when we are sick.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form2_26",corpusId:"aiv3",form:"2",itemNum:"26",itemId_old:"AI-pset-24-2"},{sentence:"Many librarians work inside a power plant.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_27",corpusId:"aiv3",form:"2",itemNum:"27",itemId_old:"AI-pset-23-5"},{sentence:"Reading books is one way to learn new things at any age.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form2_28",corpusId:"aiv3",form:"2",itemNum:"28",itemId_old:"AI-pset-49-2"},{sentence:"Rivers are known to save books in caves.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form2_29",corpusId:"aiv3",form:"2",itemNum:"29",itemId_old:"AI-pset-31-12"},{sentence:"A car has four wheels.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_30",corpusId:"aiv3",form:"2",itemNum:"30",itemId_old:"AI-pset-24-12"},{sentence:"Lollipops grow on trees.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_31",corpusId:"aiv3",form:"2",itemNum:"31",itemId_old:"AI-pset-31-13"},{sentence:"Flowers have petals.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_32",corpusId:"aiv3",form:"2",itemNum:"32",itemId_old:"AI-pset-3-4"},{sentence:"Birds can be different colors.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_33",corpusId:"aiv3",form:"2",itemNum:"33",itemId_old:"AI-pset-44-13"},{sentence:"Dogs bark at strangers.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_34",corpusId:"aiv3",form:"2",itemNum:"34",itemId_old:"AI-pset-1-8"},{sentence:"A car has four tires.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_35",corpusId:"aiv3",form:"2",itemNum:"35",itemId_old:"AI-pset-27-2"},{sentence:"Clouds are birds.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_36",corpusId:"aiv3",form:"2",itemNum:"36",itemId_old:"AI-pset-45-6"},{sentence:"A pillow can be extremely fluffy.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_37",corpusId:"aiv3",form:"2",itemNum:"37",itemId_old:"AI-pset-17-2"},{sentence:"Most books are made of paper.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_38",corpusId:"aiv3",form:"2",itemNum:"38",itemId_old:"AI-pset-18-5"},{sentence:"Libraries are where you borrow books.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_39",corpusId:"aiv3",form:"2",itemNum:"39",itemId_old:"AI-pset-40-11"},{sentence:"Tables like to sing.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_40",corpusId:"aiv3",form:"2",itemNum:"40",itemId_old:"AI-pset-40-4"},{sentence:"Chefs prepare meals in kitchens.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_41",corpusId:"aiv3",form:"2",itemNum:"41",itemId_old:"AI-pset-39-5"},{sentence:"Plants have feathers.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_42",corpusId:"aiv3",form:"2",itemNum:"42",itemId_old:"AI-pset-15-7"},{sentence:"Raincoats are used for protection against rain.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_43",corpusId:"aiv3",form:"2",itemNum:"43",itemId_old:"AI-pset-37-8"},{sentence:"Every book is a butterfly.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_44",corpusId:"aiv3",form:"2",itemNum:"44",itemId_old:"AI-pset-6-9"},{sentence:"Umbrellas are used to keep dry in the rain.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_45",corpusId:"aiv3",form:"2",itemNum:"45",itemId_old:"AI-pset-44-11"},{sentence:"Couches help you dance better.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_46",corpusId:"aiv3",form:"2",itemNum:"46",itemId_old:"AI-pset-37-2"},{sentence:"Blueberry pie is always made of oranges.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_47",corpusId:"aiv3",form:"2",itemNum:"47",itemId_old:"AI-pset-31-14"},{sentence:"Eggs are boiled in wardrobes.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_48",corpusId:"aiv3",form:"2",itemNum:"48",itemId_old:"AI-pset-42-9"},{sentence:"Every door is locked forever.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_49",corpusId:"aiv3",form:"2",itemNum:"49",itemId_old:"AI-pset-38-9"},{sentence:"Boats are sailed by sailors.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_50",corpusId:"aiv3",form:"2",itemNum:"50",itemId_old:"AI-pset-47-1"},{sentence:"Dancing for hours can be tiring.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_51",corpusId:"aiv3",form:"2",itemNum:"51",itemId_old:"AI-pset-5-1"},{sentence:"Kids usually clean their faces with jam.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_52",corpusId:"aiv3",form:"2",itemNum:"52",itemId_old:"AI-pset-40-12"},{sentence:"Chairs can heat up a room.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_53",corpusId:"aiv3",form:"2",itemNum:"53",itemId_old:"AI-pset-37-1"},{sentence:"Most adults know how to use a washing machine.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_54",corpusId:"aiv3",form:"2",itemNum:"54",itemId_old:"AI-pset-20-4"},{sentence:"Rainbows make the dishes sparkle.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_55",corpusId:"aiv3",form:"2",itemNum:"55",itemId_old:"AI-pset-17-11"},{sentence:"Artists create works of art in studios.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form2_56",corpusId:"aiv3",form:"2",itemNum:"56",itemId_old:"AI-pset-47-11"},{sentence:"Mountains walk during winter.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_57",corpusId:"aiv3",form:"2",itemNum:"57",itemId_old:"AI-pset-4-7"},{sentence:"Shells can be found on the beach.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form2_58",corpusId:"aiv3",form:"2",itemNum:"58",itemId_old:"AI-pset-50-6"},{sentence:"People serve dinner on tree branches.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_59",corpusId:"aiv3",form:"2",itemNum:"59",itemId_old:"AI-pset-46-1"},{sentence:"Fish typically use hammers to build things.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_60",corpusId:"aiv3",form:"2",itemNum:"60",itemId_old:"AI-pset-8-6"},{sentence:"People can become invisible when they close their eyes.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_61",corpusId:"aiv3",form:"2",itemNum:"61",itemId_old:"AI-pset-33-3"},{sentence:"Some coats have hoods.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form2_62",corpusId:"aiv3",form:"2",itemNum:"62",itemId_old:"AI-pset-38-13"},{sentence:"People occasionally eat cookies.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form2_63",corpusId:"aiv3",form:"2",itemNum:"63",itemId_old:"AI-pset-10-2"},{sentence:"Tigers are tiny domestic dogs that are known for their checks.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form2_64",corpusId:"aiv3",form:"2",itemNum:"64",itemId_old:"AI-pset-6-1"},{sentence:"Paper can be made from trees.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form2_65",corpusId:"aiv3",form:"2",itemNum:"65",itemId_old:"AI-pset-5-2"},{sentence:"The letter Z is an animal.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form2_66",corpusId:"aiv3",form:"2",itemNum:"66",itemId_old:"AI-pset-45-3"},{sentence:"Many buildings have chimneys on the roof.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form2_67",corpusId:"aiv3",form:"2",itemNum:"67",itemId_old:"AI-pset-10-9"},{sentence:"Cycling is an activity that you do with a pen.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form2_68",corpusId:"aiv3",form:"2",itemNum:"68",itemId_old:"AI-pset-8-7"},{sentence:"Bottles wear mittens to keep their water warm.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form2_69",corpusId:"aiv3",form:"2",itemNum:"69",itemId_old:"AI-pset-26-7"},{sentence:"Robots are machines that can do tasks automatically.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form2_70",corpusId:"aiv3",form:"2",itemNum:"70",itemId_old:"AI-pset-3-1"},{sentence:"Cows like to bark.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_1",corpusId:"aiv3",form:"3",itemNum:"1",itemId_old:"AI-pset-47-12"},{sentence:"Fish like to walk on land.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_2",corpusId:"aiv3",form:"3",itemNum:"2",itemId_old:"AI-pset-32-8"},{sentence:"Children can laugh a lot.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form3_3",corpusId:"aiv3",form:"3",itemNum:"3",itemId_old:"AI-pset-27-14"},{sentence:"People can ride on clouds.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_4",corpusId:"aiv3",form:"3",itemNum:"4",itemId_old:"AI-pset-50-9"},{sentence:"A librarian works in a library.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form3_5",corpusId:"aiv3",form:"3",itemNum:"5",itemId_old:"AI-pset-2-9"},{sentence:"A kitten can be very playful.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form3_6",corpusId:"aiv3",form:"3",itemNum:"6",itemId_old:"AI-pset-12-9"},{sentence:"The color of a banana is yellow.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form3_7",corpusId:"aiv3",form:"3",itemNum:"7",itemId_old:"AI-pset-1-9"},{sentence:"Fish like to swim in water.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form3_8",corpusId:"aiv3",form:"3",itemNum:"8",itemId_old:"AI-pset-31-10"},{sentence:"Frogs can sing opera.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_9",corpusId:"aiv3",form:"3",itemNum:"9",itemId_old:"AI-pset-16-6"},{sentence:"Clouds float in the sky.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form3_10",corpusId:"aiv3",form:"3",itemNum:"10",itemId_old:"AI-pset-25-2"},{sentence:"Summer is a type of soda.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_11",corpusId:"aiv3",form:"3",itemNum:"11",itemId_old:"AI-pset-9-10"},{sentence:"Whales can fit in a fishbowl.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_12",corpusId:"aiv3",form:"3",itemNum:"12",itemId_old:"AI-pset-26-14"},{sentence:"Sandwiches can perform ballet.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_13",corpusId:"aiv3",form:"3",itemNum:"13",itemId_old:"AI-pset-25-10"},{sentence:"Fish can be found in a river.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form3_14",corpusId:"aiv3",form:"3",itemNum:"14",itemId_old:"AI-pset-31-4"},{sentence:"Gloves can keep your hands warm.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form3_15",corpusId:"aiv3",form:"3",itemNum:"15",itemId_old:"AI-pset-3-9"},{sentence:"Some children like to ride bikes.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form3_16",corpusId:"aiv3",form:"3",itemNum:"16",itemId_old:"AI-pset-45-1"},{sentence:"Schools are places where children learn.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form3_17",corpusId:"aiv3",form:"3",itemNum:"17",itemId_old:"AI-pset-41-6"},{sentence:"Oceans are full of bamboo.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_18",corpusId:"aiv3",form:"3",itemNum:"18",itemId_old:"AI-pset-35-5"},{sentence:"The sun typically rises in the morning.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form3_19",corpusId:"aiv3",form:"3",itemNum:"19",itemId_old:"AI-pset-34-8"},{sentence:"A dog may wag its tail when happy.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form3_20",corpusId:"aiv3",form:"3",itemNum:"20",itemId_old:"AI-pset-10-5"},{sentence:"Submarines are operated by fish.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_21",corpusId:"aiv3",form:"3",itemNum:"21",itemId_old:"AI-pset-14-12"},{sentence:"Elephants live underwater in the ocean.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_22",corpusId:"aiv3",form:"3",itemNum:"22",itemId_old:"AI-pset-20-9"},{sentence:"In fall, many leaves change colors and fall from the trees.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form3_23",corpusId:"aiv3",form:"3",itemNum:"23",itemId_old:"AI-pset-50-11"},{sentence:"Butterflies are larger than buildings.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_24",corpusId:"aiv3",form:"3",itemNum:"24",itemId_old:"AI-pset-4-2"},{sentence:"Birds have beaks.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_25",corpusId:"aiv3",form:"3",itemNum:"25",itemId_old:"AI-pset-50-10"},{sentence:"Bicycles have pedals.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_26",corpusId:"aiv3",form:"3",itemNum:"26",itemId_old:"AI-pset-36-2"},{sentence:"Lions compete in spelling bees.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_27",corpusId:"aiv3",form:"3",itemNum:"27",itemId_old:"AI-pset-24-13"},{sentence:"Walls sometimes drink lemonade.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_28",corpusId:"aiv3",form:"3",itemNum:"28",itemId_old:"AI-pset-22-3"},{sentence:"Birds chirp in the morning.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_29",corpusId:"aiv3",form:"3",itemNum:"29",itemId_old:"AI-pset-44-5"},{sentence:"Fish can breathe underwater.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_30",corpusId:"aiv3",form:"3",itemNum:"30",itemId_old:"AI-pset-29-10"},{sentence:"Birds like to build nests.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_31",corpusId:"aiv3",form:"3",itemNum:"31",itemId_old:"AI-pset-1-2"},{sentence:"All panda bears swim in large oceans.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_32",corpusId:"aiv3",form:"3",itemNum:"32",itemId_old:"AI-pset-16-7"},{sentence:"Plants often grow in a garden.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_33",corpusId:"aiv3",form:"3",itemNum:"33",itemId_old:"AI-pset-43-6"},{sentence:"When a traffic light is pink, you should start flying.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form3_34",corpusId:"aiv3",form:"3",itemNum:"34",itemId_old:"AI-pset-44-1"},{sentence:"Many people like to cook food.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_35",corpusId:"aiv3",form:"3",itemNum:"35",itemId_old:"AI-pset-21-2"},{sentence:"Oceans are always dry.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_36",corpusId:"aiv3",form:"3",itemNum:"36",itemId_old:"AI-pset-1-3"},{sentence:"Birds enjoy flying in the sky.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_37",corpusId:"aiv3",form:"3",itemNum:"37",itemId_old:"AI-pset-18-3"},{sentence:"Cats can play piano.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_38",corpusId:"aiv3",form:"3",itemNum:"38",itemId_old:"AI-pset-12-4"},{sentence:"Kangaroos carry their young in pouches.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_39",corpusId:"aiv3",form:"3",itemNum:"39",itemId_old:"AI-pset-35-11"},{sentence:"Cows lay eggs.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_40",corpusId:"aiv3",form:"3",itemNum:"40",itemId_old:"AI-pset-10-4"},{sentence:"Buses are driven by drivers.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_41",corpusId:"aiv3",form:"3",itemNum:"41",itemId_old:"AI-pset-21-8"},{sentence:"Leaves often fall in the autumn.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_42",corpusId:"aiv3",form:"3",itemNum:"42",itemId_old:"AI-pset-24-4"},{sentence:"Cotton candy comes from sheep.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_43",corpusId:"aiv3",form:"3",itemNum:"43",itemId_old:"AI-pset-25-11"},{sentence:"Refrigerators help to keep food items cold.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_44",corpusId:"aiv3",form:"3",itemNum:"44",itemId_old:"AI-pset-22-4"},{sentence:"Cupboards can sing.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_45",corpusId:"aiv3",form:"3",itemNum:"45",itemId_old:"AI-pset-17-9"},{sentence:"People generally paint their houses with paint.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_46",corpusId:"aiv3",form:"3",itemNum:"46",itemId_old:"AI-pset-28-10"},{sentence:"Bracelets can be made of water.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_47",corpusId:"aiv3",form:"3",itemNum:"47",itemId_old:"AI-pset-28-8"},{sentence:"Airplanes are crafted from leaves.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_48",corpusId:"aiv3",form:"3",itemNum:"48",itemId_old:"AI-pset-50-7"},{sentence:"Salt is often salty to taste.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_49",corpusId:"aiv3",form:"3",itemNum:"49",itemId_old:"AI-pset-22-10"},{sentence:"Books are made of one page.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_50",corpusId:"aiv3",form:"3",itemNum:"50",itemId_old:"AI-pset-18-9"},{sentence:"Letters are used to make words and sentences.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_51",corpusId:"aiv3",form:"3",itemNum:"51",itemId_old:"AI-pset-4-14"},{sentence:"Deserts are full of roses.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_52",corpusId:"aiv3",form:"3",itemNum:"52",itemId_old:"AI-pset-49-9"},{sentence:"Students sometimes get praise when they are helpful to others.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form3_53",corpusId:"aiv3",form:"3",itemNum:"53",itemId_old:"AI-pset-25-7"},{sentence:"Canes help people to walk.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form3_54",corpusId:"aiv3",form:"3",itemNum:"54",itemId_old:"AI-pset-14-13"},{sentence:"Candy is always spicy to taste.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_55",corpusId:"aiv3",form:"3",itemNum:"55",itemId_old:"AI-pset-9-13"},{sentence:"Most kittens know how to knit.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_56",corpusId:"aiv3",form:"3",itemNum:"56",itemId_old:"AI-pset-9-1"},{sentence:"Everyone has a unique fingerprint.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form3_57",corpusId:"aiv3",form:"3",itemNum:"57",itemId_old:"AI-pset-31-6"},{sentence:"Humans steer boats in the desert.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_58",corpusId:"aiv3",form:"3",itemNum:"58",itemId_old:"AI-pset-33-8"},{sentence:"Fishing is an activity that you perform with a car.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_59",corpusId:"aiv3",form:"3",itemNum:"59",itemId_old:"AI-pset-13-12"},{sentence:"Pillows can cool down a room.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_60",corpusId:"aiv3",form:"3",itemNum:"60",itemId_old:"AI-pset-39-12"},{sentence:"Turtles have hard shells to protect themselves.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form3_61",corpusId:"aiv3",form:"3",itemNum:"61",itemId_old:"AI-pset-9-14"},{sentence:"Cacti are common residents of the ocean.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_62",corpusId:"aiv3",form:"3",itemNum:"62",itemId_old:"AI-pset-12-3"},{sentence:"People trade vegetables for books in most libraries.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form3_63",corpusId:"aiv3",form:"3",itemNum:"63",itemId_old:"AI-pset-5-10"},{sentence:"Coffee is always cold.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form3_64",corpusId:"aiv3",form:"3",itemNum:"64",itemId_old:"AI-pset-13-13"},{sentence:"Cookies usually sprout in a desert.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form3_65",corpusId:"aiv3",form:"3",itemNum:"65",itemId_old:"AI-pset-6-3"},{sentence:"People often cut vegetables with knives.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form3_66",corpusId:"aiv3",form:"3",itemNum:"66",itemId_old:"AI-pset-23-7"},{sentence:"Water is essential for every living thing on Earth.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form3_67",corpusId:"aiv3",form:"3",itemNum:"67",itemId_old:"AI-pset-47-8"},{sentence:"People generally wash their hair with shampoo.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form3_68",corpusId:"aiv3",form:"3",itemNum:"68",itemId_old:"AI-pset-34-7"},{sentence:"Summer is a kind of ice cream flavor.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form3_69",corpusId:"aiv3",form:"3",itemNum:"69",itemId_old:"AI-pset-6-4"},{sentence:"Chefs bake cakes in the classroom.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form3_70",corpusId:"aiv3",form:"3",itemNum:"70",itemId_old:"AI-pset-19-1"},{sentence:"Pizzas grow in soil.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_1",corpusId:"aiv3",form:"4",itemNum:"1",itemId_old:"AI-pset-19-10"},{sentence:"Cows give us milk.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form4_2",corpusId:"aiv3",form:"4",itemNum:"2",itemId_old:"AI-pset-43-7"},{sentence:"Elephants play basketball regularly.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_3",corpusId:"aiv3",form:"4",itemNum:"3",itemId_old:"AI-pset-28-14"},{sentence:"People enjoy watching movies.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form4_4",corpusId:"aiv3",form:"4",itemNum:"4",itemId_old:"AI-pset-49-14"},{sentence:"Giraffes are tall animals.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form4_5",corpusId:"aiv3",form:"4",itemNum:"5",itemId_old:"AI-pset-3-12"},{sentence:"Whales are a type of bird.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_6",corpusId:"aiv3",form:"4",itemNum:"6",itemId_old:"AI-pset-37-6"},{sentence:"Many children eat candy.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form4_7",corpusId:"aiv3",form:"4",itemNum:"7",itemId_old:"AI-pset-38-2"},{sentence:"A motorcycle has two wheels.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form4_8",corpusId:"aiv3",form:"4",itemNum:"8",itemId_old:"AI-pset-9-9"},{sentence:"Cats can speak French.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_9",corpusId:"aiv3",form:"4",itemNum:"9",itemId_old:"AI-pset-2-7"},{sentence:"Nurses provide care in hospitals.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form4_10",corpusId:"aiv3",form:"4",itemNum:"10",itemId_old:"AI-pset-19-9"},{sentence:"Snakes have four legs.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_11",corpusId:"aiv3",form:"4",itemNum:"11",itemId_old:"AI-pset-14-9"},{sentence:"Students can study in the classroom.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form4_12",corpusId:"aiv3",form:"4",itemNum:"12",itemId_old:"AI-pset-38-6"},{sentence:"Music comes out of instruments.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form4_13",corpusId:"aiv3",form:"4",itemNum:"13",itemId_old:"AI-pset-32-3"},{sentence:"Rainbows can talk to people.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_14",corpusId:"aiv3",form:"4",itemNum:"14",itemId_old:"AI-pset-10-7"},{sentence:"There are seven days in a week.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form4_15",corpusId:"aiv3",form:"4",itemNum:"15",itemId_old:"AI-pset-33-4"},{sentence:"Some toddlers enjoy playing with toy cars.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form4_16",corpusId:"aiv3",form:"4",itemNum:"16",itemId_old:"AI-pset-46-8"},{sentence:"Computers love to eat cookies.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_17",corpusId:"aiv3",form:"4",itemNum:"17",itemId_old:"AI-pset-14-2"},{sentence:"Dolphins wear shoes when they swim.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_18",corpusId:"aiv3",form:"4",itemNum:"18",itemId_old:"AI-pset-15-8"},{sentence:"Butterflies have beautiful, colorful wings.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form4_19",corpusId:"aiv3",form:"4",itemNum:"19",itemId_old:"AI-pset-2-4"},{sentence:"Most children know how to play a game.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form4_20",corpusId:"aiv3",form:"4",itemNum:"20",itemId_old:"AI-pset-17-7"},{sentence:"A funny movie can make you feel better when you're upset.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form4_21",corpusId:"aiv3",form:"4",itemNum:"21",itemId_old:"AI-pset-48-7"},{sentence:"Elephants have six legs.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_22",corpusId:"aiv3",form:"4",itemNum:"22",itemId_old:"AI-pset-42-7"},{sentence:"Monkeys can drive cars on the road.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_23",corpusId:"aiv3",form:"4",itemNum:"23",itemId_old:"AI-pset-16-5"},{sentence:"Doors like to grill cheese.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_24",corpusId:"aiv3",form:"4",itemNum:"24",itemId_old:"AI-pset-44-8"},{sentence:"Lions regularly jump on trampolines.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_25",corpusId:"aiv3",form:"4",itemNum:"25",itemId_old:"AI-pset-6-2"},{sentence:"Salads are healthy food.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_26",corpusId:"aiv3",form:"4",itemNum:"26",itemId_old:"AI-pset-39-10"},{sentence:"Babies can cry often.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_27",corpusId:"aiv3",form:"4",itemNum:"27",itemId_old:"AI-pset-7-11"},{sentence:"Ovens are where you store extra shoes.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_28",corpusId:"aiv3",form:"4",itemNum:"28",itemId_old:"AI-pset-49-8"},{sentence:"A dog is a deer that barks.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_29",corpusId:"aiv3",form:"4",itemNum:"29",itemId_old:"AI-pset-21-11"},{sentence:"Clouds carry umbrellas when it's sunny.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form4_30",corpusId:"aiv3",form:"4",itemNum:"30",itemId_old:"AI-pset-15-12"},{sentence:"Lions have feathers.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_31",corpusId:"aiv3",form:"4",itemNum:"31",itemId_old:"AI-pset-19-12"},{sentence:"Bikes have two wheels.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_32",corpusId:"aiv3",form:"4",itemNum:"32",itemId_old:"AI-pset-2-3"},{sentence:"A baker works at a bakery.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_33",corpusId:"aiv3",form:"4",itemNum:"33",itemId_old:"AI-pset-32-9"},{sentence:"An oven cooks food.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_34",corpusId:"aiv3",form:"4",itemNum:"34",itemId_old:"AI-pset-31-7"},{sentence:"A bicycle needs wings to fly.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_35",corpusId:"aiv3",form:"4",itemNum:"35",itemId_old:"AI-pset-15-5"},{sentence:"Chicks are young chickens.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_36",corpusId:"aiv3",form:"4",itemNum:"36",itemId_old:"AI-pset-12-14"},{sentence:"Squares are round.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_37",corpusId:"aiv3",form:"4",itemNum:"37",itemId_old:"AI-pset-13-9"},{sentence:"Lemons are often sour to taste.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_38",corpusId:"aiv3",form:"4",itemNum:"38",itemId_old:"AI-pset-42-10"},{sentence:"Comedy movies often make people laugh.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_39",corpusId:"aiv3",form:"4",itemNum:"39",itemId_old:"AI-pset-43-4"},{sentence:"Rainbows can appear after rain.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_40",corpusId:"aiv3",form:"4",itemNum:"40",itemId_old:"AI-pset-22-14"},{sentence:"A triangle is round.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_41",corpusId:"aiv3",form:"4",itemNum:"41",itemId_old:"AI-pset-8-4"},{sentence:"Pencils love to go swimming.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_42",corpusId:"aiv3",form:"4",itemNum:"42",itemId_old:"AI-pset-20-1"},{sentence:"A zoo has more than one animal.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_43",corpusId:"aiv3",form:"4",itemNum:"43",itemId_old:"AI-pset-20-6"},{sentence:"Jellyfish have feathers and can sing.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_44",corpusId:"aiv3",form:"4",itemNum:"44",itemId_old:"AI-pset-17-6"},{sentence:"Ice normally feels warm.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_45",corpusId:"aiv3",form:"4",itemNum:"45",itemId_old:"AI-pset-9-7"},{sentence:"A mug can be used to drink coffee.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_46",corpusId:"aiv3",form:"4",itemNum:"46",itemId_old:"AI-pset-15-13"},{sentence:"Pianos are usually made of paper.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_47",corpusId:"aiv3",form:"4",itemNum:"47",itemId_old:"AI-pset-35-7"},{sentence:"Corn grows tall in the field.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_48",corpusId:"aiv3",form:"4",itemNum:"48",itemId_old:"AI-pset-3-2"},{sentence:"Chess is a game that you play with pieces.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_49",corpusId:"aiv3",form:"4",itemNum:"49",itemId_old:"AI-pset-23-14"},{sentence:"Some people prefer writing with pens.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_50",corpusId:"aiv3",form:"4",itemNum:"50",itemId_old:"AI-pset-33-6"},{sentence:"Chairs are used to make things wet.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_51",corpusId:"aiv3",form:"4",itemNum:"51",itemId_old:"AI-pset-35-12"},{sentence:"Lamps enjoy eating shoes.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_52",corpusId:"aiv3",form:"4",itemNum:"52",itemId_old:"AI-pset-16-10"},{sentence:"Some clouds have buckles.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_53",corpusId:"aiv3",form:"4",itemNum:"53",itemId_old:"AI-pset-34-6"},{sentence:"Bowling balls are sold at the forest.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_54",corpusId:"aiv3",form:"4",itemNum:"54",itemId_old:"AI-pset-50-5"},{sentence:"Food can be cooked in a kitchen before eating,",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form4_55",corpusId:"aiv3",form:"4",itemNum:"55",itemId_old:"AI-pset-21-6"},{sentence:"The moon is round.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form4_56",corpusId:"aiv3",form:"4",itemNum:"56",itemId_old:"AI-pset-9-12"},{sentence:"Lamps can cool down a room.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_57",corpusId:"aiv3",form:"4",itemNum:"57",itemId_old:"AI-pset-41-10"},{sentence:"Notebooks wear scarves to keep their papers warm.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_58",corpusId:"aiv3",form:"4",itemNum:"58",itemId_old:"AI-pset-10-13"},{sentence:"A chair has four legs.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form4_59",corpusId:"aiv3",form:"4",itemNum:"59",itemId_old:"AI-pset-2-6"},{sentence:"Airplanes are flown by pilots.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form4_60",corpusId:"aiv3",form:"4",itemNum:"60",itemId_old:"AI-pset-31-2"},{sentence:"Horses enjoy galloping freely.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form4_61",corpusId:"aiv3",form:"4",itemNum:"61",itemId_old:"AI-pset-1-11"},{sentence:"Chairs like to munch on cushions.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_62",corpusId:"aiv3",form:"4",itemNum:"62",itemId_old:"AI-pset-28-3"},{sentence:"Bakeries are where you buy bread.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form4_63",corpusId:"aiv3",form:"4",itemNum:"63",itemId_old:"AI-pset-29-2"},{sentence:"Most people commute to work by broomstick.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_64",corpusId:"aiv3",form:"4",itemNum:"64",itemId_old:"AI-pset-10-14"},{sentence:"Pencil cases wear gloves to keep their contents warm.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form4_65",corpusId:"aiv3",form:"4",itemNum:"65",itemId_old:"AI-pset-49-6"},{sentence:"Pine trees grow in forests.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form4_66",corpusId:"aiv3",form:"4",itemNum:"66",itemId_old:"AI-pset-48-13"},{sentence:"Cheese comes from milk and can be enjoyed in many ways.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form4_67",corpusId:"aiv3",form:"4",itemNum:"67",itemId_old:"AI-pset-19-3"},{sentence:"Curtains sometimes drink tea.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form4_68",corpusId:"aiv3",form:"4",itemNum:"68",itemId_old:"AI-pset-40-2"},{sentence:"Most people dig holes with spoons.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form4_69",corpusId:"aiv3",form:"4",itemNum:"69",itemId_old:"AI-pset-7-4"},{sentence:"Jelly is a type of furniture that is made from fruit juice.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form4_70",corpusId:"aiv3",form:"4",itemNum:"70",itemId_old:"AI-pset-46-4"},{sentence:"Birds have feathers.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form5_1",corpusId:"aiv3",form:"5",itemNum:"1",itemId_old:"AI-pset-41-4"},{sentence:"Apples have ears.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_2",corpusId:"aiv3",form:"5",itemNum:"2",itemId_old:"AI-pset-38-4"},{sentence:"Rainbows are black and white.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_3",corpusId:"aiv3",form:"5",itemNum:"3",itemId_old:"AI-pset-46-12"},{sentence:"Schools are built on clouds.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_4",corpusId:"aiv3",form:"5",itemNum:"4",itemId_old:"AI-pset-1-6"},{sentence:"Adults can feel happy.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form5_5",corpusId:"aiv3",form:"5",itemNum:"5",itemId_old:"AI-pset-46-9"},{sentence:"Books are stored in microwaves.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_6",corpusId:"aiv3",form:"5",itemNum:"6",itemId_old:"AI-pset-19-13"},{sentence:"Gorillas can live in volcanoes.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_7",corpusId:"aiv3",form:"5",itemNum:"7",itemId_old:"AI-pset-27-10"},{sentence:"Humans need food for survival.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form5_8",corpusId:"aiv3",form:"5",itemNum:"8",itemId_old:"AI-pset-27-13"},{sentence:"Socks grow in gardens.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_9",corpusId:"aiv3",form:"5",itemNum:"9",itemId_old:"AI-pset-9-11"},{sentence:"A shirt is something you can wear.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form5_10",corpusId:"aiv3",form:"5",itemNum:"10",itemId_old:"AI-pset-36-9"},{sentence:"Some children go to art classes.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form5_11",corpusId:"aiv3",form:"5",itemNum:"11",itemId_old:"AI-pset-7-10"},{sentence:"Apples fall from trees.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form5_12",corpusId:"aiv3",form:"5",itemNum:"12",itemId_old:"AI-pset-35-1"},{sentence:"Some fish like to climb trees.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_13",corpusId:"aiv3",form:"5",itemNum:"13",itemId_old:"AI-pset-38-10"},{sentence:"Monkeys are very good at climbing trees.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form5_14",corpusId:"aiv3",form:"5",itemNum:"14",itemId_old:"AI-pset-37-7"},{sentence:"Monkeys grow from seeds.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_15",corpusId:"aiv3",form:"5",itemNum:"15",itemId_old:"AI-pset-11-5"},{sentence:"Some children like to read books.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form5_16",corpusId:"aiv3",form:"5",itemNum:"16",itemId_old:"AI-pset-13-10"},{sentence:"Lions pilot planes.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_17",corpusId:"aiv3",form:"5",itemNum:"17",itemId_old:"AI-pset-30-4"},{sentence:"A lamp can be very bright.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form5_18",corpusId:"aiv3",form:"5",itemNum:"18",itemId_old:"AI-pset-3-8"},{sentence:"The letter A is a color.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_19",corpusId:"aiv3",form:"5",itemNum:"19",itemId_old:"AI-pset-38-7"},{sentence:"Spiders teach at universities.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_20",corpusId:"aiv3",form:"5",itemNum:"20",itemId_old:"AI-pset-38-12"},{sentence:"My bed enjoys making soup.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_21",corpusId:"aiv3",form:"5",itemNum:"21",itemId_old:"AI-pset-30-1"},{sentence:"Sports can be played with a ball.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form5_22",corpusId:"aiv3",form:"5",itemNum:"22",itemId_old:"AI-pset-29-9"},{sentence:"Buildings love to eat hot-dogs.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_23",corpusId:"aiv3",form:"5",itemNum:"23",itemId_old:"AI-pset-47-9"},{sentence:"A cat is a pet that meows.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form5_24",corpusId:"aiv3",form:"5",itemNum:"24",itemId_old:"AI-pset-26-11"},{sentence:"Cities can be very busy places with many people.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form5_25",corpusId:"aiv3",form:"5",itemNum:"25",itemId_old:"AI-pset-2-11"},{sentence:"Planes are commonly made of fruits.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_26",corpusId:"aiv3",form:"5",itemNum:"26",itemId_old:"AI-pset-32-4"},{sentence:"Trees can provide shade on a sunny day.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form5_27",corpusId:"aiv3",form:"5",itemNum:"27",itemId_old:"AI-pset-17-14"},{sentence:"Winter often brings with it cold temperatures and sometimes snow.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form5_28",corpusId:"aiv3",form:"5",itemNum:"28",itemId_old:"AI-pset-45-4"},{sentence:"Honey comes from bees.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_29",corpusId:"aiv3",form:"5",itemNum:"29",itemId_old:"AI-pset-37-5"},{sentence:"Roads keep their books in a puddle.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form5_30",corpusId:"aiv3",form:"5",itemNum:"30",itemId_old:"AI-pset-47-2"},{sentence:"A pigeon is a bird.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_31",corpusId:"aiv3",form:"5",itemNum:"31",itemId_old:"AI-pset-34-9"},{sentence:"Toys can be made of plastic.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_32",corpusId:"aiv3",form:"5",itemNum:"32",itemId_old:"AI-pset-10-12"},{sentence:"Shoes can talk.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_33",corpusId:"aiv3",form:"5",itemNum:"33",itemId_old:"AI-pset-10-3"},{sentence:"A bicycle has two wheels.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_34",corpusId:"aiv3",form:"5",itemNum:"34",itemId_old:"AI-pset-18-11"},{sentence:"Books are round.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_35",corpusId:"aiv3",form:"5",itemNum:"35",itemId_old:"AI-pset-3-13"},{sentence:"All rivers are orange.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_36",corpusId:"aiv3",form:"5",itemNum:"36",itemId_old:"AI-pset-33-5"},{sentence:"A lion is a big cat that roars.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_37",corpusId:"aiv3",form:"5",itemNum:"37",itemId_old:"AI-pset-6-13"},{sentence:"Music can be played with instruments.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_38",corpusId:"aiv3",form:"5",itemNum:"38",itemId_old:"AI-pset-11-12"},{sentence:"Helicopters enjoy drinking tea.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_39",corpusId:"aiv3",form:"5",itemNum:"39",itemId_old:"AI-pset-6-11"},{sentence:"A bunny has scales.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_40",corpusId:"aiv3",form:"5",itemNum:"40",itemId_old:"AI-pset-46-5"},{sentence:"Squares have four sides.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_41",corpusId:"aiv3",form:"5",itemNum:"41",itemId_old:"AI-pset-40-6"},{sentence:"Butterflies were once pandas.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_42",corpusId:"aiv3",form:"5",itemNum:"42",itemId_old:"AI-pset-15-9"},{sentence:"Ink is used to erase.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_43",corpusId:"aiv3",form:"5",itemNum:"43",itemId_old:"AI-pset-49-5"},{sentence:"Stars are plucked from trees.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_44",corpusId:"aiv3",form:"5",itemNum:"44",itemId_old:"AI-pset-21-5"},{sentence:"Books enjoy sipping water.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_45",corpusId:"aiv3",form:"5",itemNum:"45",itemId_old:"AI-pset-21-4"},{sentence:"Ducks enjoy swimming in the pond.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_46",corpusId:"aiv3",form:"5",itemNum:"46",itemId_old:"AI-pset-1-5"},{sentence:"Leaves can be different colors.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_47",corpusId:"aiv3",form:"5",itemNum:"47",itemId_old:"AI-pset-43-11"},{sentence:"Fire helps to freeze things.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_48",corpusId:"aiv3",form:"5",itemNum:"48",itemId_old:"AI-pset-48-3"},{sentence:"Many people like to plant flowers.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_49",corpusId:"aiv3",form:"5",itemNum:"49",itemId_old:"AI-pset-29-7"},{sentence:"Frogs are known for their painting skills.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_50",corpusId:"aiv3",form:"5",itemNum:"50",itemId_old:"AI-pset-32-5"},{sentence:"Ice cream typically melts in heat.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_51",corpusId:"aiv3",form:"5",itemNum:"51",itemId_old:"AI-pset-40-1"},{sentence:"Astronauts work at the bottom of the ocean.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_52",corpusId:"aiv3",form:"5",itemNum:"52",itemId_old:"AI-pset-18-1"},{sentence:"Ladders help you to reach higher shelves.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_53",corpusId:"aiv3",form:"5",itemNum:"53",itemId_old:"AI-pset-39-8"},{sentence:"Cakes are often eaten at celebrations like birthdays.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_54",corpusId:"aiv3",form:"5",itemNum:"54",itemId_old:"AI-pset-6-6"},{sentence:"Lots of pilots work in bakeries.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_55",corpusId:"aiv3",form:"5",itemNum:"55",itemId_old:"AI-pset-3-7"},{sentence:"The sky is always purple and covered in stars during the day.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_56",corpusId:"aiv3",form:"5",itemNum:"56",itemId_old:"AI-pset-29-11"},{sentence:"Many different species of fish live in the ocean.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_57",corpusId:"aiv3",form:"5",itemNum:"57",itemId_old:"AI-pset-22-6"},{sentence:"Most folks play board games alone in the dark.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_58",corpusId:"aiv3",form:"5",itemNum:"58",itemId_old:"AI-pset-11-10"},{sentence:"Kids often learn through playing and exploring.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form5_59",corpusId:"aiv3",form:"5",itemNum:"59",itemId_old:"AI-pset-40-14"},{sentence:"Cacti grow in deserts.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form5_60",corpusId:"aiv3",form:"5",itemNum:"60",itemId_old:"AI-pset-42-8"},{sentence:"You can buy flowers at the florist.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form5_61",corpusId:"aiv3",form:"5",itemNum:"61",itemId_old:"AI-pset-20-13"},{sentence:"Cups keep their books in the cupboard.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form5_62",corpusId:"aiv3",form:"5",itemNum:"62",itemId_old:"AI-pset-25-5"},{sentence:"Carrots are a kind of vegetable.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form5_63",corpusId:"aiv3",form:"5",itemNum:"63",itemId_old:"AI-pset-13-1"},{sentence:"Dogs are fond of chewing bones.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form5_64",corpusId:"aiv3",form:"5",itemNum:"64",itemId_old:"AI-pset-7-14"},{sentence:"Lamps love to jump.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form5_65",corpusId:"aiv3",form:"5",itemNum:"65",itemId_old:"AI-pset-32-11"},{sentence:"All tulips are orange.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form5_66",corpusId:"aiv3",form:"5",itemNum:"66",itemId_old:"AI-pset-40-3"},{sentence:"Carrots are a kind of fruit.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form5_67",corpusId:"aiv3",form:"5",itemNum:"67",itemId_old:"AI-pset-34-13"},{sentence:"Most chocolates are white and salty.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form5_68",corpusId:"aiv3",form:"5",itemNum:"68",itemId_old:"AI-pset-10-1"},{sentence:"Pilots fly planes while on duty.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form5_69",corpusId:"aiv3",form:"5",itemNum:"69",itemId_old:"AI-pset-9-5"},{sentence:"If a sign says 'no entry,' you shouldn't go that way.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form5_70",corpusId:"aiv3",form:"5",itemNum:"70",itemId_old:"AI-pset-3-14"},{sentence:"Mountains can dance.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form6_1",corpusId:"aiv3",form:"6",itemNum:"1",itemId_old:"AI-pset-23-10"},{sentence:"The snow is cold.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form6_2",corpusId:"aiv3",form:"6",itemNum:"2",itemId_old:"AI-pset-31-9"},{sentence:"Dogs have seven tails.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form6_3",corpusId:"aiv3",form:"6",itemNum:"3",itemId_old:"AI-pset-42-12"},{sentence:"Dogs have four legs.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form6_4",corpusId:"aiv3",form:"6",itemNum:"4",itemId_old:"AI-pset-32-6"},{sentence:"Chairs are made of water.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form6_5",corpusId:"aiv3",form:"6",itemNum:"5",itemId_old:"AI-pset-37-4"},{sentence:"Glasses help people to see.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form6_6",corpusId:"aiv3",form:"6",itemNum:"6",itemId_old:"AI-pset-12-8"},{sentence:"Clouds swim in the ocean.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form6_7",corpusId:"aiv3",form:"6",itemNum:"7",itemId_old:"AI-pset-4-12"},{sentence:"Pencils are crispy snacks.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form6_8",corpusId:"aiv3",form:"6",itemNum:"8",itemId_old:"AI-pset-42-3"},{sentence:"Some books have pictures.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form6_9",corpusId:"aiv3",form:"6",itemNum:"9",itemId_old:"AI-pset-9-3"},{sentence:"Sofas love to fly.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form6_10",corpusId:"aiv3",form:"6",itemNum:"10",itemId_old:"AI-pset-11-8"},{sentence:"Flowers can be different colors.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form6_11",corpusId:"aiv3",form:"6",itemNum:"11",itemId_old:"AI-pset-26-3"},{sentence:"Light bulbs are made of candy.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form6_12",corpusId:"aiv3",form:"6",itemNum:"12",itemId_old:"AI-pset-34-10"},{sentence:"Cars enjoy drinking orange juice.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form6_13",corpusId:"aiv3",form:"6",itemNum:"13",itemId_old:"AI-pset-4-8"},{sentence:"Mountains are bathed in the sink.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form6_14",corpusId:"aiv3",form:"6",itemNum:"14",itemId_old:"AI-pset-27-8"},{sentence:"Books are made of many pages.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form6_15",corpusId:"aiv3",form:"6",itemNum:"15",itemId_old:"AI-pset-2-13"},{sentence:"Bears listen with their paws.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form6_16",corpusId:"aiv3",form:"6",itemNum:"16",itemId_old:"AI-pset-8-12"},{sentence:"Puppies ride the train to school.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form6_17",corpusId:"aiv3",form:"6",itemNum:"17",itemId_old:"AI-pset-35-13"},{sentence:"Vitamins can help you feel healthier.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form6_18",corpusId:"aiv3",form:"6",itemNum:"18",itemId_old:"AI-pset-50-3"},{sentence:"Artists paint beautiful paintings.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form6_19",corpusId:"aiv3",form:"6",itemNum:"19",itemId_old:"AI-pset-1-7"},{sentence:"Every straw is an elephant.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form6_20",corpusId:"aiv3",form:"6",itemNum:"20",itemId_old:"AI-pset-30-10"},{sentence:"Teenagers can play video games on a computer.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form6_21",corpusId:"aiv3",form:"6",itemNum:"21",itemId_old:"AI-pset-12-12"},{sentence:"Basketball is a game that you play with a ball.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form6_22",corpusId:"aiv3",form:"6",itemNum:"22",itemId_old:"AI-pset-41-8"},{sentence:"When a traffic light is blue, you should begin to dance.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form6_23",corpusId:"aiv3",form:"6",itemNum:"23",itemId_old:"AI-pset-41-12"},{sentence:"The sand on most beaches is made of cotton candy.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form6_24",corpusId:"aiv3",form:"6",itemNum:"24",itemId_old:"AI-pset-28-7"},{sentence:"People usually brush their teeth with toothpaste.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form6_25",corpusId:"aiv3",form:"6",itemNum:"25",itemId_old:"AI-pset-5-12"},{sentence:"Ovens are used to make things hot.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form6_26",corpusId:"aiv3",form:"6",itemNum:"26",itemId_old:"AI-pset-10-6"},{sentence:"Snow is warm.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_27",corpusId:"aiv3",form:"6",itemNum:"27",itemId_old:"AI-pset-7-12"},{sentence:"A kitten can read a book.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_28",corpusId:"aiv3",form:"6",itemNum:"28",itemId_old:"AI-pset-50-4"},{sentence:"Before crossing the street, it's wise to look both ways.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form6_29",corpusId:"aiv3",form:"6",itemNum:"29",itemId_old:"AI-pset-19-7"},{sentence:"Turtles can speak English.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_30",corpusId:"aiv3",form:"6",itemNum:"30",itemId_old:"AI-pset-40-13"},{sentence:"Sharks often play basketball.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_31",corpusId:"aiv3",form:"6",itemNum:"31",itemId_old:"AI-pset-36-1"},{sentence:"Fish have fur on their bodies.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_32",corpusId:"aiv3",form:"6",itemNum:"32",itemId_old:"AI-pset-43-9"},{sentence:"Pencils have leaves.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_33",corpusId:"aiv3",form:"6",itemNum:"33",itemId_old:"AI-pset-29-3"},{sentence:"Chefs usually work in restaurants where they cook food.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form6_34",corpusId:"aiv3",form:"6",itemNum:"34",itemId_old:"AI-pset-21-1"},{sentence:"Eggs are laid by cows.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_35",corpusId:"aiv3",form:"6",itemNum:"35",itemId_old:"AI-pset-17-3"},{sentence:"Teachers mainly work in zoos.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_36",corpusId:"aiv3",form:"6",itemNum:"36",itemId_old:"AI-pset-40-9"},{sentence:"Balls are made of music.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_37",corpusId:"aiv3",form:"6",itemNum:"37",itemId_old:"AI-pset-39-3"},{sentence:"The color of grass is green.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_38",corpusId:"aiv3",form:"6",itemNum:"38",itemId_old:"AI-pset-16-14"},{sentence:"A watermelon is round.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_39",corpusId:"aiv3",form:"6",itemNum:"39",itemId_old:"AI-pset-47-14"},{sentence:"Some birds can fly.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_40",corpusId:"aiv3",form:"6",itemNum:"40",itemId_old:"AI-pset-8-3"},{sentence:"Trains are delicious meals.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_41",corpusId:"aiv3",form:"6",itemNum:"41",itemId_old:"AI-pset-33-1"},{sentence:"All giraffes have long necks.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_42",corpusId:"aiv3",form:"6",itemNum:"42",itemId_old:"AI-pset-25-8"},{sentence:"Desks sometimes drink orange juice.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_43",corpusId:"aiv3",form:"6",itemNum:"43",itemId_old:"AI-pset-36-11"},{sentence:"Some trees have branches.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_44",corpusId:"aiv3",form:"6",itemNum:"44",itemId_old:"AI-pset-8-8"},{sentence:"Belts help to hold pants up.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_45",corpusId:"aiv3",form:"6",itemNum:"45",itemId_old:"AI-pset-9-4"},{sentence:"A chef works at a restaurant.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_46",corpusId:"aiv3",form:"6",itemNum:"46",itemId_old:"AI-pset-1-1"},{sentence:"Candies are usually made from sugar.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_47",corpusId:"aiv3",form:"6",itemNum:"47",itemId_old:"AI-pset-35-14"},{sentence:"Many astronauts work in orchards.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_48",corpusId:"aiv3",form:"6",itemNum:"48",itemId_old:"AI-pset-37-13"},{sentence:"Heaters can increase the temperature of a room.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_49",corpusId:"aiv3",form:"6",itemNum:"49",itemId_old:"AI-pset-38-14"},{sentence:"Some cows enjoy watching television.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_50",corpusId:"aiv3",form:"6",itemNum:"50",itemId_old:"AI-pset-47-5"},{sentence:"Stars shine in the night sky.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_51",corpusId:"aiv3",form:"6",itemNum:"51",itemId_old:"AI-pset-19-4"},{sentence:"Snow helps to make things hot.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_52",corpusId:"aiv3",form:"6",itemNum:"52",itemId_old:"AI-pset-13-3"},{sentence:"Trees often grow in a forest.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_53",corpusId:"aiv3",form:"6",itemNum:"53",itemId_old:"AI-pset-4-4"},{sentence:"Zoos are places where we can see many different animals.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_54",corpusId:"aiv3",form:"6",itemNum:"54",itemId_old:"AI-pset-46-7"},{sentence:"Firefighters put out fires while on duty.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_55",corpusId:"aiv3",form:"6",itemNum:"55",itemId_old:"AI-pset-7-13"},{sentence:"Bowling balls are sold underwater.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_56",corpusId:"aiv3",form:"6",itemNum:"56",itemId_old:"AI-pset-22-2"},{sentence:"Watches should be worn on your elbow.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_57",corpusId:"aiv3",form:"6",itemNum:"57",itemId_old:"AI-pset-14-10"},{sentence:"Vegetables come in one color and are grown in the desert.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form6_58",corpusId:"aiv3",form:"6",itemNum:"58",itemId_old:"AI-pset-20-10"},{sentence:"Kangaroos can leap long distances with their strong hind legs.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_59",corpusId:"aiv3",form:"6",itemNum:"59",itemId_old:"AI-pset-37-14"},{sentence:"All dogs are brown.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form6_60",corpusId:"aiv3",form:"6",itemNum:"60",itemId_old:"AI-pset-18-2"},{sentence:"Tour guides often offer tourists maps and information.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form6_61",corpusId:"aiv3",form:"6",itemNum:"61",itemId_old:"AI-pset-44-6"},{sentence:"An earthquake can be very calming.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form6_62",corpusId:"aiv3",form:"6",itemNum:"62",itemId_old:"AI-pset-8-2"},{sentence:"Cats like to chase mice.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form6_63",corpusId:"aiv3",form:"6",itemNum:"63",itemId_old:"AI-pset-21-9"},{sentence:"Some pizzas are round.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form6_64",corpusId:"aiv3",form:"6",itemNum:"64",itemId_old:"AI-pset-30-8"},{sentence:"Tigers like to live in space.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form6_65",corpusId:"aiv3",form:"6",itemNum:"65",itemId_old:"AI-pset-44-4"},{sentence:"Pans are made of metal.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form6_66",corpusId:"aiv3",form:"6",itemNum:"66",itemId_old:"AI-pset-14-4"},{sentence:"Drawers can be used to store clothes.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form6_67",corpusId:"aiv3",form:"6",itemNum:"67",itemId_old:"AI-pset-36-10"},{sentence:"Fire helps to keep things warm.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form6_68",corpusId:"aiv3",form:"6",itemNum:"68",itemId_old:"AI-pset-33-7"},{sentence:"Some children like to draw pictures before they go to bed.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form6_69",corpusId:"aiv3",form:"6",itemNum:"69",itemId_old:"AI-pset-22-13"},{sentence:"Tables devour dinner plates for breakfast.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form6_70",corpusId:"aiv3",form:"6",itemNum:"70",itemId_old:"AI-pset-45-5"},{sentence:"Children can be playful.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form7_1",corpusId:"aiv3",form:"7",itemNum:"1",itemId_old:"AI-pset-25-14"},{sentence:"A kitten has a tail.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form7_2",corpusId:"aiv3",form:"7",itemNum:"2",itemId_old:"AI-pset-33-12"},{sentence:"There are red roses.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form7_3",corpusId:"aiv3",form:"7",itemNum:"3",itemId_old:"AI-pset-19-5"},{sentence:"Grass is always pink.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_4",corpusId:"aiv3",form:"7",itemNum:"4",itemId_old:"AI-pset-36-3"},{sentence:"Pens can sing.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_5",corpusId:"aiv3",form:"7",itemNum:"5",itemId_old:"AI-pset-42-6"},{sentence:"All butterflies have wings.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form7_6",corpusId:"aiv3",form:"7",itemNum:"6",itemId_old:"AI-pset-37-10"},{sentence:"Many people like to watch movies.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form7_7",corpusId:"aiv3",form:"7",itemNum:"7",itemId_old:"AI-pset-27-7"},{sentence:"Cats enjoy chasing mice.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form7_8",corpusId:"aiv3",form:"7",itemNum:"8",itemId_old:"AI-pset-10-11"},{sentence:"Every car is a bird.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_9",corpusId:"aiv3",form:"7",itemNum:"9",itemId_old:"AI-pset-27-9"},{sentence:"Plants need sunlight to grow.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form7_10",corpusId:"aiv3",form:"7",itemNum:"10",itemId_old:"AI-pset-41-9"},{sentence:"An author is someone who writes books.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form7_11",corpusId:"aiv3",form:"7",itemNum:"11",itemId_old:"AI-pset-38-5"},{sentence:"Candy is often sweet to taste.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form7_12",corpusId:"aiv3",form:"7",itemNum:"12",itemId_old:"AI-pset-6-7"},{sentence:"Trees are always purple.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_13",corpusId:"aiv3",form:"7",itemNum:"13",itemId_old:"AI-pset-16-12"},{sentence:"People wear jackets to keep their bodies warm.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form7_14",corpusId:"aiv3",form:"7",itemNum:"14",itemId_old:"AI-pset-14-5"},{sentence:"Cars run on lemonade.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_15",corpusId:"aiv3",form:"7",itemNum:"15",itemId_old:"AI-pset-33-10"},{sentence:"Windows can let fresh air into a room.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form7_16",corpusId:"aiv3",form:"7",itemNum:"16",itemId_old:"AI-pset-50-12"},{sentence:"Bicycles love to eat pasta.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_17",corpusId:"aiv3",form:"7",itemNum:"17",itemId_old:"AI-pset-48-2"},{sentence:"People hear with their fingers.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_18",corpusId:"aiv3",form:"7",itemNum:"18",itemId_old:"AI-pset-12-6"},{sentence:"Sandwiches sprout on bushes.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_19",corpusId:"aiv3",form:"7",itemNum:"19",itemId_old:"AI-pset-2-2"},{sentence:"Lockers can be used to keep personal belongings.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form7_20",corpusId:"aiv3",form:"7",itemNum:"20",itemId_old:"AI-pset-41-11"},{sentence:"Heat comes from icebergs.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_21",corpusId:"aiv3",form:"7",itemNum:"21",itemId_old:"AI-pset-3-3"},{sentence:"Mirrors are typically made of potatoes.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_22",corpusId:"aiv3",form:"7",itemNum:"22",itemId_old:"AI-pset-41-7"},{sentence:"Firefighters often work in fire stations where they respond to emergencies.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form7_23",corpusId:"aiv3",form:"7",itemNum:"23",itemId_old:"AI-pset-36-14"},{sentence:"Dogs have ears.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_24",corpusId:"aiv3",form:"7",itemNum:"24",itemId_old:"AI-pset-20-7"},{sentence:"Cats are larger than cars.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_25",corpusId:"aiv3",form:"7",itemNum:"25",itemId_old:"AI-pset-48-1"},{sentence:"Airplanes fly under the ground.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_26",corpusId:"aiv3",form:"7",itemNum:"26",itemId_old:"AI-pset-15-1"},{sentence:"A bell can jump higher than mountains.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_27",corpusId:"aiv3",form:"7",itemNum:"27",itemId_old:"AI-pset-2-14"},{sentence:"Clocks are passionate about purple pencils.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_28",corpusId:"aiv3",form:"7",itemNum:"28",itemId_old:"AI-pset-25-3"},{sentence:"Elders can be wise.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_29",corpusId:"aiv3",form:"7",itemNum:"29",itemId_old:"AI-pset-5-14"},{sentence:"Turtles can swim in water.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_30",corpusId:"aiv3",form:"7",itemNum:"30",itemId_old:"AI-pset-34-4"},{sentence:"Trees love drawing with green crayons.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form7_31",corpusId:"aiv3",form:"7",itemNum:"31",itemId_old:"AI-pset-2-8"},{sentence:"Stars can be eaten.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_32",corpusId:"aiv3",form:"7",itemNum:"32",itemId_old:"AI-pset-19-11"},{sentence:"A triangle has three sides.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_33",corpusId:"aiv3",form:"7",itemNum:"33",itemId_old:"AI-pset-20-12"},{sentence:"Trains move along tracks.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_34",corpusId:"aiv3",form:"7",itemNum:"34",itemId_old:"AI-pset-43-8"},{sentence:"Eggs are laid by chickens.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_35",corpusId:"aiv3",form:"7",itemNum:"35",itemId_old:"AI-pset-42-4"},{sentence:"Lions drive trains to work.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_36",corpusId:"aiv3",form:"7",itemNum:"36",itemId_old:"AI-pset-26-9"},{sentence:"Sunflowers are typically yellow.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_37",corpusId:"aiv3",form:"7",itemNum:"37",itemId_old:"AI-pset-23-4"},{sentence:"Laundry is washed in machines.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_38",corpusId:"aiv3",form:"7",itemNum:"38",itemId_old:"AI-pset-34-11"},{sentence:"A chair eats dinner.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_39",corpusId:"aiv3",form:"7",itemNum:"39",itemId_old:"AI-pset-29-4"},{sentence:"Dolphins have three tails.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_40",corpusId:"aiv3",form:"7",itemNum:"40",itemId_old:"AI-pset-21-10"},{sentence:"Rivers are typically made of coffee.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_41",corpusId:"aiv3",form:"7",itemNum:"41",itemId_old:"AI-pset-11-9"},{sentence:"Wallets can be used to store money.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_42",corpusId:"aiv3",form:"7",itemNum:"42",itemId_old:"AI-pset-8-9"},{sentence:"Baseball is a sport you play with a bat.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_43",corpusId:"aiv3",form:"7",itemNum:"43",itemId_old:"AI-pset-37-11"},{sentence:"Whales are very large animals that live in the ocean.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_44",corpusId:"aiv3",form:"7",itemNum:"44",itemId_old:"AI-pset-30-2"},{sentence:"Juices come from rocks.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_45",corpusId:"aiv3",form:"7",itemNum:"45",itemId_old:"AI-pset-18-12"},{sentence:"A watch goes on your foot.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_46",corpusId:"aiv3",form:"7",itemNum:"46",itemId_old:"AI-pset-2-5"},{sentence:"Ovens can be used to bake food.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_47",corpusId:"aiv3",form:"7",itemNum:"47",itemId_old:"AI-pset-49-1"},{sentence:"Lions live in grocery stores.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_48",corpusId:"aiv3",form:"7",itemNum:"48",itemId_old:"AI-pset-26-1"},{sentence:"Money is used to buy goods and services.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_49",corpusId:"aiv3",form:"7",itemNum:"49",itemId_old:"AI-pset-19-8"},{sentence:"A pair of glasses is something you can wear.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_50",corpusId:"aiv3",form:"7",itemNum:"50",itemId_old:"AI-pset-15-4"},{sentence:"Giraffes have eight legs.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_51",corpusId:"aiv3",form:"7",itemNum:"51",itemId_old:"AI-pset-39-4"},{sentence:"Ice turns into water when it melts.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form7_52",corpusId:"aiv3",form:"7",itemNum:"52",itemId_old:"AI-pset-25-1"},{sentence:"Cats have whiskers.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form7_53",corpusId:"aiv3",form:"7",itemNum:"53",itemId_old:"AI-pset-12-11"},{sentence:"Some bees collect pollen.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form7_54",corpusId:"aiv3",form:"7",itemNum:"54",itemId_old:"AI-pset-45-2"},{sentence:"Raincoats make you freeze.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_55",corpusId:"aiv3",form:"7",itemNum:"55",itemId_old:"AI-pset-5-5"},{sentence:"Walnut trees give us oranges.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_56",corpusId:"aiv3",form:"7",itemNum:"56",itemId_old:"AI-pset-10-8"},{sentence:"Some lakes have laces.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_57",corpusId:"aiv3",form:"7",itemNum:"57",itemId_old:"AI-pset-22-8"},{sentence:"A dishwasher is something you can wear like a bracelet.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_58",corpusId:"aiv3",form:"7",itemNum:"58",itemId_old:"AI-pset-14-14"},{sentence:"People ride bikes on the trail.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form7_59",corpusId:"aiv3",form:"7",itemNum:"59",itemId_old:"AI-pset-48-4"},{sentence:"Many children like eating apples.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form7_60",corpusId:"aiv3",form:"7",itemNum:"60",itemId_old:"AI-pset-24-1"},{sentence:"Yellow is the color of violets and cherries.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_61",corpusId:"aiv3",form:"7",itemNum:"61",itemId_old:"AI-pset-38-1"},{sentence:"Lemons have a sweet taste and can only be purple.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_62",corpusId:"aiv3",form:"7",itemNum:"62",itemId_old:"AI-pset-30-12"},{sentence:"Animals are all the size of an elephant.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form7_63",corpusId:"aiv3",form:"7",itemNum:"63",itemId_old:"AI-pset-45-11"},{sentence:"Pet shops are where one can buy pets.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form7_64",corpusId:"aiv3",form:"7",itemNum:"64",itemId_old:"AI-pset-4-13"},{sentence:"Sugar tastes sour.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form7_65",corpusId:"aiv3",form:"7",itemNum:"65",itemId_old:"AI-pset-49-12"},{sentence:"Spring mornings can be fresh and crisp.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form7_66",corpusId:"aiv3",form:"7",itemNum:"66",itemId_old:"AI-pset-16-9"},{sentence:"Swans can swim well and have white feathers.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form7_67",corpusId:"aiv3",form:"7",itemNum:"67",itemId_old:"AI-pset-14-6"},{sentence:"Most stars can be seen during the daytime.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form7_68",corpusId:"aiv3",form:"7",itemNum:"68",itemId_old:"AI-pset-28-2"},{sentence:"Sunflowers grow from apple seeds.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form7_69",corpusId:"aiv3",form:"7",itemNum:"69",itemId_old:"AI-pset-24-5"},{sentence:"Windy days are always still.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form7_70",corpusId:"aiv3",form:"7",itemNum:"70",itemId_old:"AI-pset-30-13"},{sentence:"Dogs can be playful.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form8_1",corpusId:"aiv3",form:"8",itemNum:"1",itemId_old:"AI-pset-15-11"},{sentence:"Milk is always green.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_2",corpusId:"aiv3",form:"8",itemNum:"2",itemId_old:"AI-pset-46-13"},{sentence:"Monkeys like to eat bananas.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form8_3",corpusId:"aiv3",form:"8",itemNum:"3",itemId_old:"AI-pset-4-6"},{sentence:"A teddy bear can be very soft.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form8_4",corpusId:"aiv3",form:"8",itemNum:"4",itemId_old:"AI-pset-35-8"},{sentence:"All pencils are red.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_5",corpusId:"aiv3",form:"8",itemNum:"5",itemId_old:"AI-pset-21-7"},{sentence:"Many people like to read books.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form8_6",corpusId:"aiv3",form:"8",itemNum:"6",itemId_old:"AI-pset-38-3"},{sentence:"People enjoy eating fruits.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form8_7",corpusId:"aiv3",form:"8",itemNum:"7",itemId_old:"AI-pset-42-2"},{sentence:"Rain makes the ground wet.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form8_8",corpusId:"aiv3",form:"8",itemNum:"8",itemId_old:"AI-pset-15-10"},{sentence:"Cars are made of cheese.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_9",corpusId:"aiv3",form:"8",itemNum:"9",itemId_old:"AI-pset-48-10"},{sentence:"Every shoe is a fish.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_10",corpusId:"aiv3",form:"8",itemNum:"10",itemId_old:"AI-pset-32-2"},{sentence:"Dogs can wag their tail.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form8_11",corpusId:"aiv3",form:"8",itemNum:"11",itemId_old:"AI-pset-23-3"},{sentence:"Beds love to swim.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_12",corpusId:"aiv3",form:"8",itemNum:"12",itemId_old:"AI-pset-3-11"},{sentence:"A dog's fur can be very soft.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form8_13",corpusId:"aiv3",form:"8",itemNum:"13",itemId_old:"AI-pset-28-1"},{sentence:"Bells ring to make sound.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form8_14",corpusId:"aiv3",form:"8",itemNum:"14",itemId_old:"AI-pset-13-11"},{sentence:"A book may have a bookmark.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form8_15",corpusId:"aiv3",form:"8",itemNum:"15",itemId_old:"AI-pset-16-8"},{sentence:"Birds often nest in trees.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form8_16",corpusId:"aiv3",form:"8",itemNum:"16",itemId_old:"AI-pset-8-1"},{sentence:"Pizza has beans and jelly on it.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_17",corpusId:"aiv3",form:"8",itemNum:"17",itemId_old:"AI-pset-4-10"},{sentence:"Every tree is a ballerina.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_18",corpusId:"aiv3",form:"8",itemNum:"18",itemId_old:"AI-pset-41-2"},{sentence:"Kittens are young cats and can be very playful.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form8_19",corpusId:"aiv3",form:"8",itemNum:"19",itemId_old:"AI-pset-42-11"},{sentence:"People use pencils to write, draw, and doodle.",answer:"TRUE",direction:"right",difficulty:"easy",itemId:"aiv3_form8_20",corpusId:"aiv3",form:"8",itemNum:"20",itemId_old:"AI-pset-29-1"},{sentence:"Some flowers like to sing.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_21",corpusId:"aiv3",form:"8",itemNum:"21",itemId_old:"AI-pset-5-13"},{sentence:"Trees can move faster than cars.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_22",corpusId:"aiv3",form:"8",itemNum:"22",itemId_old:"AI-pset-26-4"},{sentence:"Daisies grow under the sea.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_23",corpusId:"aiv3",form:"8",itemNum:"23",itemId_old:"AI-pset-24-3"},{sentence:"Lions can be scary.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_24",corpusId:"aiv3",form:"8",itemNum:"24",itemId_old:"AI-pset-11-2"},{sentence:"Cakes are yummy desserts.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_25",corpusId:"aiv3",form:"8",itemNum:"25",itemId_old:"AI-pset-2-10"},{sentence:"A hat goes on your head.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_26",corpusId:"aiv3",form:"8",itemNum:"26",itemId_old:"AI-pset-33-2"},{sentence:"Cups must have strings.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_27",corpusId:"aiv3",form:"8",itemNum:"27",itemId_old:"AI-pset-15-2"},{sentence:"Every zoo has penguins on the roof.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_28",corpusId:"aiv3",form:"8",itemNum:"28",itemId_old:"AI-pset-41-14"},{sentence:"Money usually grows in candy bars.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_29",corpusId:"aiv3",form:"8",itemNum:"29",itemId_old:"AI-pset-35-2"},{sentence:"Dogs smell with their noses.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_30",corpusId:"aiv3",form:"8",itemNum:"30",itemId_old:"AI-pset-28-13"},{sentence:"My shoes love to bake bread.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_31",corpusId:"aiv3",form:"8",itemNum:"31",itemId_old:"AI-pset-3-6"},{sentence:"Some rabbits eat carrots.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_32",corpusId:"aiv3",form:"8",itemNum:"32",itemId_old:"AI-pset-5-3"},{sentence:"Birds usually store books in nests.",answer:"FALSE",direction:"left",difficulty:"easy",itemId:"aiv3_form8_33",corpusId:"aiv3",form:"8",itemNum:"33",itemId_old:"AI-pset-9-6"},{sentence:"Gifts can be wrapped in paper.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_34",corpusId:"aiv3",form:"8",itemNum:"34",itemId_old:"AI-pset-37-12"},{sentence:"A tiger is a bird.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_35",corpusId:"aiv3",form:"8",itemNum:"35",itemId_old:"AI-pset-1-12"},{sentence:"Hats grow on trees.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_36",corpusId:"aiv3",form:"8",itemNum:"36",itemId_old:"AI-pset-7-9"},{sentence:"All elephants climb trees.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_37",corpusId:"aiv3",form:"8",itemNum:"37",itemId_old:"AI-pset-45-13"},{sentence:"Bread is baked in ovens.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_38",corpusId:"aiv3",form:"8",itemNum:"38",itemId_old:"AI-pset-44-3"},{sentence:"Snakes can slither on the ground.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_39",corpusId:"aiv3",form:"8",itemNum:"39",itemId_old:"AI-pset-46-10"},{sentence:"There is only one kind of tree.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_40",corpusId:"aiv3",form:"8",itemNum:"40",itemId_old:"AI-pset-28-9"},{sentence:"Books are made of paper.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_41",corpusId:"aiv3",form:"8",itemNum:"41",itemId_old:"AI-pset-14-1"},{sentence:"All fish are scared of swimming.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_42",corpusId:"aiv3",form:"8",itemNum:"42",itemId_old:"AI-pset-12-7"},{sentence:"A butterfly is a bird.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_43",corpusId:"aiv3",form:"8",itemNum:"43",itemId_old:"AI-pset-5-8"},{sentence:"Bread is often made from wheat.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_44",corpusId:"aiv3",form:"8",itemNum:"44",itemId_old:"AI-pset-49-7"},{sentence:"Gorillas are a type of flower.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_45",corpusId:"aiv3",form:"8",itemNum:"45",itemId_old:"AI-pset-34-3"},{sentence:"Windows are made of ice cream.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_46",corpusId:"aiv3",form:"8",itemNum:"46",itemId_old:"AI-pset-45-14"},{sentence:"Pumpkin pie is made from peaches.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_47",corpusId:"aiv3",form:"8",itemNum:"47",itemId_old:"AI-pset-39-2"},{sentence:"Glasses help people taste colors.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_48",corpusId:"aiv3",form:"8",itemNum:"48",itemId_old:"AI-pset-49-3"},{sentence:"People wear sunglasses to protect their eyes from the sun.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_49",corpusId:"aiv3",form:"8",itemNum:"49",itemId_old:"AI-pset-9-8"},{sentence:"Many dogs drive trucks on the highway.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_50",corpusId:"aiv3",form:"8",itemNum:"50",itemId_old:"AI-pset-43-10"},{sentence:"Ice cubes can sprint really fast.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_51",corpusId:"aiv3",form:"8",itemNum:"51",itemId_old:"AI-pset-22-11"},{sentence:"Ice can always be very hot.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_52",corpusId:"aiv3",form:"8",itemNum:"52",itemId_old:"AI-pset-29-12"},{sentence:"Nearly all bakeries have ovens.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_53",corpusId:"aiv3",form:"8",itemNum:"53",itemId_old:"AI-pset-32-12"},{sentence:"Nests are built by birds to lay their eggs.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_54",corpusId:"aiv3",form:"8",itemNum:"54",itemId_old:"AI-pset-41-3"},{sentence:"Clouds in the sky can bring rain, snow, or shade.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_55",corpusId:"aiv3",form:"8",itemNum:"55",itemId_old:"AI-pset-38-11"},{sentence:"Roads devour ice-cream cones.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_56",corpusId:"aiv3",form:"8",itemNum:"56",itemId_old:"AI-pset-42-1"},{sentence:"Humans often prepare meals with vegetables.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_57",corpusId:"aiv3",form:"8",itemNum:"57",itemId_old:"AI-pset-28-12"},{sentence:"Foggy mornings are always clear.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_58",corpusId:"aiv3",form:"8",itemNum:"58",itemId_old:"AI-pset-43-1"},{sentence:"People can wear hats to protect their heads from the sun.",answer:"TRUE",direction:"right",difficulty:"medium",itemId:"aiv3_form8_59",corpusId:"aiv3",form:"8",itemNum:"59",itemId_old:"AI-pset-5-4"},{sentence:"Ice turns into fire when it melts.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_60",corpusId:"aiv3",form:"8",itemNum:"60",itemId_old:"AI-pset-44-2"},{sentence:"Rabbits have long ears.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form8_61",corpusId:"aiv3",form:"8",itemNum:"61",itemId_old:"AI-pset-29-8"},{sentence:"Roads love to color with black crayons.",answer:"FALSE",direction:"left",difficulty:"medium",itemId:"aiv3_form8_62",corpusId:"aiv3",form:"8",itemNum:"62",itemId_old:"AI-pset-3-5"},{sentence:"Rivers flow into seas.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form8_63",corpusId:"aiv3",form:"8",itemNum:"63",itemId_old:"AI-pset-24-9"},{sentence:"Jewelry is often worn for decoration.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form8_64",corpusId:"aiv3",form:"8",itemNum:"64",itemId_old:"AI-pset-35-10"},{sentence:"Spices make food flavorful.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form8_65",corpusId:"aiv3",form:"8",itemNum:"65",itemId_old:"AI-pset-14-11"},{sentence:"Apples are always sour.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form8_66",corpusId:"aiv3",form:"8",itemNum:"66",itemId_old:"AI-pset-39-13"},{sentence:"Swimming is a sport that you play with a bicycle.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form8_67",corpusId:"aiv3",form:"8",itemNum:"67",itemId_old:"AI-pset-48-6"},{sentence:"Doctors often give patients medicine and advice.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form8_68",corpusId:"aiv3",form:"8",itemNum:"68",itemId_old:"AI-pset-26-2"},{sentence:"Apples are tasty fruits that come in many varieties.",answer:"TRUE",direction:"right",difficulty:"hard",itemId:"aiv3_form8_69",corpusId:"aiv3",form:"8",itemNum:"69",itemId_old:"AI-pset-7-1"},{sentence:"Sunflowers are tiny flowers that turn their roots to follow the moon.",answer:"FALSE",direction:"left",difficulty:"hard",itemId:"aiv3_form8_70",corpusId:"aiv3",form:"8",itemNum:"70",itemId_old:"AI-pset-50-1"}],id=[{sentence:"Una manzana es azul.",answer:"F",direction:"left",correctresponse:"arrowleft"},{sentence:"Puedes leer cuentos en la biblioteca.",answer:"T",direction:"right",correctresponse:"arrowright"},{sentence:"Las personas montan en bicicleta.",answer:"T",direction:"right",correctresponse:"arrowright"},{sentence:"Los sombreros se ponen en el pie.",answer:"F",direction:"left",correctresponse:"arrowleft"}],nd=[{sentence:"La sopa se toma con tenedor.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_1"},{sentence:"Las peras son una fruta.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_2"},{sentence:"Los peces viven fuera del agua.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_3"},{sentence:"El agua es de color rojo.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_4"},{sentence:"Los perros tienen cuatro patas.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_5"},{sentence:"Los pescadores trabajan en la panadería.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_6"},{sentence:"Los árboles tienen ramas.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_7"},{sentence:"Un cuadrado tiene cinco lados.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_8"},{sentence:"A los niños y niñas les gusta jugar.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_9"},{sentence:"El hielo es frío.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_10"},{sentence:"El café es de color azul.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_11"},{sentence:"El jugo de naranja se hace con peras.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_12"},{sentence:"Los autobuses van por las carreteras.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_13"},{sentence:"El fútbol se juega con una cuchara.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_14"},{sentence:"Algunas mesas tienen cuatro patas.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_15"},{sentence:"Un tendor sive para cortar tela.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_16"},{sentence:"Un celular necesita algo de pila para funcionar.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_17"},{sentence:"Un martillo sirve para cocinar.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_18"},{sentence:"El fuego es caliente.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_19"},{sentence:"Las vacas producen leche.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_20"},{sentence:"Las fresas son saladas.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_21"},{sentence:"Una moto tiene dos ruedas.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_22"},{sentence:"Algunas personas caminan descalzas sobre la arena.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_23"},{sentence:"Las botellas de plástico contaminan el mar.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_24"},{sentence:"Los conejos son un tipo de pájaro.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_25"},{sentence:"Los caballos tienen pelo.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_26"},{sentence:"Cuando hace calor algunas personas comen helado.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_27"},{sentence:"Los pescadores pescan ovejas en el mar.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_28"},{sentence:"El sol sale por la noche.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_29"},{sentence:"Las estrellas están en el cielo.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_30"},{sentence:"Puedo oler una fruta con mis ojos.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_31"},{sentence:"Una guitarra sirve para tocar una canción.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_32"},{sentence:"Algunas personas mayores utilizan bastón.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_33"},{sentence:"Las personas pueden caminar en las nubes.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_34"},{sentence:"Los zapatos se ponen en la cabeza.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_35"},{sentence:"Las motos sirven para volar.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_36"},{sentence:"Las gallinas ponen huevos.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_37"},{sentence:"Los guantes se usan en las manos.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_38"},{sentence:"Las arañas tienen tres patas.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_39"},{sentence:"El tren se mueve por el ferrocarril.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_40"},{sentence:"Se necesita fuerza para cargar un costal de piedras.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_41"},{sentence:"En muchos lugares los gallos cantan por las mañanas.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_42"},{sentence:"El café se endulza con sal.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_43"},{sentence:"Los patos van al colegio montados en jirafas.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_44"},{sentence:"Hay muchos ríos que llegan hasta el mar.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_45"},{sentence:"En la selva húmeda tropical llueve mucho.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_46"},{sentence:"Hay personas que se bañan con agua fría.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_47"},{sentence:"La mayoría de los búhos salen a volar en las noches.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_48"},{sentence:"La cebolla es una fruta.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_49"},{sentence:"Las rocas caminan solas en el desierto.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_50"},{sentence:"Los libros se guardan en la nevera.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_51"},{sentence:"Algunas personas comen pescado.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_52"},{sentence:"El agua es importante para cultivar vegetales.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_53"},{sentence:"La luna es una estrella.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_54"},{sentence:"Las personas van al aeropuerto para viajar en tren.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_55"},{sentence:"Un vaso con leche se puede beber con tenedor.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_56"},{sentence:"Algunos pájaros se alimentan del néctar de las flores.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_57"},{sentence:"Los gatos lamen sus patas para limpiarse.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_58"},{sentence:"Las chanclas son unos buenos zapatos para usar en lugares fríos.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_59"},{sentence:"Hay personas que se ponen muy felices cuando bailan.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_60"},{sentence:"El trabajo del pintor es cantar canciones.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_61"},{sentence:"Después de llover, puede aparecer un arcoíris.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_62"},{sentence:"Todos los pájaros tienen el mismo tamaño de pico.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_63"},{sentence:"Algunos estudiantes van caminando al colegio.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_64"},{sentence:"El aceite solamente se utiliza para freír naranjas.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_65"},{sentence:"Los caballos siempre andan más rápido que los carros.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_66"},{sentence:"La miel es ácida como el limón.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_67"},{sentence:"La mayoría de celulares sirven para tomar fotos.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_68"},{sentence:"Se puede hacer fuego con hielo.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_69"},{sentence:"La ropa se limpia con barro.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_70"},{sentence:"Los elefantes escalan las montañas.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_71"},{sentence:"La leche se puede tomar fría o caliente.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_72"},{sentence:"Las avestruces ponen huevos pequeños.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_73"},{sentence:"La mayoría de los murciélagos están despiertos durante el día.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_74"},{sentence:"Las espinacas son de color rojo.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_75"},{sentence:"Los barcos andan por el ferrocarril.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_76"},{sentence:"Las palas sirven para sembrar.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_77"},{sentence:"El rugido del león se puede oír desde muy lejos.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_78"},{sentence:"Los gorilas tienen tres ojos.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_79"},{sentence:"Las burbujas se hacen con arena.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_80"},{sentence:"Algunos animales duermen durante el día y están despiertos en la noche.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_81"},{sentence:"En el desierto hace mucho calor.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_82"},{sentence:"Algunos alimentos se transportan en costales.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_83"},{sentence:"La lana de las ovejas sirve para hacer ropa.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_84"},{sentence:"Las hormigas viven en el mar.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_85"},{sentence:"Un lápiz sirve para tomarse una bebida.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_86"},{sentence:"Existen rocas de diferentes formas y tamaños.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_87"},{sentence:"Todos los artistas pintan con plátanos.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_88"},{sentence:"Las luciérnagas emiten luz.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_89"},{sentence:"Los cerdos siempre caminan en dos patas.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_90"},{sentence:"Las velas sirven para alumbrar en la noche.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_91"},{sentence:"Las jirafas tienen manchas de colores verde y rojo.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_92"},{sentence:"La nieve cae en lugares en donde hace mucho calor.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_93"},{sentence:"En el mar viven animales de diferentes tamaños.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_94"},{sentence:"Cuando hay mucho viento los conejos pueden volar.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_95"},{sentence:"La ropa se seca más rápido cuando hace frío.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_96"},{sentence:"Se necesita de un equipo especial para escalar algunas montañas.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_97"},{sentence:"Los conejos saltan sobre sus patas.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_98"},{sentence:"A las gaviotas les gusta nadar con los tiburones.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_99"},{sentence:"Los profesores enseñan a los estudiantes en el colegio.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_100"},{sentence:"Leer libros nos ayuda a aprender cosas nuevas.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_101"},{sentence:"Cuando llueve mucho los ríos tienen poca agua.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_102"},{sentence:"Los candados sirven para cerrar puertas.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_103"},{sentence:"El pan es un alimento que se puede comer a diferentes horas del día.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_104"},{sentence:"Los calendarios sirven para recordar fechas importantes.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_105"},{sentence:"Se puede tocar la espalda con la punta de la nariz.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_106"},{sentence:"Los dientes se pueden limpiar con una zanahoria.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_107"},{sentence:"Una botella de plástico se puede reutilizar.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_108"},{sentence:"Las nubes se mueven por el viento.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_109"},{sentence:"Los patos construyen sus casas en la cima de los árboles.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_110"},{sentence:"Las personas respiran mejor cuando el aire es limpio.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_111"},{sentence:"La lluvia cae únicamente cuando hace mucho calor.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_112"},{sentence:"Tomar agua nos quita la sed.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_113"},{sentence:"Los conejos les cantan canciones infantiles para dormir a los tigres.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_114"},{sentence:"Las personas sudan cuando hace mucho calor.",answer:"TRUE",direction:"right",corpusId:"spanish_lab",itemId:"spanish_lab_115"},{sentence:"Las papas crecen en los árboles.",answer:"FALSE",direction:"left",corpusId:"spanish_lab",itemId:"spanish_lab_116"},{sentence:"Los submarinos pueden sumergirse bajo el agua.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_1"},{sentence:"Las olas del mar rompen en la playa.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_2"},{sentence:"Las iguanas son reptiles verdes.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_3"},{sentence:"La lluvia cae del cielo regando la tierra y nutriendo las plantas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_4"},{sentence:"Los pescadores usan anzuelos.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_5"},{sentence:"Las ballenas nadan en el océano.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_6"},{sentence:"Los números no son letras.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_7"},{sentence:"Los leones rugen en la selva.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_8"},{sentence:"Las pelotas rebotan en el suelo.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_9"},{sentence:"Los girasoles siguen al sol.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_10"},{sentence:"Los nadadores practican en la piscina para mejorar sus habilidades.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_11"},{sentence:"Las verduras, como las zanahorias, son saludables y nutritivas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_12"},{sentence:"Los desiertos tienen poca agua.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_13"},{sentence:"Los relojes marcan la hora del día.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_14"},{sentence:'La letra "A" es la primera del alfabeto.',answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_15"},{sentence:"Los exploradores descubren nuevos lugares en emocionantes aventuras.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_16"},{sentence:"Los jugadores de fútbol patean el balón.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_17"},{sentence:"Los taxis llevan a las personas a destinos.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_18"},{sentence:"Los bailarines se mueven al ritmo de la música.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_19"},{sentence:"Los helados son postres fríos y deliciosos que todos disfrutan.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_20"},{sentence:"Los bosques están llenos de árboles.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_21"},{sentence:'La "B" sigue a la letra "A".',answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_22"},{sentence:"Los científicos hacen experimentos.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_23"},{sentence:"Las orugas se convierten en mariposas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_24"},{sentence:"Los niños juegan en el parque.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_25"},{sentence:"Los libros tienen letras y palabras.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_26"},{sentence:"Los ratones tienen colas largas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_27"},{sentence:"Los huracanes son fuertes tormentas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_28"},{sentence:"Los músicos crean hermosas melodías con instrumentos diversos.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_29"},{sentence:"Las serpientes mudan su piel.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_30"},{sentence:"Las tormentas eléctricas traen relámpagos y truenos durante la lluvia.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_31"},{sentence:"Las bicicletas son una forma ecológica y saludable de transporte.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_32"},{sentence:'La "Z" es la última letra del alfabeto.',answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_33"},{sentence:"Las manzanas son frutas de colores variados.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_34"},{sentence:"Las flores crecen en primavera.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_35"},{sentence:"Las arañas tejen telarañas intrincadas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_36"},{sentence:"Las abejas recolectan néctar de las flores.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_37"},{sentence:"Los caballos galopan en los campos.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_38"},{sentence:"Las palabras están formadas por letras.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_39"},{sentence:"El viento mueve las ramas de los árboles.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_40"},{sentence:"La luna brilla en la noche.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_41"},{sentence:"Las nevadas cubren todo de blanco.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_42"},{sentence:"Las cometas vuelan alto.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_43"},{sentence:"Las luces iluminan la habitación.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_44"},{sentence:"Los libros contienen conocimiento y cuentan historias cautivadoras.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_45"},{sentence:"Los tigres tienen rayas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_46"},{sentence:"Los monos saltan entre las ramas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_47"},{sentence:"Los médicos usan batas blancas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_48"},{sentence:"Las bicicletas tienen dos ruedas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_49"},{sentence:"Las mariposas revolotean en el aire.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_50"},{sentence:"El sol brilla en el cielo durante el día ofreciendo luz natural.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_51"},{sentence:"Los coches tienen ruedas para moverse.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_52"},{sentence:"Las sillas proporcionan comodidad y apoyo al sentarse en ellas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_53"},{sentence:"Las zanahorias son vegetales anaranjados.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_54"},{sentence:"Un helicóptero tiene ruedas para rodar.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_55"},{sentence:"Las montañas son planas en la cima.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_56"},{sentence:"Las piedras flotan en el agua.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_57"},{sentence:"Un carpintero cocina deliciosos pasteles.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_58"},{sentence:"Las bicicletas tienen alas para volar.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_59"},{sentence:"Las computadoras bailan al ritmo de la música.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_60"},{sentence:"Las zanahorias brillan en la oscuridad.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_61"},{sentence:"Las vacaciones escolares duran todo el año.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_62"},{sentence:"Los tornados son suaves brisas de verano.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_63"},{sentence:"Los relojes miden la temperatura.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_64"},{sentence:"Las ballenas son pájaros.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_65"},{sentence:"Los pájaros tocan la guitarra.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_66"},{sentence:"Los jugadores de fútbol juegan con pelotas de algodón.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_67"},{sentence:"Las zanahorias son micrófonos que cantan canciones al crecer.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_68"},{sentence:"Los leones son vegetarianos y aman las ensaladas verdes.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_69"},{sentence:"Los chefs cocinan con gorros de baño.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_70"},{sentence:"Los caramelos crecen en árboles.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_71"},{sentence:"Los leones son animales acuáticos.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_72"},{sentence:"Los árboles tocan música.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_73"},{sentence:"Las ranas navegan por los océanos en botes de papel.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_74"},{sentence:"Las maletas tienen vida propia y viajan por el mundo solas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_75"},{sentence:"Las serpientes tienen piernas para caminar.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_76"},{sentence:"Las tormentas de nieve ocurren en el verano.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_77"},{sentence:"Los unicornios son animales reales.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_78"},{sentence:"Las rocas son siempre suaves al tacto.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_79"},{sentence:"Los leones comen pizza en la selva.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_80"},{sentence:"Las hormigas escriben poesía.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_81"},{sentence:"Un submarino viaja por las nubes.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_82"},{sentence:"Las galletas son naves espaciales que exploran la galaxia.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_83"},{sentence:"Los músicos tocan instrumentos con las orejas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_84"},{sentence:"Los científicos estudian el comportamiento de los unicornios.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_85"},{sentence:"Los tiburones viven en el desierto.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_86"},{sentence:"Un panadero puede volar en su bicicleta.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_87"},{sentence:"Los tigres son expertos en cocina y preparan banquetes exquisitos.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_88"},{sentence:"Las sillas hablan en voz alta.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_89"},{sentence:"Las motocicletas navegan en el mar.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_90"},{sentence:"Los coches son submarinos.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_91"},{sentence:"Agosto es el último mes del año.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_92"},{sentence:"Los gatos ladran como los perros.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_93"},{sentence:"Las letras bailan en el teclado.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_94"},{sentence:"Los huracanes solo ocurren en invierno.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_95"},{sentence:"Los lápices son máquinas del tiempo.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_96"},{sentence:"Las tortugas corren maratones.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_97"},{sentence:"Los tiburones son arquitectos que diseñan puentes sobre océanos.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_98"},{sentence:"Las jirafas tienen cuellos cortos.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_99"},{sentence:"Los caballos son astronautas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_100"},{sentence:"Los árboles son abogados.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_101"},{sentence:"Los océanos vastos albergan una rica diversidad de vida submarina.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_102"},{sentence:"Los científicos estudian la naturaleza y descubren nuevos conocimientos.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_103"},{sentence:"En invierno hace frío y nieva.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_104"},{sentence:"Las tijeras cortan el papel.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_105"},{sentence:"Las uvas son pequeñas y jugosas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_106"},{sentence:"Las bolsas pueden llevar objetos.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_107"},{sentence:"Los elefantes tienen trompas largas que usan para muchas cosas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_108"},{sentence:"Los payasos hacen reír a la gente.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_109"},{sentence:"Los gusanos viven en la tierra.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_110"},{sentence:"Los arcoíris aparecen después de la lluvia.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_111"},{sentence:"Los delfines son inteligentes.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_112"},{sentence:"Las bicicletas pueden tener canastas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_113"},{sentence:"Las hamburguesas son carne entre panes.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_114"},{sentence:"Las estaciones del año cambian.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_115"},{sentence:"Los bomberos usan mangueras para apagar incendios en edificios.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_116"},{sentence:"Los autobuses transportan personas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_117"},{sentence:"Los perros ladran como señal de alerta.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_118"},{sentence:"Los ciclistas pedalean en bicicletas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_119"},{sentence:"Los niños juegan con juguetes.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_120"},{sentence:"Las sillas sirven para sentarse.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_121"},{sentence:"Las lágrimas son saladas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_122"},{sentence:"En la noche, la luna ilumina el cielo.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_123"},{sentence:"El sol sale cada mañana.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_124"},{sentence:"Octubre tiene 31 días.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_125"},{sentence:"Los lectores disfrutan de los libros.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_126"},{sentence:"Los nadadores se sumergen en el agua.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_127"},{sentence:"Los conejos saltan en la hierba.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_128"},{sentence:"Las ranas saltan en el estanque.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_129"},{sentence:"Enero es el primer mes del año.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_130"},{sentence:"Los niños disfrutan jugando en los parques al aire libre.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_131"},{sentence:"Los volcanes pueden entrar en erupción.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_132"},{sentence:"Los médicos usan estetoscopios para escuchar el corazón.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_133"},{sentence:"Las pizzas son redondas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_134"},{sentence:"Las ranas croan en la noche.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_135"},{sentence:"Los chefs preparan deliciosos platos utilizando ingredientes frescos y sabrosos.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_136"},{sentence:"Las hojas crujen bajo los pies.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_137"},{sentence:"El helado es un postre frío.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_138"},{sentence:"Los cangrejos caminan de lado.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_139"},{sentence:"Un bombero apaga fuegos con agua.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_140"},{sentence:"Un jardinero cuida de las plantas en un jardín.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_141"},{sentence:"Las bicicletas tienen pedales para avanzar.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_142"},{sentence:"El sol brilla durante el día.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_143"},{sentence:"Los pandas comen bambú.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_144"},{sentence:"Los barcos navegan en el agua.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_145"},{sentence:"Los aviones vuelan en el cielo.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_146"},{sentence:"Las flores desprenden fragancias.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_147"},{sentence:"Los astronautas viajan al espacio para explorar planetas y estrellas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_148"},{sentence:"Los árboles dan sombra.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_149"},{sentence:"Los gatos cazan ratones.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_150"},{sentence:"La escritura utiliza letras y palabras para comunicar pensamientos y ideas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_151"},{sentence:"Las naranjas son frutas cítricas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_152"},{sentence:"Algunos niños saltan la cuerda en el parque.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_153"},{sentence:"El verano es una estación del año.",answer:"TRUE",direction:"right",corpusId:"spanish_ai",itemId:"spanish_ai_154"},{sentence:"Los cangrejos escriben novelas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_155"},{sentence:"Las naranjas son frutas amarillas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_156"},{sentence:"Los astronautas caminan sobre la luna descalzos y cantando.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_157"},{sentence:"Los dinosaurios son mascotas comunes.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_158"},{sentence:"Los gorilas juegan al ajedrez.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_159"},{sentence:"Las cucarachas son mensajeras secretas que hablan varios idiomas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_160"},{sentence:"Las piedras son magos.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_161"},{sentence:"Los trenes viajan al pasado y al futuro en segundos.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_162"},{sentence:"Las abejas bailan en primavera.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_163"},{sentence:"Las olas del mar son escaleras que conducen a mundos submarinos.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_164"},{sentence:"Los maestros enseñan a los pájaros a cantar.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_165"},{sentence:"Los dragones vuelan en bicicleta.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_166"},{sentence:"Los árboles tienen raíces que se extienden hasta el espacio.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_167"},{sentence:'La letra "Q" es la primera del alfabeto.',answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_168"},{sentence:"Los caracoles conducen coches.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_169"},{sentence:"Los árboles tienen piernas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_170"},{sentence:"Los libros crecen en los árboles.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_171"},{sentence:"Un astronauta vive en la luna.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_172"},{sentence:"Las olas del mar son completamente silenciosas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_173"},{sentence:"El viento sopla en todas direcciones.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_174"},{sentence:"Las computadoras tienen patas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_175"},{sentence:"Los nadadores corren maratones bajo el agua.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_176"},{sentence:"Diciembre tiene 100 días.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_177"},{sentence:"Los jardineros juegan al fútbol con flores.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_178"},{sentence:"Los vasos son cuadrados.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_179"},{sentence:"Las abejas hacen malabares.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_180"},{sentence:"Las flores hablan en susurros.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_181"},{sentence:"Los desiertos son océanos de arena con olas suaves.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_182"},{sentence:"Las tortugas corren carreras de velocidad en el mar.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_183"},{sentence:"Los libros pueden hablar.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_184"},{sentence:"Los peces caminan por la tierra.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_185"},{sentence:"Las tortugas corren tan rápido como los guepardos.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_186"},{sentence:"Los pingüinos practican surf.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_187"},{sentence:"Las hormigas construyen ciudades subterráneas con rascacielos enormes.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_188"},{sentence:"Las hamburguesas son vegetarianas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_189"},{sentence:"Los árboles caminan por el bosque.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_190"},{sentence:"Abril es el primer mes del año.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_191"},{sentence:"Los bomberos apagan incendios con paraguas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_192"},{sentence:"Los teléfonos tienen ruedas para moverse.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_193"},{sentence:"Los elefantes tocan la trompeta.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_194"},{sentence:"Los juguetes de peluche son exploradores que escalan montañas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_195"},{sentence:"Las hormigas son tan grandes como elefantes.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_196"},{sentence:"Los koalas son expertos en karate.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_197"},{sentence:"Los trenes nadan en el océano.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_198"},{sentence:"La lluvia cae hacia arriba.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_199"},{sentence:"Las sirenas son gimnastas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_200"},{sentence:"Los libros son invisibles.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_201"},{sentence:"Los lápices tienen superpoderes para escribir solos en papel.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_202"},{sentence:"Los astronautas bailan salsa en el espacio.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_203"},{sentence:"Las ardillas son acróbatas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_204"},{sentence:"Los tigres son animales marinos.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_205"},{sentence:"Los lápices son herramientas de cocina.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_206"},{sentence:"Las flores no necesitan agua.",answer:"FALSE",direction:"left",corpusId:"spanish_ai",itemId:"spanish_ai_207"},{sentence:"Las lechuzas vuelan de noche.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_1"},{sentence:"Las velas dan luz en la oscuridad.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_2"},{sentence:"Las cerezas son rojas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_3"},{sentence:"Los murciélagos buscan comida de noche.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_4"},{sentence:"Los gatos tienen bigotes.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_5"},{sentence:"Las estrellas se ven durante el día.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_6"},{sentence:"Los campesinos ordeñan las vacas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_7"},{sentence:"Los lobos son nocturnos.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_8"},{sentence:"Los panaderos hornean el pan.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_9"},{sentence:"Los carros van por la autopista.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_10"},{sentence:"Las canoas son un medio de transporte importante en los ríos.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_11"},{sentence:"Las ovejas son bailarinas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_12"},{sentence:"Todos los lagos son completamente cuadrados.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_13"},{sentence:"Los cuadernos tienen alas para volar.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_14"},{sentence:"Los tucanes construyen cuevas en los árboles.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_15"},{sentence:"Las morsas construyen iglús en la playa para vivir.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_16"},{sentence:"Los tigres usan sombreros.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_17"},{sentence:"Los camellos nadan en el mar.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_18"},{sentence:"La mayoría de personas toma bebidas frías cuando hace frío.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_19"},{sentence:"Las ingenieras pintan con lápices gigantes.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_20"},{sentence:"Las palomas viven bajo el agua.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_21"},{sentence:"Las cabras comen helado.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_22"},{sentence:"El mar se ve de un solo color.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_23"},{sentence:"Los canguros habitan en los nevados.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_24"},{sentence:"Los camiones andan por el ferrocarril.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_25"},{sentence:"Los toros caminan hacia atrás.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_26"},{sentence:"Las ranas viven en los volcanes.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_27"},{sentence:"Las lombrices tienen plumas.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_28"},{sentence:"Los pájaros carpinteros toman leche.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_29"},{sentence:"Las guacamayas tienen alas coloridas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_30"},{sentence:"Algunos loros construyen nidos en los árboles para criar a sus crías.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_31"},{sentence:"Los colores sirven para dibujar.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_32"},{sentence:"Los pelícanos nadan en el agua.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_33"},{sentence:"Los osos polares viven en el hielo.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_34"},{sentence:"Algunos gatos maúllan para llamar la atención",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_35"},{sentence:"Los perros son leales y algunas personas los tienen como mascotas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_36"},{sentence:"Algunas personas toman agua de coco cuando tienen sed.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_37"},{sentence:"Las pintoras usan brochas para pintar cuadros.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_38"},{sentence:"Las mandarinas son anaranjadas y jugosas.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_39"},{sentence:"Las frutas, como los mangos, ofrecen vitaminas y sabores deliciosos.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_40"},{sentence:"Los silbidos sircen para llamar a alguien.",answer:"TRUE",direction:"right",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_41"},{sentence:"El jaguar camina por la nieve.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_42"},{sentence:"Las naranjas son verdes por dentro.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_43"},{sentence:"Las hojas son saltamontes disfrazados.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_44"},{sentence:"Los caimanes conducen automóviles.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_45"},{sentence:"Las escobas sirven para detener el tiempo.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_46"},{sentence:"Los patos usan zapatos.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_47"},{sentence:"Las uvas se comen calientes.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_48"},{sentence:"Las avispas cargan piedras.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_49"},{sentence:"Las cabras ayudan a resolver misterios en la jungla.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_50"},{sentence:"Los pulpos pueden hablar.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_51"},{sentence:"Los caracoles son artistas que pintan paisajes en la hierba.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_52"},{sentence:"Los burros vuelan en el cielo.",answer:"FALSE",direction:"left",corpusId:"spanish_ai-human",itemId:"spanish_ai-human_53"}],sd=[{"":"1",sentence:"Las gallinas ponen huevos.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_labEs_1",corpusId:"labEs",form:"form1",itemNum:"1",itemId_old:"spanish_lab_37"},{"":"2",sentence:"Los árboles tienen ramas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_labEs_2",corpusId:"labEs",form:"form1",itemNum:"2",itemId_old:"spanish_lab_7"},{"":"3",sentence:"Los árboles tocan música.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_3",corpusId:"aiEs",form:"form1",itemNum:"3",itemId_old:"spanish_ai_73"},{"":"4",sentence:"Los gatos tienen bigotes.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiHumanEs_4",corpusId:"aiHumanEs",form:"form1",itemNum:"4",itemId_old:"spanish_ai-human_5"},{"":"5",sentence:"Los pájaros tocan la guitarra.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_5",corpusId:"aiEs",form:"form1",itemNum:"5",itemId_old:"spanish_ai_66"},{"":"6",sentence:"Los árboles tienen piernas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_6",corpusId:"aiEs",form:"form1",itemNum:"6",itemId_old:"spanish_ai_170"},{"":"7",sentence:"Las ovejas son bailarinas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiHumanEs_7",corpusId:"aiHumanEs",form:"form1",itemNum:"7",itemId_old:"spanish_ai-human_12"},{"":"8",sentence:"Las tijeras cortan el papel.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_8",corpusId:"aiEs",form:"form1",itemNum:"8",itemId_old:"spanish_ai_105"},{"":"9",sentence:"Los aviones vuelan en el cielo.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_9",corpusId:"aiEs",form:"form1",itemNum:"9",itemId_old:"spanish_ai_146"},{"":"10",sentence:"Las sillas sirven para sentarse.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_10",corpusId:"aiEs",form:"form1",itemNum:"10",itemId_old:"spanish_ai_121"},{"":"11",sentence:"Las bicicletas tienen dos ruedas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_11",corpusId:"aiEs",form:"form1",itemNum:"11",itemId_old:"spanish_ai_49"},{"":"12",sentence:"Los árboles son abogados.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_12",corpusId:"aiEs",form:"form1",itemNum:"12",itemId_old:"spanish_ai_101"},{"":"13",sentence:"Los libros tienen letras y palabras.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_13",corpusId:"aiEs",form:"form1",itemNum:"13",itemId_old:"spanish_ai_26"},{"":"14",sentence:"A los niños y niñas les gusta jugar.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_labEs_14",corpusId:"labEs",form:"form1",itemNum:"14",itemId_old:"spanish_lab_9"},{"":"15",sentence:"Los tiburones viven en el desierto.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_15",corpusId:"aiEs",form:"form1",itemNum:"15",itemId_old:"spanish_ai_86"},{"":"16",sentence:"Los pingüinos practican surf.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_16",corpusId:"aiEs",form:"form1",itemNum:"16",itemId_old:"spanish_ai_187"},{"":"17",sentence:"Las uvas se comen calientes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiHumanEs_17",corpusId:"aiHumanEs",form:"form1",itemNum:"17",itemId_old:"spanish_ai-human_48"},{"":"18",sentence:"Los gatos ladran como los perros.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_18",corpusId:"aiEs",form:"form1",itemNum:"18",itemId_old:"spanish_ai_93"},{"":"19",sentence:"Las luciérnagas emiten luz.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_labEs_19",corpusId:"labEs",form:"form1",itemNum:"19",itemId_old:"spanish_lab_89"},{"":"20",sentence:"En el desierto hace mucho calor.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_labEs_20",corpusId:"labEs",form:"form1",itemNum:"20",itemId_old:"spanish_lab_82"},{"":"21",sentence:"Las computadoras tienen patas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_21",corpusId:"aiEs",form:"form1",itemNum:"21",itemId_old:"spanish_ai_175"},{"":"22",sentence:"Los elefantes tocan la trompeta.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_22",corpusId:"aiEs",form:"form1",itemNum:"22",itemId_old:"spanish_ai_194"},{"":"23",sentence:"La ropa se limpia con barro.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_labEs_23",corpusId:"labEs",form:"form1",itemNum:"23",itemId_old:"spanish_lab_70"},{"":"24",sentence:"Los guantes se usan en las manos.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_labEs_24",corpusId:"labEs",form:"form1",itemNum:"24",itemId_old:"spanish_lab_38"},{"":"25",sentence:"Los jugadores de fútbol patean el balón.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_25",corpusId:"aiEs",form:"form1",itemNum:"25",itemId_old:"spanish_ai_17"},{"":"26",sentence:"Las flores hablan en susurros.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_26",corpusId:"aiEs",form:"form1",itemNum:"26",itemId_old:"spanish_ai_181"},{"":"27",sentence:"Las tortugas corren maratones.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_27",corpusId:"aiEs",form:"form1",itemNum:"27",itemId_old:"spanish_ai_97"},{"":"28",sentence:"La lluvia cae hacia arriba.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_28",corpusId:"aiEs",form:"form1",itemNum:"28",itemId_old:"spanish_ai_199"},{"":"29",sentence:"Los profesores enseñan a los estudiantes en el colegio.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_labEs_29",corpusId:"labEs",form:"form1",itemNum:"29",itemId_old:"spanish_lab_100"},{"":"30",sentence:"Las abejas hacen malabares.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_30",corpusId:"aiEs",form:"form1",itemNum:"30",itemId_old:"spanish_ai_180"},{"":"31",sentence:"Las flores crecen en primavera.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_31",corpusId:"aiEs",form:"form1",itemNum:"31",itemId_old:"spanish_ai_35"},{"":"32",sentence:"Los pájaros carpinteros toman leche.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiHumanEs_32",corpusId:"aiHumanEs",form:"form1",itemNum:"32",itemId_old:"spanish_ai-human_29"},{"":"33",sentence:"La miel es ácida como el limón.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_labEs_33",corpusId:"labEs",form:"form1",itemNum:"33",itemId_old:"spanish_lab_67"},{"":"34",sentence:"Los coches tienen ruedas para moverse.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_34",corpusId:"aiEs",form:"form1",itemNum:"34",itemId_old:"spanish_ai_52"},{"":"35",sentence:"Una guitarra sirve para tocar una canción.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_labEs_35",corpusId:"labEs",form:"form1",itemNum:"35",itemId_old:"spanish_lab_32"},{"":"36",sentence:"Los trenes nadan en el océano.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_36",corpusId:"aiEs",form:"form1",itemNum:"36",itemId_old:"spanish_ai_198"},{"":"37",sentence:"Las estaciones del año cambian.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_37",corpusId:"aiEs",form:"form1",itemNum:"37",itemId_old:"spanish_ai_115"},{"":"38",sentence:"Los volcanes pueden entrar en erupción.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_38",corpusId:"aiEs",form:"form1",itemNum:"38",itemId_old:"spanish_ai_132"},{"":"39",sentence:"Los relojes miden la temperatura.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_39",corpusId:"aiEs",form:"form1",itemNum:"39",itemId_old:"spanish_ai_64"},{"":"40",sentence:"Las bicicletas tienen pedales para avanzar.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_40",corpusId:"aiEs",form:"form1",itemNum:"40",itemId_old:"spanish_ai_142"},{"":"41",sentence:"Se puede hacer fuego con hielo.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_labEs_41",corpusId:"labEs",form:"form1",itemNum:"41",itemId_old:"spanish_lab_69"},{"":"42",sentence:"Las espinacas son de color rojo.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_labEs_42",corpusId:"labEs",form:"form1",itemNum:"42",itemId_old:"spanish_lab_75"},{"":"43",sentence:"El viento mueve las ramas de los árboles.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_43",corpusId:"aiEs",form:"form1",itemNum:"43",itemId_old:"spanish_ai_40"},{"":"44",sentence:"Las velas sirven para alumbrar en la noche.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_labEs_44",corpusId:"labEs",form:"form1",itemNum:"44",itemId_old:"spanish_lab_91"},{"":"45",sentence:"Las rocas caminan solas en el desierto.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_labEs_45",corpusId:"labEs",form:"form1",itemNum:"45",itemId_old:"spanish_lab_50"},{"":"46",sentence:"Los murciélagos buscan comida de noche.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiHumanEs_46",corpusId:"aiHumanEs",form:"form1",itemNum:"46",itemId_old:"spanish_ai-human_4"},{"":"47",sentence:"Los cerdos siempre caminan en dos patas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_labEs_47",corpusId:"labEs",form:"form1",itemNum:"47",itemId_old:"spanish_lab_90"},{"":"48",sentence:"Los canguros habitan en los nevados.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiHumanEs_48",corpusId:"aiHumanEs",form:"form1",itemNum:"48",itemId_old:"spanish_ai-human_24"},{"":"49",sentence:"Los bailarines se mueven al ritmo de la música.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_49",corpusId:"aiEs",form:"form1",itemNum:"49",itemId_old:"spanish_ai_19"},{"":"50",sentence:"Los jardineros juegan al fútbol con flores.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_50",corpusId:"aiEs",form:"form1",itemNum:"50",itemId_old:"spanish_ai_178"},{"":"51",sentence:"El trabajo del pintor es cantar canciones.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_labEs_51",corpusId:"labEs",form:"form1",itemNum:"51",itemId_old:"spanish_lab_61"},{"":"52",sentence:"Algunas mesas tienen cuatro patas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_labEs_52",corpusId:"labEs",form:"form1",itemNum:"52",itemId_old:"spanish_lab_15"},{"":"53",sentence:"Un celular necesita algo de pila para funcionar.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_labEs_53",corpusId:"labEs",form:"form1",itemNum:"53",itemId_old:"spanish_lab_17"},{"":"54",sentence:"Un cuadrado tiene cinco lados.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_labEs_54",corpusId:"labEs",form:"form1",itemNum:"54",itemId_old:"spanish_lab_8"},{"":"55",sentence:"Las mandarinas son anaranjadas y jugosas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiHumanEs_55",corpusId:"aiHumanEs",form:"form1",itemNum:"55",itemId_old:"spanish_ai-human_39"},{"":"56",sentence:"En muchos lugares los gallos cantan por las mañanas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_labEs_56",corpusId:"labEs",form:"form1",itemNum:"56",itemId_old:"spanish_lab_42"},{"":"57",sentence:"Las maletas tienen vida propia y viajan por el mundo solas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_57",corpusId:"aiEs",form:"form1",itemNum:"57",itemId_old:"spanish_ai_75"},{"":"58",sentence:"Las tormentas de nieve ocurren en el verano.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_58",corpusId:"aiEs",form:"form1",itemNum:"58",itemId_old:"spanish_ai_77"},{"":"59",sentence:"La lluvia cae únicamente cuando hace mucho calor.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_labEs_59",corpusId:"labEs",form:"form1",itemNum:"59",itemId_old:"spanish_lab_112"},{"":"60",sentence:"Algunas personas toman agua de coco cuando tienen sed.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiHumanEs_60",corpusId:"aiHumanEs",form:"form1",itemNum:"60",itemId_old:"spanish_ai-human_37"},{"":"61",sentence:"Las cabras ayudan a resolver misterios en la jungla.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiHumanEs_61",corpusId:"aiHumanEs",form:"form1",itemNum:"61",itemId_old:"spanish_ai-human_50"},{"":"62",sentence:"Los perros son leales y algunas personas los tienen como mascotas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiHumanEs_62",corpusId:"aiHumanEs",form:"form1",itemNum:"62",itemId_old:"spanish_ai-human_36"},{"":"63",sentence:"Los astronautas caminan sobre la luna descalzos y cantando.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiEs_63",corpusId:"aiEs",form:"form1",itemNum:"63",itemId_old:"spanish_ai_157"},{"":"64",sentence:"Los elefantes tienen trompas largas que usan para muchas cosas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_64",corpusId:"aiEs",form:"form1",itemNum:"64",itemId_old:"spanish_ai_108"},{"":"65",sentence:"Las bicicletas son una forma ecológica y saludable de transporte.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_65",corpusId:"aiEs",form:"form1",itemNum:"65",itemId_old:"spanish_ai_32"},{"":"66",sentence:"Los conejos les cantan canciones infantiles para dormir a los tigres.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_labEs_66",corpusId:"labEs",form:"form1",itemNum:"66",itemId_old:"spanish_lab_114"},{"":"67",sentence:"Los nadadores practican en la piscina para mejorar sus habilidades.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_aiEs_67",corpusId:"aiEs",form:"form1",itemNum:"67",itemId_old:"spanish_ai_11"},{"":"68",sentence:"Las ingenieras pintan con lápices gigantes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form1_aiHumanEs_68",corpusId:"aiHumanEs",form:"form1",itemNum:"68",itemId_old:"spanish_ai-human_20"},{"":"69",sentence:"Se puede escribir con un lápiz.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_labEsNew_69",corpusId:"labEsNew",form:"form1",itemNum:"69",itemId_old:"NA"},{"":"70",sentence:"Los árboles dan sombra.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form1_labEsNew_70",corpusId:"labEsNew",form:"form1",itemNum:"70",itemId_old:"NA"},{"":"71",sentence:"Las vacas producen leche.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_labEs_1",corpusId:"labEs",form:"form2",itemNum:"1",itemId_old:"spanish_lab_20"},{"":"72",sentence:"Los niños juegan en el parque.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_2",corpusId:"aiEs",form:"form2",itemNum:"2",itemId_old:"spanish_ai_25"},{"":"73",sentence:"Los libros pueden hablar.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_3",corpusId:"aiEs",form:"form2",itemNum:"3",itemId_old:"spanish_ai_184"},{"":"74",sentence:"Las ballenas son pájaros.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_4",corpusId:"aiEs",form:"form2",itemNum:"4",itemId_old:"spanish_ai_65"},{"":"75",sentence:"Los gatos cazan ratones.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_5",corpusId:"aiEs",form:"form2",itemNum:"5",itemId_old:"spanish_ai_150"},{"":"76",sentence:"El sol sale por la noche.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_labEs_6",corpusId:"labEs",form:"form2",itemNum:"6",itemId_old:"spanish_lab_29"},{"":"77",sentence:"Los caballos tienen pelo.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_labEs_7",corpusId:"labEs",form:"form2",itemNum:"7",itemId_old:"spanish_lab_26"},{"":"78",sentence:"El sol brilla durante el día.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_8",corpusId:"aiEs",form:"form2",itemNum:"8",itemId_old:"spanish_ai_143"},{"":"79",sentence:"Los tigres tienen rayas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_9",corpusId:"aiEs",form:"form2",itemNum:"9",itemId_old:"spanish_ai_46"},{"":"80",sentence:"Las cabras comen helado.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiHumanEs_10",corpusId:"aiHumanEs",form:"form2",itemNum:"10",itemId_old:"spanish_ai-human_22"},{"":"81",sentence:"Las motos sirven para volar.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_labEs_11",corpusId:"labEs",form:"form2",itemNum:"11",itemId_old:"spanish_lab_36"},{"":"82",sentence:"Los gusanos viven en la tierra.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_12",corpusId:"aiEs",form:"form2",itemNum:"12",itemId_old:"spanish_ai_110"},{"":"83",sentence:"Una moto tiene dos ruedas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_labEs_13",corpusId:"labEs",form:"form2",itemNum:"13",itemId_old:"spanish_lab_22"},{"":"84",sentence:"Las serpientes mudan su piel.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_14",corpusId:"aiEs",form:"form2",itemNum:"14",itemId_old:"spanish_ai_30"},{"":"85",sentence:"Los libros se guardan en la nevera.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_labEs_15",corpusId:"labEs",form:"form2",itemNum:"15",itemId_old:"spanish_lab_51"},{"":"86",sentence:"Las piedras son magos.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_16",corpusId:"aiEs",form:"form2",itemNum:"16",itemId_old:"spanish_ai_161"},{"":"87",sentence:"Agosto es el último mes del año.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_17",corpusId:"aiEs",form:"form2",itemNum:"17",itemId_old:"spanish_ai_92"},{"":"88",sentence:"Los bosques están llenos de árboles.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_18",corpusId:"aiEs",form:"form2",itemNum:"18",itemId_old:"spanish_ai_21"},{"":"89",sentence:"Los dragones vuelan en bicicleta.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_19",corpusId:"aiEs",form:"form2",itemNum:"19",itemId_old:"spanish_ai_166"},{"":"90",sentence:"Las peras son una fruta.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_labEs_20",corpusId:"labEs",form:"form2",itemNum:"20",itemId_old:"spanish_lab_2"},{"":"91",sentence:"Las palomas viven bajo el agua.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiHumanEs_21",corpusId:"aiHumanEs",form:"form2",itemNum:"21",itemId_old:"spanish_ai-human_21"},{"":"92",sentence:"Los cuadernos tienen alas para volar.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiHumanEs_22",corpusId:"aiHumanEs",form:"form2",itemNum:"22",itemId_old:"spanish_ai-human_14"},{"":"93",sentence:"Los médicos usan batas blancas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_23",corpusId:"aiEs",form:"form2",itemNum:"23",itemId_old:"spanish_ai_48"},{"":"94",sentence:"Las zanahorias brillan en la oscuridad.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_24",corpusId:"aiEs",form:"form2",itemNum:"24",itemId_old:"spanish_ai_61"},{"":"95",sentence:"La sopa se toma con tenedor.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_labEs_25",corpusId:"labEs",form:"form2",itemNum:"25",itemId_old:"spanish_lab_1"},{"":"96",sentence:"Los relojes marcan la hora del día.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_26",corpusId:"aiEs",form:"form2",itemNum:"26",itemId_old:"spanish_ai_14"},{"":"97",sentence:"Los patos usan zapatos.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiHumanEs_27",corpusId:"aiHumanEs",form:"form2",itemNum:"27",itemId_old:"spanish_ai-human_47"},{"":"98",sentence:"Los vasos son cuadrados.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_28",corpusId:"aiEs",form:"form2",itemNum:"28",itemId_old:"spanish_ai_179"},{"":"99",sentence:"El fútbol se juega con una cuchara.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_labEs_29",corpusId:"labEs",form:"form2",itemNum:"29",itemId_old:"spanish_lab_14"},{"":"100",sentence:"Las bolsas pueden llevar objetos.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_30",corpusId:"aiEs",form:"form2",itemNum:"30",itemId_old:"spanish_ai_107"},{"":"101",sentence:"Las hormigas son tan grandes como elefantes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_31",corpusId:"aiEs",form:"form2",itemNum:"31",itemId_old:"spanish_ai_196"},{"":"102",sentence:"Los monos saltan entre las ramas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_32",corpusId:"aiEs",form:"form2",itemNum:"32",itemId_old:"spanish_ai_47"},{"":"103",sentence:"Las iguanas son reptiles verdes.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_33",corpusId:"aiEs",form:"form2",itemNum:"33",itemId_old:"spanish_ai_3"},{"":"104",sentence:"Los teléfonos tienen ruedas para moverse.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_34",corpusId:"aiEs",form:"form2",itemNum:"34",itemId_old:"spanish_ai_193"},{"":"105",sentence:"Las ranas saltan en el estanque.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_35",corpusId:"aiEs",form:"form2",itemNum:"35",itemId_old:"spanish_ai_129"},{"":"106",sentence:"Los toros caminan hacia atrás.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiHumanEs_36",corpusId:"aiHumanEs",form:"form2",itemNum:"36",itemId_old:"spanish_ai-human_26"},{"":"107",sentence:"Los taxis llevan a las personas a destinos.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_37",corpusId:"aiEs",form:"form2",itemNum:"37",itemId_old:"spanish_ai_18"},{"":"108",sentence:'La "Z" es la última letra del alfabeto.',answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_38",corpusId:"aiEs",form:"form2",itemNum:"38",itemId_old:"spanish_ai_33"},{"":"109",sentence:"Una botella de plástico se puede reutilizar.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_labEs_39",corpusId:"labEs",form:"form2",itemNum:"39",itemId_old:"spanish_lab_108"},{"":"110",sentence:"Puedo oler una fruta con mis ojos.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_labEs_40",corpusId:"labEs",form:"form2",itemNum:"40",itemId_old:"spanish_lab_31"},{"":"111",sentence:"Las papas crecen en los árboles.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_labEs_41",corpusId:"labEs",form:"form2",itemNum:"41",itemId_old:"spanish_lab_116"},{"":"112",sentence:"Un bombero apaga fuegos con agua.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_42",corpusId:"aiEs",form:"form2",itemNum:"42",itemId_old:"spanish_ai_140"},{"":"113",sentence:"Las burbujas se hacen con arena.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_labEs_43",corpusId:"labEs",form:"form2",itemNum:"43",itemId_old:"spanish_lab_80"},{"":"114",sentence:"Los submarinos pueden sumergirse bajo el agua.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_44",corpusId:"aiEs",form:"form2",itemNum:"44",itemId_old:"spanish_ai_1"},{"":"115",sentence:"Los autobuses van por las carreteras.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_labEs_45",corpusId:"labEs",form:"form2",itemNum:"45",itemId_old:"spanish_lab_13"},{"":"116",sentence:"Los dientes se pueden limpiar con una zanahoria.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_labEs_46",corpusId:"labEs",form:"form2",itemNum:"46",itemId_old:"spanish_lab_107"},{"":"117",sentence:"Las letras bailan en el teclado.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_47",corpusId:"aiEs",form:"form2",itemNum:"47",itemId_old:"spanish_ai_94"},{"":"118",sentence:"El agua es importante para cultivar vegetales.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_labEs_48",corpusId:"labEs",form:"form2",itemNum:"48",itemId_old:"spanish_lab_53"},{"":"119",sentence:"Las escobas sirven para detener el tiempo.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiHumanEs_49",corpusId:"aiHumanEs",form:"form2",itemNum:"49",itemId_old:"spanish_ai-human_46"},{"":"120",sentence:"Los músicos tocan instrumentos con las orejas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_50",corpusId:"aiEs",form:"form2",itemNum:"50",itemId_old:"spanish_ai_84"},{"":"121",sentence:"Los nadadores se sumergen en el agua.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_51",corpusId:"aiEs",form:"form2",itemNum:"51",itemId_old:"spanish_ai_127"},{"":"122",sentence:"Los bomberos apagan incendios con paraguas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_52",corpusId:"aiEs",form:"form2",itemNum:"52",itemId_old:"spanish_ai_192"},{"":"123",sentence:"Las botellas de plástico contaminan el mar.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_labEs_53",corpusId:"labEs",form:"form2",itemNum:"53",itemId_old:"spanish_lab_24"},{"":"124",sentence:"Los leones son vegetarianos y aman las ensaladas verdes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_54",corpusId:"aiEs",form:"form2",itemNum:"54",itemId_old:"spanish_ai_69"},{"":"125",sentence:"Algunas personas caminan descalzas sobre la arena.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_labEs_55",corpusId:"labEs",form:"form2",itemNum:"55",itemId_old:"spanish_lab_23"},{"":"126",sentence:"Un vaso con leche se puede beber con tenedor.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_labEs_56",corpusId:"labEs",form:"form2",itemNum:"56",itemId_old:"spanish_lab_56"},{"":"127",sentence:"Las rocas son siempre suaves al tacto.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_57",corpusId:"aiEs",form:"form2",itemNum:"57",itemId_old:"spanish_ai_79"},{"":"128",sentence:"Las zanahorias son micrófonos que cantan canciones al crecer.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_58",corpusId:"aiEs",form:"form2",itemNum:"58",itemId_old:"spanish_ai_68"},{"":"129",sentence:"Los helados son postres fríos y deliciosos que todos disfrutan.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_59",corpusId:"aiEs",form:"form2",itemNum:"59",itemId_old:"spanish_ai_20"},{"":"130",sentence:"Las verduras, como las zanahorias, son saludables y nutritivas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_60",corpusId:"aiEs",form:"form2",itemNum:"60",itemId_old:"spanish_ai_12"},{"":"131",sentence:"Los tiburones son arquitectos que diseñan puentes sobre océanos.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_61",corpusId:"aiEs",form:"form2",itemNum:"61",itemId_old:"spanish_ai_98"},{"":"132",sentence:"Se puede tocar la espalda con la punta de la nariz.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_labEs_62",corpusId:"labEs",form:"form2",itemNum:"62",itemId_old:"spanish_lab_106"},{"":"133",sentence:"Los libros contienen conocimiento y cuentan historias cautivadoras.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_63",corpusId:"aiEs",form:"form2",itemNum:"63",itemId_old:"spanish_ai_45"},{"":"134",sentence:"Los astronautas viajan al espacio para explorar planetas y estrellas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_64",corpusId:"aiEs",form:"form2",itemNum:"64",itemId_old:"spanish_ai_148"},{"":"135",sentence:"Se necesita fuerza para cargar un costal de piedras.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_labEs_65",corpusId:"labEs",form:"form2",itemNum:"65",itemId_old:"spanish_lab_41"},{"":"136",sentence:"Los patos construyen sus casas en la cima de los árboles.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_labEs_66",corpusId:"labEs",form:"form2",itemNum:"66",itemId_old:"spanish_lab_110"},{"":"137",sentence:"Las cucarachas son mensajeras secretas que hablan varios idiomas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form2_aiEs_67",corpusId:"aiEs",form:"form2",itemNum:"67",itemId_old:"spanish_ai_160"},{"":"138",sentence:"Los exploradores descubren nuevos lugares en emocionantes aventuras.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_aiEs_68",corpusId:"aiEs",form:"form2",itemNum:"68",itemId_old:"spanish_ai_16"},{"":"139",sentence:"Muchos pájaros pueden volar.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_labEsNew_69",corpusId:"labEsNew",form:"form2",itemNum:"69",itemId_old:"NA"},{"":"140",sentence:"El cuerpo humano tiene huesos.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form2_labEsNew_70",corpusId:"labEsNew",form:"form2",itemNum:"70",itemId_old:"NA"},{"":"141",sentence:"El hielo es frío.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_labEs_1",corpusId:"labEs",form:"form3",itemNum:"1",itemId_old:"spanish_lab_10"},{"":"142",sentence:"Los burros vuelan en el cielo.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiHumanEs_2",corpusId:"aiHumanEs",form:"form3",itemNum:"2",itemId_old:"spanish_ai-human_53"},{"":"143",sentence:"Los niños juegan con juguetes.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_3",corpusId:"aiEs",form:"form3",itemNum:"3",itemId_old:"spanish_ai_120"},{"":"144",sentence:"El café es de color azul.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_labEs_4",corpusId:"labEs",form:"form3",itemNum:"4",itemId_old:"spanish_lab_11"},{"":"145",sentence:"Los payasos hacen reír a la gente.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_5",corpusId:"aiEs",form:"form3",itemNum:"5",itemId_old:"spanish_ai_109"},{"":"146",sentence:"Los libros son invisibles.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_6",corpusId:"aiEs",form:"form3",itemNum:"6",itemId_old:"spanish_ai_201"},{"":"147",sentence:"Los delfines son inteligentes.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_7",corpusId:"aiEs",form:"form3",itemNum:"7",itemId_old:"spanish_ai_112"},{"":"148",sentence:"Las cerezas son rojas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiHumanEs_8",corpusId:"aiHumanEs",form:"form3",itemNum:"8",itemId_old:"spanish_ai-human_3"},{"":"149",sentence:"La cebolla es una fruta.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_labEs_9",corpusId:"labEs",form:"form3",itemNum:"9",itemId_old:"spanish_lab_49"},{"":"150",sentence:"Las estrellas están en el cielo.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_labEs_10",corpusId:"labEs",form:"form3",itemNum:"10",itemId_old:"spanish_lab_30"},{"":"151",sentence:"Los barcos navegan en el agua.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_11",corpusId:"aiEs",form:"form3",itemNum:"11",itemId_old:"spanish_ai_145"},{"":"152",sentence:"Los peces caminan por la tierra.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_12",corpusId:"aiEs",form:"form3",itemNum:"12",itemId_old:"spanish_ai_185"},{"":"153",sentence:"Las fresas son saladas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_labEs_13",corpusId:"labEs",form:"form3",itemNum:"13",itemId_old:"spanish_lab_21"},{"":"154",sentence:"Algunas personas comen pescado.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_labEs_14",corpusId:"labEs",form:"form3",itemNum:"14",itemId_old:"spanish_lab_52"},{"":"155",sentence:"Tomar agua nos quita la sed.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_labEs_15",corpusId:"labEs",form:"form3",itemNum:"15",itemId_old:"spanish_lab_113"},{"":"156",sentence:"El helado es un postre frío.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_16",corpusId:"aiEs",form:"form3",itemNum:"16",itemId_old:"spanish_ai_138"},{"":"157",sentence:"Las ranas viven en los volcanes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiHumanEs_17",corpusId:"aiHumanEs",form:"form3",itemNum:"17",itemId_old:"spanish_ai-human_27"},{"":"158",sentence:"Las sillas hablan en voz alta.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_18",corpusId:"aiEs",form:"form3",itemNum:"18",itemId_old:"spanish_ai_89"},{"":"159",sentence:"Un martillo sirve para cocinar.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_labEs_19",corpusId:"labEs",form:"form3",itemNum:"19",itemId_old:"spanish_lab_18"},{"":"160",sentence:"Los camellos nadan en el mar.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiHumanEs_20",corpusId:"aiHumanEs",form:"form3",itemNum:"20",itemId_old:"spanish_ai-human_18"},{"":"161",sentence:"Los leones rugen en la selva.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_21",corpusId:"aiEs",form:"form3",itemNum:"21",itemId_old:"spanish_ai_8"},{"":"162",sentence:"Los gorilas tienen tres ojos.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_labEs_22",corpusId:"labEs",form:"form3",itemNum:"22",itemId_old:"spanish_lab_79"},{"":"163",sentence:"Hay personas que se bañan con agua fría.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_labEs_23",corpusId:"labEs",form:"form3",itemNum:"23",itemId_old:"spanish_lab_47"},{"":"164",sentence:"Los árboles caminan por el bosque.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_24",corpusId:"aiEs",form:"form3",itemNum:"24",itemId_old:"spanish_ai_190"},{"":"165",sentence:"Los elefantes escalan las montañas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_labEs_25",corpusId:"labEs",form:"form3",itemNum:"25",itemId_old:"spanish_lab_71"},{"":"166",sentence:"Los lectores disfrutan de los libros.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_26",corpusId:"aiEs",form:"form3",itemNum:"26",itemId_old:"spanish_ai_126"},{"":"167",sentence:"Las uvas son pequeñas y jugosas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_27",corpusId:"aiEs",form:"form3",itemNum:"27",itemId_old:"spanish_ai_106"},{"":"168",sentence:"Las avispas cargan piedras.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiHumanEs_28",corpusId:"aiHumanEs",form:"form3",itemNum:"28",itemId_old:"spanish_ai-human_49"},{"":"169",sentence:"Los gorilas juegan al ajedrez.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_29",corpusId:"aiEs",form:"form3",itemNum:"29",itemId_old:"spanish_ai_159"},{"":"170",sentence:"Las hamburguesas son vegetarianas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_30",corpusId:"aiEs",form:"form3",itemNum:"30",itemId_old:"spanish_ai_189"},{"":"171",sentence:"Las luces iluminan la habitación.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_31",corpusId:"aiEs",form:"form3",itemNum:"31",itemId_old:"spanish_ai_44"},{"":"172",sentence:"Las motocicletas navegan en el mar.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_32",corpusId:"aiEs",form:"form3",itemNum:"32",itemId_old:"spanish_ai_90"},{"":"173",sentence:"Las personas sudan cuando hace mucho calor.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_labEs_33",corpusId:"labEs",form:"form3",itemNum:"33",itemId_old:"spanish_lab_115"},{"":"174",sentence:"Las palabras están formadas por letras.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_34",corpusId:"aiEs",form:"form3",itemNum:"34",itemId_old:"spanish_ai_39"},{"":"175",sentence:"Los koalas son expertos en karate.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_35",corpusId:"aiEs",form:"form3",itemNum:"35",itemId_old:"spanish_ai_197"},{"":"176",sentence:"El verano es una estación del año.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_36",corpusId:"aiEs",form:"form3",itemNum:"36",itemId_old:"spanish_ai_154"},{"":"177",sentence:"Las computadoras bailan al ritmo de la música.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_37",corpusId:"aiEs",form:"form3",itemNum:"37",itemId_old:"spanish_ai_60"},{"":"178",sentence:"Las vacaciones escolares duran todo el año.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_38",corpusId:"aiEs",form:"form3",itemNum:"38",itemId_old:"spanish_ai_62"},{"":"179",sentence:"Las bicicletas pueden tener canastas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_39",corpusId:"aiEs",form:"form3",itemNum:"39",itemId_old:"spanish_ai_113"},{"":"180",sentence:"Algunos niños saltan la cuerda en el parque.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_40",corpusId:"aiEs",form:"form3",itemNum:"40",itemId_old:"spanish_ai_153"},{"":"181",sentence:"Las naranjas son verdes por dentro.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiHumanEs_41",corpusId:"aiHumanEs",form:"form3",itemNum:"41",itemId_old:"spanish_ai-human_43"},{"":"182",sentence:"Existen rocas de diferentes formas y tamaños.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_labEs_42",corpusId:"labEs",form:"form3",itemNum:"42",itemId_old:"spanish_lab_87"},{"":"183",sentence:"Los maestros enseñan a los pájaros a cantar.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_43",corpusId:"aiEs",form:"form3",itemNum:"43",itemId_old:"spanish_ai_165"},{"":"184",sentence:"Algunas personas mayores utilizan bastón.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_labEs_44",corpusId:"labEs",form:"form3",itemNum:"44",itemId_old:"spanish_lab_33"},{"":"185",sentence:"Los astronautas bailan salsa en el espacio.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_45",corpusId:"aiEs",form:"form3",itemNum:"45",itemId_old:"spanish_ai_203"},{"":"186",sentence:"El café se endulza con sal.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_labEs_46",corpusId:"labEs",form:"form3",itemNum:"46",itemId_old:"spanish_lab_43"},{"":"187",sentence:"Las velas dan luz en la oscuridad.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiHumanEs_47",corpusId:"aiHumanEs",form:"form3",itemNum:"47",itemId_old:"spanish_ai-human_2"},{"":"188",sentence:"Los caimanes conducen automóviles.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiHumanEs_48",corpusId:"aiHumanEs",form:"form3",itemNum:"48",itemId_old:"spanish_ai-human_45"},{"":"189",sentence:"Las abejas recolectan néctar de las flores.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_49",corpusId:"aiEs",form:"form3",itemNum:"49",itemId_old:"spanish_ai_37"},{"":"190",sentence:"Los patos van al colegio montados en jirafas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_labEs_50",corpusId:"labEs",form:"form3",itemNum:"50",itemId_old:"spanish_lab_44"},{"":"191",sentence:"Los ciclistas pedalean en bicicletas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_51",corpusId:"aiEs",form:"form3",itemNum:"51",itemId_old:"spanish_ai_119"},{"":"192",sentence:"Cuando hace calor algunas personas comen helado.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_labEs_52",corpusId:"labEs",form:"form3",itemNum:"52",itemId_old:"spanish_lab_27"},{"":"193",sentence:"Las jirafas tienen manchas de colores verde y rojo.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_labEs_53",corpusId:"labEs",form:"form3",itemNum:"53",itemId_old:"spanish_lab_92"},{"":"194",sentence:"En la noche, la luna ilumina el cielo.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_54",corpusId:"aiEs",form:"form3",itemNum:"54",itemId_old:"spanish_ai_123"},{"":"195",sentence:"El aceite solamente se utiliza para freír naranjas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_labEs_55",corpusId:"labEs",form:"form3",itemNum:"55",itemId_old:"spanish_lab_65"},{"":"196",sentence:"Los tigres son expertos en cocina y preparan banquetes exquisitos.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_56",corpusId:"aiEs",form:"form3",itemNum:"56",itemId_old:"spanish_ai_88"},{"":"197",sentence:"Las personas respiran mejor cuando el aire es limpio.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_labEs_57",corpusId:"labEs",form:"form3",itemNum:"57",itemId_old:"spanish_lab_111"},{"":"198",sentence:"Todos los pájaros tienen el mismo tamaño de pico.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_labEs_58",corpusId:"labEs",form:"form3",itemNum:"58",itemId_old:"spanish_lab_63"},{"":"199",sentence:"Los científicos estudian el comportamiento de los unicornios.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_59",corpusId:"aiEs",form:"form3",itemNum:"59",itemId_old:"spanish_ai_85"},{"":"200",sentence:"Un jardinero cuida de las plantas en un jardín.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_60",corpusId:"aiEs",form:"form3",itemNum:"60",itemId_old:"spanish_ai_141"},{"":"201",sentence:"La nieve cae en lugares en donde hace mucho calor.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_labEs_61",corpusId:"labEs",form:"form3",itemNum:"61",itemId_old:"spanish_lab_93"},{"":"202",sentence:"Los calendarios sirven para recordar fechas importantes.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_labEs_62",corpusId:"labEs",form:"form3",itemNum:"62",itemId_old:"spanish_lab_105"},{"":"203",sentence:"Los trenes viajan al pasado y al futuro en segundos.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiEs_63",corpusId:"aiEs",form:"form3",itemNum:"63",itemId_old:"spanish_ai_162"},{"":"204",sentence:"Los músicos crean hermosas melodías con instrumentos diversos.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_64",corpusId:"aiEs",form:"form3",itemNum:"64",itemId_old:"spanish_ai_29"},{"":"205",sentence:"El pan es un alimento que se puede comer a diferentes horas del día.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_labEs_65",corpusId:"labEs",form:"form3",itemNum:"65",itemId_old:"spanish_lab_104"},{"":"206",sentence:"Los caracoles son artistas que pintan paisajes en la hierba.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiHumanEs_66",corpusId:"aiHumanEs",form:"form3",itemNum:"66",itemId_old:"spanish_ai-human_52"},{"":"207",sentence:"Las morsas construyen iglús en la playa para vivir.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form3_aiHumanEs_67",corpusId:"aiHumanEs",form:"form3",itemNum:"67",itemId_old:"spanish_ai-human_16"},{"":"208",sentence:"La lluvia cae del cielo regando la tierra y nutriendo las plantas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_aiEs_68",corpusId:"aiEs",form:"form3",itemNum:"68",itemId_old:"spanish_ai_4"},{"":"209",sentence:"Las ranas pueden saltar.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_labEsNew_69",corpusId:"labEsNew",form:"form3",itemNum:"69",itemId_old:"NA"},{"":"210",sentence:"Algunos estudiantes viajan en autobús para llegar a la escuela.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form3_labEsNew_70",corpusId:"labEsNew",form:"form3",itemNum:"70",itemId_old:"NA"},{"":"211",sentence:"El fuego es caliente.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_labEs_1",corpusId:"labEs",form:"form4",itemNum:"1",itemId_old:"spanish_lab_19"},{"":"212",sentence:"Los tigres usan sombreros.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiHumanEs_2",corpusId:"aiHumanEs",form:"form4",itemNum:"2",itemId_old:"spanish_ai-human_17"},{"":"213",sentence:"Los perros tienen cuatro patas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_labEs_3",corpusId:"labEs",form:"form4",itemNum:"3",itemId_old:"spanish_lab_5"},{"":"214",sentence:"El agua es de color rojo.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_labEs_4",corpusId:"labEs",form:"form4",itemNum:"4",itemId_old:"spanish_lab_4"},{"":"215",sentence:"Los árboles dan sombra.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_5",corpusId:"aiEs",form:"form4",itemNum:"5",itemId_old:"spanish_ai_149"},{"":"216",sentence:"Las hormigas escriben poesía.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_6",corpusId:"aiEs",form:"form4",itemNum:"6",itemId_old:"spanish_ai_81"},{"":"217",sentence:"La luna brilla en la noche.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_7",corpusId:"aiEs",form:"form4",itemNum:"7",itemId_old:"spanish_ai_41"},{"":"218",sentence:"Los científicos hacen experimentos.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_8",corpusId:"aiEs",form:"form4",itemNum:"8",itemId_old:"spanish_ai_23"},{"":"219",sentence:"El sol sale cada mañana.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_9",corpusId:"aiEs",form:"form4",itemNum:"9",itemId_old:"spanish_ai_124"},{"":"220",sentence:"Los caballos son astronautas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_10",corpusId:"aiEs",form:"form4",itemNum:"10",itemId_old:"spanish_ai_100"},{"":"221",sentence:"Los tigres son animales marinos.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_11",corpusId:"aiEs",form:"form4",itemNum:"11",itemId_old:"spanish_ai_205"},{"":"222",sentence:"Los autobuses transportan personas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_12",corpusId:"aiEs",form:"form4",itemNum:"12",itemId_old:"spanish_ai_117"},{"":"223",sentence:"Los pandas comen bambú.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_13",corpusId:"aiEs",form:"form4",itemNum:"13",itemId_old:"spanish_ai_144"},{"":"224",sentence:"Enero es el primer mes del año.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_14",corpusId:"aiEs",form:"form4",itemNum:"14",itemId_old:"spanish_ai_130"},{"":"225",sentence:"Las cometas vuelan alto.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_15",corpusId:"aiEs",form:"form4",itemNum:"15",itemId_old:"spanish_ai_43"},{"":"226",sentence:"Los unicornios son animales reales.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_16",corpusId:"aiEs",form:"form4",itemNum:"16",itemId_old:"spanish_ai_78"},{"":"227",sentence:"Los cangrejos escriben novelas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_17",corpusId:"aiEs",form:"form4",itemNum:"17",itemId_old:"spanish_ai_155"},{"":"228",sentence:"Los dinosaurios son mascotas comunes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_18",corpusId:"aiEs",form:"form4",itemNum:"18",itemId_old:"spanish_ai_158"},{"":"229",sentence:"Las jirafas tienen cuellos cortos.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_19",corpusId:"aiEs",form:"form4",itemNum:"19",itemId_old:"spanish_ai_99"},{"":"230",sentence:"Los peces viven fuera del agua.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_labEs_20",corpusId:"labEs",form:"form4",itemNum:"20",itemId_old:"spanish_lab_3"},{"":"231",sentence:"Las ballenas nadan en el océano.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_21",corpusId:"aiEs",form:"form4",itemNum:"21",itemId_old:"spanish_ai_6"},{"":"232",sentence:"Las lombrices tienen plumas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiHumanEs_22",corpusId:"aiHumanEs",form:"form4",itemNum:"22",itemId_old:"spanish_ai-human_28"},{"":"233",sentence:"Los panaderos hornean el pan.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiHumanEs_23",corpusId:"aiHumanEs",form:"form4",itemNum:"23",itemId_old:"spanish_ai-human_9"},{"":"234",sentence:"Los coches son submarinos.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_24",corpusId:"aiEs",form:"form4",itemNum:"24",itemId_old:"spanish_ai_91"},{"":"235",sentence:'La letra "A" es la primera del alfabeto.',answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_25",corpusId:"aiEs",form:"form4",itemNum:"25",itemId_old:"spanish_ai_15"},{"":"236",sentence:"Las personas pueden caminar en las nubes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_labEs_26",corpusId:"labEs",form:"form4",itemNum:"26",itemId_old:"spanish_lab_34"},{"":"237",sentence:"Un submarino viaja por las nubes.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_27",corpusId:"aiEs",form:"form4",itemNum:"27",itemId_old:"spanish_ai_82"},{"":"238",sentence:"Los ratones tienen colas largas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_28",corpusId:"aiEs",form:"form4",itemNum:"28",itemId_old:"spanish_ai_27"},{"":"239",sentence:"Abril es el primer mes del año.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_29",corpusId:"aiEs",form:"form4",itemNum:"29",itemId_old:"spanish_ai_191"},{"":"240",sentence:"Los libros crecen en los árboles.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_30",corpusId:"aiEs",form:"form4",itemNum:"30",itemId_old:"spanish_ai_171"},{"":"241",sentence:"Las sirenas son gimnastas.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_31",corpusId:"aiEs",form:"form4",itemNum:"31",itemId_old:"spanish_ai_200"},{"":"242",sentence:"Leer libros nos ayuda a aprender cosas nuevas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_labEs_32",corpusId:"labEs",form:"form4",itemNum:"32",itemId_old:"spanish_lab_101"},{"":"243",sentence:"Los caracoles conducen coches.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_33",corpusId:"aiEs",form:"form4",itemNum:"33",itemId_old:"spanish_ai_169"},{"":"244",sentence:"Los gatos lamen sus patas para limpiarse.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_labEs_34",corpusId:"labEs",form:"form4",itemNum:"34",itemId_old:"spanish_lab_58"},{"":"245",sentence:"Algunos estudiantes van caminando al colegio.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_labEs_35",corpusId:"labEs",form:"form4",itemNum:"35",itemId_old:"spanish_lab_64"},{"":"246",sentence:"Los osos polares viven en el hielo.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiHumanEs_36",corpusId:"aiHumanEs",form:"form4",itemNum:"36",itemId_old:"spanish_ai-human_34"},{"":"247",sentence:"Los conejos saltan en la hierba.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_37",corpusId:"aiEs",form:"form4",itemNum:"37",itemId_old:"spanish_ai_128"},{"":"248",sentence:"Un lápiz sirve para tomarse una bebida.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_labEs_38",corpusId:"labEs",form:"form4",itemNum:"38",itemId_old:"spanish_lab_86"},{"":"249",sentence:"Los pescadores trabajan en la panadería.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_labEs_39",corpusId:"labEs",form:"form4",itemNum:"39",itemId_old:"spanish_lab_6"},{"":"250",sentence:"Octubre tiene 31 días.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_40",corpusId:"aiEs",form:"form4",itemNum:"40",itemId_old:"spanish_ai_125"},{"":"251",sentence:"Los caramelos crecen en árboles.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_41",corpusId:"aiEs",form:"form4",itemNum:"41",itemId_old:"spanish_ai_71"},{"":"252",sentence:"Los perros ladran como señal de alerta.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_42",corpusId:"aiEs",form:"form4",itemNum:"42",itemId_old:"spanish_ai_118"},{"":"253",sentence:"Los lápices son máquinas del tiempo.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_43",corpusId:"aiEs",form:"form4",itemNum:"43",itemId_old:"spanish_ai_96"},{"":"254",sentence:"La lana de las ovejas sirve para hacer ropa.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_labEs_44",corpusId:"labEs",form:"form4",itemNum:"44",itemId_old:"spanish_lab_84"},{"":"255",sentence:"Los barcos andan por el ferrocarril.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_labEs_45",corpusId:"labEs",form:"form4",itemNum:"45",itemId_old:"spanish_lab_76"},{"":"256",sentence:"La leche se puede tomar fría o caliente.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_labEs_46",corpusId:"labEs",form:"form4",itemNum:"46",itemId_old:"spanish_lab_72"},{"":"257",sentence:'La letra "Q" es la primera del alfabeto.',answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_47",corpusId:"aiEs",form:"form4",itemNum:"47",itemId_old:"spanish_ai_168"},{"":"258",sentence:"Los chefs cocinan con gorros de baño.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_48",corpusId:"aiEs",form:"form4",itemNum:"48",itemId_old:"spanish_ai_70"},{"":"259",sentence:"Un panadero puede volar en su bicicleta.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_49",corpusId:"aiEs",form:"form4",itemNum:"49",itemId_old:"spanish_ai_87"},{"":"260",sentence:"En invierno hace frío y nieva.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_50",corpusId:"aiEs",form:"form4",itemNum:"50",itemId_old:"spanish_ai_104"},{"":"261",sentence:"Todos los artistas pintan con plátanos.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_labEs_51",corpusId:"labEs",form:"form4",itemNum:"51",itemId_old:"spanish_lab_88"},{"":"262",sentence:"Hay personas que se ponen muy felices cuando bailan.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_labEs_52",corpusId:"labEs",form:"form4",itemNum:"52",itemId_old:"spanish_lab_60"},{"":"263",sentence:"Algunos gatos maúllan para llamar la atención.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiHumanEs_53",corpusId:"aiHumanEs",form:"form4",itemNum:"53",itemId_old:"spanish_ai-human_35"},{"":"264",sentence:"Las zanahorias son vegetales anaranjados.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_54",corpusId:"aiEs",form:"form4",itemNum:"54",itemId_old:"spanish_ai_54"},{"":"265",sentence:"Las personas van al aeropuerto para viajar en tren.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_labEs_55",corpusId:"labEs",form:"form4",itemNum:"55",itemId_old:"spanish_lab_55"},{"":"266",sentence:"Cuando hay mucho viento los conejos pueden volar.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_labEs_56",corpusId:"labEs",form:"form4",itemNum:"56",itemId_old:"spanish_lab_95"},{"":"267",sentence:"La mayoría de los búhos salen a volar en las noches.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_labEs_57",corpusId:"labEs",form:"form4",itemNum:"57",itemId_old:"spanish_lab_48"},{"":"268",sentence:"Todos los lagos son completamente cuadrados.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiHumanEs_58",corpusId:"aiHumanEs",form:"form4",itemNum:"58",itemId_old:"spanish_ai-human_13"},{"":"269",sentence:"Los bomberos usan mangueras para apagar incendios en edificios.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_59",corpusId:"aiEs",form:"form4",itemNum:"59",itemId_old:"spanish_ai_116"},{"":"270",sentence:"Las hojas son saltamontes disfrazados.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiHumanEs_60",corpusId:"aiHumanEs",form:"form4",itemNum:"60",itemId_old:"spanish_ai-human_44"},{"":"271",sentence:"Las galletas son naves espaciales que exploran la galaxia.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_61",corpusId:"aiEs",form:"form4",itemNum:"61",itemId_old:"spanish_ai_83"},{"":"272",sentence:"Algunos animales duermen durante el día y están despiertos en la noche.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_labEs_62",corpusId:"labEs",form:"form4",itemNum:"62",itemId_old:"spanish_lab_81"},{"":"273",sentence:"Las frutas, como los mangos, ofrecen vitaminas y sabores deliciosos.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiHumanEs_63",corpusId:"aiHumanEs",form:"form4",itemNum:"63",itemId_old:"spanish_ai-human_40"},{"":"274",sentence:"Las ranas navegan por los océanos en botes de papel.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_64",corpusId:"aiEs",form:"form4",itemNum:"64",itemId_old:"spanish_ai_74"},{"":"275",sentence:"Se necesita de un equipo especial para escalar algunas montañas.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_labEs_65",corpusId:"labEs",form:"form4",itemNum:"65",itemId_old:"spanish_lab_97"},{"":"276",sentence:"Los chefs preparan deliciosos platos utilizando ingredientes frescos y sabrosos.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_aiEs_66",corpusId:"aiEs",form:"form4",itemNum:"66",itemId_old:"spanish_ai_136"},{"":"277",sentence:"Los lápices tienen superpoderes para escribir solos en papel.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_aiEs_67",corpusId:"aiEs",form:"form4",itemNum:"67",itemId_old:"spanish_ai_202"},{"":"278",sentence:"Las chanclas son unos buenos zapatos para usar en lugares fríos.",answer:"FALSE",direction:"left",difficulty:"NA",itemId:"form4_labEs_68",corpusId:"labEs",form:"form4",itemNum:"68",itemId_old:"spanish_lab_59"},{"":"279",sentence:"El hielo se derrite con el calor.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_labEsNew_69",corpusId:"labEsNew",form:"form4",itemNum:"69",itemId_old:"NA"},{"":"280",sentence:"Algunas personas tienen perros como mascota.",answer:"TRUE",direction:"right",difficulty:"NA",itemId:"form4_labEsNew_70",corpusId:"labEsNew",form:"form4",itemNum:"70",itemId_old:"NA"}],ad=[{sentence:"A MAÇÃ É AZUL.",answer:"F",direction:"left",correctresponse:"arrowleft"},{sentence:"VOCÊ PODE LER HISTÓRIAS NA ESCOLA.",answer:"T",direction:"right",correctresponse:"arrowright"},{sentence:"AS PESSOAS DIRIGEM CARROS.",answer:"T",direction:"right",correctresponse:"arrowright"},{sentence:"VOCÊ USA CHAPÉU NO PÉ.",answer:"F",direction:"left",correctresponse:"arrowleft"}],rd=[{sentence:"UM COBERTOR PODE SER MUITO MACIO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_1"},{sentence:"PEIXES TÊM DEDOS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_2"},{sentence:"SANDUÍCHES SÃO COMIDAS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_3"},{sentence:"ALGUMAS MINHOCAS VÃO À ESCOLA EM ABÓBORAS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_4"},{sentence:"CASACOS PODEM SER FEITOS DE CARVÃO.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_5"},{sentence:"ALGUMAS CRIANÇAS TÊM MEDO DO ESCURO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_6"},{sentence:"O PROFESSOR É UMA PESSOA QUE TRABALHA EM ESCOLA.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_7"},{sentence:"O OCEANO É A CASA DE MUITOS ANIMAIS AQUÁTICOS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_8"},{sentence:"A ÁGUA É VERMELHA.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_9"},{sentence:"COZINHEIROS PREPARAM REFEIÇÕES NAS SUAS CAMAS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_10"},{sentence:"AS PESSOAS GOSTAM DE COMER LAMA.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_11"},{sentence:"AS CRIANÇAS PODEM FICAR TRISTES.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_12"},{sentence:"CARROS TÊM RODAS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_13"},{sentence:"TODOS OS CARROS SÃO AMARELOS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_14"},{sentence:"ÁRVORES TÊM GALHOS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_15"},{sentence:"A NEVE CAI EM LUGARES MUITO QUENTES.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_16"},{sentence:"LIXO É JOGADO FORA NOS CHUVEIROS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_17"},{sentence:"AS BOLHAS SÃO FEITAS DE AREIA.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_18"},{sentence:"CRIANÇAS GOSTAM DE BRINCAR COM BRINQUEDOS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_19"},{sentence:"TODAS AS CRIANÇAS TÊM MEDO DO SOL.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_20"},{sentence:"NORMALMENTE É ESCURO À NOITE.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_21"},{sentence:"TOALHAS SÃO FEITAS DE VIDRO.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_22"},{sentence:"UM TRAVESSEIRO PODE SER MUITO MACIO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_23"},{sentence:"O MACACO TEM UM ROSTO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_24"},{sentence:"OS ÓCULOS AJUDAM A ENXERGAR MELHOR.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_25"},{sentence:"ALGUMAS CASAS TÊM QUINTAL.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_26"},{sentence:"O FUTEBOL É JOGADO APENAS COM AS MÃOS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_27"},{sentence:"QUANDO VOCÊ QUEBRA UM OSSO, NORMALMENTE PRECISA USAR GESSO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_28"},{sentence:"COMPUTADORES PRECISAM DE ELETRICIDADE PARA FUNCIONAR.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_29"},{sentence:"OS CÃES SEMPRE ANDAM EM DUAS PATAS",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_30"},{sentence:"O SOL APARECE À NOITE.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_31"},{sentence:"NAVES ESPACIAIS SÃO PILOTADAS POR FAZENDEIROS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_32"},{sentence:"ALGUMAS CRIANÇAS FAZEM AULAS DE MÚSICA.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_33"},{sentence:"OS AVÓS PODEM TRAZER PRESENTES QUANDO VISITAM A FAMÍLIA.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_34"},{sentence:"O SUCO DE LARANJA É FEITO COM PERAS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_35"},{sentence:"A MAIORIA DOS HUMANOS OUVE COM OS PÉS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_36"},{sentence:"CADEIRAS SÃO VIVAS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_37"},{sentence:"AS PESSOAS PODEM COMPRAR TOMATES NO MERCARDO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_38"},{sentence:"SUCO DE LARANJA É SEMPRE FEITO DE UVAS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_39"},{sentence:"ALGUMAS PESSOAS GOSTAM DE CORRER PARA FAZER EXERCÍCIOS PELA MANHÃ.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_40"},{sentence:"CARACÓIS GERALMENTE SÃO MUITO RÁPIDOS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_41"},{sentence:"MAÇÃS CRESCEM EM ÁRVORES.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_42"},{sentence:"ALGUMAS LESMAS VÃO PARA A ESCOLA MONTADAS EM ELEFANTES.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_43"},{sentence:"AS PESSOAS DIRIGEM CARROS NA ESTRADA.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_44"},{sentence:"AS FORMIGAS MORAM NO MAR.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguse_lab_45"},{sentence:"BALEIAS TÊM DUAS PERNAS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_46"},{sentence:"MENINAS PODEM OUVIR MÚSICA COM FONES DE OUVIDO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_47"},{sentence:"UMA CORTINA É ALGO QUE VOCÊ VESTE.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_48"},{sentence:"MUITOS ENFERMEIROS TRABALHAM EM HOSPITAIS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_49"},{sentence:"REMÉDIOS FAZEM VOCÊ FICAR DOENTE POR MAIS TEMPO.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_50"},{sentence:"AS MOTOS SERVEM PARA VOAR.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_51"},{sentence:"O SOL É BRILHANTE.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_52"},{sentence:"É MAIS RÁPIDO CORRER DO QUE ANDAR.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_53"},{sentence:"LOJAS SÃO LUGARES ONDE VOCÊ VAI PARA COMPRAR COISAS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_54"},{sentence:"ELEFANTES SÃO ANIMAIS GRANDES.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_55"},{sentence:"COBERTORES SÃO FEITOS DE METAL.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_56"},{sentence:"PESSOAS GOSTAM DE COMER POEIRA.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_57"},{sentence:"A MAIORIA DOS CÃES USAM COLEIRAS QUANDO VÃO PASSEAR.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_58"},{sentence:"ARANHAS GOSTAM DE BEBER SUCO DE LARANJA EM CANECAS DE CAFÉ.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_59"},{sentence:"ALGUMAS CRIANÇAS GOSTAM DE LÁPIS DE COR VERMELHO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_60"},{sentence:"UM MÉDICO PODE TRABALHAR EM UM HOSPITAL QUE ATENDE MUITAS PESSOAS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_61"},{sentence:"PESSOAS PODEM USAR DINHEIRO PARA PAGAR EM LOJAS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_62"},{sentence:"MÃES GOSTAM DE COMER CHAPÉUS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_63"},{sentence:"LAGARTOS GOSTAM DE COZINHAR MACARRÃO.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_64"},{sentence:"MUITOS BEBÊS BEBEM LEITE.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_65"},{sentence:"TODO MÁGICO É UMA FADA.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_66"},{sentence:"PESSOAS PODEM USAR MEIAS PARA MANTER OS PÉS AQUECIDOS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_67"},{sentence:"ÀS VEZES AS PESSOAS BEBEM LEITE.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_68"},{sentence:"OS LIVROS TÊM QUE FICAR GUARDADOS NA GELADEIRA.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_69"},{sentence:"BOLSOS PODEM SER USADOS PARA GUARDAR DINHEIRO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_70"},{sentence:"AS PESSOAS PODEM ANDAR NAS NUVENS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_71"},{sentence:"PIRULITOS SÃO SEMPRE FEITOS DE VEGETAIS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_72"},{sentence:"TOALHAS SÃO USADAS PARA DEIXAR AS COISAS SECAS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_73"},{sentence:"SUBIR UM MORRO PODE SER CANSATIVO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_74"},{sentence:"ALGUNS SAPATOS TÊM CADARÇOS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_75"},{sentence:"AS PESSOAS DIRIGEM CARROS NA PIA.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_76"},{sentence:"O GARFO SERVE PARA CORTAR TECIDO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_77"},{sentence:"A MAIORIA DAS CASAS TEM GRAMA NO TETO.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_78"},{sentence:"A MAIORIA DAS CASAS É FEITA DE ESPUMA.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_79"},{sentence:"OS PATOS FAZEM AS SUAS CASAS EM CIMA DAS ÁRVORES",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_80"},{sentence:"PESSOAS ESCOVAM OS DENTES COM MAIONESE.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_81"},{sentence:"OS PESCADORES PESCAM OVELHAS NO MAR.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_82"},{sentence:"VACAS CANTAM À NOITE.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_83"},{sentence:"ALGUMAS MENINAS TOCAM O PIANO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_84"},{sentence:"ANIMAIS DE ESTIMAÇÃO PODEM FAZER COMPANHIA ÀS PESSOAS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_85"},{sentence:"ADULTOS PODEM FICAR TRISTES.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_86"},{sentence:"COBERTORES AJUDAM A MANTER VOCÊ FRIO.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_87"},{sentence:"FILHOTES DE CACHORROS CARREGAM MOCHILAS EM SUAS COSTAS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_88"},{sentence:"QUANDO A LUZ DO SEMÁFORO ESTÁ VERMELHA, VOCÊ PRECISA PARAR.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_89"},{sentence:"TODAS AS FLORES SÃO AMARELAS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_90"},{sentence:"AMIGOS PODEM TE ANIMAR QUANDO VOCÊ ESTÁ TENDO UM DIA RUIM.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_91"},{sentence:"TODOS OS ARTISTAS PINTAM COM BANANAS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_92"},{sentence:"OS RATOS TÊM ORELHAS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_93"},{sentence:"DIAS NUBLADOS SEMPRE SÃO QUENTES.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_94"},{sentence:"MENINOS NORMALMENTE LAVAM OS CABELOS COM IORGURTE.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_95"},{sentence:"GUARDA-CHUVAS SÃO ÚTEIS PARA PROTEGER DA CHUVA.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_96"},{sentence:"URSOS PODEM FALAR.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_97"},{sentence:"UMA FOTO PODE SER PENDURADA NA PAREDE.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_98"},{sentence:"ALGUMAS PESSOAS GOSTAM DE LER LIVROS ANTES DE DORMIR.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_99"},{sentence:"ADULTOS GERALMENTE SÃO MAIS ALTOS DO QUE CRIANÇAS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_100"},{sentence:"CARNAVAL É UM FERIADO EM OUTUBRO.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_101"},{sentence:"A MAIORIA DOS BEBÊS SABE COMO DIRIGIR UM CARRO.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_102"},{sentence:"PEDRAS PODEM SER ENCONTRADAS PERTO DE RIOS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_103"},{sentence:"O POMBO É UM PÁSSARO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_104"},{sentence:"O CAFÉ É AZUL.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_105"},{sentence:"RODAS SÃO REDONDAS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_106"},{sentence:"CHAPÉUS DEVEM SER USADOS NO COTOVELO.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_107"},{sentence:"OS PORCOS SEMPRE CAMINHAM SOBRE DUAS PERNAS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_108"},{sentence:"SEMPRE FAZ FRIO NO VERÃO.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_109"},{sentence:"UM JARDINEIRO TRABALHA EM UMA PADARIA.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_110"},{sentence:"O FOGO PODE SER FEITO COM GELO.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_111"},{sentence:"ALGUMAS PESSOAS VÃO PARA O TRABALHO USANDO UMA NAVE ESPACIAL.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_112"},{sentence:"AMIGOS PODEM FAZER MUITAS COISAS JUNTOS DEPOIS DA ESCOLA.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_113"},{sentence:"UM TRICICLO TEM DUAS RODAS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_114"},{sentence:"GELO AJUDA A DEIXAR AS COISAS FRIAS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_115"},{sentence:"PESSOAS PODEM USAR CARTÕES DE CRÉDITO PARA PAGAR EM LOJAS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_116"},{sentence:"OUTRO NOME PARA PRESENTE É LEMBRANCINHA.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_117"},{sentence:"MÁQUINAS DE LAVAR LOUÇA SUJAM PRATOS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_118"},{sentence:"PORTAS ESTÃO SEMPRE ABERTAS.",answer:"FALSE",direction:"left",corpusId:"portuguse_lab",itemId:"portuguese_lab_119"},{sentence:"CAMA ELÁSTICA TE AJUDA A PULAR MAIS ALTO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_120"},{sentence:"LIXEIRAS PODEM FICAR COM MAU CHEIRO SE O LIXO FOR DEIXADO POR MUITO TEMPO DENTRO DELAS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_121"},{sentence:"O RATO É UM ANIMAL.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_122"},{sentence:"O CLIMA NO INVERNO PODE SER FRIO.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_123"},{sentence:"EXISTEM MUITOS TIPOS DE CACHORROS.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_124"},{sentence:"A MAIORIA DAS PESSOAS BRINCA DE JOGOS DE TABULEIRO COM PELO MENOS UMA OUTRA PESSOA.",answer:"TRUE",direction:"right",corpusId:"portuguse_lab",itemId:"portuguese_lab_125"},{sentence:"NO MAR MORAM ANIMAIS DE TAMANHOS DIFERENTES.",answer:"TRUE",direction:"right",corpusId:"portuguese_lab",itemId:"portuguese_lab_126"},{sentence:"OS PROFESSORES ENSINAM OS ESTUDANTES NA ESCOLA.",answer:"TRUE",direction:"right",corpusId:"portuguese_lab",itemId:"portuguese_lab_127"},{sentence:"LER LIVROS AJUDA A APRENDER COISAS NOVAS.",answer:"TRUE",direction:"right",corpusId:"portuguese_lab",itemId:"portuguese_lab_128"},{sentence:"AS VACAS PRODUZEM LEITE.",answer:"TRUE",direction:"right",corpusId:"portuguese_lab",itemId:"portuguese_lab_129"},{sentence:"AS GARRAFAS DE PLÁSTICO POLUEM O MAR.",answer:"TRUE",direction:"right",corpusId:"portuguese_lab",itemId:"portuguese_lab_130"},{sentence:"AS GALINHAS COLOCAM OVOS.",answer:"TRUE",direction:"right",corpusId:"portuguese_lab",itemId:"portuguese_lab_131"},{sentence:"OS PEIXES MORAM FORA DA ÁGUA.",answer:"FALSE",direction:"left",corpusId:"portuguese_lab",itemId:"portuguese_lab_132"},{sentence:"OS SAPATOS SÃO USADOS NA CABEÇA.",answer:"FALSE",direction:"left",corpusId:"portuguese_lab",itemId:"portuguese_lab_133"},{sentence:"PARA ADOÇAR O CAFÉ, VOCÊ COLOCA SAL.",answer:"FALSE",direction:"left",corpusId:"portuguese_lab",itemId:"portuguese_lab_134"},{sentence:"OS PATOS VÃO ATÉ A ESCOLA MONTADOS EM GIRAFAS.",answer:"FALSE",direction:"left",corpusId:"portuguese_lab",itemId:"portuguese_lab_135"},{sentence:"OS GORILAS TÊM TRES OLHOS.",answer:"FALSE",direction:"left",corpusId:"portuguese_lab",itemId:"portuguese_lab_137"},{sentence:"UMA CANETA SERVE PARA BEBER UMA BEBIDA.",answer:"FALSE",direction:"left",corpusId:"portuguese_lab",itemId:"portuguese_lab_138"},{sentence:"OS MORANGOS SÃO SALGADOS.",answer:"FALSE",direction:"left",corpusId:"portuguese_lab",itemId:"portuguese_lab_139"},{sentence:"OS COELHOS SÃO TIPOS DE AVES.",answer:"FALSE",direction:"left",corpusId:"portuguese_lab",itemId:"portuguese_lab_140"},{sentence:"COMER SOMENTE SORVETE É SAUDÁVEL.",answer:" FALSE",direction:" left",corpusId:" portuguese_lab",itemId:"portuguese_lab_141"}],od=[{sentence:"Katzen haben Räder.",answer:"F",direction:"left",correctresponse:"arrowleft"},{sentence:"Ameisen sind klein.",answer:"T",direction:"right",correctresponse:"arrowright"},{sentence:"Berge sind hoch.",answer:"T",direction:"right",correctresponse:"arrowright"},{sentence:"Wir trinken aus Hüten.",answer:"F",direction:"left",correctresponse:"arrowleft"}],cd=[{sentence:"Im Sommer fallen Schneeflocken.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_1"},{sentence:"Flugzeuge fliegen in der Luft.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_2"},{sentence:"Eulen können ihren Kopf nicht drehen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_3"},{sentence:"Menschen atmen Luft ein.",answer:"TRUE",direction:"left",corpusId:"uzh",itemId:"uzh_4"},{sentence:"Regenbogen haben nur eine Farbe.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_5"},{sentence:"Ein Auto hat zehn Räder.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_6"},{sentence:"Kameras trinken Bilder.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_7"},{sentence:"Das Meer ist voller Salzwasser.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_8"},{sentence:"Im Bett wird nachts geschlafen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_9"},{sentence:"Niemand mag Erdbeeren.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_10"},{sentence:"Haie haben scharfe Zähne.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_11"},{sentence:"Fahnen haben keine Farben.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_12"},{sentence:"Autos schwimmen auf dem Wasser.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_13"},{sentence:"Pferde können schnell laufen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_14"},{sentence:"Ein Telefon hilft uns beim Gehen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_15"},{sentence:"Muscheln wachsen auf Bäumen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_16"},{sentence:"Ein Haus ist ein Ort zum Wohnen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_17"},{sentence:"Bei Kälte tragen wir Jacken.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_18"},{sentence:"Menschen brauchen jeden Tag Schlaf.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_19"},{sentence:"Mit Spielzeug kann gespielt werden.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_20"},{sentence:"Ein Kissen ist weich.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_21"},{sentence:"Delfine können aus einem Vulkan springen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_22"},{sentence:"Der Wal ist ein kleines Landtier.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_23"},{sentence:"Mit Sand kann man Dinge kaufen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_24"},{sentence:"Affen klettern auf Bäumen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_25"},{sentence:"Menschen gehen, rennen und springen, um sich zu bewegen und Sport zu treiben.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_26"},{sentence:"Kinder gehen zur Schule, um zu liegen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_27"},{sentence:"Hamster schwimmen auf Rädern.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_28"},{sentence:"Lehrpersonen arbeiten in Schulen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_29"},{sentence:"Eine Uhr tanzt die Zeit.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_30"},{sentence:"Ein Baby lernt krabbeln.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_31"},{sentence:"Niemand hat Gefühle.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_32"},{sentence:"Hände können Dinge halten.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_33"},{sentence:"Kirschen wachsen im Winter.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_34"},{sentence:"Wenn wir gähnen, sind wir hungrig.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_35"},{sentence:"Ein Dreieck hat zehn Seiten.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_36"},{sentence:"Haustiere sind Lebewesen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_37"},{sentence:"Zum Klavierspielen braucht es eine Säge.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_38"},{sentence:"Der Mond scheint in der Nacht und ändert ständig seine Form.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_39"},{sentence:"Der Wind kann Dinge unsichtbar machen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_40"},{sentence:"Berge sind sehr niedrig.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_41"},{sentence:"Menschen sprechen verschiedene Sprachen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_42"},{sentence:"Eltern gehen auf ihren Händen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_43"},{sentence:"Kängurus können weit springen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_44"},{sentence:"Der Ozean ist winzig klein.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_45"},{sentence:"Im Park kann man spielen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_46"},{sentence:"Wir sagen Tschüss, wenn wir gehen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_47"},{sentence:"Der Himmel kann blau oder grau sein.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_48"},{sentence:"Reife Bananen sind blau.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_49"},{sentence:"Tiger haben schwarze Streifen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_50"},{sentence:"Babys wachsen zu Kindern heran.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_51"},{sentence:"Wenn man Tiere wie Schildkröten, Affen und Eidechsen sehen will, geht man ins Krankenhaus.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_52"},{sentence:"Ein Pfirsich ist pelzig und süss.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_53"},{sentence:"Blätter fallen von Bäumen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_54"},{sentence:"Türen verschwinden und tauchen wieder auf.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_55"},{sentence:"Mit Bleistiften kannst du besser schwimmen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_56"},{sentence:"Menschen nutzen Landkarten, um Orte zu finden.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_57"},{sentence:"Der Raum in dem man schläft ist die Küche.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_58"},{sentence:"Leute reden mit ihren Ellbogen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_59"},{sentence:"Ein Lied kann man hören.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_60"},{sentence:"Hunde bellen und spielen gern.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_61"},{sentence:"Die Sonne geht am Morgen unter.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_62"},{sentence:"Regenmäntel halten uns trocken.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_63"},{sentence:"Wir essen jeden Tag unsere Zähne.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_64"},{sentence:"Milch stammt aus Steinen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_65"},{sentence:"In der Schule schreibt man mit Hammern.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_66"},{sentence:"Jemand, der Autos repariert, ist Astronaut. ",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_67"},{sentence:"Wir trinken aus Gräsern.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_68"},{sentence:"Ein Lamm ist ein kleines Kamel.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_69"},{sentence:"Kinder lernen von Erwachsenen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_70"},{sentence:"Ein Segelboot hat ein Segel.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_71"},{sentence:"Jeder hat eine Lieblingsfarbe.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_72"},{sentence:"Regenbogen sind lecker.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_73"},{sentence:"Ein Hirsch hat Flügel.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_74"},{sentence:"Der Bus transportiert Menschen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_75"},{sentence:"Kaninchen haben ein weiches Fell.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_76"},{sentence:"Papier kann man falten.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_77"},{sentence:"Quallen sind Landlebewesen mit kurzen Armen, die singen können.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_78"},{sentence:"Eis ist kochendes Wasser.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_79"},{sentence:"Eichhörnchen leben unter Wasser.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_80"},{sentence:"Freunde helfen einander.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_81"},{sentence:"Elefanten sind riesige Tiere mit einem langen Rüssel.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_82"},{sentence:"Orangensaft macht man mit Orangen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_83"},{sentence:"Kinder schrumpfen, wenn sie älter werden.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_84"},{sentence:"Damit dreckiges Geschirr sauber wird, tust du es in den Ofen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_85"},{sentence:"Schafe haben dicke Wolle.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_86"},{sentence:"Mit Strohhalmen hört man Musik.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_87"},{sentence:"Die Giraffe hat einen langen Hals.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_88"},{sentence:"Mit einem Gummistiefel wird der Rasen gemäht.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_89"},{sentence:"Die Schildkröte kann in ihrem Panzer fliegen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_90"},{sentence:"Eine Mücke kann stricken.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_91"},{sentence:"Schweine sind blau und dünn.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_92"},{sentence:"Der Computer behindert unsere Arbeit.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_93"},{sentence:"Um besser zu hören, trägt man eine Brille.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_94"},{sentence:"Schuhe haben immer Rollen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_95"},{sentence:"Das Feuer hat Flammen und brennt.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_96"},{sentence:"Wir benutzen Schlüssel, um Türen zu öffnen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_97"},{sentence:"Der Apfelbaum ist ein Möbelstück.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_98"},{sentence:"Hühner legen Murmeln, die wir essen können.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_99"},{sentence:"Alle Menschen brauchen Liebe und Fürsorge.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_100"},{sentence:"Ein Berg ist hoch und felsig.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_101"},{sentence:"Wasser ist nass und wir brauchen es, um gesund zu bleiben.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_102"},{sentence:"Äpfel können rot, grün oder gelb sein.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_103"},{sentence:"Manche Leute tragen eine Brille, um besser zu sehen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_104"},{sentence:"Beim Zugfahren ist es wichtig einen Helm zu tragen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_105"},{sentence:"Die Sonne geht jeden Tag auf.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_106"},{sentence:"Manchmal ist man traurig.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_107"},{sentence:"Enten schwimmen nicht gerne.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_108"},{sentence:"Fahrräder haben zwanzig Räder und machen uns unsichtbar.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_109"},{sentence:"Im Zoo leben verschiedene Tiere.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_110"},{sentence:"Auf der Autobahn fahren die Autos schnell.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_111"},{sentence:"Gemüse wird im Bett gelagert.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_112"},{sentence:"Im Theater gibt es eine Bühne.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_113"},{sentence:"Gummibänder können sich nicht dehnen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_114"},{sentence:"Die meisten Blumen geben unsichtbaren Rauch ab.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_115"},{sentence:"Der Kühlschrank wärmt das Essen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_116"},{sentence:"Spargel wächst in einem Vulkan.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_117"},{sentence:"Beim Drücken klingelt eine Türklingel.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_118"},{sentence:"Familien können Haustiere haben.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_119"},{sentence:"Kängurus sind Tiere mit kräftigen Beinen und sie können sehr weit hüpfen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_120"},{sentence:"Beim Duschen wird man sauber.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_121"},{sentence:"Bücher haben keine Seiten.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_122"},{sentence:"Wüsten sind eisige und schneebedeckte Orte mit ständigem Regen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_123"},{sentence:"Fische atmen durch Kiemen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_124"},{sentence:"In der Küche gibt es Spülmittel, um das Geschirr abwaschen zu können.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_125"},{sentence:"Ein Ball ist flach.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_126"},{sentence:"Kartoffelpüree wird aus Kirschen gemacht.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_127"},{sentence:"Menschen leben in Häusern.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_128"},{sentence:"Ein Jahr hat elf Monate.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_129"},{sentence:"Kinder gehen zur Schule.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_130"},{sentence:"Affen laufen unter der Erde.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_131"},{sentence:"Wenn es kalt ist, trägt man Sandalen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_132"},{sentence:"Kinder singen gerne Lieder.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_133"},{sentence:"Insekten haben keine Beine.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_134"},{sentence:"Wasser kocht, wenn es kalt ist.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_135"},{sentence:"Menschen putzen ihre Zähne.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_136"},{sentence:"Welpen sind kleine Hunde.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_137"},{sentence:"In der Sporthalle treibt man Sport.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_138"},{sentence:"Fische fahren Autos mit Rädern und Scheinwerfern.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_139"},{sentence:"Schlangen sind am Himmel zu sehen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_140"},{sentence:"Muscheln gibt es in vielen Formen und Farben und man findet sie am Strand.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_141"},{sentence:"Die Post wird unter den Häusern vergraben.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_142"},{sentence:"Das Licht kommt durch die Fenster ins Haus.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_143"},{sentence:"Geschenke bekommt man zu besonderen Anlässen wie Geburtstagen und Feiertagen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_144"},{sentence:"Pferde können laufen und tragen Menschen oder Dinge auf ihrem Rücken.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_145"},{sentence:"Um ein Haus zu bauen, braucht es Farbstifte.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_146"},{sentence:"Der Ozean ist klein und flach.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_147"},{sentence:"Kinder spielen auf dem Spielplatz.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_148"},{sentence:"Die meisten Menschen haben zwei Beine.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_149"},{sentence:"Telefongespräche verhindern, dass Menschen überhaupt reden.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_150"},{sentence:"Impfungen tragen dazu bei, uns vor Krankheiten zu schützen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_151"},{sentence:"Kleinkinder machen einen Mittagsschlaf, um sich auszuruhen und Energie zu tanken.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_152"},{sentence:"Eine Lehrerin hilft uns beim Lernen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_153"},{sentence:"Zebras haben Punkte und leben unter der Erde.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_154"},{sentence:"Pflanzen brauchen Wasser und Sonnenlicht.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_155"},{sentence:"Hunde pflanzen Blumen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_156"},{sentence:"Im Bett wird nachts getanzt.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_157"},{sentence:"Es gibt nur Zeichentrickfilme für Erwachsene und keine für Kinder.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_158"},{sentence:"Beim Blumen pflücken schneit es immer.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_159"},{sentence:"Regenbogen haben nur eine Farbe.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_160"},{sentence:"Pinguine können fliegen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_161"},{sentence:"Hunde können bellen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_162"},{sentence:"Im Ofen kann man Kuchen backen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_163"},{sentence:"Bienen sind kleine Tiere die Honig machen. ",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_164"},{sentence:"Vögel haben Schuppen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_165"},{sentence:"Wale sind Reptilien.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_166"},{sentence:"Vor dem Schlafengehen ziehen wir Pyjamas an.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_167"},{sentence:"Bären sind winzig und schwach.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_168"},{sentence:"Musik kann auf Instrumenten wie Schlagzeug, Gitarre und Klavier gespielt werden.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_169"},{sentence:"Kinder spielen in der Stratosphäre.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_170"},{sentence:"Flugzeuge fliegen am Himmel.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_171"},{sentence:"Wir essen mit einer Garage.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_172"},{sentence:"Eis ist scharf und bitter.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_173"},{sentence:"Du gehst nachts schlafen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_174"},{sentence:"Eine Autohupe hupt laut.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_175"},{sentence:"Frösche können im Wasser springen und schwimmen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_176"},{sentence:"Auf dem Flohmarkt werden Traktoren ausgestellt.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_177"},{sentence:"Aus einer Raupe wird ein Nashorn.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_178"},{sentence:"Die Leute lachen, wenn Dinge lustig sind.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_179"},{sentence:"Menschen haben unterschiedliche Haarfarben.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_180"},{sentence:"Brot ist ein seltenes Lebensmittel.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_181"},{sentence:"Wir gehen mit unseren Händen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_182"},{sentence:"Schneeflocken sind schwarz und rau.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_183"},{sentence:"Züge schwimmen auf Bahngleisen.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_184"},{sentence:"Die Jahreszeiten sind Frühling, Sommer, Herbst und Winter.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_185"},{sentence:"Elefanten sind blau und klein.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_186"},{sentence:"Die Erdbeere ist eine rote Frucht.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_187"},{sentence:"Ärztinnen und Ärzte helfen uns, wenn wir krank sind.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_188"},{sentence:"Wie leben alle auf dem Mars.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_189"},{sentence:"Obst und Gemüse helfen unserem Körper zu wachsen und gesund zu bleiben.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_190"},{sentence:"Eltern versorgen ihre Kinder.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_191"},{sentence:"Wasser löscht den Durst.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_192"},{sentence:"Katzen miauen und schnurren, wenn sie glücklich sind.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_193"},{sentence:"Wenn man in einen Stall geht, sieht man oft Pferde, Kühe oder Schweine.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_194"},{sentence:"Im Sommer geht man ins Freibad, um sich abzukühlen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_195"},{sentence:"Im Vergleich zu Schulkindern, können Kindergartenkinder noch nicht gut lesen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_196"},{sentence:"Weil junge Kinder noch nicht lesen können, kriegen sie oft Bilderbücher geschenkt.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_197"},{sentence:"Der Staubsauger ist ein elektrisches Gerät, das wir zum Putzen benutzen.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_198"},{sentence:"Die Fläche um ein Haus, auf dem viele Pflanzen wachsen, nennt man Insel.",answer:"FALSE",direction:"left",corpusId:"uzh",itemId:"uzh_199"},{sentence:"In den Ferien musst du nicht in die Schule.",answer:"TRUE",direction:"right",corpusId:"uzh",itemId:"uzh_200"}];const dd="mobile"===sr(),ld=e=>{const t=[...e];for(let e=t.length-1;e>0;e-=1){const i=Math.floor(Math.random()*(e+1));[t[e],t[i]]=[t[i],t[e]]}return t};let ud={};(new qc).addDetector({name:"defaultToEnglish",lookup:e=>"en"}),mc.use(qc).on("languageChanged",(function(){const e={en:{corpusPractice:Gc,corpusLab:Yc,corpusTOSREC:Jc,corpusAI:Qc,corpusAIV1P1:Zc,corpusAIV1P2:Xc,corpusAIV2Testset:ed,corpusFixedForms:td},es:{corpusPractice:id,corpusTest:nd,corpusFixedForms:sd},it:{corpusPractice:"",corpusLab:"",corpusTOSREC:"",corpusAI:""},pt:{corpusPractice:ad,corpusTest:rd},de:{corpusPractice:od,corpusTest:cd}};let t;const{language:i}=mc;t="pt"===i||"de"===i?{practice:e[mc.language].corpusPractice,test:e[mc.language].corpusTest}:"es"===i?{fixedforms:e[mc.language].corpusFixedForms,practice:e[mc.language].corpusPractice,test:e[mc.language].corpusTest}:{practice:e[mc.language].corpusPractice,lab:e[mc.language].corpusLab,ai:e[mc.language].corpusAI,aiV1P1:e[mc.language].corpusAIV1P1,aiV1P2:e[mc.language].corpusAIV1P2,aiV2Testset:e[mc.language].corpusAIV2Testset,aiv3Forms:e[mc.language].corpusFixedForms,tosrec:[]};const n=e=>e.reduce(((e,t)=>{const i={sentence:t.sentence,answer:t.answer,correct_response:t.correctresponse};return e.push(i),e}),[]),s=e=>e.reduce(((e,t)=>{const i={sentence:t.sentence,direction:t.direction,answer:t.answer,difficulty:t.difficulty,itemId:t.itemId};return e.push(i),e}),[]),a=e=>e&&Array.isArray(e)?e.reduce(((e,t)=>{const i={sentence:t.sentence,grade:t.grade,direction:t.direction,answer:t.answer,itemId:t.itemId};return e.push(i),e}),[]):[],r=e=>e&&Array.isArray(e)?e.reduce(((e,t)=>{const i={sentence:t.sentence,grade:t.grade,direction:t.direction,answer:t.answer,itemId:t.itemId,testsetId:parseInt(t.testsetId,10)};return e.push(i),e}),[]):[],o=e=>e&&Array.isArray(e)?e.reduce(((e,t)=>{const i={sentence:t.sentence,direction:t.direction,answer:t.answer,corpusId:t.corpusId,form:t.form,itemNum:parseInt(t.itemNum,10),itemIdOld:t.itemId_old,itemId:t.itemId};return e.push(i),e}),[]):[],c=(e,t,i)=>{const n=((e,t)=>{const i=new Set;for(;i.size<t;){const t=Math.floor(Math.random()*e)+1;i.add(t)}return[...i]})(t,i),s=[];return n.forEach((t=>{s.push(...e.filter((e=>e.testsetId===t)))})),s};ud=(e=>{if("en"!==i){const t=e.test.reduce(((e,t)=>{const i={sentence:t.sentence,direction:t.direction,answer:t.answer,difficulty:t.difficulty,itemId:t.itemId,corpusId:t.corpusId};return e.push(i),e}),[]),s=o(e.fixedforms),a=ld(t.filter((e=>"TRUE"===e.answer||!0===e.answer))),r=ld(t.filter((e=>"FALSE"===e.answer||!1===e.answer)));let c={};if("es"===i){const t=[...new Set(s.map((e=>e.form)))];c={practice:n(e.practice),test1:ld([...a.slice(0,35),...r.slice(0,35)]),test2:ld([...a.slice(35,70),...r.slice(35,70)]),fixedForms:t.reduce(((e,t,i)=>(e[`fixedForm${i+1}`]=s.filter((e=>e.form===t)),e)),{})}}else c={practice:n(e.practice),test1:ld([...a.slice(0,35),...r.slice(0,35)]),test2:ld([...a.slice(35,70),...r.slice(35,70)])};return c}const t=o(e.aiv3Forms),d=[...new Set(t.map((e=>e.form)))];return{practice:n(e.practice),lab:s(e.lab),ai:ld(s(e.ai)).slice(0,130),aiV1P1:s(e.aiV1P1),aiV1P2:s(e.aiV1P2),aiV2:c(r(e.aiV2Testset),50,5),fixedForms:d.reduce(((e,i,n)=>(e[`fixedForm${n+1}`]=t.filter((e=>e.form===i)),e)),{}),tosrec1:a(e.tosrec1),tosrec2:a(e.tosrec2),tosrec3:a(e.tosrec3),tosrec4:a(e.tosrec4),tosrec5:a(e.tosrec5),tosrec6:a(e.tosrec6),tosrec7:a(e.tosrec7),tosrec8:a(e.tosrec8)}})(t)})).init({debug:!1,load:"languageOnly",fallbackLng:"en",detection:{order:["defaultToEnglish","querystring"]},resources:{en:{translation:Vc},es:{translation:Hc},it:{translation:"itTranslations"},pt:{translation:Wc},de:{translation:Kc}}});!function(e){var t=function(e){var t,i=Object.prototype,n=i.hasOwnProperty,s=Object.defineProperty||function(e,t,i){e[t]=i.value},a="function"==typeof Symbol?Symbol:{},r=a.iterator||"@@iterator",o=a.asyncIterator||"@@asyncIterator",c=a.toStringTag||"@@toStringTag";function d(e,t,i){return Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{d({},"")}catch(e){d=function(e,t,i){return e[t]=i}}function l(e,t,i,n){var a=t&&t.prototype instanceof _?t:_,r=Object.create(a.prototype),o=new L(n||[]);return s(r,"_invoke",{value:x(e,i,o)}),r}function u(e,t,i){try{return{type:"normal",arg:e.call(t,i)}}catch(e){return{type:"throw",arg:e}}}e.wrap=l;var p="suspendedStart",m="suspendedYield",f="executing",h="completed",g={};function _(){}function I(){}function y(){}var v={};d(v,r,(function(){return this}));var w=Object.getPrototypeOf,b=w&&w(w(N([])));b&&b!==i&&n.call(b,r)&&(v=b);var E=y.prototype=_.prototype=Object.create(v);function A(e){["next","throw","return"].forEach((function(t){d(e,t,(function(e){return this._invoke(t,e)}))}))}function S(e,t){function i(s,a,r,o){var c=u(e[s],e,a);if("throw"!==c.type){var d=c.arg,l=d.value;return l&&"object"==typeof l&&n.call(l,"__await")?t.resolve(l.__await).then((function(e){i("next",e,r,o)}),(function(e){i("throw",e,r,o)})):t.resolve(l).then((function(e){d.value=e,r(d)}),(function(e){return i("throw",e,r,o)}))}o(c.arg)}var a;s(this,"_invoke",{value:function(e,n){function s(){return new t((function(t,s){i(e,n,t,s)}))}return a=a?a.then(s,s):s()}})}function x(e,t,i){var n=p;return function(s,a){if(n===f)throw new Error("Generator is already running");if(n===h){if("throw"===s)throw a;return F()}for(i.method=s,i.arg=a;;){var r=i.delegate;if(r){var o=T(r,i);if(o){if(o===g)continue;return o}}if("next"===i.method)i.sent=i._sent=i.arg;else if("throw"===i.method){if(n===p)throw n=h,i.arg;i.dispatchException(i.arg)}else"return"===i.method&&i.abrupt("return",i.arg);n=f;var c=u(e,t,i);if("normal"===c.type){if(n=i.done?h:m,c.arg===g)continue;return{value:c.arg,done:i.done}}"throw"===c.type&&(n=h,i.method="throw",i.arg=c.arg)}}}function T(e,i){var n=i.method,s=e.iterator[n];if(s===t)return i.delegate=null,"throw"===n&&e.iterator.return&&(i.method="return",i.arg=t,T(e,i),"throw"===i.method)||"return"!==n&&(i.method="throw",i.arg=new TypeError("The iterator does not provide a '"+n+"' method")),g;var a=u(s,e.iterator,i.arg);if("throw"===a.type)return i.method="throw",i.arg=a.arg,i.delegate=null,g;var r=a.arg;return r?r.done?(i[e.resultName]=r.value,i.next=e.nextLoc,"return"!==i.method&&(i.method="next",i.arg=t),i.delegate=null,g):r:(i.method="throw",i.arg=new TypeError("iterator result is not an object"),i.delegate=null,g)}function R(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function k(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function L(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(R,this),this.reset(!0)}function N(e){if(e){var i=e[r];if(i)return i.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var s=-1,a=function i(){for(;++s<e.length;)if(n.call(e,s))return i.value=e[s],i.done=!1,i;return i.value=t,i.done=!0,i};return a.next=a}}return{next:F}}function F(){return{value:t,done:!0}}return I.prototype=y,s(E,"constructor",{value:y,configurable:!0}),s(y,"constructor",{value:I,configurable:!0}),I.displayName=d(y,c,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===I||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,y):(e.__proto__=y,d(e,c,"GeneratorFunction")),e.prototype=Object.create(E),e},e.awrap=function(e){return{__await:e}},A(S.prototype),d(S.prototype,o,(function(){return this})),e.AsyncIterator=S,e.async=function(t,i,n,s,a){void 0===a&&(a=Promise);var r=new S(l(t,i,n,s),a);return e.isGeneratorFunction(i)?r:r.next().then((function(e){return e.done?e.value:r.next()}))},A(E),d(E,c,"Generator"),d(E,r,(function(){return this})),d(E,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),i=[];for(var n in t)i.push(n);return i.reverse(),function e(){for(;i.length;){var n=i.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=N,L.prototype={constructor:L,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(k),!e)for(var i in this)"t"===i.charAt(0)&&n.call(this,i)&&!isNaN(+i.slice(1))&&(this[i]=t)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var i=this;function s(n,s){return o.type="throw",o.arg=e,i.next=n,s&&(i.method="next",i.arg=t),!!s}for(var a=this.tryEntries.length-1;a>=0;--a){var r=this.tryEntries[a],o=r.completion;if("root"===r.tryLoc)return s("end");if(r.tryLoc<=this.prev){var c=n.call(r,"catchLoc"),d=n.call(r,"finallyLoc");if(c&&d){if(this.prev<r.catchLoc)return s(r.catchLoc,!0);if(this.prev<r.finallyLoc)return s(r.finallyLoc)}else if(c){if(this.prev<r.catchLoc)return s(r.catchLoc,!0)}else{if(!d)throw new Error("try statement without catch or finally");if(this.prev<r.finallyLoc)return s(r.finallyLoc)}}}},abrupt:function(e,t){for(var i=this.tryEntries.length-1;i>=0;--i){var s=this.tryEntries[i];if(s.tryLoc<=this.prev&&n.call(s,"finallyLoc")&&this.prev<s.finallyLoc){var a=s;break}}a&&("break"===e||"continue"===e)&&a.tryLoc<=t&&t<=a.finallyLoc&&(a=null);var r=a?a.completion:{};return r.type=e,r.arg=t,a?(this.method="next",this.next=a.finallyLoc,g):this.complete(r)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),g},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var i=this.tryEntries[t];if(i.finallyLoc===e)return this.complete(i.completion,i.afterLoc),k(i),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var i=this.tryEntries[t];if(i.tryLoc===e){var n=i.completion;if("throw"===n.type){var s=n.arg;k(i)}return s}}throw new Error("illegal catch attempt")},delegateYield:function(e,i,n){return this.delegate={iterator:N(e),resultName:i,nextLoc:n},"next"===this.method&&(this.arg=t),g}},e}(e.exports);try{regeneratorRuntime=t}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=t:Function("r","regeneratorRuntime = r")(t)}}({exports:{}});const pd="https://roar.stanford.edu/",md=function(e){const t=new go(e);return Object.defineProperties(t,Object.fromEntries(Object.entries({init:"`jsPsych.init()` was replaced by `initJsPsych()` in jsPsych v7.",ALL_KEYS:'jsPsych.ALL_KEYS was replaced by the "ALL_KEYS" string in jsPsych v7.',NO_KEYS:'jsPsych.NO_KEYS was replaced by the "NO_KEYS" string in jsPsych v7.',currentTimelineNodeID:"`currentTimelineNodeID()` was renamed to `getCurrentTimelineNodeID()` in jsPsych v7.",progress:"`progress()` was renamed to `getProgress()` in jsPsych v7.",startTime:"`startTime()` was renamed to `getStartTime()` in jsPsych v7.",totalTime:"`totalTime()` was renamed to `getTotalTime()` in jsPsych v7.",currentTrial:"`currentTrial()` was renamed to `getCurrentTrial()` in jsPsych v7.",initSettings:"`initSettings()` was renamed to `getInitSettings()` in jsPsych v7.",allTimelineVariables:"`allTimelineVariables()` was renamed to `getAllTimelineVariables()` in jsPsych v7."}).map((([e,t])=>[e,{get(){throw new gr(t)}}])))),t}({show_progress_bar:!1,auto_update_progress_bar:!1,message_progress_bar:`${mc.t("progressBar")}`,on_finish:()=>{document.body.style.cursor="auto";"demo"===r.session.get("config").recruitment&&(window.location.href=pd)}});var fd={exports:{}};
18
+ /**
19
+ * @license
20
+ * Lodash <https://lodash.com/>
21
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
22
+ * Released under MIT license <https://lodash.com/license>
23
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
24
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
25
+ */!function(e,t){(function(){var n,s="Expected a function",a="__lodash_hash_undefined__",r="__lodash_placeholder__",o=16,c=32,d=64,l=128,u=256,p=1/0,m=9007199254740991,f=NaN,h=4294967295,g=[["ary",l],["bind",1],["bindKey",2],["curry",8],["curryRight",o],["flip",512],["partial",c],["partialRight",d],["rearg",u]],_="[object Arguments]",I="[object Array]",y="[object Boolean]",v="[object Date]",w="[object Error]",b="[object Function]",E="[object GeneratorFunction]",A="[object Map]",S="[object Number]",x="[object Object]",T="[object Promise]",R="[object RegExp]",k="[object Set]",L="[object String]",N="[object Symbol]",F="[object WeakMap]",U="[object ArrayBuffer]",O="[object DataView]",C="[object Float32Array]",P="[object Float64Array]",j="[object Int8Array]",M="[object Int16Array]",z="[object Int32Array]",D="[object Uint8Array]",B="[object Uint8ClampedArray]",$="[object Uint16Array]",q="[object Uint32Array]",V=/\b__p \+= '';/g,H=/\b(__p \+=) '' \+/g,W=/(__e\(.*?\)|\b__t\)) \+\n'';/g,K=/&(?:amp|lt|gt|quot|#39);/g,G=/[&<>"']/g,Y=RegExp(K.source),J=RegExp(G.source),Q=/<%-([\s\S]+?)%>/g,Z=/<%([\s\S]+?)%>/g,X=/<%=([\s\S]+?)%>/g,ee=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,te=/^\w*$/,ie=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ne=/[\\^$.*+?()[\]{}|]/g,se=RegExp(ne.source),ae=/^\s+/,re=/\s/,oe=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ce=/\{\n\/\* \[wrapped with (.+)\] \*/,de=/,? & /,le=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ue=/[()=,{}\[\]\/\s]/,pe=/\\(\\)?/g,me=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,fe=/\w*$/,he=/^[-+]0x[0-9a-f]+$/i,ge=/^0b[01]+$/i,_e=/^\[object .+?Constructor\]$/,Ie=/^0o[0-7]+$/i,ye=/^(?:0|[1-9]\d*)$/,ve=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,we=/($^)/,be=/['\n\r\u2028\u2029\\]/g,Ee="\\ud800-\\udfff",Ae="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Se="\\u2700-\\u27bf",xe="a-z\\xdf-\\xf6\\xf8-\\xff",Te="A-Z\\xc0-\\xd6\\xd8-\\xde",Re="\\ufe0e\\ufe0f",ke="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Le="['’]",Ne="["+Ee+"]",Fe="["+ke+"]",Ue="["+Ae+"]",Oe="\\d+",Ce="["+Se+"]",Pe="["+xe+"]",je="[^"+Ee+ke+Oe+Se+xe+Te+"]",Me="\\ud83c[\\udffb-\\udfff]",ze="[^"+Ee+"]",De="(?:\\ud83c[\\udde6-\\uddff]){2}",Be="[\\ud800-\\udbff][\\udc00-\\udfff]",$e="["+Te+"]",qe="\\u200d",Ve="(?:"+Pe+"|"+je+")",He="(?:"+$e+"|"+je+")",We="(?:['’](?:d|ll|m|re|s|t|ve))?",Ke="(?:['’](?:D|LL|M|RE|S|T|VE))?",Ge="(?:"+Ue+"|"+Me+")"+"?",Ye="["+Re+"]?",Je=Ye+Ge+("(?:"+qe+"(?:"+[ze,De,Be].join("|")+")"+Ye+Ge+")*"),Qe="(?:"+[Ce,De,Be].join("|")+")"+Je,Ze="(?:"+[ze+Ue+"?",Ue,De,Be,Ne].join("|")+")",Xe=RegExp(Le,"g"),et=RegExp(Ue,"g"),tt=RegExp(Me+"(?="+Me+")|"+Ze+Je,"g"),it=RegExp([$e+"?"+Pe+"+"+We+"(?="+[Fe,$e,"$"].join("|")+")",He+"+"+Ke+"(?="+[Fe,$e+Ve,"$"].join("|")+")",$e+"?"+Ve+"+"+We,$e+"+"+Ke,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Oe,Qe].join("|"),"g"),nt=RegExp("["+qe+Ee+Ae+Re+"]"),st=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,at=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],rt=-1,ot={};ot[C]=ot[P]=ot[j]=ot[M]=ot[z]=ot[D]=ot[B]=ot[$]=ot[q]=!0,ot[_]=ot[I]=ot[U]=ot[y]=ot[O]=ot[v]=ot[w]=ot[b]=ot[A]=ot[S]=ot[x]=ot[R]=ot[k]=ot[L]=ot[F]=!1;var ct={};ct[_]=ct[I]=ct[U]=ct[O]=ct[y]=ct[v]=ct[C]=ct[P]=ct[j]=ct[M]=ct[z]=ct[A]=ct[S]=ct[x]=ct[R]=ct[k]=ct[L]=ct[N]=ct[D]=ct[B]=ct[$]=ct[q]=!0,ct[w]=ct[b]=ct[F]=!1;var dt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},lt=parseFloat,ut=parseInt,pt="object"==typeof i&&i&&i.Object===Object&&i,mt="object"==typeof self&&self&&self.Object===Object&&self,ft=pt||mt||Function("return this")(),ht=t&&!t.nodeType&&t,gt=ht&&e&&!e.nodeType&&e,_t=gt&&gt.exports===ht,It=_t&&pt.process,yt=function(){try{var e=gt&&gt.require&&gt.require("util").types;return e||It&&It.binding&&It.binding("util")}catch(e){}}(),vt=yt&&yt.isArrayBuffer,wt=yt&&yt.isDate,bt=yt&&yt.isMap,Et=yt&&yt.isRegExp,At=yt&&yt.isSet,St=yt&&yt.isTypedArray;function xt(e,t,i){switch(i.length){case 0:return e.call(t);case 1:return e.call(t,i[0]);case 2:return e.call(t,i[0],i[1]);case 3:return e.call(t,i[0],i[1],i[2])}return e.apply(t,i)}function Tt(e,t,i,n){for(var s=-1,a=null==e?0:e.length;++s<a;){var r=e[s];t(n,r,i(r),e)}return n}function Rt(e,t){for(var i=-1,n=null==e?0:e.length;++i<n&&!1!==t(e[i],i,e););return e}function kt(e,t){for(var i=null==e?0:e.length;i--&&!1!==t(e[i],i,e););return e}function Lt(e,t){for(var i=-1,n=null==e?0:e.length;++i<n;)if(!t(e[i],i,e))return!1;return!0}function Nt(e,t){for(var i=-1,n=null==e?0:e.length,s=0,a=[];++i<n;){var r=e[i];t(r,i,e)&&(a[s++]=r)}return a}function Ft(e,t){return!!(null==e?0:e.length)&&$t(e,t,0)>-1}function Ut(e,t,i){for(var n=-1,s=null==e?0:e.length;++n<s;)if(i(t,e[n]))return!0;return!1}function Ot(e,t){for(var i=-1,n=null==e?0:e.length,s=Array(n);++i<n;)s[i]=t(e[i],i,e);return s}function Ct(e,t){for(var i=-1,n=t.length,s=e.length;++i<n;)e[s+i]=t[i];return e}function Pt(e,t,i,n){var s=-1,a=null==e?0:e.length;for(n&&a&&(i=e[++s]);++s<a;)i=t(i,e[s],s,e);return i}function jt(e,t,i,n){var s=null==e?0:e.length;for(n&&s&&(i=e[--s]);s--;)i=t(i,e[s],s,e);return i}function Mt(e,t){for(var i=-1,n=null==e?0:e.length;++i<n;)if(t(e[i],i,e))return!0;return!1}var zt=Wt("length");function Dt(e,t,i){var n;return i(e,(function(e,i,s){if(t(e,i,s))return n=i,!1})),n}function Bt(e,t,i,n){for(var s=e.length,a=i+(n?1:-1);n?a--:++a<s;)if(t(e[a],a,e))return a;return-1}function $t(e,t,i){return t==t?function(e,t,i){var n=i-1,s=e.length;for(;++n<s;)if(e[n]===t)return n;return-1}(e,t,i):Bt(e,Vt,i)}function qt(e,t,i,n){for(var s=i-1,a=e.length;++s<a;)if(n(e[s],t))return s;return-1}function Vt(e){return e!=e}function Ht(e,t){var i=null==e?0:e.length;return i?Yt(e,t)/i:f}function Wt(e){return function(t){return null==t?n:t[e]}}function Kt(e){return function(t){return null==e?n:e[t]}}function Gt(e,t,i,n,s){return s(e,(function(e,s,a){i=n?(n=!1,e):t(i,e,s,a)})),i}function Yt(e,t){for(var i,s=-1,a=e.length;++s<a;){var r=t(e[s]);r!==n&&(i=i===n?r:i+r)}return i}function Jt(e,t){for(var i=-1,n=Array(e);++i<e;)n[i]=t(i);return n}function Qt(e){return e?e.slice(0,fi(e)+1).replace(ae,""):e}function Zt(e){return function(t){return e(t)}}function Xt(e,t){return Ot(t,(function(t){return e[t]}))}function ei(e,t){return e.has(t)}function ti(e,t){for(var i=-1,n=e.length;++i<n&&$t(t,e[i],0)>-1;);return i}function ii(e,t){for(var i=e.length;i--&&$t(t,e[i],0)>-1;);return i}var ni=Kt({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),si=Kt({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});function ai(e){return"\\"+dt[e]}function ri(e){return nt.test(e)}function oi(e){var t=-1,i=Array(e.size);return e.forEach((function(e,n){i[++t]=[n,e]})),i}function ci(e,t){return function(i){return e(t(i))}}function di(e,t){for(var i=-1,n=e.length,s=0,a=[];++i<n;){var o=e[i];o!==t&&o!==r||(e[i]=r,a[s++]=i)}return a}function li(e){var t=-1,i=Array(e.size);return e.forEach((function(e){i[++t]=e})),i}function ui(e){var t=-1,i=Array(e.size);return e.forEach((function(e){i[++t]=[e,e]})),i}function pi(e){return ri(e)?function(e){var t=tt.lastIndex=0;for(;tt.test(e);)++t;return t}(e):zt(e)}function mi(e){return ri(e)?function(e){return e.match(tt)||[]}(e):function(e){return e.split("")}(e)}function fi(e){for(var t=e.length;t--&&re.test(e.charAt(t)););return t}var hi=Kt({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var gi=function e(t){var i=(t=null==t?ft:gi.defaults(ft.Object(),t,gi.pick(ft,at))).Array,re=t.Date,Ee=t.Error,Ae=t.Function,Se=t.Math,xe=t.Object,Te=t.RegExp,Re=t.String,ke=t.TypeError,Le=i.prototype,Ne=Ae.prototype,Fe=xe.prototype,Ue=t["__core-js_shared__"],Oe=Ne.toString,Ce=Fe.hasOwnProperty,Pe=0,je=function(){var e=/[^.]+$/.exec(Ue&&Ue.keys&&Ue.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),Me=Fe.toString,ze=Oe.call(xe),De=ft._,Be=Te("^"+Oe.call(Ce).replace(ne,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),$e=_t?t.Buffer:n,qe=t.Symbol,Ve=t.Uint8Array,He=$e?$e.allocUnsafe:n,We=ci(xe.getPrototypeOf,xe),Ke=xe.create,Ge=Fe.propertyIsEnumerable,Ye=Le.splice,Je=qe?qe.isConcatSpreadable:n,Qe=qe?qe.iterator:n,Ze=qe?qe.toStringTag:n,tt=function(){try{var e=ua(xe,"defineProperty");return e({},"",{}),e}catch(e){}}(),nt=t.clearTimeout!==ft.clearTimeout&&t.clearTimeout,dt=re&&re.now!==ft.Date.now&&re.now,pt=t.setTimeout!==ft.setTimeout&&t.setTimeout,mt=Se.ceil,ht=Se.floor,gt=xe.getOwnPropertySymbols,It=$e?$e.isBuffer:n,yt=t.isFinite,zt=Le.join,Kt=ci(xe.keys,xe),_i=Se.max,Ii=Se.min,yi=re.now,vi=t.parseInt,wi=Se.random,bi=Le.reverse,Ei=ua(t,"DataView"),Ai=ua(t,"Map"),Si=ua(t,"Promise"),xi=ua(t,"Set"),Ti=ua(t,"WeakMap"),Ri=ua(xe,"create"),ki=Ti&&new Ti,Li={},Ni=ja(Ei),Fi=ja(Ai),Ui=ja(Si),Oi=ja(xi),Ci=ja(Ti),Pi=qe?qe.prototype:n,ji=Pi?Pi.valueOf:n,Mi=Pi?Pi.toString:n;function zi(e){if(eo(e)&&!qr(e)&&!(e instanceof qi)){if(e instanceof $i)return e;if(Ce.call(e,"__wrapped__"))return Ma(e)}return new $i(e)}var Di=function(){function e(){}return function(t){if(!Xr(t))return{};if(Ke)return Ke(t);e.prototype=t;var i=new e;return e.prototype=n,i}}();function Bi(){}function $i(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=n}function qi(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=h,this.__views__=[]}function Vi(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t<i;){var n=e[t];this.set(n[0],n[1])}}function Hi(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t<i;){var n=e[t];this.set(n[0],n[1])}}function Wi(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t<i;){var n=e[t];this.set(n[0],n[1])}}function Ki(e){var t=-1,i=null==e?0:e.length;for(this.__data__=new Wi;++t<i;)this.add(e[t])}function Gi(e){var t=this.__data__=new Hi(e);this.size=t.size}function Yi(e,t){var i=qr(e),n=!i&&$r(e),s=!i&&!n&&Kr(e),a=!i&&!n&&!s&&co(e),r=i||n||s||a,o=r?Jt(e.length,Re):[],c=o.length;for(var d in e)!t&&!Ce.call(e,d)||r&&("length"==d||s&&("offset"==d||"parent"==d)||a&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||Ia(d,c))||o.push(d);return o}function Ji(e){var t=e.length;return t?e[Gn(0,t-1)]:n}function Qi(e,t){return Oa(ks(e),on(t,0,e.length))}function Zi(e){return Oa(ks(e))}function Xi(e,t,i){(i!==n&&!zr(e[t],i)||i===n&&!(t in e))&&an(e,t,i)}function en(e,t,i){var s=e[t];Ce.call(e,t)&&zr(s,i)&&(i!==n||t in e)||an(e,t,i)}function tn(e,t){for(var i=e.length;i--;)if(zr(e[i][0],t))return i;return-1}function nn(e,t,i,n){return pn(e,(function(e,s,a){t(n,e,i(e),a)})),n}function sn(e,t){return e&&Ls(t,No(t),e)}function an(e,t,i){"__proto__"==t&&tt?tt(e,t,{configurable:!0,enumerable:!0,value:i,writable:!0}):e[t]=i}function rn(e,t){for(var s=-1,a=t.length,r=i(a),o=null==e;++s<a;)r[s]=o?n:xo(e,t[s]);return r}function on(e,t,i){return e==e&&(i!==n&&(e=e<=i?e:i),t!==n&&(e=e>=t?e:t)),e}function cn(e,t,i,s,a,r){var o,c=1&t,d=2&t,l=4&t;if(i&&(o=a?i(e,s,a,r):i(e)),o!==n)return o;if(!Xr(e))return e;var u=qr(e);if(u){if(o=function(e){var t=e.length,i=new e.constructor(t);t&&"string"==typeof e[0]&&Ce.call(e,"index")&&(i.index=e.index,i.input=e.input);return i}(e),!c)return ks(e,o)}else{var p=fa(e),m=p==b||p==E;if(Kr(e))return Es(e,c);if(p==x||p==_||m&&!a){if(o=d||m?{}:ga(e),!c)return d?function(e,t){return Ls(e,ma(e),t)}(e,function(e,t){return e&&Ls(t,Fo(t),e)}(o,e)):function(e,t){return Ls(e,pa(e),t)}(e,sn(o,e))}else{if(!ct[p])return a?e:{};o=function(e,t,i){var n=e.constructor;switch(t){case U:return As(e);case y:case v:return new n(+e);case O:return function(e,t){var i=t?As(e.buffer):e.buffer;return new e.constructor(i,e.byteOffset,e.byteLength)}(e,i);case C:case P:case j:case M:case z:case D:case B:case $:case q:return Ss(e,i);case A:return new n;case S:case L:return new n(e);case R:return function(e){var t=new e.constructor(e.source,fe.exec(e));return t.lastIndex=e.lastIndex,t}(e);case k:return new n;case N:return s=e,ji?xe(ji.call(s)):{}}var s}(e,p,c)}}r||(r=new Gi);var f=r.get(e);if(f)return f;r.set(e,o),ao(e)?e.forEach((function(n){o.add(cn(n,t,i,n,e,r))})):to(e)&&e.forEach((function(n,s){o.set(s,cn(n,t,i,s,e,r))}));var h=u?n:(l?d?sa:na:d?Fo:No)(e);return Rt(h||e,(function(n,s){h&&(n=e[s=n]),en(o,s,cn(n,t,i,s,e,r))})),o}function dn(e,t,i){var s=i.length;if(null==e)return!s;for(e=xe(e);s--;){var a=i[s],r=t[a],o=e[a];if(o===n&&!(a in e)||!r(o))return!1}return!0}function ln(e,t,i){if("function"!=typeof e)throw new ke(s);return La((function(){e.apply(n,i)}),t)}function un(e,t,i,n){var s=-1,a=Ft,r=!0,o=e.length,c=[],d=t.length;if(!o)return c;i&&(t=Ot(t,Zt(i))),n?(a=Ut,r=!1):t.length>=200&&(a=ei,r=!1,t=new Ki(t));e:for(;++s<o;){var l=e[s],u=null==i?l:i(l);if(l=n||0!==l?l:0,r&&u==u){for(var p=d;p--;)if(t[p]===u)continue e;c.push(l)}else a(t,u,n)||c.push(l)}return c}zi.templateSettings={escape:Q,evaluate:Z,interpolate:X,variable:"",imports:{_:zi}},zi.prototype=Bi.prototype,zi.prototype.constructor=zi,$i.prototype=Di(Bi.prototype),$i.prototype.constructor=$i,qi.prototype=Di(Bi.prototype),qi.prototype.constructor=qi,Vi.prototype.clear=function(){this.__data__=Ri?Ri(null):{},this.size=0},Vi.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Vi.prototype.get=function(e){var t=this.__data__;if(Ri){var i=t[e];return i===a?n:i}return Ce.call(t,e)?t[e]:n},Vi.prototype.has=function(e){var t=this.__data__;return Ri?t[e]!==n:Ce.call(t,e)},Vi.prototype.set=function(e,t){var i=this.__data__;return this.size+=this.has(e)?0:1,i[e]=Ri&&t===n?a:t,this},Hi.prototype.clear=function(){this.__data__=[],this.size=0},Hi.prototype.delete=function(e){var t=this.__data__,i=tn(t,e);return!(i<0)&&(i==t.length-1?t.pop():Ye.call(t,i,1),--this.size,!0)},Hi.prototype.get=function(e){var t=this.__data__,i=tn(t,e);return i<0?n:t[i][1]},Hi.prototype.has=function(e){return tn(this.__data__,e)>-1},Hi.prototype.set=function(e,t){var i=this.__data__,n=tn(i,e);return n<0?(++this.size,i.push([e,t])):i[n][1]=t,this},Wi.prototype.clear=function(){this.size=0,this.__data__={hash:new Vi,map:new(Ai||Hi),string:new Vi}},Wi.prototype.delete=function(e){var t=da(this,e).delete(e);return this.size-=t?1:0,t},Wi.prototype.get=function(e){return da(this,e).get(e)},Wi.prototype.has=function(e){return da(this,e).has(e)},Wi.prototype.set=function(e,t){var i=da(this,e),n=i.size;return i.set(e,t),this.size+=i.size==n?0:1,this},Ki.prototype.add=Ki.prototype.push=function(e){return this.__data__.set(e,a),this},Ki.prototype.has=function(e){return this.__data__.has(e)},Gi.prototype.clear=function(){this.__data__=new Hi,this.size=0},Gi.prototype.delete=function(e){var t=this.__data__,i=t.delete(e);return this.size=t.size,i},Gi.prototype.get=function(e){return this.__data__.get(e)},Gi.prototype.has=function(e){return this.__data__.has(e)},Gi.prototype.set=function(e,t){var i=this.__data__;if(i instanceof Hi){var n=i.__data__;if(!Ai||n.length<199)return n.push([e,t]),this.size=++i.size,this;i=this.__data__=new Wi(n)}return i.set(e,t),this.size=i.size,this};var pn=Us(vn),mn=Us(wn,!0);function fn(e,t){var i=!0;return pn(e,(function(e,n,s){return i=!!t(e,n,s)})),i}function hn(e,t,i){for(var s=-1,a=e.length;++s<a;){var r=e[s],o=t(r);if(null!=o&&(c===n?o==o&&!oo(o):i(o,c)))var c=o,d=r}return d}function gn(e,t){var i=[];return pn(e,(function(e,n,s){t(e,n,s)&&i.push(e)})),i}function _n(e,t,i,n,s){var a=-1,r=e.length;for(i||(i=_a),s||(s=[]);++a<r;){var o=e[a];t>0&&i(o)?t>1?_n(o,t-1,i,n,s):Ct(s,o):n||(s[s.length]=o)}return s}var In=Os(),yn=Os(!0);function vn(e,t){return e&&In(e,t,No)}function wn(e,t){return e&&yn(e,t,No)}function bn(e,t){return Nt(t,(function(t){return Jr(e[t])}))}function En(e,t){for(var i=0,s=(t=ys(t,e)).length;null!=e&&i<s;)e=e[Pa(t[i++])];return i&&i==s?e:n}function An(e,t,i){var n=t(e);return qr(e)?n:Ct(n,i(e))}function Sn(e){return null==e?e===n?"[object Undefined]":"[object Null]":Ze&&Ze in xe(e)?function(e){var t=Ce.call(e,Ze),i=e[Ze];try{e[Ze]=n;var s=!0}catch(e){}var a=Me.call(e);s&&(t?e[Ze]=i:delete e[Ze]);return a}(e):function(e){return Me.call(e)}(e)}function xn(e,t){return e>t}function Tn(e,t){return null!=e&&Ce.call(e,t)}function Rn(e,t){return null!=e&&t in xe(e)}function kn(e,t,s){for(var a=s?Ut:Ft,r=e[0].length,o=e.length,c=o,d=i(o),l=1/0,u=[];c--;){var p=e[c];c&&t&&(p=Ot(p,Zt(t))),l=Ii(p.length,l),d[c]=!s&&(t||r>=120&&p.length>=120)?new Ki(c&&p):n}p=e[0];var m=-1,f=d[0];e:for(;++m<r&&u.length<l;){var h=p[m],g=t?t(h):h;if(h=s||0!==h?h:0,!(f?ei(f,g):a(u,g,s))){for(c=o;--c;){var _=d[c];if(!(_?ei(_,g):a(e[c],g,s)))continue e}f&&f.push(g),u.push(h)}}return u}function Ln(e,t,i){var s=null==(e=Ta(e,t=ys(t,e)))?e:e[Pa(Ya(t))];return null==s?n:xt(s,e,i)}function Nn(e){return eo(e)&&Sn(e)==_}function Fn(e,t,i,s,a){return e===t||(null==e||null==t||!eo(e)&&!eo(t)?e!=e&&t!=t:function(e,t,i,s,a,r){var o=qr(e),c=qr(t),d=o?I:fa(e),l=c?I:fa(t),u=(d=d==_?x:d)==x,p=(l=l==_?x:l)==x,m=d==l;if(m&&Kr(e)){if(!Kr(t))return!1;o=!0,u=!1}if(m&&!u)return r||(r=new Gi),o||co(e)?ta(e,t,i,s,a,r):function(e,t,i,n,s,a,r){switch(i){case O:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case U:return!(e.byteLength!=t.byteLength||!a(new Ve(e),new Ve(t)));case y:case v:case S:return zr(+e,+t);case w:return e.name==t.name&&e.message==t.message;case R:case L:return e==t+"";case A:var o=oi;case k:var c=1&n;if(o||(o=li),e.size!=t.size&&!c)return!1;var d=r.get(e);if(d)return d==t;n|=2,r.set(e,t);var l=ta(o(e),o(t),n,s,a,r);return r.delete(e),l;case N:if(ji)return ji.call(e)==ji.call(t)}return!1}(e,t,d,i,s,a,r);if(!(1&i)){var f=u&&Ce.call(e,"__wrapped__"),h=p&&Ce.call(t,"__wrapped__");if(f||h){var g=f?e.value():e,b=h?t.value():t;return r||(r=new Gi),a(g,b,i,s,r)}}if(!m)return!1;return r||(r=new Gi),function(e,t,i,s,a,r){var o=1&i,c=na(e),d=c.length,l=na(t),u=l.length;if(d!=u&&!o)return!1;var p=d;for(;p--;){var m=c[p];if(!(o?m in t:Ce.call(t,m)))return!1}var f=r.get(e),h=r.get(t);if(f&&h)return f==t&&h==e;var g=!0;r.set(e,t),r.set(t,e);var _=o;for(;++p<d;){var I=e[m=c[p]],y=t[m];if(s)var v=o?s(y,I,m,t,e,r):s(I,y,m,e,t,r);if(!(v===n?I===y||a(I,y,i,s,r):v)){g=!1;break}_||(_="constructor"==m)}if(g&&!_){var w=e.constructor,b=t.constructor;w==b||!("constructor"in e)||!("constructor"in t)||"function"==typeof w&&w instanceof w&&"function"==typeof b&&b instanceof b||(g=!1)}return r.delete(e),r.delete(t),g}(e,t,i,s,a,r)}(e,t,i,s,Fn,a))}function Un(e,t,i,s){var a=i.length,r=a,o=!s;if(null==e)return!r;for(e=xe(e);a--;){var c=i[a];if(o&&c[2]?c[1]!==e[c[0]]:!(c[0]in e))return!1}for(;++a<r;){var d=(c=i[a])[0],l=e[d],u=c[1];if(o&&c[2]){if(l===n&&!(d in e))return!1}else{var p=new Gi;if(s)var m=s(l,u,d,e,t,p);if(!(m===n?Fn(u,l,3,s,p):m))return!1}}return!0}function On(e){return!(!Xr(e)||(t=e,je&&je in t))&&(Jr(e)?Be:_e).test(ja(e));var t}function Cn(e){return"function"==typeof e?e:null==e?nc:"object"==typeof e?qr(e)?Bn(e[0],e[1]):Dn(e):pc(e)}function Pn(e){if(!Ea(e))return Kt(e);var t=[];for(var i in xe(e))Ce.call(e,i)&&"constructor"!=i&&t.push(i);return t}function jn(e){if(!Xr(e))return function(e){var t=[];if(null!=e)for(var i in xe(e))t.push(i);return t}(e);var t=Ea(e),i=[];for(var n in e)("constructor"!=n||!t&&Ce.call(e,n))&&i.push(n);return i}function Mn(e,t){return e<t}function zn(e,t){var n=-1,s=Hr(e)?i(e.length):[];return pn(e,(function(e,i,a){s[++n]=t(e,i,a)})),s}function Dn(e){var t=la(e);return 1==t.length&&t[0][2]?Sa(t[0][0],t[0][1]):function(i){return i===e||Un(i,e,t)}}function Bn(e,t){return va(e)&&Aa(t)?Sa(Pa(e),t):function(i){var s=xo(i,e);return s===n&&s===t?To(i,e):Fn(t,s,3)}}function $n(e,t,i,s,a){e!==t&&In(t,(function(r,o){if(a||(a=new Gi),Xr(r))!function(e,t,i,s,a,r,o){var c=Ra(e,i),d=Ra(t,i),l=o.get(d);if(l)return void Xi(e,i,l);var u=r?r(c,d,i+"",e,t,o):n,p=u===n;if(p){var m=qr(d),f=!m&&Kr(d),h=!m&&!f&&co(d);u=d,m||f||h?qr(c)?u=c:Wr(c)?u=ks(c):f?(p=!1,u=Es(d,!0)):h?(p=!1,u=Ss(d,!0)):u=[]:no(d)||$r(d)?(u=c,$r(c)?u=_o(c):Xr(c)&&!Jr(c)||(u=ga(d))):p=!1}p&&(o.set(d,u),a(u,d,s,r,o),o.delete(d));Xi(e,i,u)}(e,t,o,i,$n,s,a);else{var c=s?s(Ra(e,o),r,o+"",e,t,a):n;c===n&&(c=r),Xi(e,o,c)}}),Fo)}function qn(e,t){var i=e.length;if(i)return Ia(t+=t<0?i:0,i)?e[t]:n}function Vn(e,t,i){t=t.length?Ot(t,(function(e){return qr(e)?function(t){return En(t,1===e.length?e[0]:e)}:e})):[nc];var n=-1;t=Ot(t,Zt(ca()));var s=zn(e,(function(e,i,s){var a=Ot(t,(function(t){return t(e)}));return{criteria:a,index:++n,value:e}}));return function(e,t){var i=e.length;for(e.sort(t);i--;)e[i]=e[i].value;return e}(s,(function(e,t){return function(e,t,i){var n=-1,s=e.criteria,a=t.criteria,r=s.length,o=i.length;for(;++n<r;){var c=xs(s[n],a[n]);if(c)return n>=o?c:c*("desc"==i[n]?-1:1)}return e.index-t.index}(e,t,i)}))}function Hn(e,t,i){for(var n=-1,s=t.length,a={};++n<s;){var r=t[n],o=En(e,r);i(o,r)&&Xn(a,ys(r,e),o)}return a}function Wn(e,t,i,n){var s=n?qt:$t,a=-1,r=t.length,o=e;for(e===t&&(t=ks(t)),i&&(o=Ot(e,Zt(i)));++a<r;)for(var c=0,d=t[a],l=i?i(d):d;(c=s(o,l,c,n))>-1;)o!==e&&Ye.call(o,c,1),Ye.call(e,c,1);return e}function Kn(e,t){for(var i=e?t.length:0,n=i-1;i--;){var s=t[i];if(i==n||s!==a){var a=s;Ia(s)?Ye.call(e,s,1):us(e,s)}}return e}function Gn(e,t){return e+ht(wi()*(t-e+1))}function Yn(e,t){var i="";if(!e||t<1||t>m)return i;do{t%2&&(i+=e),(t=ht(t/2))&&(e+=e)}while(t);return i}function Jn(e,t){return Na(xa(e,t,nc),e+"")}function Qn(e){return Ji(Do(e))}function Zn(e,t){var i=Do(e);return Oa(i,on(t,0,i.length))}function Xn(e,t,i,s){if(!Xr(e))return e;for(var a=-1,r=(t=ys(t,e)).length,o=r-1,c=e;null!=c&&++a<r;){var d=Pa(t[a]),l=i;if("__proto__"===d||"constructor"===d||"prototype"===d)return e;if(a!=o){var u=c[d];(l=s?s(u,d,c):n)===n&&(l=Xr(u)?u:Ia(t[a+1])?[]:{})}en(c,d,l),c=c[d]}return e}var es=ki?function(e,t){return ki.set(e,t),e}:nc,ts=tt?function(e,t){return tt(e,"toString",{configurable:!0,enumerable:!1,value:ec(t),writable:!0})}:nc;function is(e){return Oa(Do(e))}function ns(e,t,n){var s=-1,a=e.length;t<0&&(t=-t>a?0:a+t),(n=n>a?a:n)<0&&(n+=a),a=t>n?0:n-t>>>0,t>>>=0;for(var r=i(a);++s<a;)r[s]=e[s+t];return r}function ss(e,t){var i;return pn(e,(function(e,n,s){return!(i=t(e,n,s))})),!!i}function as(e,t,i){var n=0,s=null==e?n:e.length;if("number"==typeof t&&t==t&&s<=2147483647){for(;n<s;){var a=n+s>>>1,r=e[a];null!==r&&!oo(r)&&(i?r<=t:r<t)?n=a+1:s=a}return s}return rs(e,t,nc,i)}function rs(e,t,i,s){var a=0,r=null==e?0:e.length;if(0===r)return 0;for(var o=(t=i(t))!=t,c=null===t,d=oo(t),l=t===n;a<r;){var u=ht((a+r)/2),p=i(e[u]),m=p!==n,f=null===p,h=p==p,g=oo(p);if(o)var _=s||h;else _=l?h&&(s||m):c?h&&m&&(s||!f):d?h&&m&&!f&&(s||!g):!f&&!g&&(s?p<=t:p<t);_?a=u+1:r=u}return Ii(r,4294967294)}function os(e,t){for(var i=-1,n=e.length,s=0,a=[];++i<n;){var r=e[i],o=t?t(r):r;if(!i||!zr(o,c)){var c=o;a[s++]=0===r?0:r}}return a}function cs(e){return"number"==typeof e?e:oo(e)?f:+e}function ds(e){if("string"==typeof e)return e;if(qr(e))return Ot(e,ds)+"";if(oo(e))return Mi?Mi.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function ls(e,t,i){var n=-1,s=Ft,a=e.length,r=!0,o=[],c=o;if(i)r=!1,s=Ut;else if(a>=200){var d=t?null:Ys(e);if(d)return li(d);r=!1,s=ei,c=new Ki}else c=t?[]:o;e:for(;++n<a;){var l=e[n],u=t?t(l):l;if(l=i||0!==l?l:0,r&&u==u){for(var p=c.length;p--;)if(c[p]===u)continue e;t&&c.push(u),o.push(l)}else s(c,u,i)||(c!==o&&c.push(u),o.push(l))}return o}function us(e,t){return null==(e=Ta(e,t=ys(t,e)))||delete e[Pa(Ya(t))]}function ps(e,t,i,n){return Xn(e,t,i(En(e,t)),n)}function ms(e,t,i,n){for(var s=e.length,a=n?s:-1;(n?a--:++a<s)&&t(e[a],a,e););return i?ns(e,n?0:a,n?a+1:s):ns(e,n?a+1:0,n?s:a)}function fs(e,t){var i=e;return i instanceof qi&&(i=i.value()),Pt(t,(function(e,t){return t.func.apply(t.thisArg,Ct([e],t.args))}),i)}function hs(e,t,n){var s=e.length;if(s<2)return s?ls(e[0]):[];for(var a=-1,r=i(s);++a<s;)for(var o=e[a],c=-1;++c<s;)c!=a&&(r[a]=un(r[a]||o,e[c],t,n));return ls(_n(r,1),t,n)}function gs(e,t,i){for(var s=-1,a=e.length,r=t.length,o={};++s<a;){var c=s<r?t[s]:n;i(o,e[s],c)}return o}function _s(e){return Wr(e)?e:[]}function Is(e){return"function"==typeof e?e:nc}function ys(e,t){return qr(e)?e:va(e,t)?[e]:Ca(Io(e))}var vs=Jn;function ws(e,t,i){var s=e.length;return i=i===n?s:i,!t&&i>=s?e:ns(e,t,i)}var bs=nt||function(e){return ft.clearTimeout(e)};function Es(e,t){if(t)return e.slice();var i=e.length,n=He?He(i):new e.constructor(i);return e.copy(n),n}function As(e){var t=new e.constructor(e.byteLength);return new Ve(t).set(new Ve(e)),t}function Ss(e,t){var i=t?As(e.buffer):e.buffer;return new e.constructor(i,e.byteOffset,e.length)}function xs(e,t){if(e!==t){var i=e!==n,s=null===e,a=e==e,r=oo(e),o=t!==n,c=null===t,d=t==t,l=oo(t);if(!c&&!l&&!r&&e>t||r&&o&&d&&!c&&!l||s&&o&&d||!i&&d||!a)return 1;if(!s&&!r&&!l&&e<t||l&&i&&a&&!s&&!r||c&&i&&a||!o&&a||!d)return-1}return 0}function Ts(e,t,n,s){for(var a=-1,r=e.length,o=n.length,c=-1,d=t.length,l=_i(r-o,0),u=i(d+l),p=!s;++c<d;)u[c]=t[c];for(;++a<o;)(p||a<r)&&(u[n[a]]=e[a]);for(;l--;)u[c++]=e[a++];return u}function Rs(e,t,n,s){for(var a=-1,r=e.length,o=-1,c=n.length,d=-1,l=t.length,u=_i(r-c,0),p=i(u+l),m=!s;++a<u;)p[a]=e[a];for(var f=a;++d<l;)p[f+d]=t[d];for(;++o<c;)(m||a<r)&&(p[f+n[o]]=e[a++]);return p}function ks(e,t){var n=-1,s=e.length;for(t||(t=i(s));++n<s;)t[n]=e[n];return t}function Ls(e,t,i,s){var a=!i;i||(i={});for(var r=-1,o=t.length;++r<o;){var c=t[r],d=s?s(i[c],e[c],c,i,e):n;d===n&&(d=e[c]),a?an(i,c,d):en(i,c,d)}return i}function Ns(e,t){return function(i,n){var s=qr(i)?Tt:nn,a=t?t():{};return s(i,e,ca(n,2),a)}}function Fs(e){return Jn((function(t,i){var s=-1,a=i.length,r=a>1?i[a-1]:n,o=a>2?i[2]:n;for(r=e.length>3&&"function"==typeof r?(a--,r):n,o&&ya(i[0],i[1],o)&&(r=a<3?n:r,a=1),t=xe(t);++s<a;){var c=i[s];c&&e(t,c,s,r)}return t}))}function Us(e,t){return function(i,n){if(null==i)return i;if(!Hr(i))return e(i,n);for(var s=i.length,a=t?s:-1,r=xe(i);(t?a--:++a<s)&&!1!==n(r[a],a,r););return i}}function Os(e){return function(t,i,n){for(var s=-1,a=xe(t),r=n(t),o=r.length;o--;){var c=r[e?o:++s];if(!1===i(a[c],c,a))break}return t}}function Cs(e){return function(t){var i=ri(t=Io(t))?mi(t):n,s=i?i[0]:t.charAt(0),a=i?ws(i,1).join(""):t.slice(1);return s[e]()+a}}function Ps(e){return function(t){return Pt(Qo(qo(t).replace(Xe,"")),e,"")}}function js(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var i=Di(e.prototype),n=e.apply(i,t);return Xr(n)?n:i}}function Ms(e){return function(t,i,s){var a=xe(t);if(!Hr(t)){var r=ca(i,3);t=No(t),i=function(e){return r(a[e],e,a)}}var o=e(t,i,s);return o>-1?a[r?t[o]:o]:n}}function zs(e){return ia((function(t){var i=t.length,a=i,r=$i.prototype.thru;for(e&&t.reverse();a--;){var o=t[a];if("function"!=typeof o)throw new ke(s);if(r&&!c&&"wrapper"==ra(o))var c=new $i([],!0)}for(a=c?a:i;++a<i;){var d=ra(o=t[a]),l="wrapper"==d?aa(o):n;c=l&&wa(l[0])&&424==l[1]&&!l[4].length&&1==l[9]?c[ra(l[0])].apply(c,l[3]):1==o.length&&wa(o)?c[d]():c.thru(o)}return function(){var e=arguments,n=e[0];if(c&&1==e.length&&qr(n))return c.plant(n).value();for(var s=0,a=i?t[s].apply(this,e):n;++s<i;)a=t[s].call(this,a);return a}}))}function Ds(e,t,s,a,r,o,c,d,u,p){var m=t&l,f=1&t,h=2&t,g=24&t,_=512&t,I=h?n:js(e);return function l(){for(var y=arguments.length,v=i(y),w=y;w--;)v[w]=arguments[w];if(g)var b=oa(l),E=function(e,t){for(var i=e.length,n=0;i--;)e[i]===t&&++n;return n}(v,b);if(a&&(v=Ts(v,a,r,g)),o&&(v=Rs(v,o,c,g)),y-=E,g&&y<p){var A=di(v,b);return Ks(e,t,Ds,l.placeholder,s,v,A,d,u,p-y)}var S=f?s:this,x=h?S[e]:e;return y=v.length,d?v=function(e,t){var i=e.length,s=Ii(t.length,i),a=ks(e);for(;s--;){var r=t[s];e[s]=Ia(r,i)?a[r]:n}return e}(v,d):_&&y>1&&v.reverse(),m&&u<y&&(v.length=u),this&&this!==ft&&this instanceof l&&(x=I||js(x)),x.apply(S,v)}}function Bs(e,t){return function(i,n){return function(e,t,i,n){return vn(e,(function(e,s,a){t(n,i(e),s,a)})),n}(i,e,t(n),{})}}function $s(e,t){return function(i,s){var a;if(i===n&&s===n)return t;if(i!==n&&(a=i),s!==n){if(a===n)return s;"string"==typeof i||"string"==typeof s?(i=ds(i),s=ds(s)):(i=cs(i),s=cs(s)),a=e(i,s)}return a}}function qs(e){return ia((function(t){return t=Ot(t,Zt(ca())),Jn((function(i){var n=this;return e(t,(function(e){return xt(e,n,i)}))}))}))}function Vs(e,t){var i=(t=t===n?" ":ds(t)).length;if(i<2)return i?Yn(t,e):t;var s=Yn(t,mt(e/pi(t)));return ri(t)?ws(mi(s),0,e).join(""):s.slice(0,e)}function Hs(e){return function(t,s,a){return a&&"number"!=typeof a&&ya(t,s,a)&&(s=a=n),t=mo(t),s===n?(s=t,t=0):s=mo(s),function(e,t,n,s){for(var a=-1,r=_i(mt((t-e)/(n||1)),0),o=i(r);r--;)o[s?r:++a]=e,e+=n;return o}(t,s,a=a===n?t<s?1:-1:mo(a),e)}}function Ws(e){return function(t,i){return"string"==typeof t&&"string"==typeof i||(t=go(t),i=go(i)),e(t,i)}}function Ks(e,t,i,s,a,r,o,l,u,p){var m=8&t;t|=m?c:d,4&(t&=~(m?d:c))||(t&=-4);var f=[e,t,a,m?r:n,m?o:n,m?n:r,m?n:o,l,u,p],h=i.apply(n,f);return wa(e)&&ka(h,f),h.placeholder=s,Fa(h,e,t)}function Gs(e){var t=Se[e];return function(e,i){if(e=go(e),(i=null==i?0:Ii(fo(i),292))&&yt(e)){var n=(Io(e)+"e").split("e");return+((n=(Io(t(n[0]+"e"+(+n[1]+i)))+"e").split("e"))[0]+"e"+(+n[1]-i))}return t(e)}}var Ys=xi&&1/li(new xi([,-0]))[1]==p?function(e){return new xi(e)}:cc;function Js(e){return function(t){var i=fa(t);return i==A?oi(t):i==k?ui(t):function(e,t){return Ot(t,(function(t){return[t,e[t]]}))}(t,e(t))}}function Qs(e,t,a,p,m,f,h,g){var _=2&t;if(!_&&"function"!=typeof e)throw new ke(s);var I=p?p.length:0;if(I||(t&=-97,p=m=n),h=h===n?h:_i(fo(h),0),g=g===n?g:fo(g),I-=m?m.length:0,t&d){var y=p,v=m;p=m=n}var w=_?n:aa(e),b=[e,t,a,p,m,y,v,f,h,g];if(w&&function(e,t){var i=e[1],n=t[1],s=i|n,a=s<131,o=n==l&&8==i||n==l&&i==u&&e[7].length<=t[8]||384==n&&t[7].length<=t[8]&&8==i;if(!a&&!o)return e;1&n&&(e[2]=t[2],s|=1&i?0:4);var c=t[3];if(c){var d=e[3];e[3]=d?Ts(d,c,t[4]):c,e[4]=d?di(e[3],r):t[4]}(c=t[5])&&(d=e[5],e[5]=d?Rs(d,c,t[6]):c,e[6]=d?di(e[5],r):t[6]);(c=t[7])&&(e[7]=c);n&l&&(e[8]=null==e[8]?t[8]:Ii(e[8],t[8]));null==e[9]&&(e[9]=t[9]);e[0]=t[0],e[1]=s}(b,w),e=b[0],t=b[1],a=b[2],p=b[3],m=b[4],!(g=b[9]=b[9]===n?_?0:e.length:_i(b[9]-I,0))&&24&t&&(t&=-25),t&&1!=t)E=8==t||t==o?function(e,t,s){var a=js(e);return function r(){for(var o=arguments.length,c=i(o),d=o,l=oa(r);d--;)c[d]=arguments[d];var u=o<3&&c[0]!==l&&c[o-1]!==l?[]:di(c,l);return(o-=u.length)<s?Ks(e,t,Ds,r.placeholder,n,c,u,n,n,s-o):xt(this&&this!==ft&&this instanceof r?a:e,this,c)}}(e,t,g):t!=c&&33!=t||m.length?Ds.apply(n,b):function(e,t,n,s){var a=1&t,r=js(e);return function t(){for(var o=-1,c=arguments.length,d=-1,l=s.length,u=i(l+c),p=this&&this!==ft&&this instanceof t?r:e;++d<l;)u[d]=s[d];for(;c--;)u[d++]=arguments[++o];return xt(p,a?n:this,u)}}(e,t,a,p);else var E=function(e,t,i){var n=1&t,s=js(e);return function t(){return(this&&this!==ft&&this instanceof t?s:e).apply(n?i:this,arguments)}}(e,t,a);return Fa((w?es:ka)(E,b),e,t)}function Zs(e,t,i,s){return e===n||zr(e,Fe[i])&&!Ce.call(s,i)?t:e}function Xs(e,t,i,s,a,r){return Xr(e)&&Xr(t)&&(r.set(t,e),$n(e,t,n,Xs,r),r.delete(t)),e}function ea(e){return no(e)?n:e}function ta(e,t,i,s,a,r){var o=1&i,c=e.length,d=t.length;if(c!=d&&!(o&&d>c))return!1;var l=r.get(e),u=r.get(t);if(l&&u)return l==t&&u==e;var p=-1,m=!0,f=2&i?new Ki:n;for(r.set(e,t),r.set(t,e);++p<c;){var h=e[p],g=t[p];if(s)var _=o?s(g,h,p,t,e,r):s(h,g,p,e,t,r);if(_!==n){if(_)continue;m=!1;break}if(f){if(!Mt(t,(function(e,t){if(!ei(f,t)&&(h===e||a(h,e,i,s,r)))return f.push(t)}))){m=!1;break}}else if(h!==g&&!a(h,g,i,s,r)){m=!1;break}}return r.delete(e),r.delete(t),m}function ia(e){return Na(xa(e,n,Va),e+"")}function na(e){return An(e,No,pa)}function sa(e){return An(e,Fo,ma)}var aa=ki?function(e){return ki.get(e)}:cc;function ra(e){for(var t=e.name+"",i=Li[t],n=Ce.call(Li,t)?i.length:0;n--;){var s=i[n],a=s.func;if(null==a||a==e)return s.name}return t}function oa(e){return(Ce.call(zi,"placeholder")?zi:e).placeholder}function ca(){var e=zi.iteratee||sc;return e=e===sc?Cn:e,arguments.length?e(arguments[0],arguments[1]):e}function da(e,t){var i,n,s=e.__data__;return("string"==(n=typeof(i=t))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==i:null===i)?s["string"==typeof t?"string":"hash"]:s.map}function la(e){for(var t=No(e),i=t.length;i--;){var n=t[i],s=e[n];t[i]=[n,s,Aa(s)]}return t}function ua(e,t){var i=function(e,t){return null==e?n:e[t]}(e,t);return On(i)?i:n}var pa=gt?function(e){return null==e?[]:(e=xe(e),Nt(gt(e),(function(t){return Ge.call(e,t)})))}:hc,ma=gt?function(e){for(var t=[];e;)Ct(t,pa(e)),e=We(e);return t}:hc,fa=Sn;function ha(e,t,i){for(var n=-1,s=(t=ys(t,e)).length,a=!1;++n<s;){var r=Pa(t[n]);if(!(a=null!=e&&i(e,r)))break;e=e[r]}return a||++n!=s?a:!!(s=null==e?0:e.length)&&Zr(s)&&Ia(r,s)&&(qr(e)||$r(e))}function ga(e){return"function"!=typeof e.constructor||Ea(e)?{}:Di(We(e))}function _a(e){return qr(e)||$r(e)||!!(Je&&e&&e[Je])}function Ia(e,t){var i=typeof e;return!!(t=null==t?m:t)&&("number"==i||"symbol"!=i&&ye.test(e))&&e>-1&&e%1==0&&e<t}function ya(e,t,i){if(!Xr(i))return!1;var n=typeof t;return!!("number"==n?Hr(i)&&Ia(t,i.length):"string"==n&&t in i)&&zr(i[t],e)}function va(e,t){if(qr(e))return!1;var i=typeof e;return!("number"!=i&&"symbol"!=i&&"boolean"!=i&&null!=e&&!oo(e))||(te.test(e)||!ee.test(e)||null!=t&&e in xe(t))}function wa(e){var t=ra(e),i=zi[t];if("function"!=typeof i||!(t in qi.prototype))return!1;if(e===i)return!0;var n=aa(i);return!!n&&e===n[0]}(Ei&&fa(new Ei(new ArrayBuffer(1)))!=O||Ai&&fa(new Ai)!=A||Si&&fa(Si.resolve())!=T||xi&&fa(new xi)!=k||Ti&&fa(new Ti)!=F)&&(fa=function(e){var t=Sn(e),i=t==x?e.constructor:n,s=i?ja(i):"";if(s)switch(s){case Ni:return O;case Fi:return A;case Ui:return T;case Oi:return k;case Ci:return F}return t});var ba=Ue?Jr:gc;function Ea(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Fe)}function Aa(e){return e==e&&!Xr(e)}function Sa(e,t){return function(i){return null!=i&&(i[e]===t&&(t!==n||e in xe(i)))}}function xa(e,t,s){return t=_i(t===n?e.length-1:t,0),function(){for(var n=arguments,a=-1,r=_i(n.length-t,0),o=i(r);++a<r;)o[a]=n[t+a];a=-1;for(var c=i(t+1);++a<t;)c[a]=n[a];return c[t]=s(o),xt(e,this,c)}}function Ta(e,t){return t.length<2?e:En(e,ns(t,0,-1))}function Ra(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var ka=Ua(es),La=pt||function(e,t){return ft.setTimeout(e,t)},Na=Ua(ts);function Fa(e,t,i){var n=t+"";return Na(e,function(e,t){var i=t.length;if(!i)return e;var n=i-1;return t[n]=(i>1?"& ":"")+t[n],t=t.join(i>2?", ":" "),e.replace(oe,"{\n/* [wrapped with "+t+"] */\n")}(n,function(e,t){return Rt(g,(function(i){var n="_."+i[0];t&i[1]&&!Ft(e,n)&&e.push(n)})),e.sort()}(function(e){var t=e.match(ce);return t?t[1].split(de):[]}(n),i)))}function Ua(e){var t=0,i=0;return function(){var s=yi(),a=16-(s-i);if(i=s,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(n,arguments)}}function Oa(e,t){var i=-1,s=e.length,a=s-1;for(t=t===n?s:t;++i<t;){var r=Gn(i,a),o=e[r];e[r]=e[i],e[i]=o}return e.length=t,e}var Ca=function(e){var t=Ur(e,(function(e){return 500===i.size&&i.clear(),e})),i=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(ie,(function(e,i,n,s){t.push(n?s.replace(pe,"$1"):i||e)})),t}));function Pa(e){if("string"==typeof e||oo(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function ja(e){if(null!=e){try{return Oe.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Ma(e){if(e instanceof qi)return e.clone();var t=new $i(e.__wrapped__,e.__chain__);return t.__actions__=ks(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var za=Jn((function(e,t){return Wr(e)?un(e,_n(t,1,Wr,!0)):[]})),Da=Jn((function(e,t){var i=Ya(t);return Wr(i)&&(i=n),Wr(e)?un(e,_n(t,1,Wr,!0),ca(i,2)):[]})),Ba=Jn((function(e,t){var i=Ya(t);return Wr(i)&&(i=n),Wr(e)?un(e,_n(t,1,Wr,!0),n,i):[]}));function $a(e,t,i){var n=null==e?0:e.length;if(!n)return-1;var s=null==i?0:fo(i);return s<0&&(s=_i(n+s,0)),Bt(e,ca(t,3),s)}function qa(e,t,i){var s=null==e?0:e.length;if(!s)return-1;var a=s-1;return i!==n&&(a=fo(i),a=i<0?_i(s+a,0):Ii(a,s-1)),Bt(e,ca(t,3),a,!0)}function Va(e){return(null==e?0:e.length)?_n(e,1):[]}function Ha(e){return e&&e.length?e[0]:n}var Wa=Jn((function(e){var t=Ot(e,_s);return t.length&&t[0]===e[0]?kn(t):[]})),Ka=Jn((function(e){var t=Ya(e),i=Ot(e,_s);return t===Ya(i)?t=n:i.pop(),i.length&&i[0]===e[0]?kn(i,ca(t,2)):[]})),Ga=Jn((function(e){var t=Ya(e),i=Ot(e,_s);return(t="function"==typeof t?t:n)&&i.pop(),i.length&&i[0]===e[0]?kn(i,n,t):[]}));function Ya(e){var t=null==e?0:e.length;return t?e[t-1]:n}var Ja=Jn(Qa);function Qa(e,t){return e&&e.length&&t&&t.length?Wn(e,t):e}var Za=ia((function(e,t){var i=null==e?0:e.length,n=rn(e,t);return Kn(e,Ot(t,(function(e){return Ia(e,i)?+e:e})).sort(xs)),n}));function Xa(e){return null==e?e:bi.call(e)}var er=Jn((function(e){return ls(_n(e,1,Wr,!0))})),tr=Jn((function(e){var t=Ya(e);return Wr(t)&&(t=n),ls(_n(e,1,Wr,!0),ca(t,2))})),ir=Jn((function(e){var t=Ya(e);return t="function"==typeof t?t:n,ls(_n(e,1,Wr,!0),n,t)}));function nr(e){if(!e||!e.length)return[];var t=0;return e=Nt(e,(function(e){if(Wr(e))return t=_i(e.length,t),!0})),Jt(t,(function(t){return Ot(e,Wt(t))}))}function sr(e,t){if(!e||!e.length)return[];var i=nr(e);return null==t?i:Ot(i,(function(e){return xt(t,n,e)}))}var ar=Jn((function(e,t){return Wr(e)?un(e,t):[]})),rr=Jn((function(e){return hs(Nt(e,Wr))})),or=Jn((function(e){var t=Ya(e);return Wr(t)&&(t=n),hs(Nt(e,Wr),ca(t,2))})),cr=Jn((function(e){var t=Ya(e);return t="function"==typeof t?t:n,hs(Nt(e,Wr),n,t)})),dr=Jn(nr);var lr=Jn((function(e){var t=e.length,i=t>1?e[t-1]:n;return i="function"==typeof i?(e.pop(),i):n,sr(e,i)}));function ur(e){var t=zi(e);return t.__chain__=!0,t}function pr(e,t){return t(e)}var mr=ia((function(e){var t=e.length,i=t?e[0]:0,s=this.__wrapped__,a=function(t){return rn(t,e)};return!(t>1||this.__actions__.length)&&s instanceof qi&&Ia(i)?((s=s.slice(i,+i+(t?1:0))).__actions__.push({func:pr,args:[a],thisArg:n}),new $i(s,this.__chain__).thru((function(e){return t&&!e.length&&e.push(n),e}))):this.thru(a)}));var fr=Ns((function(e,t,i){Ce.call(e,i)?++e[i]:an(e,i,1)}));var hr=Ms($a),gr=Ms(qa);function _r(e,t){return(qr(e)?Rt:pn)(e,ca(t,3))}function Ir(e,t){return(qr(e)?kt:mn)(e,ca(t,3))}var yr=Ns((function(e,t,i){Ce.call(e,i)?e[i].push(t):an(e,i,[t])}));var vr=Jn((function(e,t,n){var s=-1,a="function"==typeof t,r=Hr(e)?i(e.length):[];return pn(e,(function(e){r[++s]=a?xt(t,e,n):Ln(e,t,n)})),r})),wr=Ns((function(e,t,i){an(e,i,t)}));function br(e,t){return(qr(e)?Ot:zn)(e,ca(t,3))}var Er=Ns((function(e,t,i){e[i?0:1].push(t)}),(function(){return[[],[]]}));var Ar=Jn((function(e,t){if(null==e)return[];var i=t.length;return i>1&&ya(e,t[0],t[1])?t=[]:i>2&&ya(t[0],t[1],t[2])&&(t=[t[0]]),Vn(e,_n(t,1),[])})),Sr=dt||function(){return ft.Date.now()};function xr(e,t,i){return t=i?n:t,t=e&&null==t?e.length:t,Qs(e,l,n,n,n,n,t)}function Tr(e,t){var i;if("function"!=typeof t)throw new ke(s);return e=fo(e),function(){return--e>0&&(i=t.apply(this,arguments)),e<=1&&(t=n),i}}var Rr=Jn((function(e,t,i){var n=1;if(i.length){var s=di(i,oa(Rr));n|=c}return Qs(e,n,t,i,s)})),kr=Jn((function(e,t,i){var n=3;if(i.length){var s=di(i,oa(kr));n|=c}return Qs(t,n,e,i,s)}));function Lr(e,t,i){var a,r,o,c,d,l,u=0,p=!1,m=!1,f=!0;if("function"!=typeof e)throw new ke(s);function h(t){var i=a,s=r;return a=r=n,u=t,c=e.apply(s,i)}function g(e){var i=e-l;return l===n||i>=t||i<0||m&&e-u>=o}function _(){var e=Sr();if(g(e))return I(e);d=La(_,function(e){var i=t-(e-l);return m?Ii(i,o-(e-u)):i}(e))}function I(e){return d=n,f&&a?h(e):(a=r=n,c)}function y(){var e=Sr(),i=g(e);if(a=arguments,r=this,l=e,i){if(d===n)return function(e){return u=e,d=La(_,t),p?h(e):c}(l);if(m)return bs(d),d=La(_,t),h(l)}return d===n&&(d=La(_,t)),c}return t=go(t)||0,Xr(i)&&(p=!!i.leading,o=(m="maxWait"in i)?_i(go(i.maxWait)||0,t):o,f="trailing"in i?!!i.trailing:f),y.cancel=function(){d!==n&&bs(d),u=0,a=l=r=d=n},y.flush=function(){return d===n?c:I(Sr())},y}var Nr=Jn((function(e,t){return ln(e,1,t)})),Fr=Jn((function(e,t,i){return ln(e,go(t)||0,i)}));function Ur(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new ke(s);var i=function(){var n=arguments,s=t?t.apply(this,n):n[0],a=i.cache;if(a.has(s))return a.get(s);var r=e.apply(this,n);return i.cache=a.set(s,r)||a,r};return i.cache=new(Ur.Cache||Wi),i}function Or(e){if("function"!=typeof e)throw new ke(s);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Ur.Cache=Wi;var Cr=vs((function(e,t){var i=(t=1==t.length&&qr(t[0])?Ot(t[0],Zt(ca())):Ot(_n(t,1),Zt(ca()))).length;return Jn((function(n){for(var s=-1,a=Ii(n.length,i);++s<a;)n[s]=t[s].call(this,n[s]);return xt(e,this,n)}))})),Pr=Jn((function(e,t){var i=di(t,oa(Pr));return Qs(e,c,n,t,i)})),jr=Jn((function(e,t){var i=di(t,oa(jr));return Qs(e,d,n,t,i)})),Mr=ia((function(e,t){return Qs(e,u,n,n,n,t)}));function zr(e,t){return e===t||e!=e&&t!=t}var Dr=Ws(xn),Br=Ws((function(e,t){return e>=t})),$r=Nn(function(){return arguments}())?Nn:function(e){return eo(e)&&Ce.call(e,"callee")&&!Ge.call(e,"callee")},qr=i.isArray,Vr=vt?Zt(vt):function(e){return eo(e)&&Sn(e)==U};function Hr(e){return null!=e&&Zr(e.length)&&!Jr(e)}function Wr(e){return eo(e)&&Hr(e)}var Kr=It||gc,Gr=wt?Zt(wt):function(e){return eo(e)&&Sn(e)==v};function Yr(e){if(!eo(e))return!1;var t=Sn(e);return t==w||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!no(e)}function Jr(e){if(!Xr(e))return!1;var t=Sn(e);return t==b||t==E||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Qr(e){return"number"==typeof e&&e==fo(e)}function Zr(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=m}function Xr(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function eo(e){return null!=e&&"object"==typeof e}var to=bt?Zt(bt):function(e){return eo(e)&&fa(e)==A};function io(e){return"number"==typeof e||eo(e)&&Sn(e)==S}function no(e){if(!eo(e)||Sn(e)!=x)return!1;var t=We(e);if(null===t)return!0;var i=Ce.call(t,"constructor")&&t.constructor;return"function"==typeof i&&i instanceof i&&Oe.call(i)==ze}var so=Et?Zt(Et):function(e){return eo(e)&&Sn(e)==R};var ao=At?Zt(At):function(e){return eo(e)&&fa(e)==k};function ro(e){return"string"==typeof e||!qr(e)&&eo(e)&&Sn(e)==L}function oo(e){return"symbol"==typeof e||eo(e)&&Sn(e)==N}var co=St?Zt(St):function(e){return eo(e)&&Zr(e.length)&&!!ot[Sn(e)]};var lo=Ws(Mn),uo=Ws((function(e,t){return e<=t}));function po(e){if(!e)return[];if(Hr(e))return ro(e)?mi(e):ks(e);if(Qe&&e[Qe])return function(e){for(var t,i=[];!(t=e.next()).done;)i.push(t.value);return i}(e[Qe]());var t=fa(e);return(t==A?oi:t==k?li:Do)(e)}function mo(e){return e?(e=go(e))===p||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function fo(e){var t=mo(e),i=t%1;return t==t?i?t-i:t:0}function ho(e){return e?on(fo(e),0,h):0}function go(e){if("number"==typeof e)return e;if(oo(e))return f;if(Xr(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Xr(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Qt(e);var i=ge.test(e);return i||Ie.test(e)?ut(e.slice(2),i?2:8):he.test(e)?f:+e}function _o(e){return Ls(e,Fo(e))}function Io(e){return null==e?"":ds(e)}var yo=Fs((function(e,t){if(Ea(t)||Hr(t))Ls(t,No(t),e);else for(var i in t)Ce.call(t,i)&&en(e,i,t[i])})),vo=Fs((function(e,t){Ls(t,Fo(t),e)})),wo=Fs((function(e,t,i,n){Ls(t,Fo(t),e,n)})),bo=Fs((function(e,t,i,n){Ls(t,No(t),e,n)})),Eo=ia(rn);var Ao=Jn((function(e,t){e=xe(e);var i=-1,s=t.length,a=s>2?t[2]:n;for(a&&ya(t[0],t[1],a)&&(s=1);++i<s;)for(var r=t[i],o=Fo(r),c=-1,d=o.length;++c<d;){var l=o[c],u=e[l];(u===n||zr(u,Fe[l])&&!Ce.call(e,l))&&(e[l]=r[l])}return e})),So=Jn((function(e){return e.push(n,Xs),xt(Oo,n,e)}));function xo(e,t,i){var s=null==e?n:En(e,t);return s===n?i:s}function To(e,t){return null!=e&&ha(e,t,Rn)}var Ro=Bs((function(e,t,i){null!=t&&"function"!=typeof t.toString&&(t=Me.call(t)),e[t]=i}),ec(nc)),ko=Bs((function(e,t,i){null!=t&&"function"!=typeof t.toString&&(t=Me.call(t)),Ce.call(e,t)?e[t].push(i):e[t]=[i]}),ca),Lo=Jn(Ln);function No(e){return Hr(e)?Yi(e):Pn(e)}function Fo(e){return Hr(e)?Yi(e,!0):jn(e)}var Uo=Fs((function(e,t,i){$n(e,t,i)})),Oo=Fs((function(e,t,i,n){$n(e,t,i,n)})),Co=ia((function(e,t){var i={};if(null==e)return i;var n=!1;t=Ot(t,(function(t){return t=ys(t,e),n||(n=t.length>1),t})),Ls(e,sa(e),i),n&&(i=cn(i,7,ea));for(var s=t.length;s--;)us(i,t[s]);return i}));var Po=ia((function(e,t){return null==e?{}:function(e,t){return Hn(e,t,(function(t,i){return To(e,i)}))}(e,t)}));function jo(e,t){if(null==e)return{};var i=Ot(sa(e),(function(e){return[e]}));return t=ca(t),Hn(e,i,(function(e,i){return t(e,i[0])}))}var Mo=Js(No),zo=Js(Fo);function Do(e){return null==e?[]:Xt(e,No(e))}var Bo=Ps((function(e,t,i){return t=t.toLowerCase(),e+(i?$o(t):t)}));function $o(e){return Jo(Io(e).toLowerCase())}function qo(e){return(e=Io(e))&&e.replace(ve,ni).replace(et,"")}var Vo=Ps((function(e,t,i){return e+(i?"-":"")+t.toLowerCase()})),Ho=Ps((function(e,t,i){return e+(i?" ":"")+t.toLowerCase()})),Wo=Cs("toLowerCase");var Ko=Ps((function(e,t,i){return e+(i?"_":"")+t.toLowerCase()}));var Go=Ps((function(e,t,i){return e+(i?" ":"")+Jo(t)}));var Yo=Ps((function(e,t,i){return e+(i?" ":"")+t.toUpperCase()})),Jo=Cs("toUpperCase");function Qo(e,t,i){return e=Io(e),(t=i?n:t)===n?function(e){return st.test(e)}(e)?function(e){return e.match(it)||[]}(e):function(e){return e.match(le)||[]}(e):e.match(t)||[]}var Zo=Jn((function(e,t){try{return xt(e,n,t)}catch(e){return Yr(e)?e:new Ee(e)}})),Xo=ia((function(e,t){return Rt(t,(function(t){t=Pa(t),an(e,t,Rr(e[t],e))})),e}));function ec(e){return function(){return e}}var tc=zs(),ic=zs(!0);function nc(e){return e}function sc(e){return Cn("function"==typeof e?e:cn(e,1))}var ac=Jn((function(e,t){return function(i){return Ln(i,e,t)}})),rc=Jn((function(e,t){return function(i){return Ln(e,i,t)}}));function oc(e,t,i){var n=No(t),s=bn(t,n);null!=i||Xr(t)&&(s.length||!n.length)||(i=t,t=e,e=this,s=bn(t,No(t)));var a=!(Xr(i)&&"chain"in i&&!i.chain),r=Jr(e);return Rt(s,(function(i){var n=t[i];e[i]=n,r&&(e.prototype[i]=function(){var t=this.__chain__;if(a||t){var i=e(this.__wrapped__);return(i.__actions__=ks(this.__actions__)).push({func:n,args:arguments,thisArg:e}),i.__chain__=t,i}return n.apply(e,Ct([this.value()],arguments))})})),e}function cc(){}var dc=qs(Ot),lc=qs(Lt),uc=qs(Mt);function pc(e){return va(e)?Wt(Pa(e)):function(e){return function(t){return En(t,e)}}(e)}var mc=Hs(),fc=Hs(!0);function hc(){return[]}function gc(){return!1}var _c=$s((function(e,t){return e+t}),0),Ic=Gs("ceil"),yc=$s((function(e,t){return e/t}),1),vc=Gs("floor");var wc,bc=$s((function(e,t){return e*t}),1),Ec=Gs("round"),Ac=$s((function(e,t){return e-t}),0);return zi.after=function(e,t){if("function"!=typeof t)throw new ke(s);return e=fo(e),function(){if(--e<1)return t.apply(this,arguments)}},zi.ary=xr,zi.assign=yo,zi.assignIn=vo,zi.assignInWith=wo,zi.assignWith=bo,zi.at=Eo,zi.before=Tr,zi.bind=Rr,zi.bindAll=Xo,zi.bindKey=kr,zi.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return qr(e)?e:[e]},zi.chain=ur,zi.chunk=function(e,t,s){t=(s?ya(e,t,s):t===n)?1:_i(fo(t),0);var a=null==e?0:e.length;if(!a||t<1)return[];for(var r=0,o=0,c=i(mt(a/t));r<a;)c[o++]=ns(e,r,r+=t);return c},zi.compact=function(e){for(var t=-1,i=null==e?0:e.length,n=0,s=[];++t<i;){var a=e[t];a&&(s[n++]=a)}return s},zi.concat=function(){var e=arguments.length;if(!e)return[];for(var t=i(e-1),n=arguments[0],s=e;s--;)t[s-1]=arguments[s];return Ct(qr(n)?ks(n):[n],_n(t,1))},zi.cond=function(e){var t=null==e?0:e.length,i=ca();return e=t?Ot(e,(function(e){if("function"!=typeof e[1])throw new ke(s);return[i(e[0]),e[1]]})):[],Jn((function(i){for(var n=-1;++n<t;){var s=e[n];if(xt(s[0],this,i))return xt(s[1],this,i)}}))},zi.conforms=function(e){return function(e){var t=No(e);return function(i){return dn(i,e,t)}}(cn(e,1))},zi.constant=ec,zi.countBy=fr,zi.create=function(e,t){var i=Di(e);return null==t?i:sn(i,t)},zi.curry=function e(t,i,s){var a=Qs(t,8,n,n,n,n,n,i=s?n:i);return a.placeholder=e.placeholder,a},zi.curryRight=function e(t,i,s){var a=Qs(t,o,n,n,n,n,n,i=s?n:i);return a.placeholder=e.placeholder,a},zi.debounce=Lr,zi.defaults=Ao,zi.defaultsDeep=So,zi.defer=Nr,zi.delay=Fr,zi.difference=za,zi.differenceBy=Da,zi.differenceWith=Ba,zi.drop=function(e,t,i){var s=null==e?0:e.length;return s?ns(e,(t=i||t===n?1:fo(t))<0?0:t,s):[]},zi.dropRight=function(e,t,i){var s=null==e?0:e.length;return s?ns(e,0,(t=s-(t=i||t===n?1:fo(t)))<0?0:t):[]},zi.dropRightWhile=function(e,t){return e&&e.length?ms(e,ca(t,3),!0,!0):[]},zi.dropWhile=function(e,t){return e&&e.length?ms(e,ca(t,3),!0):[]},zi.fill=function(e,t,i,s){var a=null==e?0:e.length;return a?(i&&"number"!=typeof i&&ya(e,t,i)&&(i=0,s=a),function(e,t,i,s){var a=e.length;for((i=fo(i))<0&&(i=-i>a?0:a+i),(s=s===n||s>a?a:fo(s))<0&&(s+=a),s=i>s?0:ho(s);i<s;)e[i++]=t;return e}(e,t,i,s)):[]},zi.filter=function(e,t){return(qr(e)?Nt:gn)(e,ca(t,3))},zi.flatMap=function(e,t){return _n(br(e,t),1)},zi.flatMapDeep=function(e,t){return _n(br(e,t),p)},zi.flatMapDepth=function(e,t,i){return i=i===n?1:fo(i),_n(br(e,t),i)},zi.flatten=Va,zi.flattenDeep=function(e){return(null==e?0:e.length)?_n(e,p):[]},zi.flattenDepth=function(e,t){return(null==e?0:e.length)?_n(e,t=t===n?1:fo(t)):[]},zi.flip=function(e){return Qs(e,512)},zi.flow=tc,zi.flowRight=ic,zi.fromPairs=function(e){for(var t=-1,i=null==e?0:e.length,n={};++t<i;){var s=e[t];n[s[0]]=s[1]}return n},zi.functions=function(e){return null==e?[]:bn(e,No(e))},zi.functionsIn=function(e){return null==e?[]:bn(e,Fo(e))},zi.groupBy=yr,zi.initial=function(e){return(null==e?0:e.length)?ns(e,0,-1):[]},zi.intersection=Wa,zi.intersectionBy=Ka,zi.intersectionWith=Ga,zi.invert=Ro,zi.invertBy=ko,zi.invokeMap=vr,zi.iteratee=sc,zi.keyBy=wr,zi.keys=No,zi.keysIn=Fo,zi.map=br,zi.mapKeys=function(e,t){var i={};return t=ca(t,3),vn(e,(function(e,n,s){an(i,t(e,n,s),e)})),i},zi.mapValues=function(e,t){var i={};return t=ca(t,3),vn(e,(function(e,n,s){an(i,n,t(e,n,s))})),i},zi.matches=function(e){return Dn(cn(e,1))},zi.matchesProperty=function(e,t){return Bn(e,cn(t,1))},zi.memoize=Ur,zi.merge=Uo,zi.mergeWith=Oo,zi.method=ac,zi.methodOf=rc,zi.mixin=oc,zi.negate=Or,zi.nthArg=function(e){return e=fo(e),Jn((function(t){return qn(t,e)}))},zi.omit=Co,zi.omitBy=function(e,t){return jo(e,Or(ca(t)))},zi.once=function(e){return Tr(2,e)},zi.orderBy=function(e,t,i,s){return null==e?[]:(qr(t)||(t=null==t?[]:[t]),qr(i=s?n:i)||(i=null==i?[]:[i]),Vn(e,t,i))},zi.over=dc,zi.overArgs=Cr,zi.overEvery=lc,zi.overSome=uc,zi.partial=Pr,zi.partialRight=jr,zi.partition=Er,zi.pick=Po,zi.pickBy=jo,zi.property=pc,zi.propertyOf=function(e){return function(t){return null==e?n:En(e,t)}},zi.pull=Ja,zi.pullAll=Qa,zi.pullAllBy=function(e,t,i){return e&&e.length&&t&&t.length?Wn(e,t,ca(i,2)):e},zi.pullAllWith=function(e,t,i){return e&&e.length&&t&&t.length?Wn(e,t,n,i):e},zi.pullAt=Za,zi.range=mc,zi.rangeRight=fc,zi.rearg=Mr,zi.reject=function(e,t){return(qr(e)?Nt:gn)(e,Or(ca(t,3)))},zi.remove=function(e,t){var i=[];if(!e||!e.length)return i;var n=-1,s=[],a=e.length;for(t=ca(t,3);++n<a;){var r=e[n];t(r,n,e)&&(i.push(r),s.push(n))}return Kn(e,s),i},zi.rest=function(e,t){if("function"!=typeof e)throw new ke(s);return Jn(e,t=t===n?t:fo(t))},zi.reverse=Xa,zi.sampleSize=function(e,t,i){return t=(i?ya(e,t,i):t===n)?1:fo(t),(qr(e)?Qi:Zn)(e,t)},zi.set=function(e,t,i){return null==e?e:Xn(e,t,i)},zi.setWith=function(e,t,i,s){return s="function"==typeof s?s:n,null==e?e:Xn(e,t,i,s)},zi.shuffle=function(e){return(qr(e)?Zi:is)(e)},zi.slice=function(e,t,i){var s=null==e?0:e.length;return s?(i&&"number"!=typeof i&&ya(e,t,i)?(t=0,i=s):(t=null==t?0:fo(t),i=i===n?s:fo(i)),ns(e,t,i)):[]},zi.sortBy=Ar,zi.sortedUniq=function(e){return e&&e.length?os(e):[]},zi.sortedUniqBy=function(e,t){return e&&e.length?os(e,ca(t,2)):[]},zi.split=function(e,t,i){return i&&"number"!=typeof i&&ya(e,t,i)&&(t=i=n),(i=i===n?h:i>>>0)?(e=Io(e))&&("string"==typeof t||null!=t&&!so(t))&&!(t=ds(t))&&ri(e)?ws(mi(e),0,i):e.split(t,i):[]},zi.spread=function(e,t){if("function"!=typeof e)throw new ke(s);return t=null==t?0:_i(fo(t),0),Jn((function(i){var n=i[t],s=ws(i,0,t);return n&&Ct(s,n),xt(e,this,s)}))},zi.tail=function(e){var t=null==e?0:e.length;return t?ns(e,1,t):[]},zi.take=function(e,t,i){return e&&e.length?ns(e,0,(t=i||t===n?1:fo(t))<0?0:t):[]},zi.takeRight=function(e,t,i){var s=null==e?0:e.length;return s?ns(e,(t=s-(t=i||t===n?1:fo(t)))<0?0:t,s):[]},zi.takeRightWhile=function(e,t){return e&&e.length?ms(e,ca(t,3),!1,!0):[]},zi.takeWhile=function(e,t){return e&&e.length?ms(e,ca(t,3)):[]},zi.tap=function(e,t){return t(e),e},zi.throttle=function(e,t,i){var n=!0,a=!0;if("function"!=typeof e)throw new ke(s);return Xr(i)&&(n="leading"in i?!!i.leading:n,a="trailing"in i?!!i.trailing:a),Lr(e,t,{leading:n,maxWait:t,trailing:a})},zi.thru=pr,zi.toArray=po,zi.toPairs=Mo,zi.toPairsIn=zo,zi.toPath=function(e){return qr(e)?Ot(e,Pa):oo(e)?[e]:ks(Ca(Io(e)))},zi.toPlainObject=_o,zi.transform=function(e,t,i){var n=qr(e),s=n||Kr(e)||co(e);if(t=ca(t,4),null==i){var a=e&&e.constructor;i=s?n?new a:[]:Xr(e)&&Jr(a)?Di(We(e)):{}}return(s?Rt:vn)(e,(function(e,n,s){return t(i,e,n,s)})),i},zi.unary=function(e){return xr(e,1)},zi.union=er,zi.unionBy=tr,zi.unionWith=ir,zi.uniq=function(e){return e&&e.length?ls(e):[]},zi.uniqBy=function(e,t){return e&&e.length?ls(e,ca(t,2)):[]},zi.uniqWith=function(e,t){return t="function"==typeof t?t:n,e&&e.length?ls(e,n,t):[]},zi.unset=function(e,t){return null==e||us(e,t)},zi.unzip=nr,zi.unzipWith=sr,zi.update=function(e,t,i){return null==e?e:ps(e,t,Is(i))},zi.updateWith=function(e,t,i,s){return s="function"==typeof s?s:n,null==e?e:ps(e,t,Is(i),s)},zi.values=Do,zi.valuesIn=function(e){return null==e?[]:Xt(e,Fo(e))},zi.without=ar,zi.words=Qo,zi.wrap=function(e,t){return Pr(Is(t),e)},zi.xor=rr,zi.xorBy=or,zi.xorWith=cr,zi.zip=dr,zi.zipObject=function(e,t){return gs(e||[],t||[],en)},zi.zipObjectDeep=function(e,t){return gs(e||[],t||[],Xn)},zi.zipWith=lr,zi.entries=Mo,zi.entriesIn=zo,zi.extend=vo,zi.extendWith=wo,oc(zi,zi),zi.add=_c,zi.attempt=Zo,zi.camelCase=Bo,zi.capitalize=$o,zi.ceil=Ic,zi.clamp=function(e,t,i){return i===n&&(i=t,t=n),i!==n&&(i=(i=go(i))==i?i:0),t!==n&&(t=(t=go(t))==t?t:0),on(go(e),t,i)},zi.clone=function(e){return cn(e,4)},zi.cloneDeep=function(e){return cn(e,5)},zi.cloneDeepWith=function(e,t){return cn(e,5,t="function"==typeof t?t:n)},zi.cloneWith=function(e,t){return cn(e,4,t="function"==typeof t?t:n)},zi.conformsTo=function(e,t){return null==t||dn(e,t,No(t))},zi.deburr=qo,zi.defaultTo=function(e,t){return null==e||e!=e?t:e},zi.divide=yc,zi.endsWith=function(e,t,i){e=Io(e),t=ds(t);var s=e.length,a=i=i===n?s:on(fo(i),0,s);return(i-=t.length)>=0&&e.slice(i,a)==t},zi.eq=zr,zi.escape=function(e){return(e=Io(e))&&J.test(e)?e.replace(G,si):e},zi.escapeRegExp=function(e){return(e=Io(e))&&se.test(e)?e.replace(ne,"\\$&"):e},zi.every=function(e,t,i){var s=qr(e)?Lt:fn;return i&&ya(e,t,i)&&(t=n),s(e,ca(t,3))},zi.find=hr,zi.findIndex=$a,zi.findKey=function(e,t){return Dt(e,ca(t,3),vn)},zi.findLast=gr,zi.findLastIndex=qa,zi.findLastKey=function(e,t){return Dt(e,ca(t,3),wn)},zi.floor=vc,zi.forEach=_r,zi.forEachRight=Ir,zi.forIn=function(e,t){return null==e?e:In(e,ca(t,3),Fo)},zi.forInRight=function(e,t){return null==e?e:yn(e,ca(t,3),Fo)},zi.forOwn=function(e,t){return e&&vn(e,ca(t,3))},zi.forOwnRight=function(e,t){return e&&wn(e,ca(t,3))},zi.get=xo,zi.gt=Dr,zi.gte=Br,zi.has=function(e,t){return null!=e&&ha(e,t,Tn)},zi.hasIn=To,zi.head=Ha,zi.identity=nc,zi.includes=function(e,t,i,n){e=Hr(e)?e:Do(e),i=i&&!n?fo(i):0;var s=e.length;return i<0&&(i=_i(s+i,0)),ro(e)?i<=s&&e.indexOf(t,i)>-1:!!s&&$t(e,t,i)>-1},zi.indexOf=function(e,t,i){var n=null==e?0:e.length;if(!n)return-1;var s=null==i?0:fo(i);return s<0&&(s=_i(n+s,0)),$t(e,t,s)},zi.inRange=function(e,t,i){return t=mo(t),i===n?(i=t,t=0):i=mo(i),function(e,t,i){return e>=Ii(t,i)&&e<_i(t,i)}(e=go(e),t,i)},zi.invoke=Lo,zi.isArguments=$r,zi.isArray=qr,zi.isArrayBuffer=Vr,zi.isArrayLike=Hr,zi.isArrayLikeObject=Wr,zi.isBoolean=function(e){return!0===e||!1===e||eo(e)&&Sn(e)==y},zi.isBuffer=Kr,zi.isDate=Gr,zi.isElement=function(e){return eo(e)&&1===e.nodeType&&!no(e)},zi.isEmpty=function(e){if(null==e)return!0;if(Hr(e)&&(qr(e)||"string"==typeof e||"function"==typeof e.splice||Kr(e)||co(e)||$r(e)))return!e.length;var t=fa(e);if(t==A||t==k)return!e.size;if(Ea(e))return!Pn(e).length;for(var i in e)if(Ce.call(e,i))return!1;return!0},zi.isEqual=function(e,t){return Fn(e,t)},zi.isEqualWith=function(e,t,i){var s=(i="function"==typeof i?i:n)?i(e,t):n;return s===n?Fn(e,t,n,i):!!s},zi.isError=Yr,zi.isFinite=function(e){return"number"==typeof e&&yt(e)},zi.isFunction=Jr,zi.isInteger=Qr,zi.isLength=Zr,zi.isMap=to,zi.isMatch=function(e,t){return e===t||Un(e,t,la(t))},zi.isMatchWith=function(e,t,i){return i="function"==typeof i?i:n,Un(e,t,la(t),i)},zi.isNaN=function(e){return io(e)&&e!=+e},zi.isNative=function(e){if(ba(e))throw new Ee("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return On(e)},zi.isNil=function(e){return null==e},zi.isNull=function(e){return null===e},zi.isNumber=io,zi.isObject=Xr,zi.isObjectLike=eo,zi.isPlainObject=no,zi.isRegExp=so,zi.isSafeInteger=function(e){return Qr(e)&&e>=-9007199254740991&&e<=m},zi.isSet=ao,zi.isString=ro,zi.isSymbol=oo,zi.isTypedArray=co,zi.isUndefined=function(e){return e===n},zi.isWeakMap=function(e){return eo(e)&&fa(e)==F},zi.isWeakSet=function(e){return eo(e)&&"[object WeakSet]"==Sn(e)},zi.join=function(e,t){return null==e?"":zt.call(e,t)},zi.kebabCase=Vo,zi.last=Ya,zi.lastIndexOf=function(e,t,i){var s=null==e?0:e.length;if(!s)return-1;var a=s;return i!==n&&(a=(a=fo(i))<0?_i(s+a,0):Ii(a,s-1)),t==t?function(e,t,i){for(var n=i+1;n--;)if(e[n]===t)return n;return n}(e,t,a):Bt(e,Vt,a,!0)},zi.lowerCase=Ho,zi.lowerFirst=Wo,zi.lt=lo,zi.lte=uo,zi.max=function(e){return e&&e.length?hn(e,nc,xn):n},zi.maxBy=function(e,t){return e&&e.length?hn(e,ca(t,2),xn):n},zi.mean=function(e){return Ht(e,nc)},zi.meanBy=function(e,t){return Ht(e,ca(t,2))},zi.min=function(e){return e&&e.length?hn(e,nc,Mn):n},zi.minBy=function(e,t){return e&&e.length?hn(e,ca(t,2),Mn):n},zi.stubArray=hc,zi.stubFalse=gc,zi.stubObject=function(){return{}},zi.stubString=function(){return""},zi.stubTrue=function(){return!0},zi.multiply=bc,zi.nth=function(e,t){return e&&e.length?qn(e,fo(t)):n},zi.noConflict=function(){return ft._===this&&(ft._=De),this},zi.noop=cc,zi.now=Sr,zi.pad=function(e,t,i){e=Io(e);var n=(t=fo(t))?pi(e):0;if(!t||n>=t)return e;var s=(t-n)/2;return Vs(ht(s),i)+e+Vs(mt(s),i)},zi.padEnd=function(e,t,i){e=Io(e);var n=(t=fo(t))?pi(e):0;return t&&n<t?e+Vs(t-n,i):e},zi.padStart=function(e,t,i){e=Io(e);var n=(t=fo(t))?pi(e):0;return t&&n<t?Vs(t-n,i)+e:e},zi.parseInt=function(e,t,i){return i||null==t?t=0:t&&(t=+t),vi(Io(e).replace(ae,""),t||0)},zi.random=function(e,t,i){if(i&&"boolean"!=typeof i&&ya(e,t,i)&&(t=i=n),i===n&&("boolean"==typeof t?(i=t,t=n):"boolean"==typeof e&&(i=e,e=n)),e===n&&t===n?(e=0,t=1):(e=mo(e),t===n?(t=e,e=0):t=mo(t)),e>t){var s=e;e=t,t=s}if(i||e%1||t%1){var a=wi();return Ii(e+a*(t-e+lt("1e-"+((a+"").length-1))),t)}return Gn(e,t)},zi.reduce=function(e,t,i){var n=qr(e)?Pt:Gt,s=arguments.length<3;return n(e,ca(t,4),i,s,pn)},zi.reduceRight=function(e,t,i){var n=qr(e)?jt:Gt,s=arguments.length<3;return n(e,ca(t,4),i,s,mn)},zi.repeat=function(e,t,i){return t=(i?ya(e,t,i):t===n)?1:fo(t),Yn(Io(e),t)},zi.replace=function(){var e=arguments,t=Io(e[0]);return e.length<3?t:t.replace(e[1],e[2])},zi.result=function(e,t,i){var s=-1,a=(t=ys(t,e)).length;for(a||(a=1,e=n);++s<a;){var r=null==e?n:e[Pa(t[s])];r===n&&(s=a,r=i),e=Jr(r)?r.call(e):r}return e},zi.round=Ec,zi.runInContext=e,zi.sample=function(e){return(qr(e)?Ji:Qn)(e)},zi.size=function(e){if(null==e)return 0;if(Hr(e))return ro(e)?pi(e):e.length;var t=fa(e);return t==A||t==k?e.size:Pn(e).length},zi.snakeCase=Ko,zi.some=function(e,t,i){var s=qr(e)?Mt:ss;return i&&ya(e,t,i)&&(t=n),s(e,ca(t,3))},zi.sortedIndex=function(e,t){return as(e,t)},zi.sortedIndexBy=function(e,t,i){return rs(e,t,ca(i,2))},zi.sortedIndexOf=function(e,t){var i=null==e?0:e.length;if(i){var n=as(e,t);if(n<i&&zr(e[n],t))return n}return-1},zi.sortedLastIndex=function(e,t){return as(e,t,!0)},zi.sortedLastIndexBy=function(e,t,i){return rs(e,t,ca(i,2),!0)},zi.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var i=as(e,t,!0)-1;if(zr(e[i],t))return i}return-1},zi.startCase=Go,zi.startsWith=function(e,t,i){return e=Io(e),i=null==i?0:on(fo(i),0,e.length),t=ds(t),e.slice(i,i+t.length)==t},zi.subtract=Ac,zi.sum=function(e){return e&&e.length?Yt(e,nc):0},zi.sumBy=function(e,t){return e&&e.length?Yt(e,ca(t,2)):0},zi.template=function(e,t,i){var s=zi.templateSettings;i&&ya(e,t,i)&&(t=n),e=Io(e),t=wo({},t,s,Zs);var a,r,o=wo({},t.imports,s.imports,Zs),c=No(o),d=Xt(o,c),l=0,u=t.interpolate||we,p="__p += '",m=Te((t.escape||we).source+"|"+u.source+"|"+(u===X?me:we).source+"|"+(t.evaluate||we).source+"|$","g"),f="//# sourceURL="+(Ce.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++rt+"]")+"\n";e.replace(m,(function(t,i,n,s,o,c){return n||(n=s),p+=e.slice(l,c).replace(be,ai),i&&(a=!0,p+="' +\n__e("+i+") +\n'"),o&&(r=!0,p+="';\n"+o+";\n__p += '"),n&&(p+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),l=c+t.length,t})),p+="';\n";var h=Ce.call(t,"variable")&&t.variable;if(h){if(ue.test(h))throw new Ee("Invalid `variable` option passed into `_.template`")}else p="with (obj) {\n"+p+"\n}\n";p=(r?p.replace(V,""):p).replace(H,"$1").replace(W,"$1;"),p="function("+(h||"obj")+") {\n"+(h?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(a?", __e = _.escape":"")+(r?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+p+"return __p\n}";var g=Zo((function(){return Ae(c,f+"return "+p).apply(n,d)}));if(g.source=p,Yr(g))throw g;return g},zi.times=function(e,t){if((e=fo(e))<1||e>m)return[];var i=h,n=Ii(e,h);t=ca(t),e-=h;for(var s=Jt(n,t);++i<e;)t(i);return s},zi.toFinite=mo,zi.toInteger=fo,zi.toLength=ho,zi.toLower=function(e){return Io(e).toLowerCase()},zi.toNumber=go,zi.toSafeInteger=function(e){return e?on(fo(e),-9007199254740991,m):0===e?e:0},zi.toString=Io,zi.toUpper=function(e){return Io(e).toUpperCase()},zi.trim=function(e,t,i){if((e=Io(e))&&(i||t===n))return Qt(e);if(!e||!(t=ds(t)))return e;var s=mi(e),a=mi(t);return ws(s,ti(s,a),ii(s,a)+1).join("")},zi.trimEnd=function(e,t,i){if((e=Io(e))&&(i||t===n))return e.slice(0,fi(e)+1);if(!e||!(t=ds(t)))return e;var s=mi(e);return ws(s,0,ii(s,mi(t))+1).join("")},zi.trimStart=function(e,t,i){if((e=Io(e))&&(i||t===n))return e.replace(ae,"");if(!e||!(t=ds(t)))return e;var s=mi(e);return ws(s,ti(s,mi(t))).join("")},zi.truncate=function(e,t){var i=30,s="...";if(Xr(t)){var a="separator"in t?t.separator:a;i="length"in t?fo(t.length):i,s="omission"in t?ds(t.omission):s}var r=(e=Io(e)).length;if(ri(e)){var o=mi(e);r=o.length}if(i>=r)return e;var c=i-pi(s);if(c<1)return s;var d=o?ws(o,0,c).join(""):e.slice(0,c);if(a===n)return d+s;if(o&&(c+=d.length-c),so(a)){if(e.slice(c).search(a)){var l,u=d;for(a.global||(a=Te(a.source,Io(fe.exec(a))+"g")),a.lastIndex=0;l=a.exec(u);)var p=l.index;d=d.slice(0,p===n?c:p)}}else if(e.indexOf(ds(a),c)!=c){var m=d.lastIndexOf(a);m>-1&&(d=d.slice(0,m))}return d+s},zi.unescape=function(e){return(e=Io(e))&&Y.test(e)?e.replace(K,hi):e},zi.uniqueId=function(e){var t=++Pe;return Io(e)+t},zi.upperCase=Yo,zi.upperFirst=Jo,zi.each=_r,zi.eachRight=Ir,zi.first=Ha,oc(zi,(wc={},vn(zi,(function(e,t){Ce.call(zi.prototype,t)||(wc[t]=e)})),wc),{chain:!1}),zi.VERSION="4.17.21",Rt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){zi[e].placeholder=zi})),Rt(["drop","take"],(function(e,t){qi.prototype[e]=function(i){i=i===n?1:_i(fo(i),0);var s=this.__filtered__&&!t?new qi(this):this.clone();return s.__filtered__?s.__takeCount__=Ii(i,s.__takeCount__):s.__views__.push({size:Ii(i,h),type:e+(s.__dir__<0?"Right":"")}),s},qi.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),Rt(["filter","map","takeWhile"],(function(e,t){var i=t+1,n=1==i||3==i;qi.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:ca(e,3),type:i}),t.__filtered__=t.__filtered__||n,t}})),Rt(["head","last"],(function(e,t){var i="take"+(t?"Right":"");qi.prototype[e]=function(){return this[i](1).value()[0]}})),Rt(["initial","tail"],(function(e,t){var i="drop"+(t?"":"Right");qi.prototype[e]=function(){return this.__filtered__?new qi(this):this[i](1)}})),qi.prototype.compact=function(){return this.filter(nc)},qi.prototype.find=function(e){return this.filter(e).head()},qi.prototype.findLast=function(e){return this.reverse().find(e)},qi.prototype.invokeMap=Jn((function(e,t){return"function"==typeof e?new qi(this):this.map((function(i){return Ln(i,e,t)}))})),qi.prototype.reject=function(e){return this.filter(Or(ca(e)))},qi.prototype.slice=function(e,t){e=fo(e);var i=this;return i.__filtered__&&(e>0||t<0)?new qi(i):(e<0?i=i.takeRight(-e):e&&(i=i.drop(e)),t!==n&&(i=(t=fo(t))<0?i.dropRight(-t):i.take(t-e)),i)},qi.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},qi.prototype.toArray=function(){return this.take(h)},vn(qi.prototype,(function(e,t){var i=/^(?:filter|find|map|reject)|While$/.test(t),s=/^(?:head|last)$/.test(t),a=zi[s?"take"+("last"==t?"Right":""):t],r=s||/^find/.test(t);a&&(zi.prototype[t]=function(){var t=this.__wrapped__,o=s?[1]:arguments,c=t instanceof qi,d=o[0],l=c||qr(t),u=function(e){var t=a.apply(zi,Ct([e],o));return s&&p?t[0]:t};l&&i&&"function"==typeof d&&1!=d.length&&(c=l=!1);var p=this.__chain__,m=!!this.__actions__.length,f=r&&!p,h=c&&!m;if(!r&&l){t=h?t:new qi(this);var g=e.apply(t,o);return g.__actions__.push({func:pr,args:[u],thisArg:n}),new $i(g,p)}return f&&h?e.apply(this,o):(g=this.thru(u),f?s?g.value()[0]:g.value():g)})})),Rt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=Le[e],i=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",n=/^(?:pop|shift)$/.test(e);zi.prototype[e]=function(){var e=arguments;if(n&&!this.__chain__){var s=this.value();return t.apply(qr(s)?s:[],e)}return this[i]((function(i){return t.apply(qr(i)?i:[],e)}))}})),vn(qi.prototype,(function(e,t){var i=zi[t];if(i){var n=i.name+"";Ce.call(Li,n)||(Li[n]=[]),Li[n].push({name:t,func:i})}})),Li[Ds(n,2).name]=[{name:"wrapper",func:n}],qi.prototype.clone=function(){var e=new qi(this.__wrapped__);return e.__actions__=ks(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=ks(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=ks(this.__views__),e},qi.prototype.reverse=function(){if(this.__filtered__){var e=new qi(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},qi.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,i=qr(e),n=t<0,s=i?e.length:0,a=function(e,t,i){var n=-1,s=i.length;for(;++n<s;){var a=i[n],r=a.size;switch(a.type){case"drop":e+=r;break;case"dropRight":t-=r;break;case"take":t=Ii(t,e+r);break;case"takeRight":e=_i(e,t-r)}}return{start:e,end:t}}(0,s,this.__views__),r=a.start,o=a.end,c=o-r,d=n?o:r-1,l=this.__iteratees__,u=l.length,p=0,m=Ii(c,this.__takeCount__);if(!i||!n&&s==c&&m==c)return fs(e,this.__actions__);var f=[];e:for(;c--&&p<m;){for(var h=-1,g=e[d+=t];++h<u;){var _=l[h],I=_.iteratee,y=_.type,v=I(g);if(2==y)g=v;else if(!v){if(1==y)continue e;break e}}f[p++]=g}return f},zi.prototype.at=mr,zi.prototype.chain=function(){return ur(this)},zi.prototype.commit=function(){return new $i(this.value(),this.__chain__)},zi.prototype.next=function(){this.__values__===n&&(this.__values__=po(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?n:this.__values__[this.__index__++]}},zi.prototype.plant=function(e){for(var t,i=this;i instanceof Bi;){var s=Ma(i);s.__index__=0,s.__values__=n,t?a.__wrapped__=s:t=s;var a=s;i=i.__wrapped__}return a.__wrapped__=e,t},zi.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof qi){var t=e;return this.__actions__.length&&(t=new qi(this)),(t=t.reverse()).__actions__.push({func:pr,args:[Xa],thisArg:n}),new $i(t,this.__chain__)}return this.thru(Xa)},zi.prototype.toJSON=zi.prototype.valueOf=zi.prototype.value=function(){return fs(this.__wrapped__,this.__actions__)},zi.prototype.first=zi.prototype.head,Qe&&(zi.prototype[Qe]=function(){return this}),zi}();gt?((gt.exports=gi)._=gi,ht._=gi):ft._=gi}).call(i)}(fd,fd.exports);var hd=fd.exports;const gd={type:wc,stimulus:()=>!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6?Fd.audio[hd.camelCase("introductionNs")]:Fd.audio[hd.camelCase("introduction")],prompt:()=>!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6?`\n <div class = "jspsych-content-modified">\n <div class="container">\n <img src="${Fd.images.academyBackground}" alt= "background" style="width:100%;"> \n </div>\n <div class="text-block">\n <h3> ${mc.t("introduction.intro.text1")} </h3>\n <p> ${mc.t("introduction.intro.text2")} </p> \n <p> ${mc.t("introduction.intro.text3")} </p>\n </div>\n ${dd?"":`<div class="button"> ${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.anyKey")}`,action:`${mc.t("terms.continue")}`})} </div>`}\n </div>\n `:`\n <div class = "jspsych-content-modified">\n <div class="container">\n <img src="${Fd.images.academyBackground}" alt= "background" style="width:100%;"> \n </div>\n <div class="text-block">\n <h3> ${mc.t("introduction.intro.text4")} </h3>\n <p> ${mc.t("introduction.intro.text5")} </p> \n <p> ${mc.t("introduction.intro.text6")} </p> \n <p> ${mc.t("introduction.intro.text3")} </p>\n </div>\n ${dd?"":`<div class="button"> ${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.anyKey")}`,action:`${mc.t("terms.continue")}`})} </div>`}\n </div>`,keyboard_choices:()=>dd?"NO_KEYS":"ALL_KEYS",button_choices:()=>dd?["HERE"]:[],button_html:()=>dd?`<button class="button"> ${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.here")}`,action:`${mc.t("terms.continue")}`})} </button>`:"",on_start:()=>{document.body.style.cursor="none"}},_d={timeline:[{type:wc,stimulus:()=>Fd.audio.postPracticeInstruction,prompt:()=>`\n <div class="jspsych-content-modified" id="sre-background">\n <h3>${mc.t("practice.postPracticeIntro.text1")}</h3>\n <p>${mc.t("practice.postPracticeIntro.text2")}</p>\n <p>${mc.t("practice.postPracticeIntro.text3")}</p>\n <p>${mc.t("practice.postPracticeIntro.text4")}</p>\n <p>${mc.t("practice.postPracticeIntro.text5")}</p>\n ${dd?"":`<div class="button">${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.anyKey")}`,action:`${mc.t("terms.continue")}`})}</div>`}\n </div>`,keyboard_choices:()=>dd?"NO_KEYS":"ALL_KEYS",button_choices:()=>dd?["HERE"]:[],button_html:()=>dd?`<button class="button"> ${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.here")}`,action:`${mc.t("terms.continue")}`})} </button>`:""},{type:wc,stimulus:()=>Fd.audio.postPracticeReminder,prompt:()=>`\n <div class="jspsych-content-modified" id="sre-background">\n <h2>${mc.t("reminderTexts.remember")}</h2>\n <div class="row">\n <div class="column_2_lower" style="background-color:#FFFFFF;">\n <p style="text-align:center;">${mc.t(dd?"practice.postPracticeReminder.text1Mobile":"practice.postPracticeReminder.text1")}</p>\n <img width="70%" src="${Fd.images.falseKey}" alt="arrow keys">\n </div>\n <div class="column_2_lower" style="background-color:#FFFFFF;">\n <p style="text-align:center;">${mc.t(dd?"practice.postPracticeReminder.text2Mobile":"practice.postPracticeReminder.text2")}</p>\n <img width="70%" src="${Fd.images.trueKey}" alt="arrow keys">\n </div>\n </div>\n <p><b>${mc.t("practice.postPracticeReminder.text3")}</b></p>\n <p><b>${mc.t("practice.postPracticeReminder.text4")}</b></p>\n ${dd?"":`<div class="button">${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.anyKey")}`,action:`${mc.t("terms.begin")}`})} </div>`}\n </div>`,keyboard_choices:()=>dd?"NO_KEYS":"ALL_KEYS",button_choices:()=>dd?["HERE"]:[],button_html:()=>dd?`<button class="button"> ${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.here")}`,action:`${mc.t("terms.begin")}`})} </button>`:"",on_finish:()=>{r.session.set("indexTracking",0)}}]},Id={name:"fullscreen",parameters:{fullscreen_mode:{type:yr.BOOL,pretty_name:"Fullscreen mode",default:!0,array:!1},message:{type:yr.HTML_STRING,pretty_name:"Message",default:"<p>The experiment will switch to full screen mode when you press the button below</p>",array:!1},button_label:{type:yr.STRING,pretty_name:"Button label",default:"Continue",array:!1},delay_after:{type:yr.INT,pretty_name:"Delay after",default:1e3,array:!1}}};class yd{constructor(e){this.jsPsych=e,this.rt=null,this.start_time=0}trial(e,t){"undefined"!=typeof Element&&"ALLOW_KEYBOARD_INPUT"in Element?this.endTrial(e,!1,t):t.fullscreen_mode?this.showDisplay(e,t):(this.exitFullScreen(),this.endTrial(e,!0,t))}showDisplay(e,t){e.innerHTML=`\n ${t.message}\n <button id="jspsych-fullscreen-btn" class="jspsych-btn">${t.button_label}</button>\n `,e.querySelector("#jspsych-fullscreen-btn").addEventListener("click",(()=>{this.rt=Math.round(performance.now()-this.start_time),this.enterFullScreen(),this.endTrial(e,!0,t)})),this.start_time=performance.now()}endTrial(e,t,i){e.innerHTML="",this.jsPsych.pluginAPI.setTimeout((()=>{var e={success:t,rt:this.rt};this.jsPsych.finishTrial(e)}),i.delay_after)}enterFullScreen(){var e=document.documentElement;e.requestFullscreen?e.requestFullscreen():e.mozRequestFullScreen?e.mozRequestFullScreen():e.webkitRequestFullscreen?e.webkitRequestFullscreen():e.msRequestFullscreen&&e.msRequestFullscreen()}exitFullScreen(){(document.fullscreenElement||document.mozFullScreenElement||document.webkitFullscreenElement)&&(document.exitFullscreen?document.exitFullscreen():document.msExitFullscreen?document.msExitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen&&document.webkitExitFullscreen())}simulate(e,t,i,n){"data-only"==t&&(n(),this.simulate_data_only(e,i)),"visual"==t&&this.simulate_visual(e,i,n)}create_simulation_data(e,t){const i={success:!0,rt:this.jsPsych.randomization.sampleExGaussian(1e3,100,.005,!0)};return this.jsPsych.pluginAPI.mergeSimulationData(i,t)}simulate_data_only(e,t){const i=this.create_simulation_data(e,t);this.jsPsych.finishTrial(i)}simulate_visual(e,t,i){const n=this.create_simulation_data(e,t),s=this.jsPsych.getDisplayElement();!1===n.success?this.endTrial(s,!1,e):(this.trial(s,e),i(),this.jsPsych.pluginAPI.clickTarget(s.querySelector("#jspsych-fullscreen-btn"),n.rt))}}yd.info=Id;const vd={name:"html-multi-response",parameters:{stimulus:{type:yr.HTML_STRING,pretty_name:"Stimulus",default:void 0},button_choices:{type:yr.STRING,pretty_name:"Button Choices",default:[],array:!0},keyboard_choices:{type:yr.KEYS,pretty_name:"Keyboard Choices",default:"NO_KEYS"},button_html:{type:yr.HTML_STRING,pretty_name:"Button HTML",default:'<button class="jspsych-btn">%choice%</button>',array:!0},prompt:{type:yr.HTML_STRING,pretty_name:"Prompt",default:null},stimulus_duration:{type:yr.INT,pretty_name:"Stimulus duration",default:null},trial_duration:{type:yr.INT,pretty_name:"Trial duration",default:null},margin_vertical:{type:yr.STRING,pretty_name:"Margin vertical",default:"0px"},margin_horizontal:{type:yr.STRING,pretty_name:"Margin horizontal",default:"8px"},response_ends_trial:{type:yr.BOOL,pretty_name:"Response ends trial",default:!0}}};class wd{constructor(e){this.jsPsych=e}trial(e,t){var i='<div id="jspsych-html-multi-response-stimulus">'+t.stimulus+"</div>",n=[];if(Array.isArray(t.button_html))t.button_html.length==t.button_choices.length?n=t.button_html:console.error("Error in html-multi-response plugin. The length of the button_html array does not equal the length of the button_choices array");else for(var s=0;s<t.button_choices.length;s++)n.push(t.button_html);i+='<div id="jspsych-html-multi-response-btngroup">';for(s=0;s<t.button_choices.length;s++){var a=n[s].replace(/%choice%/g,t.button_choices[s]);i+='<div class="jspsych-html-multi-response-button" style="display: inline-block; margin:'+t.margin_vertical+" "+t.margin_horizontal+'" id="jspsych-html-multi-response-button-'+s+'" data-choice="'+s+'">'+a+"</div>"}i+="</div>",null!==t.prompt&&(i+=t.prompt),e.innerHTML=i;if("NO_KEYS"!=t.keyboard_choices)var r=this.jsPsych.pluginAPI.getKeyboardResponse({callback_function:function(i){e.querySelector("#jspsych-html-multi-response-stimulus").className+=" responded",null==c.key&&(c=Object.assign({source:"keyboard",button:null},i)),t.response_ends_trial&&d()},valid_responses:t.keyboard_choices,rt_method:"performance",persist:!1,allow_held_key:!1});var o=performance.now();for(s=0;s<t.button_choices.length;s++)e.querySelector("#jspsych-html-multi-response-button-"+s).addEventListener("click",(e=>{l(e.currentTarget.getAttribute("data-choice"))}));var c={rt:null,button:null,key:null,source:null};const d=()=>{this.jsPsych.pluginAPI.clearAllTimeouts(),void 0!==r&&this.jsPsych.pluginAPI.cancelKeyboardResponse(r);var i={rt:c.rt,stimulus:t.stimulus,button_response:c.button,keyboard_response:c.key,response_source:c.source};e.innerHTML="",this.jsPsych.finishTrial(i)};function l(i){var n=performance.now(),s=Math.round(n-o);c.button=parseInt(i),c.rt=s,c.source="button",e.querySelector("#jspsych-html-multi-response-stimulus").className+=" responded";for(var a=document.querySelectorAll(".jspsych-html-multi-response-button button"),r=0;r<a.length;r++)a[r].setAttribute("disabled","disabled");t.response_ends_trial&&d()}null!==t.stimulus_duration&&this.jsPsych.pluginAPI.setTimeout((()=>{e.querySelector("#jspsych-html-multi-response-stimulus").style.visibility="hidden"}),t.stimulus_duration),null!==t.trial_duration&&this.jsPsych.pluginAPI.setTimeout(d,t.trial_duration)}simulate(e,t,i,n){"data-only"==t&&(n(),this.simulate_data_only(e,i)),"visual"==t&&this.simulate_visual(e,i,n)}create_simulation_data(e,t){const i={stimulus:e.stimulus,rt:this.jsPsych.randomization.sampleExGaussian(500,50,1/150,!0),keyboard_response:this.jsPsych.pluginAPI.getValidKey(e.keyboard_choices),button_response:null,response_source:"keyboard"},n={stimulus:e.stimulus,rt:this.jsPsych.randomization.sampleExGaussian(500,50,1/150,!0),button_response:this.jsPsych.randomization.randomInt(0,e.button_choices.length-1),keyboard_response:null,response_source:"button"},s=Math.random()<.5?i:n,a=this.jsPsych.pluginAPI.mergeSimulationData(s,t);return this.jsPsych.pluginAPI.ensureSimulationDataConsistency(e,a),a}simulate_data_only(e,t){const i=this.create_simulation_data(e,t);this.jsPsych.finishTrial(i)}simulate_visual(e,t,i){const n=this.create_simulation_data(e,t),s=this.jsPsych.getDisplayElement();this.trial(s,e),i(),null!==n.rt&&(null!==n.button_response?this.jsPsych.pluginAPI.clickTarget(s.querySelector(`div[data-choice="${n.button_response}"] button`),n.rt):this.jsPsych.pluginAPI.pressKey(n.keyboard_response,n.rt))}}wd.info=vd;const bd={type:wc,stimulus:()=>!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6?Fd.audio[hd.camelCase("halfwayNs")]:r.session.get("config").story?Fd.audio[hd.camelCase(`${r.session("character")}Halfway`)]:"",prompt:()=>!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6?`\n <div class="jspsych-content-modified">\n <div class="container">\n <img src="${Fd.images.classroomBackground}" alt= "background" style="width:100%;"> \n </div>\n <div class="text-block">\n <h3> ${mc.t("gameBreak.halfwayScreen.text1")} </h3>\n <p> ${mc.t("gameBreak.halfwayScreen.text2")} </p>\n </div>\n ${dd?"":`<div class="button"> ${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.anyKey")}`,action:`${mc.t("terms.continue")}`})} </div>`}\n </div>`:`\n <div class="jspsych-content-modified" id="sre-background">\n <div class="row">\n <div class="column_1">\n <img class="characterleft" src="${Fd.images[hd.camelCase(`${r.session("character")}Talking`)]}" alt="animation of student talking">\n </div>\n <div class= "column_3 halfway-text-block">\n <div class="middle">\n <p> ${mc.t("gameBreak.halfwayScreen.text3")}</p>\n <p> ${mc.t("gameBreak.halfwayScreen.text4")}</p>\n </div>\n </div>\n </div>\n ${dd?"":`<div class="button"> ${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.anyKey")}`,action:`${mc.t("terms.continue")}`})} </div>`}\n </div>`,keyboard_choices:()=>dd?"NO_KEYS":"ALL_KEYS",button_choices:()=>dd?["HERE"]:[],button_html:()=>`<button class="button"> ${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.here")}`,action:`${mc.t("terms.continue")}`})} </button>`,on_finish:()=>{r.session.set("indexTracking",0)}},Ed={timeline:[{type:wc,stimulus:()=>!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6?Fd.audio[hd.camelCase("endNs")]:r.session.get("config").story?Fd.audio[hd.camelCase(`${r.session("character")}End`)]:"",prompt:()=>!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6?`\n <div class="jspsych-content-modified">\n <div class="container">\n <img src="${Fd.images.academyBackground}" alt= "background" style="width:100%;"> \n </div>\n <div class="text-block">\n <h3> ${mc.t("gameBreak.endScreen.text1")} </h3>\n <p> ${mc.t("gameBreak.endScreen.text2")} </p> \n </div>\n ${dd?"":`<div class="button">${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.anyKey")}`,action:`${mc.t("terms.save")}`})}</div>`}\n </div>`:`\n <div class="jspsych-content-modified">\n <div class="class-container">\n <img src="${Fd.images.classroomBackground}" alt= "classroom" style="width:100%;"> \n </div>\n <div class="upper">\n <div class="select-text-block"> <span style="font-weight:bold; white-space:nowrap">\n <h3> ${mc.t("gameBreak.endScreen.text3")} </h3>\n <p> ${r.session("character_name")} ${mc.t("gameBreak.endScreen.text4")} </p> \n </div>\n </div>\n <div class="student" id="end-student">\n <img src="${Fd.images[hd.camelCase(`${r.session("character")}Happy`)]}" alt= "character is happy"> \n </div>\n ${dd?"":`<div class="button">${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.anyKey")}`,action:`${mc.t("terms.save")}`})}</div>`}\n </div>`,keyboard_choices:()=>dd?"NO_KEYS":"ALL_KEYS",button_choices:()=>dd?["HERE"]:[],button_html:()=>`<button class="button"> ${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.here")}`,action:`${mc.t("terms.save")}`})} </button>`,data:{save_trial:!1}},{timeline:[{type:wd,stimulus:()=>`\n <div class="jspsych-content-modified">\n <div class="container">\n <img src="${Fd.images.academyBackground}" alt= "background" style="width:100%;"> </div>\n <div class="demo-text-block">\n <h3>${mc.t("gameBreak.debrief.text1")}</h3>\n <p>${mc.t("gameBreak.debrief.text2")}</p>\n </div>\n ${dd?"":`<div class="button">${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.anyKey")}`,action:`${mc.t("terms.close")}`})}</div>`}\n </div>`,keyboard_choices:()=>dd?"NO_KEYS":"ALL_KEYS",button_choices:()=>dd?["HERE"]:[],button_html:()=>`<button class="button"> ${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.here")}`,action:`${mc.t("terms.close")}`})} </button>`}],conditional_function:()=>"demo"===r.session.get("config").userMode},{type:yd,fullscreen_mode:!1,delay_after:0}]},Ad={timeline:[{type:wc,stimulus:()=>Fd.audio.studentSelect,prompt:()=>dd?`\n <div>\n <img id="mobile-classroom-bg" src=${Fd.images.classroomBackground} alt="background"/>\n <h3>${mc.t("characterSelect.studentSelect.paragraph1")}</h3>\n <p> ${mc.t(dd?"characterSelect.studentSelect.paragraph2Mobile":"characterSelect.studentSelect.paragraph2")} </p>\n </div>`:` \n <div class="jspsych-content-modified">\n <div class="class-container">\n <img id="classroom-bg" src=${Fd.images.classroomBackground} alt="background"> \n </div> \n <div class="upper">\n <div class="select-text-block"> <span style="font-weight:bold; white-space:nowrap">\n <h3>${mc.t("characterSelect.studentSelect.paragraph1")}</h3>\n <p> ${mc.t(dd?"characterSelect.studentSelect.paragraph2Mobile":"characterSelect.studentSelect.paragraph2")} </p> \n </div>\n </div>\n ${dd?"":`<div class="number">${[1,2,3,4].map((e=>`<div class="number-block"><n>${e}</n></div>`)).join("")}</div>`}\n <div class="student ${dd?"mobile-student-select-characters":""}">\n ${["dog","cat","bird","deer"].map((e=>`<img src=${Fd.images[e]} alt=${e}>`)).join("")}\n </div>\n <div class="button">\n ${mc.t("navigation.studentSelect")} \n </div>\n </div>\n `,keyboard_choices:()=>dd?"NO_KEYS":["1","2","3","4"],button_choices:()=>dd?["1","2","3","4"]:[],button_html:()=>'<button class="grade-btn">%choice%</button>',prompt_above_buttons:()=>dd,data:{save_trial:!1},on_load:()=>{if(dd){document.getElementById("jspsych-audio-multi-response-btngroup").classList.add("mobile-audio-btn-container");const e=document.getElementById("jspsych-content");if(e){const t=document.createElement("div"),i=document.createTextNode(mc.t("characterSelect.studentSelect.paragraph3MobileBefore")),n=document.createTextNode(mc.t("characterSelect.studentSelect.paragraph3MobileAfter")),s=document.createElement("span");s.classList.add("yellow"),s.textContent=mc.t("characterSelect.studentSelect.paragraph3MobileSpan"),t.appendChild(i),t.appendChild(s),t.appendChild(n),t.classList.add("button");const a=document.createElement("div"),r=["dog","cat","bird","deer"].map((e=>{const t=document.createElement("img");return t.setAttribute("src",Fd.images[e]),t.setAttribute("alt",e),t.classList.add("mobile-character-select"),t}));for(const e of r)a.appendChild(e);e.appendChild(a),e.appendChild(t)}}},on_finish:e=>{const t={1:{character:"dog",characterName:mc.t("characterSelect.studentCharacter.dog"),characterActivity:mc.t("characterSelect.studentActivity.dog")},2:{character:"cat",characterName:mc.t("characterSelect.studentCharacter.cat"),characterActivity:mc.t("characterSelect.studentActivity.cat")},3:{character:"bird",characterName:mc.t("characterSelect.studentCharacter.bird"),characterActivity:mc.t("characterSelect.studentActivity.bird")},4:{character:"deer",characterName:mc.t("characterSelect.studentCharacter.deer"),characterActivity:mc.t("characterSelect.studentActivity.deer")}};r.session.set("character",t[dd?e.button_response+1:e.keyboard_response].character),r.session.set("character_name",t[dd?e.button_response+1:e.keyboard_response].characterName),r.session.set("character_activity",t[dd?e.button_response+1:e.keyboard_response].characterActivity)}},{type:wc,stimulus:()=>Fd.audio[hd.camelCase(`${r.session("character")}Intro`)],prompt:()=>`\n <div class="jspsych-content-modified" id="sre-background">\n <div class="row">\n <div class="column_1">\n <img class="characterleft" src="${Fd.images[hd.camelCase(`${r.session("character")}Talking`)]}" alt="animation of student talking">\n </div>\n <div class= "column_3 student-text-block">\n <div class="middle">\n <p> ${mc.t("characterSelect.studentIntro.paragraph1")} ${r.session("character_name")}. </p>\n <p> ${mc.t("characterSelect.studentIntro.paragraph2")} ${r.session("character_activity")}. </p>\n <p> ${mc.t("characterSelect.studentIntro.paragraph3")} </p>\n </div>\n </div>\n </div>\n ${dd?"":`<div class="button">${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.anyKey")}`,action:`${mc.t("terms.continue")}`})}</div>`}\n </div>`,keyboard_choices:()=>dd?"NO_KEYS":"ALL_KEYS",button_choices:()=>dd?["HERE"]:[],button_html:()=>`<button class="button"> ${mc.t("navigation.continueButtonText",{input:`${mc.t("terms.here")}`,action:`${mc.t("terms.continue")}`})} </button>`}],conditional_function:()=>!(!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6)},Sd=(e,t,i)=>({timeline:[{type:wd,stimulus:()=>{if(0===r.session("indexTracking")){const t=setTimeout((()=>r.session.set("timeOut",!0)),i);r.session.set("timerId",t),"tosrec"===e?r.session.set("currentCorpus",ud[r.session("tosrecCorpusId")]):e.startsWith("fixedForm")?r.session.set("currentCorpus",ud.fixedForms[e]):r.session.set("currentCorpus",ud[e])}return`\n <div class=stimulus_div>\n <p class='stimulus' translate='no'>${r.session("currentCorpus")[r.session("indexTracking")].sentence}</p>\n </div>`},prompt:()=>dd?"":`\n <div> \n <img class="lower" src="${Fd.images.roarSreKeyboard}" alt="arrow keys"> \n </div>`,keyboard_choices:()=>dd?"NO_KEYS":["ArrowLeft","ArrowRight"],button_choices:()=>dd?[mc.t("terms.false")[0].toUpperCase(),mc.t("terms.true")[0].toUpperCase()]:[],button_html:()=>dd?[`<button class="mobile-stimulus-btn"><img src=${Fd.images.leftArrowBlankShort} alt=${mc.t("terms.false")}/><span>${mc.t("terms.false")[0].toLocaleUpperCase()}</span></button>`,`<button class="mobile-stimulus-btn"><img src=${Fd.images.rightArrowBlankShort} alt=${mc.t("terms.true")}/><span>${mc.t("terms.true")[0].toLocaleUpperCase()}</span></button>`]:[],on_load:()=>{if(dd){document.body.style.display="flex",document.body.style.justifyContent="center",document.body.style.alignContent="center";document.querySelector(".jspsych-content-wrapper").classList.add("mobile-stimulus-wrap");document.getElementById("jspsych-content").classList.add("mobile-stimulus-jspsych-content")}},data:{assessment_stage:"test_response"},on_finish:i=>{i.keyboard_response?"arrowleft"===i.keyboard_response?r.session.set("keyResponse","left"):r.session.set("keyResponse","right"):0===i.button_response?r.session.set("buttonResponse","left"):r.session.set("buttonResponse","right"),i.keyboard_response?i.correct=md.pluginAPI.compareKeys(r.session("keyResponse"),r.session("currentCorpus")[r.session("indexTracking")].direction):i.correct=0===i.button_response&&"left"===r.session("currentCorpus")[r.session("indexTracking")].direction||1===i.button_response&&"right"===r.session("currentCorpus")[r.session("indexTracking")].direction,i.correct?r.session.set("dataCorrect",1):r.session.set("dataCorrect",0),Nd.addResponseData(i.rt,i.keyboard_response?i.keyboard_response:i.button_response,r.session("dataCorrect")),md.data.addDataToLastTrial({save_trial:!r.session("timeOut"),pid:r.session.get("config").pid,subtask:e,blockId:t,corpusId:"tosrec"!==e?e:r.session("tosrecCorpusId"),trialNumBlock:r.session("indexTracking")+1,itemId:r.session("currentCorpus")[r.session("indexTracking")].itemId,testsetId:r.session("currentCorpus")[r.session("indexTracking")].testsetId,item:r.session("currentCorpus")[r.session("indexTracking")].sentence,truefalse:r.session("currentCorpus")[r.session("indexTracking")].answer,correct:r.session("dataCorrect"),story:r.session.get("config").story})}},{type:wc,stimulus:()=>Fd.audio.neutralSoundSub,prompt:()=>dd?'<div class=stimulus_div>\n <p id="mobile-placeholder-stimulus">Invisible Place holder text</p>\n </div>':`\n <div>\n <img class="lower" src="${Fd.images.roarSreKeyboard}" alt="arrow keys">\n </div>`,keyboard_choices:"NO_KEYS",button_choices:()=>dd?[mc.t("terms.false")[0].toUpperCase(),mc.t("terms.true")[0].toUpperCase()]:[],button_html:()=>dd?[`<button class="mobile-stimulus-btn"><img src=${Fd.images.leftArrowBlankShort} alt=${mc.t("terms.false")}/><span>${mc.t("terms.false")[0].toLocaleUpperCase()}</span></button>`,`<button class="mobile-stimulus-btn"><img src=${Fd.images.rightArrowBlankShort} alt=${mc.t("terms.true")}/><span>${mc.t("terms.true")[0].toLocaleUpperCase()}</span></button>`]:[],prompt_above_buttons:!0,on_load:()=>{if(dd){document.body.style.display="flex",document.body.style.justifyContent="center",document.body.style.alignContent="center";document.querySelector(".jspsych-content-wrapper").classList.add("mobile-stimulus-wrap");document.getElementById("jspsych-content").classList.add("mobile-stimulus-jspsych-content");const e=document.getElementById("jspsych-audio-multi-response-btngroup");e.style.display="flex",e.style.gap="9rem"}},trial_duration:200,response_allowed_while_playing:!1,trial_ends_after_audio:!0}],loop_function:function(){return r.session("indexTracking")===r.session("currentCorpus").length-1||r.session("timeOut")?(r.session.set("indexTracking",0),r.session.set("timeOut",!1),clearTimeout(r.session.get("timerId")),!1):(r.session.transact("indexTracking",(e=>e+1)),!0)}}),xd={type:wc,stimulus:()=>Fd.audio.practiceInstruction,prompt:()=>`\n <div class="jspsych-content-modified" id="sre-background">\n <h2>${mc.t("practice.intro.text1")}</h2>\n <p>${mc.t("practice.intro.text2")}</p>\n <div class="row">\n <div class="instruction-boxes">\n <p> \n ${mc.t(dd?"practice.intro.text3Mobile":"practice.intro.text3")} \n </p>\n <img src="${Fd.images.practiceLeft}" alt="arrow keys">\n </div>\n <div class="instruction-boxes">\n <p> \n ${mc.t(dd?"practice.intro.text4Mobile":"practice.intro.text4")} \n </p>\n <img src="${Fd.images.practiceRight}" alt="arrow keys">\n </div>\n </div>\n <p> <b>${mc.t("practice.intro.text5")}</b> </p> \n <div class="button">${mc.t("practice.intro.text6")}</div>\n </div>`,keyboard_choices:()=>dd?"NO_KEYS":"ALL_KEYS",button_choices:()=>dd?["HERE"]:[],button_html:()=>`<button class="button">${mc.t("practice.intro.text6Mobile")}</button>`,on_finish:()=>{r.session.set("indexTracking",-1)}},Td={type:wd,stimulus:()=>(r.session.transact("indexTracking",(e=>e+1)),`\n <div class=stimulus_div>\n <p class='stimulus' translate='no'>${r.session("practiceCorpus")[r.session("indexTracking")].sentence}</p>\n </div>`),prompt:()=>dd?"":`\n <div> \n <img class="lower" src="${Fd.images.roarSreKeyboard}" alt="arrow keys"> \n </div>`,keyboard_choices:()=>dd?"NO_KEYS":["ArrowLeft","ArrowRight"],button_choices:()=>dd?[mc.t("terms.false")[0].toUpperCase(),mc.t("terms.true")[0].toUpperCase()]:[],button_html:()=>dd?[`<button class="mobile-stimulus-btn"><img src=${Fd.images.leftArrowBlankShort} alt=${mc.t("terms.false")}/><span>${mc.t("terms.false")[0].toLocaleUpperCase()}</span></button>`,`<button class="mobile-stimulus-btn"><img src=${Fd.images.rightArrowBlankShort} alt=${mc.t("terms.true")}/><span>${mc.t("terms.true")[0].toLocaleUpperCase()}</span></button>`]:[],on_load:()=>{if(dd){document.body.style.display="flex",document.body.style.justifyContent="center",document.body.style.alignContent="center";document.querySelector(".jspsych-content-wrapper").classList.add("mobile-stimulus-wrap");document.getElementById("jspsych-content").classList.add("mobile-stimulus-jspsych-content")}},data:{assessment_stage:"practice_response",corpusId:"practice",save_trial:!0},on_finish:e=>{e.keyboard_response?(e.correct=md.pluginAPI.compareKeys(e.keyboard_response,r.session("practiceCorpus")[r.session("indexTracking")].correct_response),r.session.set("arrowResponse",e.keyboard_response)):e.correct="arrowleft"===r.session("practiceCorpus")[r.session("indexTracking")].correct_response&&0===e.button_response||"arrowright"===r.session("practiceCorpus")[r.session("indexTracking")].correct_response&&1===e.button_response,e.correct?(r.session.set("dataCorrect",1),r.session.set("feedbackResponse",mc.t("feedbackTranslations.correct"))):(r.session.set("dataCorrect",0),r.session.set("feedbackResponse",mc.t("feedbackTranslations.incorrect")));const t="arrowleft"===e.keyboard_response||0===e.button_response;r.session.set("responseLR",t?"left":"right"),r.session.set("answerRP",t?"false":"true"),r.session.set("responseColor",t?"orange":"blue");const i="arrowleft"===r.session("practiceCorpus")[r.session("indexTracking")].correct_response;r.session.set("correctLR",i?"left":"right"),r.session.set("correctRP",i?"false":"true"),r.session.set("answerColor",i?"orange":"blue"),md.data.addDataToLastTrial({pid:r.session.get("config").pid,subtask:"practice",corpusId:"practice",correct:r.session("dataCorrect"),trialNumBlock:r.session("indexTracking"),item:r.session("practiceCorpus")[r.session("indexTracking")].sentence,truefalse:r.session("practiceCorpus")[r.session("indexTracking")].answer,story:r.session.get("config").story})}},Rd={type:wc,response_allowed_while_playing:()=>r.session.get("config").skipInstructions,stimulus:()=>1===r.session("dataCorrect")?Fd.audio[`feedback${r.session("indexTracking")}Correct`]:Fd.audio[`feedback${r.session("indexTracking")}Incorrect`],prompt:()=>`\n <div class="stimulus_div">\n <p id=${dd?"mobile-stimulus-text":""} class="feedback" translate='no'>\n <span class=${r.session("responseColor")}>${r.session("feedbackResponse")} ${mc.t(dd?"practice.feedback.text1Mobile":"practice.feedback.text1",{arrow:"left"===r.session("responseLR")?mc.t("terms.left"):mc.t("terms.right"),type:"true"===r.session("answerRP")?mc.t("terms.true"):mc.t("terms.false")})}</span>\n <br></br> \n "${r.session("practiceCorpus")[r.session("indexTracking")].sentence}"\n <span class=${r.session("answerColor")}> ${mc.t(dd?"practice.feedback.text2Mobile":"practice.feedback.text2",{arrow:"left"===r.session("correctLR")?mc.t("terms.left"):mc.t("terms.right"),type:"true"===r.session("correctRP")?mc.t("terms.true"):mc.t("terms.false")})}</span>\n </p>\n </div>\n ${dd?"":`<img class="lower" src= "${"false"===r.session("correctRP")?Fd.images.falseFlashKey:Fd.images.trueFlashKey}" alt="arrow keys">`}`,keyboard_choices:()=>dd?"NO_KEYS":"false"===r.session("correctRP")?["ArrowLeft"]:["ArrowRight"],button_choices:()=>dd?["ArrowLeft","ArrowRight"]:[],button_html:()=>dd?[`<button class="mobile-practice-feedback ${"false"===r.session("correctRP")?"":"mobile-disable-button"}">\n <img src=${"false"===r.session("correctRP")?Fd.images.falseFlashKeySplit:Fd.images.falseStaticKeySplit} alt="feedback arrow"/>\n </button>`,`<button class="mobile-practice-feedback ${"true"===r.session("correctRP")?"":"mobile-disable-button"}">\n <img src=${"true"===r.session("correctRP")?Fd.images.trueFlashKeySplit:Fd.images.trueStaticKeySplit} alt="feedback arrow"/>\n </button>`]:"",prompt_above_buttons:()=>dd,on_load:()=>{document.querySelectorAll(".jspsych-audio-multi-response-button").forEach(((e,t)=>{const i="false"===r.session("correctRP");0!==t||i?1===t&&i&&e.classList.add("mobile-disable-button"):e.classList.add("mobile-disable-button")}))}};var kd={default:{languageSpecific:{device:["bird-end.mp3","bird-halfway.mp3","bird-intro.mp3","cat-end.mp3","cat-halfway.mp3","cat-intro.mp3","deer-end.mp3","deer-halfway.mp3","deer-intro.mp3","dog-end.mp3","dog-halfway.mp3","dog-intro.mp3","end-ns.mp3","feedback-0-correct.mp3","feedback-0-incorrect.mp3","feedback-1-correct.mp3","feedback-1-incorrect.mp3","feedback-2-correct.mp3","feedback-2-incorrect.mp3","feedback-3-correct.mp3","feedback-3-incorrect.mp3","grade-select.mp3","halfway-ns.mp3","introduction-ns.mp3","introduction.mp3","post-practice-instruction.mp3","post-practice-reminder.mp3","practice-instruction.mp3","student-select.mp3"],shared:["practice-left.webp","practice-right.webp","roar-sre-keyboard.webp","roar-sre-practice-keyboard.webp","grade-keyboard.webp","false-flash-key.webp","false-flash-key-split.webp","false-static-key-split.webp","true-flash-key-split.webp","true-static-key-split.webp","false-key.webp","grade-keys.webp","true-flash-key.webp","true-key.webp"]},shared:["neutral-sound-2.wav","neutral-sound-sub.mp3","neutral-sound.mp3","academy-background.webp","bird-happy.webp","bird-talking.webp","bird.webp","cat-happy.webp","cat-talking.webp","cat.webp","classroom-background.webp","deer-happy.webp","deer-talking.webp","deer.webp","dog-happy.webp","dog-talking.webp","dog.webp","rightArrowBlankShort.webp","leftArrowBlankShort.webp"]}};const Ld="https://storage.googleapis.com/roar-sre";let Nd,Fd,Ud;const Od=[mc.t("grades.1"),mc.t("grades.2"),mc.t("grades.3"),mc.t("grades.4"),mc.t("grades.5"),mc.t("grades.6"),mc.t("grades.7"),mc.t("grades.8+")],Cd=[{timeline:[{type:hc,questions:[{prompt:mc.t("labID"),name:"labId",required:!0}],button_label:mc.t("buttonLabel"),css_classes:["jspsych-content-modified"],on_finish:e=>{const t=r.session.get("config");t.labId=e.response.labId,r.session.set("config",t)}}],conditional_function:()=>!r.session.get("config").labId&&"otherLabs"===r.session.get("config").recruitment},{timeline:[{type:hc,questions:[{prompt:mc.t("participantID"),name:"pid",required:!0}],button_label:mc.t("buttonLabel"),css_classes:["jspsych-content-modified"],on_finish:e=>{const t=r.session.get("config");t.pid=e.response.pid,r.session.set("config",t)}}],conditional_function:()=>!r.session.get("config").pid&&"otherLabs"===r.session.get("config").recruitment},{timeline:[{type:_c,questions:[{prompt:' <div>\n <p class=" consent_form_title">STANFORD UNIVERSITY CONSENT FORM</p>\n <p class=" consent_form_text">\n <b>PURPOSE OF THE STUDY</b> \n <br>\n Data collected through games in the web-browser will help researchers understand relationships between academic skills, reading proficiency, cognition, perception, and/or attitudes towards reading and school in individuals with a broad range of reading skills.\n <br><br>\n <b>STUDY PROCEDURES</b> \n <br>\n In this study, you will be asked to complete computer tasks via a computer screen. Audio will be presented via headphones or speakers.\n <br><br>\n <b>PRIVACY AND DATA COLLECTION</b> <br>\n We will do our best to ensure your privacy. Data that is collected through this online experiment is stored separately from identifying information such as your name. For the sake of payment, sometimes we store an email address you provide, but this is stored separately from the responses that are recorded in the online experiment. Each participant is assigned a code and that is used rather than names. This is called “coded data” and we try to ensure that the identity of our research participants is kept confidential. Data collected as part of this study may be used for many years to help discover trends in the population and explore changes due to development and education. In addition, coded data may be shared online or with collaborators to allow for new and unforeseen discoveries. Researchers may choose to include coded data in publications to support findings, or they may choose to release coded data alongside findings for replicability.\n <br>\n <br>\n We will collect mouse and click, scores earned, button presses and their timestamps, or other data that may be derived from your behavior on our page. This data will be stored on servers. Incomplete data may be logged if you quit out of the experiment early. If you would like to void your data, you may request it through our contact email. \n <br>\n <br>\n <b>COMPENSATION</b>\n <br> \n Participation in this study is voluntary and you will not receive financial compensation.\n <br>\n <br>\n <b>RISKS, STRESS, OR DISCOMFORT</b>\n <br>\n If there is any reason to believe you are not safe to participate in any of the tasks, please contact us at <a href="url">readingresearch@stanford.edu</a>. Some people may experience some physical discomfort or boredom due to being asked to sit for long periods. For computer tasks, some people may also experience dry eyes or eye fatigue. For some tasks that are untimed, breaks can be taken as needed during the session.\n <br>\n <br>\n <b>CONTACT INFORMATION </b>\n <br>\n If you have any additional questions or concerns about our research, feel free to email us at <a href="url">readingresearch@stanford.edu</a>. We will be more than happy to help!\n <br>\n <br>\n For general information regarding questions or concerns about your rights as a research participant, please call 1-866-680-2906 to reach the Administrative Panel on Human Subjects in Medical Research, Stanford University.\n </p>\n </div>\n ',options:["<b>I agree to participate in this research. Participation in this research is voluntary, and I can stop at any time without penalty. <br> I feel that I understand what I am getting into, and I know I am free to leave the experiment at any time by simply closing the web browser.\n </b>"],required:!0,required_message:"You must check the box to continue",name:"Agree"}]}],conditional_function:()=>"demo"===r.session.get("config").recruitment||r.session.get("config").consent},{timeline:[{type:yc,preamble:"<div><h1>Please share a bit more to help us understand your data!</h1><p>This information is optional.</p></div>",html:'\n <div className="item">\n <span htmlFor="instructions" class = "survey_form_text">How old are you? (Please type a number)</span>\n <input type = "text" id = "age" name="age" style = "font-size: 2vh" value=""/>\n </div>\n <br>\n <div className="item">\n <span class = "survey_form_text">What is your current grade or highest level of education?</span>\n <select id = "edu" name = "edu" style = "font-size: 2vh">\n <option value=""></option>\n <option value="prek">preK</option>\n <option value="k1">K1</option>\n <option value="k2">K2</option>\n <option value="1">Grade 1</option>\n <option value="2">Grade 2</option>\n <option value="3">Grade 3</option>\n <option value="4">Grade 4</option>\n <option value="5">Grade 5</option>\n <option value="6">Grade 6</option>\n <option value="7">Grade 7</option>\n <option value="8">Grade 8</option>\n <option value="9">Grade 9</option>\n <option value="10">Grade 10</option>\n <option value="11">Grade 11</option>\n <option value="12">Grade 12</option>\n <option value="college">College</option>\n <option value="proSchool">Professional School</option>\n <option value="gradSchool">Graduate School</option>\n </select>\n </div>\n <br>\n <div className="item">\n <span class = "survey_form_text">Is English your first language?</span>\n <select id = "ell" name = "ell" style = "font-size: 2vh">\n <option value=""></option>\n <option value="1">No</option>\n <option value="0">Yes</option>\n </select>\n </div>\n <br>\n <div className="item">\n <span class = "survey_form_text">Have you taken this game before?</span>\n <select id = "retake" name = "retake" style = "font-size: 2vh">\n <option value=""></option>\n <option value="0">No</option>\n <option value="1">Yes</option>\n </select>\n </div>\n <br>',autocomplete:!0,on_finish:e=>{const t={};for(const i in e.response)""===e.response[i]?t[i]=null:t[i]="retake"===i||"ell"===i?parseInt(e.response[i],10):e.response[i];t.grade=r.session.get("config").userMetadata.grade;const i=r.session.get("config"),n=or(null,null,t.age);i.userMetadata={...i.userMetadata,...t,...n},r.session.set("config",i)}}],conditional_function:()=>"demo"===r.session.get("config").recruitment||r.session.get("config").consent},{timeline:[{type:wc,stimulus:()=>Fd.audio.gradeSelect,prompt:()=>dd?`\n <div class="mobile-grade-select">\n <h3>${mc.t("introduction.gradeSelect.text1")}</h3>\n <p>${mc.t("introduction.gradeSelect.text2Mobile")}</p>\n <p>${mc.t("introduction.gradeSelect.text3")}</p>\n <div class="button">${mc.t("introduction.gradeSelect.text4Mobile")}</div>\n </div>`:`\n <div class="jspsych-content-modified" id="sre-background">\n <h3>${mc.t("introduction.gradeSelect.text1")}</h3>\n <p>${mc.t("introduction.gradeSelect.text2")}</p>\n <p>${mc.t("introduction.gradeSelect.text3")}</p>\n <img width="50%" src="${Fd.images.gradeKeyboard}" alt="grade keys">\n <div class="button">${mc.t("introduction.gradeSelect.text4")}</div>\n </div>`,keyboard_choices:dd?"NO_KEYS":["1","2","3","4","5","6","7","8"],button_choices:dd?Od:[],button_html:'<button class="grade-btn">%choice%</button>',prompt_above_buttons:!0,on_load:()=>{document.body.style.background="rgb(250, 246, 236)"},on_finish:async e=>{document.body.style.background="white";const t=e.button_response??e.keyboard_response;dd?r.session.set("tosrecCorpusId",`tosrec${t+1}`):r.session.set("tosrecCorpusId",`tosrec${t}`);const i=r.session.get("config");i.userMetadata={...i.userMetadata,grade:Number(dd?t+1:t)},i.story=fp(i.storyOption,i.userMetadata.grade),r.session.set("config",i)}}],conditional_function:()=>{const{grade:e}=r.session.get("config").userMetadata;return null==cr(e)||(r.session.set("tosrecCorpusId",`tosrec${e}`),!1)}}];var Pd=n((function(e){for(var t=-1,i=null==e?0:e.length,n={};++t<i;){var s=e[t];n[s[0]]=s[1]}return n}));var jd=function(e,t){for(var i=-1,n=null==e?0:e.length;++i<n&&!1!==t(e[i],i,e););return e},Md=Ks,zd=qs;var Dd=function(e,t,i,n){var s=!i;i||(i={});for(var a=-1,r=t.length;++a<r;){var o=t[a],c=n?n(i[o],e[o],o,i,e):void 0;void 0===c&&(c=e[o]),s?zd(i,o,c):Md(i,o,c)}return i},Bd=Dd,$d=Ti;var qd=function(e,t){return e&&Bd(t,$d(t),e)},Vd=Dd,Hd=_a;var Wd=function(e,t){return e&&Vd(t,Hd(t),e)},Kd={exports:{}};!function(e,t){var i=N,n=t&&!t.nodeType&&t,s=n&&e&&!e.nodeType&&e,a=s&&s.exports===n?i.Buffer:void 0,r=a?a.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var i=e.length,n=r?r(i):new e.constructor(i);return e.copy(n),n}}(Kd,Kd.exports);var Gd=Kd.exports;var Yd=function(e,t){var i=-1,n=e.length;for(t||(t=Array(n));++i<n;)t[i]=e[i];return t},Jd=Dd,Qd=Nt;var Zd=function(e,t){return Jd(e,Qd(e),t)},Xd=Dd,el=da;var tl=function(e,t){return Xd(e,el(e),t)},il=Object.prototype.hasOwnProperty;var nl=function(e){var t=e.length,i=new e.constructor(t);return t&&"string"==typeof e[0]&&il.call(e,"index")&&(i.index=e.index,i.input=e.input),i},sl=ut;var al=function(e){var t=new e.constructor(e.byteLength);return new sl(t).set(new sl(e)),t},rl=al;var ol=function(e,t){var i=t?rl(e.buffer):e.buffer;return new e.constructor(i,e.byteOffset,e.byteLength)},cl=/\w*$/;var dl=function(e){var t=new e.constructor(e.source,cl.exec(e));return t.lastIndex=e.lastIndex,t},ll=F?F.prototype:void 0,ul=ll?ll.valueOf:void 0;var pl=al;var ml=al,fl=ol,hl=dl,gl=function(e){return ul?Object(ul.call(e)):{}},_l=function(e,t){var i=t?pl(e.buffer):e.buffer;return new e.constructor(i,e.byteOffset,e.length)};var Il=function(e,t,i){var n=e.constructor;switch(t){case"[object ArrayBuffer]":return ml(e);case"[object Boolean]":case"[object Date]":return new n(+e);case"[object DataView]":return fl(e,i);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return _l(e,i);case"[object Map]":case"[object Set]":return new n;case"[object Number]":case"[object String]":return new n(e);case"[object RegExp]":return hl(e);case"[object Symbol]":return gl(e)}},yl=V,vl=Object.create,wl=function(){function e(){}return function(t){if(!yl(t))return{};if(vl)return vl(t);e.prototype=t;var i=new e;return e.prototype=void 0,i}}(),bl=sa,El=hi;var Al=function(e){return"function"!=typeof e.constructor||El(e)?{}:wl(bl(e))},Sl=Xi,xl=Ut;var Tl=function(e){return xl(e)&&"[object Map]"==Sl(e)},Rl=Xt,kl=ti&&ti.isMap,Ll=kl?Rl(kl):Tl,Nl=Xi,Fl=Ut;var Ul=function(e){return Fl(e)&&"[object Set]"==Nl(e)},Ol=Xt,Cl=ti&&ti.isSet,Pl=Cl?Ol(Cl):Ul,jl=it,Ml=jd,zl=Ks,Dl=qd,Bl=Wd,$l=Gd,ql=Yd,Vl=Zd,Hl=tl,Wl=Ni,Kl=wa,Gl=Xi,Yl=nl,Jl=Il,Ql=Al,Zl=bt,Xl=Vt,eu=Ll,tu=V,iu=Pl,nu=Ti,su=_a,au="[object Arguments]",ru="[object Function]",ou="[object Object]",cu={};cu[au]=cu["[object Array]"]=cu["[object ArrayBuffer]"]=cu["[object DataView]"]=cu["[object Boolean]"]=cu["[object Date]"]=cu["[object Float32Array]"]=cu["[object Float64Array]"]=cu["[object Int8Array]"]=cu["[object Int16Array]"]=cu["[object Int32Array]"]=cu["[object Map]"]=cu["[object Number]"]=cu[ou]=cu["[object RegExp]"]=cu["[object Set]"]=cu["[object String]"]=cu["[object Symbol]"]=cu["[object Uint8Array]"]=cu["[object Uint8ClampedArray]"]=cu["[object Uint16Array]"]=cu["[object Uint32Array]"]=!0,cu["[object Error]"]=cu[ru]=cu["[object WeakMap]"]=!1;var du=function e(t,i,n,s,a,r){var o,c=1&i,d=2&i,l=4&i;if(n&&(o=a?n(t,s,a,r):n(t)),void 0!==o)return o;if(!tu(t))return t;var u=Zl(t);if(u){if(o=Yl(t),!c)return ql(t,o)}else{var p=Gl(t),m=p==ru||"[object GeneratorFunction]"==p;if(Xl(t))return $l(t,c);if(p==ou||p==au||m&&!a){if(o=d||m?{}:Ql(t),!c)return d?Hl(t,Bl(o,t)):Vl(t,Dl(o,t))}else{if(!cu[p])return a?t:{};o=Jl(t,p,c)}}r||(r=new jl);var f=r.get(t);if(f)return f;r.set(t,o),iu(t)?t.forEach((function(s){o.add(e(s,i,n,s,t,r))})):eu(t)&&t.forEach((function(s,a){o.set(a,e(s,i,n,a,t,r))}));var h=u?void 0:(l?d?Kl:Wl:d?su:nu)(t);return Ml(h||t,(function(s,a){h&&(s=t[a=s]),zl(o,a,e(s,i,n,a,t,r))})),o};var lu=ss,uu=function(e,t,i){var n=-1,s=e.length;t<0&&(t=-t>s?0:s+t),(i=i>s?s:i)<0&&(i+=s),s=t>i?0:i-t>>>0,t>>>=0;for(var a=Array(s);++n<s;)a[n]=e[n+t];return a};var pu=function(e,t){return t.length<2?e:lu(e,uu(t,0,-1))},mu=Xn,fu=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0},hu=pu,gu=ts;var _u=function(e,t){return t=mu(t,e),null==(e=hu(e,t))||delete e[gu(fu(t))]},Iu=q,yu=sa,vu=Ut,wu=Function.prototype,bu=Object.prototype,Eu=wu.toString,Au=bu.hasOwnProperty,Su=Eu.call(Object);var xu=function(e){if(!vu(e)||"[object Object]"!=Iu(e))return!1;var t=yu(e);if(null===t)return!0;var i=Au.call(t,"constructor")&&t.constructor;return"function"==typeof i&&i instanceof i&&Eu.call(i)==Su};var Tu=function(e){return xu(e)?void 0:e},Ru=Bt,ku=bt,Lu=F?F.isConcatSpreadable:void 0;var Nu=wt,Fu=function(e){return ku(e)||Ru(e)||!!(Lu&&e&&e[Lu])};var Uu=function e(t,i,n,s,a){var r=-1,o=t.length;for(n||(n=Fu),a||(a=[]);++r<o;){var c=t[r];i>0&&n(c)?i>1?e(c,i-1,n,s,a):Nu(a,c):s||(a[a.length]=c)}return a},Ou=Uu;var Cu=function(e){return(null==e?0:e.length)?Ou(e,1):[]};var Pu=function(e,t,i){switch(i.length){case 0:return e.call(t);case 1:return e.call(t,i[0]);case 2:return e.call(t,i[0],i[1]);case 3:return e.call(t,i[0],i[1],i[2])}return e.apply(t,i)},ju=Math.max;var Mu=function(e,t,i){return t=ju(void 0===t?e.length-1:t,0),function(){for(var n=arguments,s=-1,a=ju(n.length-t,0),r=Array(a);++s<a;)r[s]=n[t+s];s=-1;for(var o=Array(t+1);++s<t;)o[s]=n[s];return o[t]=i(r),Pu(e,this,o)}};var zu=function(e){return function(){return e}},Du=Bs,Bu=Du?function(e,t){return Du(e,"toString",{configurable:!0,enumerable:!1,value:zu(t),writable:!0})}:Ss,$u=Date.now;var qu=function(e){var t=0,i=0;return function(){var n=$u(),s=16-(n-i);if(i=n,s>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(Bu),Vu=Cu,Hu=Mu,Wu=qu;var Ku=Bn,Gu=du,Yu=_u,Ju=Xn,Qu=Dd,Zu=Tu,Xu=wa,ep=function(e){return Wu(Hu(e,void 0,Vu),e+"")}((function(e,t){var i={};if(null==e)return i;var n=!1;t=Ku(t,(function(t){return t=Ju(t,e),n||(n=t.length>1),t})),Qu(e,Xu(e),i),n&&(i=Gu(i,7,Zu));for(var s=t.length;s--;)Yu(i,t[s]);return i})),tp=n(ep),ip=Bn;var np=function(e,t){return ip(t,(function(t){return[t,e[t]]}))},sp=Xi,ap=pt,rp=function(e){var t=-1,i=Array(e.size);return e.forEach((function(e){i[++t]=[e,e]})),i};var op=n(function(e){return function(t){var i=sp(t);return"[object Map]"==i?ap(t):"[object Set]"==i?rp(t):np(t,e(t))}}(Ti)),cp={exports:{}};cp.exports=function e(){var i="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==i?i:{};function n(){var t=i.URL||i.webkitURL||null,n=e.toString();return c.BLOB_URL||(c.BLOB_URL=t.createObjectURL(new Blob(["var global = (function() { if (typeof self !== 'undefined') { return self; } if (typeof window !== 'undefined') { return window; } if (typeof global !== 'undefined') { return global; } return {}; })(); global.IS_PAPA_WORKER=true; ","(",n,")();"],{type:"text/javascript"})))}var s=!i.document&&!!i.postMessage,a=i.IS_PAPA_WORKER||!1,r={},o=0,c={};if(c.parse=l,c.unparse=u,c.RECORD_SEP=String.fromCharCode(30),c.UNIT_SEP=String.fromCharCode(31),c.BYTE_ORDER_MARK="\ufeff",c.BAD_DELIMITERS=["\r","\n",'"',c.BYTE_ORDER_MARK],c.WORKERS_SUPPORTED=!s&&!!i.Worker,c.NODE_STREAM_INPUT=1,c.LocalChunkSize=10485760,c.RemoteChunkSize=5242880,c.DefaultDelimiter=",",c.Parser=v,c.ParserHandle=I,c.NetworkStreamer=m,c.FileStreamer=f,c.StringStreamer=h,c.ReadableStreamStreamer=g,"undefined"==typeof PAPA_BROWSER_CONTEXT&&(c.DuplexStreamStreamer=_),i.jQuery){var d=i.jQuery;d.fn.parse=function(e){var t=e.config||{},n=[];return this.each((function(e){if("INPUT"!==d(this).prop("tagName").toUpperCase()||"file"!==d(this).attr("type").toLowerCase()||!i.FileReader||!this.files||0===this.files.length)return!0;for(var s=0;s<this.files.length;s++)n.push({file:this.files[s],inputElem:this,instanceConfig:d.extend({},t)})})),s(),this;function s(){if(0!==n.length){var t=n[0];if(R(e.before)){var i=e.before(t.file,t.inputElem);if("object"==typeof i){if("abort"===i.action)return void a("AbortError",t.file,t.inputElem,i.reason);if("skip"===i.action)return void r();"object"==typeof i.config&&(t.instanceConfig=d.extend(t.instanceConfig,i.config))}else if("skip"===i)return void r()}var s=t.instanceConfig.complete;t.instanceConfig.complete=function(e){R(s)&&s(e,t.file,t.inputElem),r()},c.parse(t.file,t.instanceConfig)}else R(e.complete)&&e.complete()}function a(t,i,n,s){R(e.error)&&e.error({name:t},i,n,s)}function r(){n.splice(0,1),s()}}}function l(e,t){var n=(t=t||{}).dynamicTyping||!1;if(R(n)&&(t.dynamicTypingFunction=n,n={}),t.dynamicTyping=n,t.transform=!!R(t.transform)&&t.transform,t.worker&&c.WORKERS_SUPPORTED){var s=w();return s.userStep=t.step,s.userChunk=t.chunk,s.userComplete=t.complete,s.userError=t.error,t.step=R(t.step),t.chunk=R(t.chunk),t.complete=R(t.complete),t.error=R(t.error),delete t.worker,void s.postMessage({input:e,config:t,workerId:s.id})}var a=null;return e===c.NODE_STREAM_INPUT&&"undefined"==typeof PAPA_BROWSER_CONTEXT?(a=new _(t)).getStream():("string"==typeof e?(e=r(e),a=t.download?new m(t):new h(t)):!0===e.readable&&R(e.read)&&R(e.on)?a=new g(t):(i.File&&e instanceof File||e instanceof Object)&&(a=new f(t)),a.stream(e));function r(e){return 65279===e.charCodeAt(0)?e.slice(1):e}}function u(e,t){var i=!1,n=!0,s=",",a="\r\n",r='"',o=r+r,d=!1,l=null,u=!1;m();var p=new RegExp(y(r),"g");if("string"==typeof e&&(e=JSON.parse(e)),Array.isArray(e)){if(!e.length||Array.isArray(e[0]))return f(null,e,d);if("object"==typeof e[0])return f(l||Object.keys(e[0]),e,d)}else if("object"==typeof e)return"string"==typeof e.data&&(e.data=JSON.parse(e.data)),Array.isArray(e.data)&&(e.fields||(e.fields=e.meta&&e.meta.fields||l),e.fields||(e.fields=Array.isArray(e.data[0])?e.fields:"object"==typeof e.data[0]?Object.keys(e.data[0]):[]),Array.isArray(e.data[0])||"object"==typeof e.data[0]||(e.data=[e.data])),f(e.fields||[],e.data||[],d);throw new Error("Unable to serialize unrecognized input");function m(){if("object"==typeof t){if("string"!=typeof t.delimiter||c.BAD_DELIMITERS.filter((function(e){return-1!==t.delimiter.indexOf(e)})).length||(s=t.delimiter),("boolean"==typeof t.quotes||"function"==typeof t.quotes||Array.isArray(t.quotes))&&(i=t.quotes),"boolean"!=typeof t.skipEmptyLines&&"string"!=typeof t.skipEmptyLines||(d=t.skipEmptyLines),"string"==typeof t.newline&&(a=t.newline),"string"==typeof t.quoteChar&&(r=t.quoteChar),"boolean"==typeof t.header&&(n=t.header),Array.isArray(t.columns)){if(0===t.columns.length)throw new Error("Option columns is empty");l=t.columns}void 0!==t.escapeChar&&(o=t.escapeChar+r),("boolean"==typeof t.escapeFormulae||t.escapeFormulae instanceof RegExp)&&(u=t.escapeFormulae instanceof RegExp?t.escapeFormulae:/^[=+\-@\t\r].*$/)}}function f(e,t,i){var r="";"string"==typeof e&&(e=JSON.parse(e)),"string"==typeof t&&(t=JSON.parse(t));var o=Array.isArray(e)&&e.length>0,c=!Array.isArray(t[0]);if(o&&n){for(var d=0;d<e.length;d++)d>0&&(r+=s),r+=h(e[d],d);t.length>0&&(r+=a)}for(var l=0;l<t.length;l++){var u=o?e.length:t[l].length,p=!1,m=o?0===Object.keys(t[l]).length:0===t[l].length;if(i&&!o&&(p="greedy"===i?""===t[l].join("").trim():1===t[l].length&&0===t[l][0].length),"greedy"===i&&o){for(var f=[],g=0;g<u;g++){var _=c?e[g]:g;f.push(t[l][_])}p=""===f.join("").trim()}if(!p){for(var I=0;I<u;I++){I>0&&!m&&(r+=s);var y=o&&c?e[I]:I;r+=h(t[l][y],I)}l<t.length-1&&(!i||u>0&&!m)&&(r+=a)}}return r}function h(e,t){if(null==e)return"";if(e.constructor===Date)return JSON.stringify(e).slice(1,25);var n=!1;u&&"string"==typeof e&&u.test(e)&&(e="'"+e,n=!0);var a=e.toString().replace(p,o);return(n=n||!0===i||"function"==typeof i&&i(e,t)||Array.isArray(i)&&i[t]||g(a,c.BAD_DELIMITERS)||a.indexOf(s)>-1||" "===a.charAt(0)||" "===a.charAt(a.length-1))?r+a+r:a}function g(e,t){for(var i=0;i<t.length;i++)if(e.indexOf(t[i])>-1)return!0;return!1}}function p(e){function t(e){var t=x(e);t.chunkSize=parseInt(t.chunkSize),e.step||e.chunk||(t.chunkSize=null),this._handle=new I(t),this._handle.streamer=this,this._config=t}this._handle=null,this._finished=!1,this._completed=!1,this._halted=!1,this._input=null,this._baseIndex=0,this._partialLine="",this._rowCount=0,this._start=0,this._nextChunk=null,this.isFirstChunk=!0,this._completeResults={data:[],errors:[],meta:{}},t.call(this,e),this.parseChunk=function(e,t){if(this.isFirstChunk&&R(this._config.beforeFirstChunk)){var n=this._config.beforeFirstChunk(e);void 0!==n&&(e=n)}this.isFirstChunk=!1,this._halted=!1;var s=this._partialLine+e;this._partialLine="";var r=this._handle.parse(s,this._baseIndex,!this._finished);if(!this._handle.paused()&&!this._handle.aborted()){var o=r.meta.cursor;this._finished||(this._partialLine=s.substring(o-this._baseIndex),this._baseIndex=o),r&&r.data&&(this._rowCount+=r.data.length);var d=this._finished||this._config.preview&&this._rowCount>=this._config.preview;if(a)i.postMessage({results:r,workerId:c.WORKER_ID,finished:d});else if(R(this._config.chunk)&&!t){if(this._config.chunk(r,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);r=void 0,this._completeResults=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(r.data),this._completeResults.errors=this._completeResults.errors.concat(r.errors),this._completeResults.meta=r.meta),this._completed||!d||!R(this._config.complete)||r&&r.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),d||r&&r.meta.paused||this._nextChunk(),r}this._halted=!0},this._sendError=function(e){R(this._config.error)?this._config.error(e):a&&this._config.error&&i.postMessage({workerId:c.WORKER_ID,error:e,finished:!1})}}function m(e){var t;function i(e){var t=e.getResponseHeader("Content-Range");return null===t?-1:parseInt(t.substring(t.lastIndexOf("/")+1))}(e=e||{}).chunkSize||(e.chunkSize=c.RemoteChunkSize),p.call(this,e),this._nextChunk=s?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(e){this._input=e,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(t=new XMLHttpRequest,this._config.withCredentials&&(t.withCredentials=this._config.withCredentials),s||(t.onload=T(this._chunkLoaded,this),t.onerror=T(this._chunkError,this)),t.open(this._config.downloadRequestBody?"POST":"GET",this._input,!s),this._config.downloadRequestHeaders){var e=this._config.downloadRequestHeaders;for(var i in e)t.setRequestHeader(i,e[i])}if(this._config.chunkSize){var n=this._start+this._config.chunkSize-1;t.setRequestHeader("Range","bytes="+this._start+"-"+n)}try{t.send(this._config.downloadRequestBody)}catch(e){this._chunkError(e.message)}s&&0===t.status&&this._chunkError()}},this._chunkLoaded=function(){4===t.readyState&&(t.status<200||t.status>=400?this._chunkError():(this._start+=this._config.chunkSize?this._config.chunkSize:t.responseText.length,this._finished=!this._config.chunkSize||this._start>=i(t),this.parseChunk(t.responseText)))},this._chunkError=function(e){var i=t.statusText||e;this._sendError(new Error(i))}}function f(e){var t,i;(e=e||{}).chunkSize||(e.chunkSize=c.LocalChunkSize),p.call(this,e);var n="undefined"!=typeof FileReader;this.stream=function(e){this._input=e,i=e.slice||e.webkitSlice||e.mozSlice,n?((t=new FileReader).onload=T(this._chunkLoaded,this),t.onerror=T(this._chunkError,this)):t=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount<this._config.preview)||this._readChunk()},this._readChunk=function(){var e=this._input;if(this._config.chunkSize){var s=Math.min(this._start+this._config.chunkSize,this._input.size);e=i.call(e,this._start,s)}var a=t.readAsText(e,this._config.encoding);n||this._chunkLoaded({target:{result:a}})},this._chunkLoaded=function(e){this._start+=this._config.chunkSize,this._finished=!this._config.chunkSize||this._start>=this._input.size,this.parseChunk(e.target.result)},this._chunkError=function(){this._sendError(t.error)}}function h(e){var t;e=e||{},p.call(this,e),this.stream=function(e){return t=e,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var e,i=this._config.chunkSize;return i?(e=t.substring(0,i),t=t.substring(i)):(e=t,t=""),this._finished=!t,this.parseChunk(e)}}}function g(e){e=e||{},p.call(this,e);var t=[],i=!0,n=!1;this.pause=function(){p.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){p.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(e){this._input=e,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){n&&1===t.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),t.length?this.parseChunk(t.shift()):i=!0},this._streamData=T((function(e){try{t.push("string"==typeof e?e:e.toString(this._config.encoding)),i&&(i=!1,this._checkIsFinished(),this.parseChunk(t.shift()))}catch(e){this._streamError(e)}}),this),this._streamError=T((function(e){this._streamCleanUp(),this._sendError(e)}),this),this._streamEnd=T((function(){this._streamCleanUp(),n=!0,this._streamData("")}),this),this._streamCleanUp=T((function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)}),this)}function _(e){var i=t.Duplex,n=x(e),s=!0,a=!1,r=[],o=null;this._onCsvData=function(e){var t=e.data;o.push(t)||this._handle.paused()||this._handle.pause()},this._onCsvComplete=function(){o.push(null)},n.step=T(this._onCsvData,this),n.complete=T(this._onCsvComplete,this),p.call(this,n),this._nextChunk=function(){a&&1===r.length&&(this._finished=!0),r.length?r.shift()():s=!0},this._addToParseQueue=function(e,t){r.push(T((function(){if(this.parseChunk("string"==typeof e?e:e.toString(n.encoding)),R(t))return t()}),this)),s&&(s=!1,this._nextChunk())},this._onRead=function(){this._handle.paused()&&this._handle.resume()},this._onWrite=function(e,t,i){this._addToParseQueue(e,i)},this._onWriteComplete=function(){a=!0,this._addToParseQueue("")},this.getStream=function(){return o},(o=new i({readableObjectMode:!0,decodeStrings:!1,read:T(this._onRead,this),write:T(this._onWrite,this)})).once("finish",T(this._onWriteComplete,this))}function I(e){var t,i,n,s=Math.pow(2,53),a=-s,r=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)([eE][-+]?\d+)?\s*$/,o=/^((\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z)))$/,d=this,l=0,u=0,p=!1,m=!1,f=[],h={data:[],errors:[],meta:{}};if(R(e.step)){var g=e.step;e.step=function(t){if(h=t,b())w();else{if(w(),0===h.data.length)return;l+=t.data.length,e.preview&&l>e.preview?i.abort():(h.data=h.data[0],g(h,d))}}}function _(t){return"greedy"===e.skipEmptyLines?""===t.join("").trim():1===t.length&&0===t[0].length}function I(e){if(r.test(e)){var t=parseFloat(e);if(t>a&&t<s)return!0}return!1}function w(){return h&&n&&(N("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+c.DefaultDelimiter+"'"),n=!1),e.skipEmptyLines&&(h.data=h.data.filter((function(e){return!_(e)}))),b()&&E(),T()}function b(){return e.header&&0===f.length}function E(){if(h)if(Array.isArray(h.data[0])){for(var t=0;b()&&t<h.data.length;t++)h.data[t].forEach(i);h.data.splice(0,1)}else h.data.forEach(i);function i(t,i){R(e.transformHeader)&&(t=e.transformHeader(t,i)),f.push(t)}}function A(t){return e.dynamicTypingFunction&&void 0===e.dynamicTyping[t]&&(e.dynamicTyping[t]=e.dynamicTypingFunction(t)),!0===(e.dynamicTyping[t]||e.dynamicTyping)}function S(e,t){return A(e)?"true"===t||"TRUE"===t||"false"!==t&&"FALSE"!==t&&(I(t)?parseFloat(t):o.test(t)?new Date(t):""===t?null:t):t}function T(){if(!h||!e.header&&!e.dynamicTyping&&!e.transform)return h;function t(t,i){var n,s=e.header?{}:[];for(n=0;n<t.length;n++){var a=n,r=t[n];e.header&&(a=n>=f.length?"__parsed_extra":f[n]),e.transform&&(r=e.transform(r,a)),r=S(a,r),"__parsed_extra"===a?(s[a]=s[a]||[],s[a].push(r)):s[a]=r}return e.header&&(n>f.length?N("FieldMismatch","TooManyFields","Too many fields: expected "+f.length+" fields but parsed "+n,u+i):n<f.length&&N("FieldMismatch","TooFewFields","Too few fields: expected "+f.length+" fields but parsed "+n,u+i)),s}var i=1;return!h.data.length||Array.isArray(h.data[0])?(h.data=h.data.map(t),i=h.data.length):h.data=t(h.data,0),e.header&&h.meta&&(h.meta.fields=f),u+=i,h}function k(t,i,n,s,a){var r,o,d,l;a=a||[",","\t","|",";",c.RECORD_SEP,c.UNIT_SEP];for(var u=0;u<a.length;u++){var p=a[u],m=0,f=0,h=0;d=void 0;for(var g=new v({comments:s,delimiter:p,newline:i,preview:10}).parse(t),I=0;I<g.data.length;I++)if(n&&_(g.data[I]))h++;else{var y=g.data[I].length;f+=y,void 0!==d?y>0&&(m+=Math.abs(y-d),d=y):d=y}g.data.length>0&&(f/=g.data.length-h),(void 0===o||m<=o)&&(void 0===l||f>l)&&f>1.99&&(o=m,r=p,l=f)}return e.delimiter=r,{successful:!!r,bestDelimiter:r}}function L(e,t){e=e.substring(0,1048576);var i=new RegExp(y(t)+"([^]*?)"+y(t),"gm"),n=(e=e.replace(i,"")).split("\r"),s=e.split("\n"),a=s.length>1&&s[0].length<n[0].length;if(1===n.length||a)return"\n";for(var r=0,o=0;o<n.length;o++)"\n"===n[o][0]&&r++;return r>=n.length/2?"\r\n":"\r"}function N(e,t,i,n){var s={type:e,code:t,message:i};void 0!==n&&(s.row=n),h.errors.push(s)}this.parse=function(s,a,r){var o=e.quoteChar||'"';if(e.newline||(e.newline=L(s,o)),n=!1,e.delimiter)R(e.delimiter)&&(e.delimiter=e.delimiter(s),h.meta.delimiter=e.delimiter);else{var d=k(s,e.newline,e.skipEmptyLines,e.comments,e.delimitersToGuess);d.successful?e.delimiter=d.bestDelimiter:(n=!0,e.delimiter=c.DefaultDelimiter),h.meta.delimiter=e.delimiter}var l=x(e);return e.preview&&e.header&&l.preview++,t=s,i=new v(l),h=i.parse(t,a,r),w(),p?{meta:{paused:!0}}:h||{meta:{paused:!1}}},this.paused=function(){return p},this.pause=function(){p=!0,i.abort(),t=R(e.chunk)?"":t.substring(i.getCharIndex())},this.resume=function(){d.streamer._halted?(p=!1,d.streamer.parseChunk(t,!0)):setTimeout(d.resume,3)},this.aborted=function(){return m},this.abort=function(){m=!0,i.abort(),h.meta.aborted=!0,R(e.complete)&&e.complete(h),t=""}}function y(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function v(e){var t,i=(e=e||{}).delimiter,n=e.newline,s=e.comments,a=e.step,r=e.preview,o=e.fastMode,d=t=void 0===e.quoteChar||null===e.quoteChar?'"':e.quoteChar;if(void 0!==e.escapeChar&&(d=e.escapeChar),("string"!=typeof i||c.BAD_DELIMITERS.indexOf(i)>-1)&&(i=","),s===i)throw new Error("Comment character same as delimiter");!0===s?s="#":("string"!=typeof s||c.BAD_DELIMITERS.indexOf(s)>-1)&&(s=!1),"\n"!==n&&"\r"!==n&&"\r\n"!==n&&(n="\n");var l=0,u=!1;this.parse=function(c,p,m){if("string"!=typeof c)throw new Error("Input must be a string");var f=c.length,h=i.length,g=n.length,_=s.length,I=R(a);l=0;var v=[],w=[],b=[],E=0;if(!c)return K();if(e.header&&!p){var A=c.split(n)[0].split(i),S="_",x=[],T={},k=!1;for(var L in A){var N=A[L];R(e.transformHeader)&&(N=e.transformHeader(N,L));var F=N,U=T[N]||0;for(U>0&&(k=!0,F=N+S+U),T[N]=U+1;x.includes(F);)F=F+S+U;x.push(F)}if(k){var O=c.split(n);O[0]=x.join(i),c=O.join(n)}}if(o||!1!==o&&-1===c.indexOf(t)){for(var C=c.split(n),P=0;P<C.length;P++){if(b=C[P],l+=b.length,P!==C.length-1)l+=n.length;else if(m)return K();if(!s||b.substring(0,_)!==s){if(I){if(v=[],q(b.split(i)),G(),u)return K()}else q(b.split(i));if(r&&P>=r)return v=v.slice(0,r),K(!0)}}return K()}for(var j=c.indexOf(i,l),M=c.indexOf(n,l),z=new RegExp(y(d)+y(t),"g"),D=c.indexOf(t,l);;)if(c[l]!==t)if(s&&0===b.length&&c.substring(l,l+_)===s){if(-1===M)return K();l=M+g,M=c.indexOf(n,l),j=c.indexOf(i,l)}else if(-1!==j&&(j<M||-1===M))b.push(c.substring(l,j)),l=j+h,j=c.indexOf(i,l);else{if(-1===M)break;if(b.push(c.substring(l,M)),W(M+g),I&&(G(),u))return K();if(r&&v.length>=r)return K(!0)}else for(D=l,l++;;){if(-1===(D=c.indexOf(t,D+1)))return m||w.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:v.length,index:l}),H();if(D===f-1)return H(c.substring(l,D).replace(z,t));if(t!==d||c[D+1]!==d){if(t===d||0===D||c[D-1]!==d){-1!==j&&j<D+1&&(j=c.indexOf(i,D+1)),-1!==M&&M<D+1&&(M=c.indexOf(n,D+1));var B=V(-1===M?j:Math.min(j,M));if(c.substr(D+1+B,h)===i){b.push(c.substring(l,D).replace(z,t)),l=D+1+B+h,c[D+1+B+h]!==t&&(D=c.indexOf(t,l)),j=c.indexOf(i,l),M=c.indexOf(n,l);break}var $=V(M);if(c.substring(D+1+$,D+1+$+g)===n){if(b.push(c.substring(l,D).replace(z,t)),W(D+1+$+g),j=c.indexOf(i,l),D=c.indexOf(t,l),I&&(G(),u))return K();if(r&&v.length>=r)return K(!0);break}w.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:v.length,index:l}),D++}}else D++}return H();function q(e){v.push(e),E=l}function V(e){var t=0;if(-1!==e){var i=c.substring(D+1,e);i&&""===i.trim()&&(t=i.length)}return t}function H(e){return m||(void 0===e&&(e=c.substring(l)),b.push(e),l=f,q(b),I&&G()),K()}function W(e){l=e,q(b),b=[],M=c.indexOf(n,l)}function K(e){return{data:v,errors:w,meta:{delimiter:i,linebreak:n,aborted:u,truncated:!!e,cursor:E+(p||0)}}}function G(){a(K()),v=[],w=[]}},this.abort=function(){u=!0},this.getCharIndex=function(){return l}}function w(){if(!c.WORKERS_SUPPORTED)return!1;var e=n(),t=new i.Worker(e);return t.onmessage=b,t.id=o++,r[t.id]=t,t}function b(e){var t=e.data,i=r[t.workerId],n=!1;if(t.error)i.userError(t.error,t.file);else if(t.results&&t.results.data){var s={abort:function(){n=!0,E(t.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:A,resume:A};if(R(i.userStep)){for(var a=0;a<t.results.data.length&&(i.userStep({data:t.results.data[a],errors:t.results.errors,meta:t.results.meta},s),!n);a++);delete t.results}else R(i.userChunk)&&(i.userChunk(t.results,s,t.file),delete t.results)}t.finished&&!n&&E(t.workerId,t.results)}function E(e,t){var i=r[e];R(i.userComplete)&&i.userComplete(t),i.terminate(),delete r[e]}function A(){throw new Error("Not implemented.")}function S(e){var t=e.data;if(void 0===c.WORKER_ID&&t&&(c.WORKER_ID=t.workerId),"string"==typeof t.input)i.postMessage({workerId:c.WORKER_ID,results:c.parse(t.input,t.config),finished:!0});else if(i.File&&t.input instanceof File||t.input instanceof Object){var n=c.parse(t.input,t.config);n&&i.postMessage({workerId:c.WORKER_ID,results:n,finished:!0})}}function x(e){if("object"!=typeof e||null===e)return e;var t=Array.isArray(e)?[]:{};for(var i in e)t[i]=x(e[i]);return t}function T(e,t){return function(){e.apply(t,arguments)}}function R(e){return"function"==typeof e}return a&&(i.onmessage=S),m.prototype=Object.create(p.prototype),m.prototype.constructor=m,f.prototype=Object.create(p.prototype),f.prototype.constructor=f,h.prototype=Object.create(h.prototype),h.prototype.constructor=h,g.prototype=Object.create(p.prototype),g.prototype.constructor=g,"undefined"==typeof PAPA_BROWSER_CONTEXT&&(_.prototype=Object.create(p.prototype),_.prototype.constructor=_),c}();var dp=cp.exports;class lp{constructor(){this.tableURL="https://storage.googleapis.com/roar-sre/scores/sre_lookup_v3.csv",this.aiTableURL="https://storage.googleapis.com/roar-sre/scores/sre_parallel_equating_lookup.csv",this.lookupTable=[],this.aiLookupTable=[],this.tableLoaded=!1,this.aiTableLoaded=!1}async initTable(){return new Promise(((e,t)=>{const i=r.session.get("config").userMetadata?.grade;i||t(),this.gradeForScore=cr(i,1,12),dp.parse(this.tableURL,{download:!0,header:!0,dynamicTyping:!0,skipEmptyLines:!0,step:e=>{this.gradeForScore===Number(e.data.grade)&&this.lookupTable.push(tp(e.data,["","X"]))},complete:()=>{this.tableLoaded=!0,e()}}),dp.parse(this.aiTableURL,{download:!0,header:!0,dynamicTyping:!0,skipEmptyLines:!0,step:e=>{this.aiLookupTable.push(tp(e.data,["","X"]))},complete:()=>{this.aiTableLoaded=!0,e()}})}))}computedScoreCallback=async e=>{const{taskId:t}=r.session.get("config");if("sre"!==t)return null;const i=Pd(op(e).map((([e,t])=>{const i="practice"===e?"practice":"test";return[e,{sreScore:(t[i]?.numCorrect||0)-(t[i]?.numIncorrect||0)}]}))),n=(e=>{if(e.lab?.sreScore)return Math.max(e.lab.sreScore,0);if(e.aiV1P1?.sreScore){const t=Math.max(e.aiV1P1.sreScore,0);return this.aiLookupTable.find((e=>e.rawScore===t&&"aiP1"===e.form)).sreScore}if(e.aiV1P2?.sreScore){const t=Math.max(e.aiV1P2.sreScore,0);return this.aiLookupTable.find((e=>e.rawScore===t&&"aiP2"===e.form)).sreScore}return 0})(i);i.composite={sreScore:n};const s=r.session.get("config").userMetadata?.grade;if(s){this.tableLoaded||await this.initTable();const e=this.lookupTable.find((e=>e.sreScore===n));if(void 0!==e){const{grade:t,sreScore:s,...a}=e;i.composite={sreScore:n,...a}}}return i}}let up=!0;const pp=document.querySelector("#sentry-feedback"),mp={type:yd,fullscreen_mode:!0,message:()=>`<div class='text_div'><h1>${mc.t("fullScreenTrial.prompt")}</h1></div>`,css_classes:["jspsych-content-modified"],delay_after:0,button_label:()=>`${mc.t("fullScreenTrial.buttonText")}`,on_start:()=>{document.body.style.cursor="default",pp&&(pp.style.display="none")},on_finish:()=>{up?up=!1:document.body.style.cursor="none"}},fp=(e,t)=>{let i;return i="grade-based"===e?!(cr(t)>=6):!e||"true"===e?.toLocaleLowerCase(),i};function hp(e,t){if("3minParallelAIFormV1"===e)return Math.random()<.5?ld(["lab","aiV1P1"]):ld(["lab","aiV1P2"]);if("3min1Block"===e)return[ld(["lab","aiV1P1","aiV1P2"])[0]];if("2BlocksV2"===e)return[ld(["lab","aiV1P1","aiV1P2"])[0],"aiV2"];if("3minBlock90sBlock"===e)return[ld(["lab","aiV1P1","aiV1P2"])[0],Object.keys(t.fixedForms)[Math.floor(Math.random()*Object.keys(t.fixedForms).length)]];if("90s2Blocks"===e)return ld(["test1","test2"]);if("90s2BlocksFixedForms"===e){return Object.keys(t.fixedForms).sort((()=>.5-Math.random())).slice(0,2)}return["lab","ai"]}function gp(e){return"3min1Block"===e?[18e4]:"2BlocksV2"===e||"3minBlock90sBlock"===e?[18e4,9e4]:"90s2Blocks"===e||"90s2BlocksFixedForms"===e?[9e4,9e4]:[18e4,18e4]}function _p(e){return"es"===e||"pt"===e||"de"===e?"90s2Blocks":"3minBlock90sBlock"}const Ip=e=>{e.displayElement&&(md.opts.display_element=e.displayElement);const t=(e,t)=>function(){e.apply(e,arguments),t.apply(e,arguments)};md.opts.on_finish=t(md.opts.on_finish,(()=>{e.firekit.finishRun(),Nd.markAsCompleted(),e.experimentFinished&&e.experimentFinished()}));const i=new lp;md.opts.on_data_update=t(md.opts.on_data_update,(t=>{t.save_trial&&e.firekit.writeTrial(t,i.computedScoreCallback.bind(i))})),md.opts.on_interaction_data_update=function(t){e.firekit.addInteraction(t)},r.session.has("initialized")&&r.local("initialized")||(r.session.set("practiceIndex",0),r.session.set("currentBlockIndex",0),r.session.set("trialNumBlock",0),r.session.set("trialNumTotal",0),r.session.set("demoCounter",0),r.session.set("nextStimulus",null),r.session.set("response",""),r.session.set("dataCorrect",""),r.session.set("keyResponse",""),r.session.set("gradeKeyResponse",[]),r.session.set("currentCorpus",[]),r.session.set("timeOut",!1),r.session.set("practiceCorpus",ud.practice),r.session.set("currentTrialCorrect",!0),r.session.set("coinTrackingIndex",0),r.session.set("initialized",!0)),r.session},yp=e=>[mp,...Cd,{type:Ao,func:()=>{const t=r.session.get("config");t.pid=t.pid||(()=>{let e="";const t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";for(let i=0;i<16;i+=1)e+=t.charAt(Math.floor(62*Math.random()));return e})(),e.updateUser({assessmentPid:t.pid,labId:t.labId,...t.userMetadata})}}],vp=Object.prototype.toString;function wp(e){switch(vp.call(e)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return Fp(e,Error)}}function bp(e,t){return vp.call(e)===`[object ${t}]`}function Ep(e){return bp(e,"ErrorEvent")}function Ap(e){return bp(e,"DOMError")}function Sp(e){return bp(e,"String")}function xp(e){return"object"==typeof e&&null!==e&&"__sentry_template_string__"in e&&"__sentry_template_values__"in e}function Tp(e){return null===e||xp(e)||"object"!=typeof e&&"function"!=typeof e}function Rp(e){return bp(e,"Object")}function kp(e){return"undefined"!=typeof Event&&Fp(e,Event)}function Lp(e){return Boolean(e&&e.then&&"function"==typeof e.then)}function Np(e){return"number"==typeof e&&e!=e}function Fp(e,t){try{return e instanceof t}catch(e){return!1}}function Up(e){return!("object"!=typeof e||null===e||!e.__isVue&&!e._isVue)}function Op(e,t=0){return"string"!=typeof e||0===t||e.length<=t?e:`${e.slice(0,t)}...`}function Cp(e,t){let i=e;const n=i.length;if(n<=150)return i;t>n&&(t=n);let s=Math.max(t-60,0);s<5&&(s=0);let a=Math.min(s+140,n);return a>n-5&&(a=n),a===n&&(s=Math.max(a-140,0)),i=i.slice(s,a),s>0&&(i=`'{snip} ${i}`),a<n&&(i+=" {snip}"),i}function Pp(e,t){if(!Array.isArray(e))return"";const i=[];for(let t=0;t<e.length;t++){const n=e[t];try{Up(n)?i.push("[VueViewModel]"):i.push(String(n))}catch(e){i.push("[value cannot be serialized]")}}return i.join(t)}function jp(e,t,i=!1){return!!Sp(e)&&(bp(t,"RegExp")?t.test(e):!!Sp(t)&&(i?e===t:e.includes(t)))}function Mp(e,t=[],i=!1){return t.some((t=>jp(e,t,i)))}function zp(e,t,i=250,n,s,a,r){if(!(a.exception&&a.exception.values&&r&&Fp(r.originalException,Error)))return;const o=a.exception.values.length>0?a.exception.values[a.exception.values.length-1]:void 0;var c,d;o&&(a.exception.values=(c=Dp(e,t,s,r.originalException,n,a.exception.values,o,0),d=i,c.map((e=>(e.value&&(e.value=Op(e.value,d)),e)))))}function Dp(e,t,i,n,s,a,r,o){if(a.length>=i+1)return a;let c=[...a];if(Fp(n[s],Error)){Bp(r,o);const a=e(t,n[s]),d=c.length;$p(a,s,d,o),c=Dp(e,t,i,n[s],s,[a,...c],a,d)}return Array.isArray(n.errors)&&n.errors.forEach(((n,a)=>{if(Fp(n,Error)){Bp(r,o);const d=e(t,n),l=c.length;$p(d,`errors[${a}]`,l,o),c=Dp(e,t,i,n,s,[d,...c],d,l)}})),c}function Bp(e,t){e.mechanism=e.mechanism||{type:"generic",handled:!0},e.mechanism={...e.mechanism,..."AggregateError"===e.type&&{is_exception_group:!0},exception_id:t}}function $p(e,t,i,n){e.mechanism=e.mechanism||{type:"generic",handled:!0},e.mechanism={...e.mechanism,type:"chained",source:t,exception_id:i,parent_id:n}}function qp(e){return e&&e.Math==Math?e:void 0}const Vp="object"==typeof globalThis&&qp(globalThis)||"object"==typeof window&&qp(window)||"object"==typeof self&&qp(self)||"object"==typeof global&&qp(global)||function(){return this}()||{};function Hp(){return Vp}function Wp(e,t,i){const n=i||Vp,s=n.__SENTRY__=n.__SENTRY__||{};return s[e]||(s[e]=t())}const Kp=Hp();function Gp(e,t={}){if(!e)return"<unknown>";try{let i=e;const n=5,s=[];let a=0,r=0;const o=" > ",c=o.length;let d;const l=Array.isArray(t)?t:t.keyAttrs,u=!Array.isArray(t)&&t.maxStringLength||80;for(;i&&a++<n&&(d=Yp(i,l),!("html"===d||a>1&&r+s.length*c+d.length>=u));)s.push(d),r+=d.length,i=i.parentNode;return s.reverse().join(o)}catch(e){return"<unknown>"}}function Yp(e,t){const i=e,n=[];let s,a,r,o,c;if(!i||!i.tagName)return"";if(Kp.HTMLElement&&i instanceof HTMLElement&&i.dataset&&i.dataset.sentryComponent)return i.dataset.sentryComponent;n.push(i.tagName.toLowerCase());const d=t&&t.length?t.filter((e=>i.getAttribute(e))).map((e=>[e,i.getAttribute(e)])):null;if(d&&d.length)d.forEach((e=>{n.push(`[${e[0]}="${e[1]}"]`)}));else if(i.id&&n.push(`#${i.id}`),s=i.className,s&&Sp(s))for(a=s.split(/\s+/),c=0;c<a.length;c++)n.push(`.${a[c]}`);const l=["aria-label","type","name","title","alt"];for(c=0;c<l.length;c++)r=l[c],o=i.getAttribute(r),o&&n.push(`[${r}="${o}"]`);return n.join("")}function Jp(e){if(!Kp.HTMLElement)return null;let t=e;for(let e=0;e<5;e++){if(!t)return null;if(t instanceof HTMLElement&&t.dataset.sentryComponent)return t.dataset.sentryComponent;t=t.parentNode}return null}const Qp="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__,Zp=["debug","info","warn","error","log","assert","trace"],Xp={};function em(e){if(!("console"in Vp))return e();const t=Vp.console,i={},n=Object.keys(Xp);n.forEach((e=>{const n=Xp[e];i[e]=t[e],t[e]=n}));try{return e()}finally{n.forEach((e=>{t[e]=i[e]}))}}const tm=function(){let e=!1;const t={enable:()=>{e=!0},disable:()=>{e=!1},isEnabled:()=>e};return Qp?Zp.forEach((i=>{t[i]=(...t)=>{e&&em((()=>{Vp.console[i](`Sentry Logger [${i}]:`,...t)}))}})):Zp.forEach((e=>{t[e]=()=>{}})),t}(),im=/^(?:(\w+):)\/\/(?:(\w+)(?::(\w+)?)?@)([\w.-]+)(?::(\d+))?\/(.+)/;function nm(e,t=!1){const{host:i,path:n,pass:s,port:a,projectId:r,protocol:o,publicKey:c}=e;return`${o}://${c}${t&&s?`:${s}`:""}@${i}${a?`:${a}`:""}/${n?`${n}/`:n}${r}`}function sm(e){return{protocol:e.protocol,publicKey:e.publicKey||"",pass:e.pass||"",host:e.host,port:e.port||"",path:e.path||"",projectId:e.projectId}}function am(e){const t="string"==typeof e?function(e){const t=im.exec(e);if(!t)return void em((()=>{console.error(`Invalid Sentry Dsn: ${e}`)}));const[i,n,s="",a,r="",o]=t.slice(1);let c="",d=o;const l=d.split("/");if(l.length>1&&(c=l.slice(0,-1).join("/"),d=l.pop()),d){const e=d.match(/^\d+/);e&&(d=e[0])}return sm({host:a,pass:s,path:c,projectId:d,port:r,protocol:i,publicKey:n})}(e):sm(e);if(t&&function(e){if(!Qp)return!0;const{port:t,projectId:i,protocol:n}=e;return!(["protocol","publicKey","host","projectId"].find((t=>!e[t]&&(tm.error(`Invalid Sentry Dsn: ${t} missing`),!0)))||(i.match(/^\d+$/)?function(e){return"http"===e||"https"===e}(n)?t&&isNaN(parseInt(t,10))&&(tm.error(`Invalid Sentry Dsn: Invalid port ${t}`),1):(tm.error(`Invalid Sentry Dsn: Invalid protocol ${n}`),1):(tm.error(`Invalid Sentry Dsn: Invalid projectId ${i}`),1)))}(t))return t}class rm extends Error{constructor(e,t="warn"){super(e),this.message=e,this.name=new.target.prototype.constructor.name,Object.setPrototypeOf(this,new.target.prototype),this.logLevel=t}}function om(e,t,i){if(!(t in e))return;const n=e[t],s=i(n);"function"==typeof s&&dm(s,n),e[t]=s}function cm(e,t,i){try{Object.defineProperty(e,t,{value:i,writable:!0,configurable:!0})}catch(i){Qp&&tm.log(`Failed to add non-enumerable property "${t}" to object`,e)}}function dm(e,t){try{const i=t.prototype||{};e.prototype=t.prototype=i,cm(e,"__sentry_original__",t)}catch(e){}}function lm(e){return e.__sentry_original__}function um(e){if(wp(e))return{message:e.message,name:e.name,stack:e.stack,...mm(e)};if(kp(e)){const t={type:e.type,target:pm(e.target),currentTarget:pm(e.currentTarget),...mm(e)};return"undefined"!=typeof CustomEvent&&Fp(e,CustomEvent)&&(t.detail=e.detail),t}return e}function pm(e){try{return t=e,"undefined"!=typeof Element&&Fp(t,Element)?Gp(e):Object.prototype.toString.call(e)}catch(e){return"<unknown>"}var t}function mm(e){if("object"==typeof e&&null!==e){const t={};for(const i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t}return{}}function fm(e){return hm(e,new Map)}function hm(e,t){if(function(e){if(!Rp(e))return!1;try{const t=Object.getPrototypeOf(e).constructor.name;return!t||"Object"===t}catch(e){return!0}}(e)){const i=t.get(e);if(void 0!==i)return i;const n={};t.set(e,n);for(const i of Object.keys(e))void 0!==e[i]&&(n[i]=hm(e[i],t));return n}if(Array.isArray(e)){const i=t.get(e);if(void 0!==i)return i;const n=[];return t.set(e,n),e.forEach((e=>{n.push(hm(e,t))})),n}return e}const gm=/\(error: (.*)\)/,_m=/captureMessage|captureException/;function Im(...e){const t=e.sort(((e,t)=>e[0]-t[0])).map((e=>e[1]));return(e,i=0)=>{const n=[],s=e.split("\n");for(let e=i;e<s.length;e++){const i=s[e];if(i.length>1024)continue;const a=gm.test(i)?i.replace(gm,"$1"):i;if(!a.match(/\S*Error: /)){for(const e of t){const t=e(a);if(t){n.push(t);break}}if(n.length>=50)break}}return function(e){if(!e.length)return[];const t=Array.from(e);/sentryWrapped/.test(t[t.length-1].function||"")&&t.pop();t.reverse(),_m.test(t[t.length-1].function||"")&&(t.pop(),_m.test(t[t.length-1].function||"")&&t.pop());return t.slice(0,50).map((e=>({...e,filename:e.filename||t[t.length-1].filename,function:e.function||"?"})))}(n)}}const ym="<anonymous>";function vm(e){try{return e&&"function"==typeof e&&e.name||ym}catch(e){return ym}}const wm={},bm={};function Em(e,t){wm[e]=wm[e]||[],wm[e].push(t)}function Am(e,t){bm[e]||(t(),bm[e]=!0)}function Sm(e,t){const i=e&&wm[e];if(i)for(const n of i)try{n(t)}catch(t){Qp&&tm.error(`Error while triggering instrumentation handler.\nType: ${e}\nName: ${vm(n)}\nError:`,t)}}function xm(e){const t="console";Em(t,e),Am(t,Tm)}function Tm(){"console"in Vp&&Zp.forEach((function(e){e in Vp.console&&om(Vp.console,e,(function(t){return Xp[e]=t,function(...t){Sm("console",{args:t,level:e});const i=Xp[e];i&&i.apply(Vp.console,t)}}))}))}function Rm(){const e=Vp,t=e.crypto||e.msCrypto;let i=()=>16*Math.random();try{if(t&&t.randomUUID)return t.randomUUID().replace(/-/g,"");t&&t.getRandomValues&&(i=()=>{const e=new Uint8Array(1);return t.getRandomValues(e),e[0]})}catch(e){}return([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g,(e=>(e^(15&i())>>e/4).toString(16)))}function km(e){return e.exception&&e.exception.values?e.exception.values[0]:void 0}function Lm(e){const{message:t,event_id:i}=e;if(t)return t;const n=km(e);return n?n.type&&n.value?`${n.type}: ${n.value}`:n.type||n.value||i||"<unknown>":i||"<unknown>"}function Nm(e,t,i){const n=e.exception=e.exception||{},s=n.values=n.values||[],a=s[0]=s[0]||{};a.value||(a.value=t||""),a.type||(a.type="Error")}function Fm(e,t){const i=km(e);if(!i)return;const n=i.mechanism;if(i.mechanism={type:"generic",handled:!0,...n,...t},t&&"data"in t){const e={...n&&n.data,...t.data};i.mechanism.data=e}}function Um(e){if(e&&e.__sentry_captured__)return!0;try{cm(e,"__sentry_captured__",!0)}catch(e){}return!1}function Om(e){return Array.isArray(e)?e:[e]}const Cm=Vp;let Pm,jm,Mm;function zm(e){Em("dom",e),Am("dom",Dm)}function Dm(){if(!Cm.document)return;const e=Sm.bind(null,"dom"),t=Bm(e,!0);Cm.document.addEventListener("click",t,!1),Cm.document.addEventListener("keypress",t,!1),["EventTarget","Node"].forEach((t=>{const i=Cm[t]&&Cm[t].prototype;i&&i.hasOwnProperty&&i.hasOwnProperty("addEventListener")&&(om(i,"addEventListener",(function(t){return function(i,n,s){if("click"===i||"keypress"==i)try{const n=this,a=n.__sentry_instrumentation_handlers__=n.__sentry_instrumentation_handlers__||{},r=a[i]=a[i]||{refCount:0};if(!r.handler){const n=Bm(e);r.handler=n,t.call(this,i,n,s)}r.refCount++}catch(e){}return t.call(this,i,n,s)}})),om(i,"removeEventListener",(function(e){return function(t,i,n){if("click"===t||"keypress"==t)try{const i=this,s=i.__sentry_instrumentation_handlers__||{},a=s[t];a&&(a.refCount--,a.refCount<=0&&(e.call(this,t,a.handler,n),a.handler=void 0,delete s[t]),0===Object.keys(s).length&&delete i.__sentry_instrumentation_handlers__)}catch(e){}return e.call(this,t,i,n)}})))}))}function Bm(e,t=!1){return i=>{if(!i||i._sentryCaptured)return;const n=function(e){try{return e.target}catch(e){return null}}(i);if(function(e,t){return"keypress"===e&&(!t||!t.tagName||"INPUT"!==t.tagName&&"TEXTAREA"!==t.tagName&&!t.isContentEditable)}(i.type,n))return;cm(i,"_sentryCaptured",!0),n&&!n._sentryId&&cm(n,"_sentryId",Rm());const s="keypress"===i.type?"input":i.type;if(!function(e){if(e.type!==jm)return!1;try{if(!e.target||e.target._sentryId!==Mm)return!1}catch(e){}return!0}(i)){e({event:i,name:s,global:t}),jm=i.type,Mm=n?n._sentryId:void 0}clearTimeout(Pm),Pm=Cm.setTimeout((()=>{Mm=void 0,jm=void 0}),1e3)}}const $m=Hp();function qm(){if(!("fetch"in $m))return!1;try{return new Headers,new Request("http://www.example.com"),new Response,!0}catch(e){return!1}}function Vm(e){return e&&/^function fetch\(\)\s+\{\s+\[native code\]\s+\}$/.test(e.toString())}function Hm(e){const t="fetch";Em(t,e),Am(t,Wm)}function Wm(){(function(){if("string"==typeof EdgeRuntime)return!0;if(!qm())return!1;if(Vm($m.fetch))return!0;let e=!1;const t=$m.document;if(t&&"function"==typeof t.createElement)try{const i=t.createElement("iframe");i.hidden=!0,t.head.appendChild(i),i.contentWindow&&i.contentWindow.fetch&&(e=Vm(i.contentWindow.fetch)),t.head.removeChild(i)}catch(e){Qp&&tm.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",e)}return e})()&&om(Vp,"fetch",(function(e){return function(...t){const{method:i,url:n}=function(e){if(0===e.length)return{method:"GET",url:""};if(2===e.length){const[t,i]=e;return{url:Gm(t),method:Km(i,"method")?String(i.method).toUpperCase():"GET"}}const t=e[0];return{url:Gm(t),method:Km(t,"method")?String(t.method).toUpperCase():"GET"}}(t),s={args:t,fetchData:{method:i,url:n},startTimestamp:Date.now()};return Sm("fetch",{...s}),e.apply(Vp,t).then((e=>(Sm("fetch",{...s,endTimestamp:Date.now(),response:e}),e)),(e=>{throw Sm("fetch",{...s,endTimestamp:Date.now(),error:e}),e}))}}))}function Km(e,t){return!!e&&"object"==typeof e&&!!e[t]}function Gm(e){return"string"==typeof e?e:e?Km(e,"url")?e.url:e.toString?e.toString():"":""}let Ym=null;function Jm(e){const t="error";Em(t,e),Am(t,Qm)}function Qm(){Ym=Vp.onerror,Vp.onerror=function(e,t,i,n,s){return Sm("error",{column:n,error:s,line:i,msg:e,url:t}),!(!Ym||Ym.__SENTRY_LOADER__)&&Ym.apply(this,arguments)},Vp.onerror.__SENTRY_INSTRUMENTED__=!0}let Zm=null;function Xm(e){const t="unhandledrejection";Em(t,e),Am(t,ef)}function ef(){Zm=Vp.onunhandledrejection,Vp.onunhandledrejection=function(e){return Sm("unhandledrejection",e),!(Zm&&!Zm.__SENTRY_LOADER__)||Zm.apply(this,arguments)},Vp.onunhandledrejection.__SENTRY_INSTRUMENTED__=!0}const tf=Hp();const nf=Vp;let sf;function af(e){const t="history";Em(t,e),Am(t,rf)}function rf(){if(!function(){const e=tf.chrome,t=e&&e.app&&e.app.runtime,i="history"in tf&&!!tf.history.pushState&&!!tf.history.replaceState;return!t&&i}())return;const e=nf.onpopstate;function t(e){return function(...t){const i=t.length>2?t[2]:void 0;if(i){const e=sf,t=String(i);sf=t;Sm("history",{from:e,to:t})}return e.apply(this,t)}}nf.onpopstate=function(...t){const i=nf.location.href,n=sf;sf=i;if(Sm("history",{from:n,to:i}),e)try{return e.apply(this,t)}catch(e){}},om(nf.history,"pushState",t),om(nf.history,"replaceState",t)}const of=Vp,cf="__sentry_xhr_v3__";function df(e){Em("xhr",e),Am("xhr",lf)}function lf(){if(!of.XMLHttpRequest)return;const e=XMLHttpRequest.prototype;om(e,"open",(function(e){return function(...t){const i=Date.now(),n=Sp(t[0])?t[0].toUpperCase():void 0,s=function(e){if(Sp(e))return e;try{return e.toString()}catch(e){}return}(t[1]);if(!n||!s)return e.apply(this,t);this[cf]={method:n,url:s,request_headers:{}},"POST"===n&&s.match(/sentry_key/)&&(this.__sentry_own_request__=!0);const a=()=>{const e=this[cf];if(e&&4===this.readyState){try{e.status_code=this.status}catch(e){}Sm("xhr",{args:[n,s],endTimestamp:Date.now(),startTimestamp:i,xhr:this})}};return"onreadystatechange"in this&&"function"==typeof this.onreadystatechange?om(this,"onreadystatechange",(function(e){return function(...t){return a(),e.apply(this,t)}})):this.addEventListener("readystatechange",a),om(this,"setRequestHeader",(function(e){return function(...t){const[i,n]=t,s=this[cf];return s&&Sp(i)&&Sp(n)&&(s.request_headers[i.toLowerCase()]=n),e.apply(this,t)}})),e.apply(this,t)}})),om(e,"send",(function(e){return function(...t){const i=this[cf];if(!i)return e.apply(this,t);void 0!==t[0]&&(i.body=t[0]);return Sm("xhr",{args:[i.method,i.url],startTimestamp:Date.now(),xhr:this}),e.apply(this,t)}}))}function uf(){return!("undefined"!=typeof __SENTRY_BROWSER_BUNDLE__&&__SENTRY_BROWSER_BUNDLE__)&&"[object process]"===Object.prototype.toString.call("undefined"!=typeof process?process:0)}function pf(){return"undefined"!=typeof window&&(!uf()||void 0!==Vp.process&&"renderer"===Vp.process.type)}function mf(e,t=100,i=1/0){try{return hf("",e,t,i)}catch(e){return{ERROR:`**non-serializable** (${e})`}}}function ff(e,t=3,i=102400){const n=mf(e,t);return s=n,function(e){return~-encodeURI(e).split(/%..|./).length}(JSON.stringify(s))>i?ff(e,t-1,i):n;var s}function hf(e,t,i=1/0,n=1/0,s=function(){const e="function"==typeof WeakSet,t=e?new WeakSet:[];return[function(i){if(e)return!!t.has(i)||(t.add(i),!1);for(let e=0;e<t.length;e++)if(t[e]===i)return!0;return t.push(i),!1},function(i){if(e)t.delete(i);else for(let e=0;e<t.length;e++)if(t[e]===i){t.splice(e,1);break}}]}()){const[a,r]=s;if(null==t||["number","boolean","string"].includes(typeof t)&&!Np(t))return t;const o=function(e,t){try{if("domain"===e&&t&&"object"==typeof t&&t._events)return"[Domain]";if("domainEmitter"===e)return"[DomainEmitter]";if("undefined"!=typeof global&&t===global)return"[Global]";if("undefined"!=typeof window&&t===window)return"[Window]";if("undefined"!=typeof document&&t===document)return"[Document]";if(Up(t))return"[VueViewModel]";if(Rp(i=t)&&"nativeEvent"in i&&"preventDefault"in i&&"stopPropagation"in i)return"[SyntheticEvent]";if("number"==typeof t&&t!=t)return"[NaN]";if("function"==typeof t)return`[Function: ${vm(t)}]`;if("symbol"==typeof t)return`[${String(t)}]`;if("bigint"==typeof t)return`[BigInt: ${String(t)}]`;const n=function(e){const t=Object.getPrototypeOf(e);return t?t.constructor.name:"null prototype"}(t);return/^HTML(\w*)Element$/.test(n)?`[HTMLElement: ${n}]`:`[object ${n}]`}catch(e){return`**non-serializable** (${e})`}var i}(e,t);if(!o.startsWith("[object "))return o;if(t.__sentry_skip_normalization__)return t;const c="number"==typeof t.__sentry_override_normalization_depth__?t.__sentry_override_normalization_depth__:i;if(0===c)return o.replace("object ","");if(a(t))return"[Circular ~]";const d=t;if(d&&"function"==typeof d.toJSON)try{return hf("",d.toJSON(),c-1,n,s)}catch(e){}const l=Array.isArray(t)?[]:{};let u=0;const p=um(t);for(const e in p){if(!Object.prototype.hasOwnProperty.call(p,e))continue;if(u>=n){l[e]="[MaxProperties ~]";break}const t=p[e];l[e]=hf(e,t,c-1,n,s),u++}return r(t),l}var gf;function _f(e){return new yf((t=>{t(e)}))}function If(e){return new yf(((t,i)=>{i(e)}))}!function(e){e[e.PENDING=0]="PENDING";e[e.RESOLVED=1]="RESOLVED";e[e.REJECTED=2]="REJECTED"}(gf||(gf={}));class yf{constructor(e){yf.prototype.__init.call(this),yf.prototype.__init2.call(this),yf.prototype.__init3.call(this),yf.prototype.__init4.call(this),this._state=gf.PENDING,this._handlers=[];try{e(this._resolve,this._reject)}catch(e){this._reject(e)}}then(e,t){return new yf(((i,n)=>{this._handlers.push([!1,t=>{if(e)try{i(e(t))}catch(e){n(e)}else i(t)},e=>{if(t)try{i(t(e))}catch(e){n(e)}else n(e)}]),this._executeHandlers()}))}catch(e){return this.then((e=>e),e)}finally(e){return new yf(((t,i)=>{let n,s;return this.then((t=>{s=!1,n=t,e&&e()}),(t=>{s=!0,n=t,e&&e()})).then((()=>{s?i(n):t(n)}))}))}__init(){this._resolve=e=>{this._setResult(gf.RESOLVED,e)}}__init2(){this._reject=e=>{this._setResult(gf.REJECTED,e)}}__init3(){this._setResult=(e,t)=>{this._state===gf.PENDING&&(Lp(t)?t.then(this._resolve,this._reject):(this._state=e,this._value=t,this._executeHandlers()))}}__init4(){this._executeHandlers=()=>{if(this._state===gf.PENDING)return;const e=this._handlers.slice();this._handlers=[],e.forEach((e=>{e[0]||(this._state===gf.RESOLVED&&e[1](this._value),this._state===gf.REJECTED&&e[2](this._value),e[0]=!0)}))}}}function vf(e){const t=[];function i(e){return t.splice(t.indexOf(e),1)[0]}return{$:t,add:function(n){if(!(void 0===e||t.length<e))return If(new rm("Not adding Promise because buffer limit was reached."));const s=n();return-1===t.indexOf(s)&&t.push(s),s.then((()=>i(s))).then(null,(()=>i(s).then(null,(()=>{})))),s},drain:function(e){return new yf(((i,n)=>{let s=t.length;if(!s)return i(!0);const a=setTimeout((()=>{e&&e>0&&i(!1)}),e);t.forEach((e=>{_f(e).then((()=>{--s||(clearTimeout(a),i(!0))}),n)}))}))}}}function wf(e){if(!e)return{};const t=e.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!t)return{};const i=t[6]||"",n=t[8]||"";return{host:t[4],path:t[5],protocol:t[2],search:i,hash:n,relative:t[5]+i+n}}const bf=["fatal","error","warning","log","info","debug"];function Ef(e){return"warn"===e?"warning":bf.includes(e)?e:"log"}function Af(){return Date.now()/1e3}const Sf=function(){const{performance:e}=Vp;if(!e||!e.now)return Af;const t=Date.now()-e.now(),i=null==e.timeOrigin?t:e.timeOrigin;return()=>(i+e.now())/1e3}(),xf=(()=>{const{performance:e}=Vp;if(!e||!e.now)return;const t=36e5,i=e.now(),n=Date.now(),s=e.timeOrigin?Math.abs(e.timeOrigin+i-n):t,a=s<t,r=e.timing&&e.timing.navigationStart,o="number"==typeof r?Math.abs(r+i-n):t;return a||o<t?s<=o?e.timeOrigin:r:n})(),Tf="baggage",Rf="sentry-",kf=/^sentry-/;function Lf(e){if(!e)return;return function(e){if(0===Object.keys(e).length)return;return Object.entries(e).reduce(((e,[t,i],n)=>{const s=`${encodeURIComponent(t)}=${encodeURIComponent(i)}`,a=0===n?s:`${e},${s}`;return a.length>8192?(Qp&&tm.warn(`Not adding key: ${t} with val: ${i} to baggage header due to exceeding baggage size limits.`),e):a}),"")}(Object.entries(e).reduce(((e,[t,i])=>(i&&(e[`${Rf}${t}`]=i),e)),{}))}function Nf(e){return e.split(",").map((e=>e.split("=").map((e=>decodeURIComponent(e.trim()))))).reduce(((e,[t,i])=>(e[t]=i,e)),{})}const Ff=new RegExp("^[ \\t]*([0-9a-f]{32})?-?([0-9a-f]{16})?-?([01])?[ \\t]*$");function Uf(e,t){const i=function(e){if(!e)return;const t=e.match(Ff);if(!t)return;let i;return"1"===t[3]?i=!0:"0"===t[3]&&(i=!1),{traceId:t[1],parentSampled:i,parentSpanId:t[2]}}(e),n=function(e){if(!Sp(e)&&!Array.isArray(e))return;let t={};if(Array.isArray(e))t=e.reduce(((e,t)=>{const i=Nf(t);for(const t of Object.keys(i))e[t]=i[t];return e}),{});else{if(!e)return;t=Nf(e)}const i=Object.entries(t).reduce(((e,[t,i])=>(t.match(kf)&&(e[t.slice(7)]=i),e)),{});return Object.keys(i).length>0?i:void 0}(t),{traceId:s,parentSpanId:a,parentSampled:r}=i||{};return i?{traceId:s||Rm(),parentSpanId:a||Rm().substring(16),spanId:Rm().substring(16),sampled:r,dsc:n||{}}:{traceId:s||Rm(),spanId:Rm().substring(16)}}function Of(e=Rm(),t=Rm().substring(16),i){let n="";return void 0!==i&&(n=i?"-1":"-0"),`${e}-${t}${n}`}function Cf(e,t=[]){return[e,t]}function Pf(e,t){const[i,n]=e;return[i,[...n,t]]}function jf(e,t){const i=e[1];for(const e of i){if(t(e,e[0].type))return!0}return!1}function Mf(e,t){return(t||new TextEncoder).encode(e)}function zf(e,t){const[i,n]=e;let s=JSON.stringify(i);function a(e){"string"==typeof s?s="string"==typeof e?s+e:[Mf(s,t),e]:s.push("string"==typeof e?Mf(e,t):e)}for(const e of n){const[t,i]=e;if(a(`\n${JSON.stringify(t)}\n`),"string"==typeof i||i instanceof Uint8Array)a(i);else{let e;try{e=JSON.stringify(i)}catch(t){e=JSON.stringify(mf(i))}a(e)}}return"string"==typeof s?s:function(e){const t=e.reduce(((e,t)=>e+t.length),0),i=new Uint8Array(t);let n=0;for(const t of e)i.set(t,n),n+=t.length;return i}(s)}function Df(e,t){const i="string"==typeof e.data?Mf(e.data,t):e.data;return[fm({type:"attachment",length:i.length,filename:e.filename,content_type:e.contentType,attachment_type:e.attachmentType}),i]}const Bf={session:"session",sessions:"session",attachment:"attachment",transaction:"transaction",event:"error",client_report:"internal",user_report:"default",profile:"profile",replay_event:"replay",replay_recording:"replay",check_in:"monitor",feedback:"feedback",span:"span",statsd:"metric_bucket"};function $f(e){return Bf[e]}function qf(e){if(!e||!e.sdk)return;const{name:t,version:i}=e.sdk;return{name:t,version:i}}function Vf(e,t,i,n){const s=e.sdkProcessingMetadata&&e.sdkProcessingMetadata.dynamicSamplingContext;return{event_id:e.event_id,sent_at:(new Date).toISOString(),...t&&{sdk:t},...!!i&&n&&{dsn:nm(n)},...s&&{trace:fm({...s})}}}function Hf(e,t,i=Date.now()){return function(e,t){return e[t]||e.all||0}(e,t)>i}function Wf(e,{statusCode:t,headers:i},n=Date.now()){const s={...e},a=i&&i["x-sentry-rate-limits"],r=i&&i["retry-after"];if(a)for(const e of a.trim().split(",")){const[t,i,,,a]=e.split(":",5),r=parseInt(t,10),o=1e3*(isNaN(r)?60:r);if(i)for(const e of i.split(";"))"metric_bucket"===e&&a&&!a.split(";").includes("custom")||(s[e]=n+o);else s.all=n+o}else r?s.all=n+function(e,t=Date.now()){const i=parseInt(`${e}`,10);if(!isNaN(i))return 1e3*i;const n=Date.parse(`${e}`);return isNaN(n)?6e4:n-t}(r,n):429===t&&(s.all=n+6e4);return s}function Kf(e){let t,i=e[0],n=1;for(;n<e.length;){const s=e[n],a=e[n+1];if(n+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=a(i)):"call"!==s&&"optionalCall"!==s||(i=a(((...e)=>i.call(t,...e))),t=void 0)}return i}const Gf="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__,Yf="production";function Jf(){return Wp("globalEventProcessors",(()=>[]))}function Qf(e){Jf().push(e)}function Zf(e,t,i,n=0){return new yf(((s,a)=>{const r=e[n];if(null===t||"function"!=typeof r)s(t);else{const o=r({...t},i);Gf&&r.id&&null===o&&tm.log(`Event processor "${r.id}" dropped event`),Lp(o)?o.then((t=>Zf(e,t,i,n+1).then(s))).then(null,a):Zf(e,o,i,n+1).then(s).then(null,a)}}))}function Xf(e){const t=Sf(),i={sid:Rm(),init:!0,timestamp:t,started:t,duration:0,status:"ok",errors:0,ignoreDuration:!1,toJSON:()=>function(e){return fm({sid:`${e.sid}`,init:e.init,started:new Date(1e3*e.started).toISOString(),timestamp:new Date(1e3*e.timestamp).toISOString(),status:e.status,errors:e.errors,did:"number"==typeof e.did||"string"==typeof e.did?`${e.did}`:void 0,duration:e.duration,abnormal_mechanism:e.abnormal_mechanism,attrs:{release:e.release,environment:e.environment,ip_address:e.ipAddress,user_agent:e.userAgent}})}(i)};return e&&eh(i,e),i}function eh(e,t={}){if(t.user&&(!e.ipAddress&&t.user.ip_address&&(e.ipAddress=t.user.ip_address),e.did||t.did||(e.did=t.user.id||t.user.email||t.user.username)),e.timestamp=t.timestamp||Sf(),t.abnormal_mechanism&&(e.abnormal_mechanism=t.abnormal_mechanism),t.ignoreDuration&&(e.ignoreDuration=t.ignoreDuration),t.sid&&(e.sid=32===t.sid.length?t.sid:Rm()),void 0!==t.init&&(e.init=t.init),!e.did&&t.did&&(e.did=`${t.did}`),"number"==typeof t.started&&(e.started=t.started),e.ignoreDuration)e.duration=void 0;else if("number"==typeof t.duration)e.duration=t.duration;else{const t=e.timestamp-e.started;e.duration=t>=0?t:0}t.release&&(e.release=t.release),t.environment&&(e.environment=t.environment),!e.ipAddress&&t.ipAddress&&(e.ipAddress=t.ipAddress),!e.userAgent&&t.userAgent&&(e.userAgent=t.userAgent),"number"==typeof t.errors&&(e.errors=t.errors),t.status&&(e.status=t.status)}function th(e,t){let i={};"ok"===e.status&&(i={status:"exited"}),eh(e,i)}function ih(e){const{spanId:t,traceId:i}=e.spanContext(),{data:n,op:s,parent_span_id:a,status:r,tags:o,origin:c}=rh(e);return fm({data:n,op:s,parent_span_id:a,span_id:t,status:r,tags:o,trace_id:i,origin:c})}function nh(e){const{traceId:t,spanId:i}=e.spanContext();return Of(t,i,oh(e))}function sh(e){return"number"==typeof e?ah(e):Array.isArray(e)?e[0]+e[1]/1e9:e instanceof Date?ah(e.getTime()):Sf()}function ah(e){return e>9999999999?e/1e3:e}function rh(e){return function(e){return"function"==typeof e.getSpanJSON}(e)?e.getSpanJSON():"function"==typeof e.toJSON?e.toJSON():{}}function oh(e){const{traceFlags:t}=e.spanContext();return Boolean(1&t)}function ch(e,t,i,n,s,a){const{normalizeDepth:r=3,normalizeMaxBreadth:o=1e3}=e,c={...t,event_id:t.event_id||i.event_id||Rm(),timestamp:t.timestamp||Af()},d=i.integrations||e.integrations.map((e=>e.name));!function(e,t){const{environment:i,release:n,dist:s,maxValueLength:a=250}=t;"environment"in e||(e.environment="environment"in t?i:Yf);void 0===e.release&&void 0!==n&&(e.release=n);void 0===e.dist&&void 0!==s&&(e.dist=s);e.message&&(e.message=Op(e.message,a));const r=e.exception&&e.exception.values&&e.exception.values[0];r&&r.value&&(r.value=Op(r.value,a));const o=e.request;o&&o.url&&(o.url=Op(o.url,a))}(c,e),function(e,t){t.length>0&&(e.sdk=e.sdk||{},e.sdk.integrations=[...e.sdk.integrations||[],...t])}(c,d),void 0===t.type&&function(e,t){const i=Vp._sentryDebugIds;if(!i)return;let n;const s=dh.get(t);s?n=s:(n=new Map,dh.set(t,n));const a=Object.keys(i).reduce(((e,s)=>{let a;const r=n.get(s);r?a=r:(a=t(s),n.set(s,a));for(let t=a.length-1;t>=0;t--){const n=a[t];if(n.filename){e[n.filename]=i[s];break}}return e}),{});try{e.exception.values.forEach((e=>{e.stacktrace.frames.forEach((e=>{e.filename&&(e.debug_id=a[e.filename])}))}))}catch(e){}}(c,e.stackParser);const l=function(e,t){if(!t)return e;const i=e?e.clone():new Lh;return i.update(t),i}(n,i.captureContext);i.mechanism&&Fm(c,i.mechanism);const u=s&&s.getEventProcessors?s.getEventProcessors():[],p=function(){kh||(kh=new Lh);return kh}().getScopeData();if(a){Th(p,a.getScopeData())}if(l){Th(p,l.getScopeData())}const m=[...i.attachments||[],...p.attachments];m.length&&(i.attachments=m),xh(c,p);return Zf([...u,...Jf(),...p.eventProcessors],c,i).then((e=>(e&&function(e){const t={};try{e.exception.values.forEach((e=>{e.stacktrace.frames.forEach((e=>{e.debug_id&&(e.abs_path?t[e.abs_path]=e.debug_id:e.filename&&(t[e.filename]=e.debug_id),delete e.debug_id)}))}))}catch(e){}if(0===Object.keys(t).length)return;e.debug_meta=e.debug_meta||{},e.debug_meta.images=e.debug_meta.images||[];const i=e.debug_meta.images;Object.keys(t).forEach((e=>{i.push({type:"sourcemap",code_file:e,debug_id:t[e]})}))}(e),"number"==typeof r&&r>0?function(e,t,i){if(!e)return null;const n={...e,...e.breadcrumbs&&{breadcrumbs:e.breadcrumbs.map((e=>({...e,...e.data&&{data:mf(e.data,t,i)}})))},...e.user&&{user:mf(e.user,t,i)},...e.contexts&&{contexts:mf(e.contexts,t,i)},...e.extra&&{extra:mf(e.extra,t,i)}};e.contexts&&e.contexts.trace&&n.contexts&&(n.contexts.trace=e.contexts.trace,e.contexts.trace.data&&(n.contexts.trace.data=mf(e.contexts.trace.data,t,i)));e.spans&&(n.spans=e.spans.map((e=>{const n=rh(e).data;return n&&(e.data=mf(n,t,i)),e})));return n}(e,r,o):e)))}const dh=new WeakMap;function lh(e){if(e)return function(e){return e instanceof Lh||"function"==typeof e}(e)||function(e){return Object.keys(e).some((e=>uh.includes(e)))}(e)?{captureContext:e}:e}const uh=["user","level","extra","contexts","tags","fingerprint","requestSession","propagationContext"];function ph(e,t){return Mh().captureException(e,lh(t))}function mh(e,t){const i="string"==typeof t?t:void 0,n="string"!=typeof t?{captureContext:t}:void 0;return Mh().captureMessage(e,i,n)}function fh(e,t){return Mh().captureEvent(e,t)}function hh(e,t){Mh().addBreadcrumb(e,t)}function gh(...e){const t=Mh();if(2===e.length){const[i,n]=e;return i?t.withScope((()=>(t.getStackTop().scope=i,n(i)))):t.withScope(n)}return t.withScope(e[0])}function _h(){return Mh().getClient()}function Ih(){return Mh().getScope()}function yh(e){const t=_h(),i=zh(),n=Ih(),{release:s,environment:a=Yf}=t&&t.getOptions()||{},{userAgent:r}=Vp.navigator||{},o=Xf({release:s,environment:a,user:n.getUser()||i.getUser(),...r&&{userAgent:r},...e}),c=i.getSession();return c&&"ok"===c.status&&eh(c,{status:"exited"}),vh(),i.setSession(o),n.setSession(o),o}function vh(){const e=zh(),t=Ih(),i=t.getSession()||e.getSession();i&&th(i),wh(),e.setSession(),t.setSession()}function wh(){const e=zh(),t=Ih(),i=_h(),n=t.getSession()||e.getSession();n&&i&&i.captureSession&&i.captureSession(n)}function bh(e=!1){e?vh():wh()}function Eh(e){return e.transaction}function Ah(e,t,i){const n=t.getOptions(),{publicKey:s}=t.getDsn()||{},{segment:a}=i&&i.getUser()||{},r=fm({environment:n.environment||Yf,release:n.release,user_segment:a,public_key:s,trace_id:e});return t.emit&&t.emit("createDsc",r),r}function Sh(e){const t=_h();if(!t)return{};const i=Ah(rh(e).trace_id||"",t,Ih()),n=Eh(e);if(!n)return i;const s=n&&n._frozenDynamicSamplingContext;if(s)return s;const{sampleRate:a,source:r}=n.metadata;null!=a&&(i.sample_rate=`${a}`);const o=rh(n);return r&&"url"!==r&&(i.transaction=o.description),i.sampled=String(oh(n)),t.emit&&t.emit("createDsc",i),i}function xh(e,t){const{fingerprint:i,span:n,breadcrumbs:s,sdkProcessingMetadata:a}=t;!function(e,t){const{extra:i,tags:n,user:s,contexts:a,level:r,transactionName:o}=t,c=fm(i);c&&Object.keys(c).length&&(e.extra={...c,...e.extra});const d=fm(n);d&&Object.keys(d).length&&(e.tags={...d,...e.tags});const l=fm(s);l&&Object.keys(l).length&&(e.user={...l,...e.user});const u=fm(a);u&&Object.keys(u).length&&(e.contexts={...u,...e.contexts});r&&(e.level=r);o&&(e.transaction=o)}(e,t),n&&function(e,t){e.contexts={trace:ih(t),...e.contexts};const i=Eh(t);if(i){e.sdkProcessingMetadata={dynamicSamplingContext:Sh(t),...e.sdkProcessingMetadata};const n=rh(i).description;n&&(e.tags={transaction:n,...e.tags})}}(e,n),function(e,t){e.fingerprint=e.fingerprint?Om(e.fingerprint):[],t&&(e.fingerprint=e.fingerprint.concat(t));e.fingerprint&&!e.fingerprint.length&&delete e.fingerprint}(e,i),function(e,t){const i=[...e.breadcrumbs||[],...t];e.breadcrumbs=i.length?i:void 0}(e,s),function(e,t){e.sdkProcessingMetadata={...e.sdkProcessingMetadata,...t}}(e,a)}function Th(e,t){const{extra:i,tags:n,user:s,contexts:a,level:r,sdkProcessingMetadata:o,breadcrumbs:c,fingerprint:d,eventProcessors:l,attachments:u,propagationContext:p,transactionName:m,span:f}=t;Rh(e,"extra",i),Rh(e,"tags",n),Rh(e,"user",s),Rh(e,"contexts",a),Rh(e,"sdkProcessingMetadata",o),r&&(e.level=r),m&&(e.transactionName=m),f&&(e.span=f),c.length&&(e.breadcrumbs=[...e.breadcrumbs,...c]),d.length&&(e.fingerprint=[...e.fingerprint,...d]),l.length&&(e.eventProcessors=[...e.eventProcessors,...l]),u.length&&(e.attachments=[...e.attachments,...u]),e.propagationContext={...e.propagationContext,...p}}function Rh(e,t,i){if(i&&Object.keys(i).length){e[t]={...e[t]};for(const n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[t][n]=i[n])}}let kh;class Lh{constructor(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._attachments=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={},this._propagationContext=Nh()}static clone(e){return e?e.clone():new Lh}clone(){const e=new Lh;return e._breadcrumbs=[...this._breadcrumbs],e._tags={...this._tags},e._extra={...this._extra},e._contexts={...this._contexts},e._user=this._user,e._level=this._level,e._span=this._span,e._session=this._session,e._transactionName=this._transactionName,e._fingerprint=this._fingerprint,e._eventProcessors=[...this._eventProcessors],e._requestSession=this._requestSession,e._attachments=[...this._attachments],e._sdkProcessingMetadata={...this._sdkProcessingMetadata},e._propagationContext={...this._propagationContext},e._client=this._client,e}setClient(e){this._client=e}getClient(){return this._client}addScopeListener(e){this._scopeListeners.push(e)}addEventProcessor(e){return this._eventProcessors.push(e),this}setUser(e){return this._user=e||{email:void 0,id:void 0,ip_address:void 0,segment:void 0,username:void 0},this._session&&eh(this._session,{user:e}),this._notifyScopeListeners(),this}getUser(){return this._user}getRequestSession(){return this._requestSession}setRequestSession(e){return this._requestSession=e,this}setTags(e){return this._tags={...this._tags,...e},this._notifyScopeListeners(),this}setTag(e,t){return this._tags={...this._tags,[e]:t},this._notifyScopeListeners(),this}setExtras(e){return this._extra={...this._extra,...e},this._notifyScopeListeners(),this}setExtra(e,t){return this._extra={...this._extra,[e]:t},this._notifyScopeListeners(),this}setFingerprint(e){return this._fingerprint=e,this._notifyScopeListeners(),this}setLevel(e){return this._level=e,this._notifyScopeListeners(),this}setTransactionName(e){return this._transactionName=e,this._notifyScopeListeners(),this}setContext(e,t){return null===t?delete this._contexts[e]:this._contexts[e]=t,this._notifyScopeListeners(),this}setSpan(e){return this._span=e,this._notifyScopeListeners(),this}getSpan(){return this._span}getTransaction(){const e=this._span;return e&&e.transaction}setSession(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this}getSession(){return this._session}update(e){if(!e)return this;const t="function"==typeof e?e(this):e;if(t instanceof Lh){const e=t.getScopeData();this._tags={...this._tags,...e.tags},this._extra={...this._extra,...e.extra},this._contexts={...this._contexts,...e.contexts},e.user&&Object.keys(e.user).length&&(this._user=e.user),e.level&&(this._level=e.level),e.fingerprint.length&&(this._fingerprint=e.fingerprint),t.getRequestSession()&&(this._requestSession=t.getRequestSession()),e.propagationContext&&(this._propagationContext=e.propagationContext)}else if(Rp(t)){const t=e;this._tags={...this._tags,...t.tags},this._extra={...this._extra,...t.extra},this._contexts={...this._contexts,...t.contexts},t.user&&(this._user=t.user),t.level&&(this._level=t.level),t.fingerprint&&(this._fingerprint=t.fingerprint),t.requestSession&&(this._requestSession=t.requestSession),t.propagationContext&&(this._propagationContext=t.propagationContext)}return this}clear(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this._attachments=[],this._propagationContext=Nh(),this}addBreadcrumb(e,t){const i="number"==typeof t?t:100;if(i<=0)return this;const n={timestamp:Af(),...e},s=this._breadcrumbs;return s.push(n),this._breadcrumbs=s.length>i?s.slice(-i):s,this._notifyScopeListeners(),this}getLastBreadcrumb(){return this._breadcrumbs[this._breadcrumbs.length-1]}clearBreadcrumbs(){return this._breadcrumbs=[],this._notifyScopeListeners(),this}addAttachment(e){return this._attachments.push(e),this}getAttachments(){return this.getScopeData().attachments}clearAttachments(){return this._attachments=[],this}getScopeData(){const{_breadcrumbs:e,_attachments:t,_contexts:i,_tags:n,_extra:s,_user:a,_level:r,_fingerprint:o,_eventProcessors:c,_propagationContext:d,_sdkProcessingMetadata:l,_transactionName:u,_span:p}=this;return{breadcrumbs:e,attachments:t,contexts:i,tags:n,extra:s,user:a,level:r,fingerprint:o||[],eventProcessors:c,propagationContext:d,sdkProcessingMetadata:l,transactionName:u,span:p}}applyToEvent(e,t={},i=[]){xh(e,this.getScopeData());return Zf([...i,...Jf(),...this._eventProcessors],e,t)}setSDKProcessingMetadata(e){return this._sdkProcessingMetadata={...this._sdkProcessingMetadata,...e},this}setPropagationContext(e){return this._propagationContext=e,this}getPropagationContext(){return this._propagationContext}captureException(e,t){const i=t&&t.event_id?t.event_id:Rm();if(!this._client)return tm.warn("No client configured on scope - will not capture exception!"),i;const n=new Error("Sentry syntheticException");return this._client.captureException(e,{originalException:e,syntheticException:n,...t,event_id:i},this),i}captureMessage(e,t,i){const n=i&&i.event_id?i.event_id:Rm();if(!this._client)return tm.warn("No client configured on scope - will not capture message!"),n;const s=new Error(e);return this._client.captureMessage(e,t,{originalException:e,syntheticException:s,...i,event_id:n},this),n}captureEvent(e,t){const i=t&&t.event_id?t.event_id:Rm();return this._client?(this._client.captureEvent(e,{...t,event_id:i},this),i):(tm.warn("No client configured on scope - will not capture event!"),i)}_notifyScopeListeners(){this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach((e=>{e(this)})),this._notifyingListeners=!1)}}function Nh(){return{traceId:Rm(),spanId:Rm().substring(16)}}const Fh="7.119.0",Uh=parseFloat(Fh),Oh=100;class Ch{constructor(e,t,i,n=Uh){let s,a;this._version=n,t?s=t:(s=new Lh,s.setClient(e)),i?a=i:(a=new Lh,a.setClient(e)),this._stack=[{scope:s}],e&&this.bindClient(e),this._isolationScope=a}isOlderThan(e){return this._version<e}bindClient(e){const t=this.getStackTop();t.client=e,t.scope.setClient(e),e&&e.setupIntegrations&&e.setupIntegrations()}pushScope(){const e=this.getScope().clone();return this.getStack().push({client:this.getClient(),scope:e}),e}popScope(){return!(this.getStack().length<=1)&&!!this.getStack().pop()}withScope(e){const t=this.pushScope();let i;try{i=e(t)}catch(e){throw this.popScope(),e}return Lp(i)?i.then((e=>(this.popScope(),e)),(e=>{throw this.popScope(),e})):(this.popScope(),i)}getClient(){return this.getStackTop().client}getScope(){return this.getStackTop().scope}getIsolationScope(){return this._isolationScope}getStack(){return this._stack}getStackTop(){return this._stack[this._stack.length-1]}captureException(e,t){const i=this._lastEventId=t&&t.event_id?t.event_id:Rm(),n=new Error("Sentry syntheticException");return this.getScope().captureException(e,{originalException:e,syntheticException:n,...t,event_id:i}),i}captureMessage(e,t,i){const n=this._lastEventId=i&&i.event_id?i.event_id:Rm(),s=new Error(e);return this.getScope().captureMessage(e,t,{originalException:e,syntheticException:s,...i,event_id:n}),n}captureEvent(e,t){const i=t&&t.event_id?t.event_id:Rm();return e.type||(this._lastEventId=i),this.getScope().captureEvent(e,{...t,event_id:i}),i}lastEventId(){return this._lastEventId}addBreadcrumb(e,t){const{scope:i,client:n}=this.getStackTop();if(!n)return;const{beforeBreadcrumb:s=null,maxBreadcrumbs:a=Oh}=n.getOptions&&n.getOptions()||{};if(a<=0)return;const r={timestamp:Af(),...e},o=s?em((()=>s(r,t))):r;null!==o&&(n.emit&&n.emit("beforeAddBreadcrumb",o,t),i.addBreadcrumb(o,a))}setUser(e){this.getScope().setUser(e),this.getIsolationScope().setUser(e)}setTags(e){this.getScope().setTags(e),this.getIsolationScope().setTags(e)}setExtras(e){this.getScope().setExtras(e),this.getIsolationScope().setExtras(e)}setTag(e,t){this.getScope().setTag(e,t),this.getIsolationScope().setTag(e,t)}setExtra(e,t){this.getScope().setExtra(e,t),this.getIsolationScope().setExtra(e,t)}setContext(e,t){this.getScope().setContext(e,t),this.getIsolationScope().setContext(e,t)}configureScope(e){const{scope:t,client:i}=this.getStackTop();i&&e(t)}run(e){const t=jh(this);try{e(this)}finally{jh(t)}}getIntegration(e){const t=this.getClient();if(!t)return null;try{return t.getIntegration(e)}catch(t){return Gf&&tm.warn(`Cannot retrieve integration ${e.id} from the current Hub`),null}}startTransaction(e,t){const i=this._callExtensionMethod("startTransaction",e,t);if(Gf&&!i){this.getClient()?tm.warn("Tracing extension 'startTransaction' has not been added. Call 'addTracingExtensions' before calling 'init':\nSentry.addTracingExtensions();\nSentry.init({...});\n"):tm.warn("Tracing extension 'startTransaction' is missing. You should 'init' the SDK before calling 'startTransaction'")}return i}traceHeaders(){return this._callExtensionMethod("traceHeaders")}captureSession(e=!1){if(e)return this.endSession();this._sendSessionUpdate()}endSession(){const e=this.getStackTop().scope,t=e.getSession();t&&th(t),this._sendSessionUpdate(),e.setSession()}startSession(e){const{scope:t,client:i}=this.getStackTop(),{release:n,environment:s=Yf}=i&&i.getOptions()||{},{userAgent:a}=Vp.navigator||{},r=Xf({release:n,environment:s,user:t.getUser(),...a&&{userAgent:a},...e}),o=t.getSession&&t.getSession();return o&&"ok"===o.status&&eh(o,{status:"exited"}),this.endSession(),t.setSession(r),r}shouldSendDefaultPii(){const e=this.getClient(),t=e&&e.getOptions();return Boolean(t&&t.sendDefaultPii)}_sendSessionUpdate(){const{scope:e,client:t}=this.getStackTop(),i=e.getSession();i&&t&&t.captureSession&&t.captureSession(i)}_callExtensionMethod(e,...t){const i=Ph().__SENTRY__;if(i&&i.extensions&&"function"==typeof i.extensions[e])return i.extensions[e].apply(this,t);Gf&&tm.warn(`Extension method ${e} couldn't be found, doing nothing.`)}}function Ph(){return Vp.__SENTRY__=Vp.__SENTRY__||{extensions:{},hub:void 0},Vp}function jh(e){const t=Ph(),i=Dh(t);return Bh(t,e),i}function Mh(){const e=Ph();if(e.__SENTRY__&&e.__SENTRY__.acs){const t=e.__SENTRY__.acs.getCurrentHub();if(t)return t}return function(e=Ph()){t=e,t&&t.__SENTRY__&&t.__SENTRY__.hub&&!Dh(e).isOlderThan(Uh)||Bh(e,new Ch);var t;return Dh(e)}(e)}function zh(){return Mh().getIsolationScope()}function Dh(e){return Wp("hub",(()=>new Ch),e)}function Bh(e,t){if(!e)return!1;return(e.__SENTRY__=e.__SENTRY__||{}).hub=t,!0}function $h(e){return Mh().getScope().getTransaction()}let qh=!1;function Vh(){const e=$h();if(e){const t="internal_error";Gf&&tm.log(`[Tracing] Transaction: ${t} -> Global error occured`),e.setStatus(t)}}var Hh;function Wh(e,t){e.setTag("http.status_code",String(t)),e.setData("http.response.status_code",t);const i=function(e){if(e<400&&e>=100)return"ok";if(e>=400&&e<500)switch(e){case 401:return"unauthenticated";case 403:return"permission_denied";case 404:return"not_found";case 409:return"already_exists";case 413:return"failed_precondition";case 429:return"resource_exhausted";default:return"invalid_argument"}if(e>=500&&e<600)switch(e){case 501:return"unimplemented";case 503:return"unavailable";case 504:return"deadline_exceeded";default:return"internal_error"}return"unknown_error"}(t);"unknown_error"!==i&&e.setStatus(i)}function Kh(e){if("boolean"==typeof __SENTRY_TRACING__&&!__SENTRY_TRACING__)return!1;const t=_h(),i=e||t&&t.getOptions();return!!i&&(i.enableTracing||"tracesSampleRate"in i||"tracesSampler"in i)}function Gh(e){if(!Kh())return;const t=function(e){if(e.startTime){const t={...e};return t.startTimestamp=sh(e.startTime),delete t.startTime,t}return e}(e),i=Mh(),n=e.scope?e.scope.getSpan():Yh();if(e.onlyIfParent&&!n)return;const s=(e.scope||Ih()).clone();return function(e,{parentSpan:t,spanContext:i,forceTransaction:n,scope:s}){if(!Kh())return;const a=zh();let r;if(t&&!n)r=t.startChild(i);else if(t){const n=Sh(t),{traceId:s,spanId:a}=t.spanContext(),o=oh(t);r=e.startTransaction({traceId:s,parentSpanId:a,parentSampled:o,...i,metadata:{dynamicSamplingContext:n,...i.metadata}})}else{const{traceId:t,dsc:n,parentSpanId:o,sampled:c}={...a.getPropagationContext(),...s.getPropagationContext()};r=e.startTransaction({traceId:t,parentSpanId:o,parentSampled:c,...i,metadata:{dynamicSamplingContext:n,...i.metadata}})}return s.setSpan(r),function(e,t,i){e&&(cm(e,Qh,i),cm(e,Jh,t))}(r,s,a),r}(i,{parentSpan:n,spanContext:t,forceTransaction:e.forceTransaction,scope:s})}function Yh(){return Ih().getSpan()}Vh.tag="sentry_tracingErrorCallback",function(e){e.Ok="ok";e.DeadlineExceeded="deadline_exceeded";e.Unauthenticated="unauthenticated";e.PermissionDenied="permission_denied";e.NotFound="not_found";e.ResourceExhausted="resource_exhausted";e.InvalidArgument="invalid_argument";e.Unimplemented="unimplemented";e.Unavailable="unavailable";e.InternalError="internal_error";e.UnknownError="unknown_error";e.Cancelled="cancelled";e.AlreadyExists="already_exists";e.FailedPrecondition="failed_precondition";e.Aborted="aborted";e.OutOfRange="out_of_range";e.DataLoss="data_loss"}(Hh||(Hh={}));const Jh="_sentryScope",Qh="_sentryIsolationScope";const Zh="sentry.source",Xh="sentry.sample_rate",eg="sentry.op",tg="sentry.origin";class ig{constructor(e=1e3){this._maxlen=e,this.spans=[]}add(e){this.spans.length>this._maxlen?e.spanRecorder=void 0:this.spans.push(e)}}class ng{constructor(e={}){this._traceId=e.traceId||Rm(),this._spanId=e.spanId||Rm().substring(16),this._startTime=e.startTimestamp||Sf(),this.tags=e.tags?{...e.tags}:{},this.data=e.data?{...e.data}:{},this.instrumenter=e.instrumenter||"sentry",this._attributes={},this.setAttributes({[tg]:e.origin||"manual",[eg]:e.op,...e.attributes}),this._name=e.name||e.description,e.parentSpanId&&(this._parentSpanId=e.parentSpanId),"sampled"in e&&(this._sampled=e.sampled),e.status&&(this._status=e.status),e.endTimestamp&&(this._endTime=e.endTimestamp),void 0!==e.exclusiveTime&&(this._exclusiveTime=e.exclusiveTime),this._measurements=e.measurements?{...e.measurements}:{}}get name(){return this._name||""}set name(e){this.updateName(e)}get description(){return this._name}set description(e){this._name=e}get traceId(){return this._traceId}set traceId(e){this._traceId=e}get spanId(){return this._spanId}set spanId(e){this._spanId=e}set parentSpanId(e){this._parentSpanId=e}get parentSpanId(){return this._parentSpanId}get sampled(){return this._sampled}set sampled(e){this._sampled=e}get attributes(){return this._attributes}set attributes(e){this._attributes=e}get startTimestamp(){return this._startTime}set startTimestamp(e){this._startTime=e}get endTimestamp(){return this._endTime}set endTimestamp(e){this._endTime=e}get status(){return this._status}set status(e){this._status=e}get op(){return this._attributes[eg]}set op(e){this.setAttribute(eg,e)}get origin(){return this._attributes[tg]}set origin(e){this.setAttribute(tg,e)}spanContext(){const{_spanId:e,_traceId:t,_sampled:i}=this;return{spanId:e,traceId:t,traceFlags:i?1:0}}startChild(e){const t=new ng({...e,parentSpanId:this._spanId,sampled:this._sampled,traceId:this._traceId});t.spanRecorder=this.spanRecorder,t.spanRecorder&&t.spanRecorder.add(t);const i=Eh(this);if(t.transaction=i,Gf&&i){const n=`[Tracing] Starting '${e&&e.op||"< unknown op >"}' span on transaction '${rh(t).description||"< unknown name >"}' (${i.spanContext().spanId}).`;tm.log(n),this._logMessage=n}return t}setTag(e,t){return this.tags={...this.tags,[e]:t},this}setData(e,t){return this.data={...this.data,[e]:t},this}setAttribute(e,t){void 0===t?delete this._attributes[e]:this._attributes[e]=t}setAttributes(e){Object.keys(e).forEach((t=>this.setAttribute(t,e[t])))}setStatus(e){return this._status=e,this}setHttpStatus(e){return Wh(this,e),this}setName(e){this.updateName(e)}updateName(e){return this._name=e,this}isSuccess(){return"ok"===this._status}finish(e){return this.end(e)}end(e){if(this._endTime)return;const t=Eh(this);if(Gf&&t&&t.spanContext().spanId!==this._spanId){const e=this._logMessage;e&&tm.log(e.replace("Starting","Finishing"))}this._endTime=sh(e)}toTraceparent(){return nh(this)}toContext(){return fm({data:this._getData(),description:this._name,endTimestamp:this._endTime,op:this.op,parentSpanId:this._parentSpanId,sampled:this._sampled,spanId:this._spanId,startTimestamp:this._startTime,status:this._status,tags:this.tags,traceId:this._traceId})}updateWithContext(e){return this.data=e.data||{},this._name=e.name||e.description,this._endTime=e.endTimestamp,this.op=e.op,this._parentSpanId=e.parentSpanId,this._sampled=e.sampled,this._spanId=e.spanId||this._spanId,this._startTime=e.startTimestamp||this._startTime,this._status=e.status,this.tags=e.tags||{},this._traceId=e.traceId||this._traceId,this}getTraceContext(){return ih(this)}getSpanJSON(){return fm({data:this._getData(),description:this._name,op:this._attributes[eg],parent_span_id:this._parentSpanId,span_id:this._spanId,start_timestamp:this._startTime,status:this._status,tags:Object.keys(this.tags).length>0?this.tags:void 0,timestamp:this._endTime,trace_id:this._traceId,origin:this._attributes[tg],_metrics_summary:void 0,profile_id:this._attributes.profile_id,exclusive_time:this._exclusiveTime,measurements:Object.keys(this._measurements).length>0?this._measurements:void 0})}isRecording(){return!this._endTime&&!!this._sampled}toJSON(){return this.getSpanJSON()}_getData(){const{data:e,_attributes:t}=this,i=Object.keys(e).length>0,n=Object.keys(t).length>0;if(i||n)return i&&n?{...e,...t}:i?e:t}}class sg extends ng{constructor(e,t){super(e),this._contexts={},this._hub=t||Mh(),this._name=e.name||"",this._metadata={...e.metadata},this._trimEnd=e.trimEnd,this.transaction=this;const i=this._metadata.dynamicSamplingContext;i&&(this._frozenDynamicSamplingContext={...i})}get name(){return this._name}set name(e){this.setName(e)}get metadata(){return{source:"custom",spanMetadata:{},...this._metadata,...this._attributes[Zh]&&{source:this._attributes[Zh]},...this._attributes[Xh]&&{sampleRate:this._attributes[Xh]}}}set metadata(e){this._metadata=e}setName(e,t="custom"){this._name=e,this.setAttribute(Zh,t)}updateName(e){return this._name=e,this}initSpanRecorder(e=1e3){this.spanRecorder||(this.spanRecorder=new ig(e)),this.spanRecorder.add(this)}setContext(e,t){null===t?delete this._contexts[e]:this._contexts[e]=t}setMeasurement(e,t,i=""){this._measurements[e]={value:t,unit:i}}setMetadata(e){this._metadata={...this._metadata,...e}}end(e){const t=sh(e),i=this._finishTransaction(t);if(i)return this._hub.captureEvent(i)}toContext(){return fm({...super.toContext(),name:this._name,trimEnd:this._trimEnd})}updateWithContext(e){return super.updateWithContext(e),this._name=e.name||"",this._trimEnd=e.trimEnd,this}getDynamicSamplingContext(){return Sh(this)}setHub(e){this._hub=e}getProfileId(){if(void 0!==this._contexts&&void 0!==this._contexts.profile)return this._contexts.profile.profile_id}_finishTransaction(e){if(void 0!==this._endTime)return;this._name||(Gf&&tm.warn("Transaction has no name, falling back to `<unlabeled transaction>`."),this._name="<unlabeled transaction>"),super.end(e);const t=this._hub.getClient();if(t&&t.emit&&t.emit("finishTransaction",this),!0!==this._sampled)return Gf&&tm.log("[Tracing] Discarding transaction because its trace was not chosen to be sampled."),void(t&&t.recordDroppedEvent("sample_rate","transaction"));const i=this.spanRecorder?this.spanRecorder.spans.filter((e=>e!==this&&rh(e).timestamp)):[];if(this._trimEnd&&i.length>0){const e=i.map((e=>rh(e).timestamp)).filter(Boolean);this._endTime=e.reduce(((e,t)=>e>t?e:t))}const{scope:n,isolationScope:s}={scope:(a=this)[Jh],isolationScope:a[Qh]};var a;const{metadata:r}=this,{source:o}=r,c={contexts:{...this._contexts,trace:ih(this)},spans:i,start_timestamp:this._startTime,tags:this.tags,timestamp:this._endTime,transaction:this._name,type:"transaction",sdkProcessingMetadata:{...r,capturedSpanScope:n,capturedSpanIsolationScope:s,...fm({dynamicSamplingContext:Sh(this)})},_metrics_summary:void 0,...o&&{transaction_info:{source:o}}};return Object.keys(this._measurements).length>0&&(Gf&&tm.log("[Measurements] Adding measurements to transaction",JSON.stringify(this._measurements,void 0,2)),c.measurements=this._measurements),Gf&&tm.log(`[Tracing] Finishing ${this.op} transaction: ${this._name}.`),c}}const ag={idleTimeout:1e3,finalTimeout:3e4,heartbeatInterval:5e3},rg=["heartbeatFailed","idleTimeout","documentHidden","finalTimeout","externalFinish","cancelled"];class og extends ig{constructor(e,t,i,n){super(n),this._pushActivity=e,this._popActivity=t,this.transactionSpanId=i}add(e){if(e.spanContext().spanId!==this.transactionSpanId){const t=e.end;e.end=(...i)=>(this._popActivity(e.spanContext().spanId),t.apply(e,i)),void 0===rh(e).timestamp&&this._pushActivity(e.spanContext().spanId)}super.add(e)}}class cg extends sg{constructor(e,t,i=ag.idleTimeout,n=ag.finalTimeout,s=ag.heartbeatInterval,a=!1,r=!1){super(e,t),this._idleHub=t,this._idleTimeout=i,this._finalTimeout=n,this._heartbeatInterval=s,this._onScope=a,this.activities={},this._heartbeatCounter=0,this._finished=!1,this._idleTimeoutCanceledPermanently=!1,this._beforeFinishCallbacks=[],this._finishReason=rg[4],this._autoFinishAllowed=!r,a&&(Gf&&tm.log(`Setting idle transaction on scope. Span ID: ${this.spanContext().spanId}`),t.getScope().setSpan(this)),r||this._restartIdleTimeout(),setTimeout((()=>{this._finished||(this.setStatus("deadline_exceeded"),this._finishReason=rg[3],this.end())}),this._finalTimeout)}end(e){const t=sh(e);if(this._finished=!0,this.activities={},"ui.action.click"===this.op&&this.setAttribute("finishReason",this._finishReason),this.spanRecorder){Gf&&tm.log("[Tracing] finishing IdleTransaction",new Date(1e3*t).toISOString(),this.op);for(const e of this._beforeFinishCallbacks)e(this,t);this.spanRecorder.spans=this.spanRecorder.spans.filter((e=>{if(e.spanContext().spanId===this.spanContext().spanId)return!0;rh(e).timestamp||(e.setStatus("cancelled"),e.end(t),Gf&&tm.log("[Tracing] cancelling span since transaction ended early",JSON.stringify(e,void 0,2)));const{start_timestamp:i,timestamp:n}=rh(e),s=i&&i<t,a=(this._finalTimeout+this._idleTimeout)/1e3,r=n&&i&&n-i<a;if(Gf){const t=JSON.stringify(e,void 0,2);s?r||tm.log("[Tracing] discarding Span since it finished after Transaction final timeout",t):tm.log("[Tracing] discarding Span since it happened after Transaction was finished",t)}return s&&r})),Gf&&tm.log("[Tracing] flushing IdleTransaction")}else Gf&&tm.log("[Tracing] No active IdleTransaction");if(this._onScope){const e=this._idleHub.getScope();e.getTransaction()===this&&e.setSpan(void 0)}return super.end(e)}registerBeforeFinishCallback(e){this._beforeFinishCallbacks.push(e)}initSpanRecorder(e){if(!this.spanRecorder){const t=e=>{this._finished||this._pushActivity(e)},i=e=>{this._finished||this._popActivity(e)};this.spanRecorder=new og(t,i,this.spanContext().spanId,e),Gf&&tm.log("Starting heartbeat"),this._pingHeartbeat()}this.spanRecorder.add(this)}cancelIdleTimeout(e,{restartOnChildSpanChange:t}={restartOnChildSpanChange:!0}){this._idleTimeoutCanceledPermanently=!1===t,this._idleTimeoutID&&(clearTimeout(this._idleTimeoutID),this._idleTimeoutID=void 0,0===Object.keys(this.activities).length&&this._idleTimeoutCanceledPermanently&&(this._finishReason=rg[5],this.end(e)))}setFinishReason(e){this._finishReason=e}sendAutoFinishSignal(){this._autoFinishAllowed||(Gf&&tm.log("[Tracing] Received finish signal for idle transaction."),this._restartIdleTimeout(),this._autoFinishAllowed=!0)}_restartIdleTimeout(e){this.cancelIdleTimeout(),this._idleTimeoutID=setTimeout((()=>{this._finished||0!==Object.keys(this.activities).length||(this._finishReason=rg[1],this.end(e))}),this._idleTimeout)}_pushActivity(e){this.cancelIdleTimeout(void 0,{restartOnChildSpanChange:!this._idleTimeoutCanceledPermanently}),Gf&&tm.log(`[Tracing] pushActivity: ${e}`),this.activities[e]=!0,Gf&&tm.log("[Tracing] new activities count",Object.keys(this.activities).length)}_popActivity(e){if(this.activities[e]&&(Gf&&tm.log(`[Tracing] popActivity ${e}`),delete this.activities[e],Gf&&tm.log("[Tracing] new activities count",Object.keys(this.activities).length)),0===Object.keys(this.activities).length){const e=Sf();this._idleTimeoutCanceledPermanently?this._autoFinishAllowed&&(this._finishReason=rg[5],this.end(e)):this._restartIdleTimeout(e+this._idleTimeout/1e3)}}_beat(){if(this._finished)return;const e=Object.keys(this.activities).join("");e===this._prevHeartbeatString?this._heartbeatCounter++:this._heartbeatCounter=1,this._prevHeartbeatString=e,this._heartbeatCounter>=3?this._autoFinishAllowed&&(Gf&&tm.log("[Tracing] Transaction finished because of no change for 3 heart beats"),this.setStatus("deadline_exceeded"),this._finishReason=rg[0],this.end()):this._pingHeartbeat()}_pingHeartbeat(){Gf&&tm.log(`pinging Heartbeat -> current counter: ${this._heartbeatCounter}`),setTimeout((()=>{this._beat()}),this._heartbeatInterval)}}function dg(e,t,i){if(!Kh(t))return e.sampled=!1,e;if(void 0!==e.sampled)return e.setAttribute(Xh,Number(e.sampled)),e;let n;return"function"==typeof t.tracesSampler?(n=t.tracesSampler(i),e.setAttribute(Xh,Number(n))):void 0!==i.parentSampled?n=i.parentSampled:void 0!==t.tracesSampleRate?(n=t.tracesSampleRate,e.setAttribute(Xh,Number(n))):(n=1,e.setAttribute(Xh,n)),lg(n)?n?(e.sampled=Math.random()<n,e.sampled?(Gf&&tm.log(`[Tracing] starting ${e.op} transaction - ${rh(e).description}`),e):(Gf&&tm.log(`[Tracing] Discarding transaction because it's not included in the random sample (sampling rate = ${Number(n)})`),e)):(Gf&&tm.log("[Tracing] Discarding transaction because "+("function"==typeof t.tracesSampler?"tracesSampler returned 0 or false":"a negative sampling decision was inherited or tracesSampleRate is set to 0")),e.sampled=!1,e):(Gf&&tm.warn("[Tracing] Discarding transaction because of invalid sample rate."),e.sampled=!1,e)}function lg(e){return Np(e)||"number"!=typeof e&&"boolean"!=typeof e?(Gf&&tm.warn(`[Tracing] Given sample rate is invalid. Sample rate must be a boolean or a number between 0 and 1. Got ${JSON.stringify(e)} of type ${JSON.stringify(typeof e)}.`),!1):!(e<0||e>1)||(Gf&&tm.warn(`[Tracing] Given sample rate is invalid. Sample rate must be between 0 and 1. Got ${e}.`),!1)}function ug(){const e=this.getScope().getSpan();return e?{"sentry-trace":nh(e)}:{}}function pg(e,t){const i=this.getClient(),n=i&&i.getOptions()||{},s=n.instrumenter||"sentry",a=e.instrumenter||"sentry";s!==a&&(Gf&&tm.error(`A transaction was started with instrumenter=\`${a}\`, but the SDK is configured with the \`${s}\` instrumenter.\nThe transaction will not be sampled. Please use the ${s} instrumentation to start transactions.`),e.sampled=!1);let r=new sg(e,this);return r=dg(r,n,{name:e.name,parentSampled:e.parentSampled,transactionContext:e,attributes:{...e.data,...e.attributes},...t}),r.isRecording()&&r.initSpanRecorder(n._experiments&&n._experiments.maxSpans),i&&i.emit&&i.emit("startTransaction",r),r}function mg(e,t,i,n,s,a,r,o=!1){const c=e.getClient(),d=c&&c.getOptions()||{};let l=new cg(t,e,i,n,r,s,o);return l=dg(l,d,{name:t.name,parentSampled:t.parentSampled,transactionContext:t,attributes:{...t.data,...t.attributes},...a}),l.isRecording()&&l.initSpanRecorder(d._experiments&&d._experiments.maxSpans),c&&c.emit&&c.emit("startTransaction",l),l}function fg(){const e=Ph();e.__SENTRY__&&(e.__SENTRY__.extensions=e.__SENTRY__.extensions||{},e.__SENTRY__.extensions.startTransaction||(e.__SENTRY__.extensions.startTransaction=pg),e.__SENTRY__.extensions.traceHeaders||(e.__SENTRY__.extensions.traceHeaders=ug),qh||(qh=!0,Jm(Vh),Xm(Vh)))}function hg(e,t){return i={sentry_key:e.publicKey,sentry_version:"7",...t&&{sentry_client:`${t.name}/${t.version}`}},Object.keys(i).map((e=>`${encodeURIComponent(e)}=${encodeURIComponent(i[e])}`)).join("&");var i}const gg=[];function _g(e){const t=e.defaultIntegrations||[],i=e.integrations;let n;t.forEach((e=>{e.isDefaultInstance=!0})),n=Array.isArray(i)?[...t,...i]:"function"==typeof i?Om(i(t)):t;const s=function(e){const t={};return e.forEach((e=>{const{name:i}=e,n=t[i];n&&!n.isDefaultInstance&&e.isDefaultInstance||(t[i]=e)})),Object.keys(t).map((e=>t[e]))}(n),a=function(e,t){for(let i=0;i<e.length;i++)if(!0===t(e[i]))return i;return-1}(s,(e=>"Debug"===e.name));if(-1!==a){const[e]=s.splice(a,1);s.push(e)}return s}function Ig(e,t){for(const i of t)i&&i.afterAllSetup&&i.afterAllSetup(e)}function yg(e,t,i){if(i[t.name])Gf&&tm.log(`Integration skipped because it was already installed: ${t.name}`);else{if(i[t.name]=t,-1===gg.indexOf(t.name)&&(t.setupOnce(Qf,Mh),gg.push(t.name)),t.setup&&"function"==typeof t.setup&&t.setup(e),e.on&&"function"==typeof t.preprocessEvent){const i=t.preprocessEvent.bind(t);e.on("preprocessEvent",((t,n)=>i(t,n,e)))}if(e.addEventProcessor&&"function"==typeof t.processEvent){const i=t.processEvent.bind(t),n=Object.assign(((t,n)=>i(t,n,e)),{id:t.name});e.addEventProcessor(n)}Gf&&tm.log(`Integration installed: ${t.name}`)}}function vg(e,t){return Object.assign((function(...e){return t(...e)}),{id:e})}function wg(e,t,i,n){const s={sent_at:(new Date).toISOString()};i&&i.sdk&&(s.sdk={name:i.sdk.name,version:i.sdk.version}),n&&t&&(s.dsn=nm(t));const a=function(e){const t=function(e){let t="";for(const i of e){const e=Object.entries(i.tags),n=e.length>0?`|#${e.map((([e,t])=>`${e}:${t}`)).join(",")}`:"";t+=`${i.name}@${i.unit}:${i.metric}|${i.metricType}${n}|T${i.timestamp}\n`}return t}(e);return[{type:"statsd",length:t.length},t]}(e);return Cf(s,[a])}const bg="Not capturing exception because it's already been captured.";class Eg{constructor(e){if(this._options=e,this._integrations={},this._integrationsInitialized=!1,this._numProcessing=0,this._outcomes={},this._hooks={},this._eventProcessors=[],e.dsn?this._dsn=am(e.dsn):Gf&&tm.warn("No DSN provided, client will not send events."),this._dsn){const t=function(e,t={}){const i="string"==typeof t?t:t.tunnel,n="string"!=typeof t&&t._metadata?t._metadata.sdk:void 0;return i||`${function(e){return`${function(e){const t=e.protocol?`${e.protocol}:`:"",i=e.port?`:${e.port}`:"";return`${t}//${e.host}${i}${e.path?`/${e.path}`:""}/api/`}(e)}${e.projectId}/envelope/`}(e)}?${hg(e,n)}`}(this._dsn,e);this._transport=e.transport({tunnel:this._options.tunnel,recordDroppedEvent:this.recordDroppedEvent.bind(this),...e.transportOptions,url:t})}}captureException(e,t,i){if(Um(e))return void(Gf&&tm.log(bg));let n=t&&t.event_id;return this._process(this.eventFromException(e,t).then((e=>this._captureEvent(e,t,i))).then((e=>{n=e}))),n}captureMessage(e,t,i,n){let s=i&&i.event_id;const a=xp(e)?e:String(e),r=Tp(e)?this.eventFromMessage(a,t,i):this.eventFromException(e,i);return this._process(r.then((e=>this._captureEvent(e,i,n))).then((e=>{s=e}))),s}captureEvent(e,t,i){if(t&&t.originalException&&Um(t.originalException))return void(Gf&&tm.log(bg));let n=t&&t.event_id;const s=(e.sdkProcessingMetadata||{}).capturedSpanScope;return this._process(this._captureEvent(e,t,s||i).then((e=>{n=e}))),n}captureSession(e){"string"!=typeof e.release?Gf&&tm.warn("Discarded session because of missing or non-string release"):(this.sendSession(e),eh(e,{init:!1}))}getDsn(){return this._dsn}getOptions(){return this._options}getSdkMetadata(){return this._options._metadata}getTransport(){return this._transport}flush(e){const t=this._transport;return t?(this.metricsAggregator&&this.metricsAggregator.flush(),this._isClientDoneProcessing(e).then((i=>t.flush(e).then((e=>i&&e))))):_f(!0)}close(e){return this.flush(e).then((e=>(this.getOptions().enabled=!1,this.metricsAggregator&&this.metricsAggregator.close(),e)))}getEventProcessors(){return this._eventProcessors}addEventProcessor(e){this._eventProcessors.push(e)}setupIntegrations(e){(e&&!this._integrationsInitialized||this._isEnabled()&&!this._integrationsInitialized)&&this._setupIntegrations()}init(){this._isEnabled()&&this._setupIntegrations()}getIntegrationById(e){return this.getIntegrationByName(e)}getIntegrationByName(e){return this._integrations[e]}getIntegration(e){try{return this._integrations[e.id]||null}catch(t){return Gf&&tm.warn(`Cannot retrieve integration ${e.id} from the current Client`),null}}addIntegration(e){const t=this._integrations[e.name];yg(this,e,this._integrations),t||Ig(this,[e])}sendEvent(e,t={}){this.emit("beforeSendEvent",e,t);let i=function(e,t,i,n){const s=qf(i),a=e.type&&"replay_event"!==e.type?e.type:"event";!function(e,t){t&&(e.sdk=e.sdk||{},e.sdk.name=e.sdk.name||t.name,e.sdk.version=e.sdk.version||t.version,e.sdk.integrations=[...e.sdk.integrations||[],...t.integrations||[]],e.sdk.packages=[...e.sdk.packages||[],...t.packages||[]])}(e,i&&i.sdk);const r=Vf(e,s,n,t);return delete e.sdkProcessingMetadata,Cf(r,[[{type:a},e]])}(e,this._dsn,this._options._metadata,this._options.tunnel);for(const e of t.attachments||[])i=Pf(i,Df(e,this._options.transportOptions&&this._options.transportOptions.textEncoder));const n=this._sendEnvelope(i);n&&n.then((t=>this.emit("afterSendEvent",e,t)),null)}sendSession(e){const t=function(e,t,i,n){const s=qf(i);return Cf({sent_at:(new Date).toISOString(),...s&&{sdk:s},...!!n&&t&&{dsn:nm(t)}},["aggregates"in e?[{type:"sessions"},e]:[{type:"session"},e.toJSON()]])}(e,this._dsn,this._options._metadata,this._options.tunnel);this._sendEnvelope(t)}recordDroppedEvent(e,t,i){if(this._options.sendClientReports){const n="number"==typeof i?i:1,s=`${e}:${t}`;Gf&&tm.log(`Recording outcome: "${s}"${n>1?` (${n} times)`:""}`),this._outcomes[s]=(this._outcomes[s]||0)+n}}captureAggregateMetrics(e){Gf&&tm.log(`Flushing aggregated metrics, number of metrics: ${e.length}`);const t=wg(e,this._dsn,this._options._metadata,this._options.tunnel);this._sendEnvelope(t)}on(e,t){this._hooks[e]||(this._hooks[e]=[]),this._hooks[e].push(t)}emit(e,...t){this._hooks[e]&&this._hooks[e].forEach((e=>e(...t)))}_setupIntegrations(){const{integrations:e}=this._options;this._integrations=function(e,t){const i={};return t.forEach((t=>{t&&yg(e,t,i)})),i}(this,e),Ig(this,e),this._integrationsInitialized=!0}_updateSessionFromEvent(e,t){let i=!1,n=!1;const s=t.exception&&t.exception.values;if(s){n=!0;for(const e of s){const t=e.mechanism;if(t&&!1===t.handled){i=!0;break}}}const a="ok"===e.status;(a&&0===e.errors||a&&i)&&(eh(e,{...i&&{status:"crashed"},errors:e.errors||Number(n||i)}),this.captureSession(e))}_isClientDoneProcessing(e){return new yf((t=>{let i=0;const n=setInterval((()=>{0==this._numProcessing?(clearInterval(n),t(!0)):(i+=1,e&&i>=e&&(clearInterval(n),t(!1)))}),1)}))}_isEnabled(){return!1!==this.getOptions().enabled&&void 0!==this._transport}_prepareEvent(e,t,i,n=zh()){const s=this.getOptions(),a=Object.keys(this._integrations);return!t.integrations&&a.length>0&&(t.integrations=a),this.emit("preprocessEvent",e,t),ch(s,e,t,i,this,n).then((e=>{if(null===e)return e;const t={...n.getPropagationContext(),...i?i.getPropagationContext():void 0};if(!(e.contexts&&e.contexts.trace)&&t){const{traceId:n,spanId:s,parentSpanId:a,dsc:r}=t;e.contexts={trace:{trace_id:n,span_id:s,parent_span_id:a},...e.contexts};const o=r||Ah(n,this,i);e.sdkProcessingMetadata={dynamicSamplingContext:o,...e.sdkProcessingMetadata}}return e}))}_captureEvent(e,t={},i){return this._processEvent(e,t,i).then((e=>e.event_id),(e=>{if(Gf){const t=e;"log"===t.logLevel?tm.log(t.message):tm.warn(t)}}))}_processEvent(e,t,i){const n=this.getOptions(),{sampleRate:s}=n,a=Sg(e),r=Ag(e),o=e.type||"error",c=`before send for type \`${o}\``;if(r&&"number"==typeof s&&Math.random()>s)return this.recordDroppedEvent("sample_rate","error",e),If(new rm(`Discarding event because it's not included in the random sample (sampling rate = ${s})`,"log"));const d="replay_event"===o?"replay":o,l=(e.sdkProcessingMetadata||{}).capturedSpanIsolationScope;return this._prepareEvent(e,t,i,l).then((i=>{if(null===i)throw this.recordDroppedEvent("event_processor",d,e),new rm("An event processor returned `null`, will not send event.","log");if(t.data&&!0===t.data.__sentry__)return i;const s=function(e,t,i){const{beforeSend:n,beforeSendTransaction:s}=e;if(Ag(t)&&n)return n(t,i);if(Sg(t)&&s){if(t.spans){const e=t.spans.length;t.sdkProcessingMetadata={...t.sdkProcessingMetadata,spanCountBeforeProcessing:e}}return s(t,i)}return t}(n,i,t);return function(e,t){const i=`${t} must return \`null\` or a valid event.`;if(Lp(e))return e.then((e=>{if(!Rp(e)&&null!==e)throw new rm(i);return e}),(e=>{throw new rm(`${t} rejected with ${e}`)}));if(!Rp(e)&&null!==e)throw new rm(i);return e}(s,c)})).then((n=>{if(null===n){if(this.recordDroppedEvent("before_send",d,e),a){const t=1+(e.spans||[]).length;this.recordDroppedEvent("before_send","span",t)}throw new rm(`${c} returned \`null\`, will not send event.`,"log")}const s=i&&i.getSession();if(!a&&s&&this._updateSessionFromEvent(s,n),a){const e=(n.sdkProcessingMetadata&&n.sdkProcessingMetadata.spanCountBeforeProcessing||0)-(n.spans?n.spans.length:0);e>0&&this.recordDroppedEvent("before_send","span",e)}const r=n.transaction_info;if(a&&r&&n.transaction!==e.transaction){const e="custom";n.transaction_info={...r,source:e}}return this.sendEvent(n,t),n})).then(null,(e=>{if(e instanceof rm)throw e;throw this.captureException(e,{data:{__sentry__:!0},originalException:e}),new rm(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event.\nReason: ${e}`)}))}_process(e){this._numProcessing++,e.then((e=>(this._numProcessing--,e)),(e=>(this._numProcessing--,e)))}_sendEnvelope(e){if(this.emit("beforeEnvelope",e),this._isEnabled()&&this._transport)return this._transport.send(e).then(null,(e=>{Gf&&tm.error("Error while sending event:",e)}));Gf&&tm.error("Transport disabled")}_clearOutcomes(){const e=this._outcomes;return this._outcomes={},Object.keys(e).map((t=>{const[i,n]=t.split(":");return{reason:i,category:n,quantity:e[t]}}))}}function Ag(e){return void 0===e.type}function Sg(e){return"transaction"===e.type}function xg(e,t){!0===t.debug&&(Gf?tm.enable():em((()=>{console.warn("[Sentry] Cannot initialize SDK with `debug` option using a non-debug bundle.")})));Ih().update(t.initialScope);const i=new e(t);!function(e){const t=Mh().getStackTop();t.client=e,t.scope.setClient(e)}(i),function(e){e.init?e.init():e.setupIntegrations&&e.setupIntegrations()}(i)}function Tg(e,t,i=vf(e.bufferSize||30)){let n={};function s(s){const a=[];if(jf(s,((t,i)=>{const s=$f(i);if(Hf(n,s)){const n=Rg(t,i);e.recordDroppedEvent("ratelimit_backoff",s,n)}else a.push(t)})),0===a.length)return _f();const r=Cf(s[0],a),o=t=>{jf(r,((i,n)=>{const s=Rg(i,n);e.recordDroppedEvent(t,$f(n),s)}))};return i.add((()=>t({body:zf(r,e.textEncoder)}).then((e=>(void 0!==e.statusCode&&(e.statusCode<200||e.statusCode>=300)&&Gf&&tm.warn(`Sentry responded with status code ${e.statusCode} to sent event.`),n=Wf(n,e),e)),(e=>{throw o("network_error"),e})))).then((e=>e),(e=>{if(e instanceof rm)return Gf&&tm.error("Skipped sending event because buffer is full."),o("queue_overflow"),_f();throw e}))}return s.__sentry__baseTransport__=!0,{send:s,flush:e=>i.drain(e)}}function Rg(e,t){if("event"===t||"transaction"===t)return Array.isArray(e)?e[1]:void 0}function kg(e){return[{type:"span"},e]}function Lg(e,t){const i=t&&function(e){return void 0!==e.getClient}(t)?t.getClient():t,n=i&&i.getDsn(),s=i&&i.getOptions().tunnel;return function(e,t){return!!t&&e.includes(t.host)}(e,n)||function(e,t){if(!t)return!1;return Ng(e)===Ng(t)}(e,s)}function Ng(e){return"/"===e[e.length-1]?e.slice(0,-1):e}const Fg=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/,/^ResizeObserver loop completed with undelivered notifications.$/,/^Cannot redefine property: googletag$/],Ug=[/^.*\/healthcheck$/,/^.*\/healthy$/,/^.*\/live$/,/^.*\/ready$/,/^.*\/heartbeat$/,/^.*\/health$/,/^.*\/healthz$/],Og="InboundFilters",Cg=(e={})=>({name:Og,setupOnce(){},processEvent(t,i,n){const s=n.getOptions(),a=function(e={},t={}){return{allowUrls:[...e.allowUrls||[],...t.allowUrls||[]],denyUrls:[...e.denyUrls||[],...t.denyUrls||[]],ignoreErrors:[...e.ignoreErrors||[],...t.ignoreErrors||[],...e.disableErrorDefaults?[]:Fg],ignoreTransactions:[...e.ignoreTransactions||[],...t.ignoreTransactions||[],...e.disableTransactionDefaults?[]:Ug],ignoreInternal:void 0===e.ignoreInternal||e.ignoreInternal}}(e,s);return function(e,t){if(t.ignoreInternal&&function(e){try{return"SentryError"===e.exception.values[0].type}catch(e){}return!1}(e))return Gf&&tm.warn(`Event dropped due to being internal Sentry Error.\nEvent: ${Lm(e)}`),!0;if(function(e,t){if(e.type||!t||!t.length)return!1;return function(e){const t=[];e.message&&t.push(e.message);let i;try{i=e.exception.values[e.exception.values.length-1]}catch(e){}i&&i.value&&(t.push(i.value),i.type&&t.push(`${i.type}: ${i.value}`));Gf&&0===t.length&&tm.error(`Could not extract message for event ${Lm(e)}`);return t}(e).some((e=>Mp(e,t)))}(e,t.ignoreErrors))return Gf&&tm.warn(`Event dropped due to being matched by \`ignoreErrors\` option.\nEvent: ${Lm(e)}`),!0;if(function(e,t){if("transaction"!==e.type||!t||!t.length)return!1;const i=e.transaction;return!!i&&Mp(i,t)}(e,t.ignoreTransactions))return Gf&&tm.warn(`Event dropped due to being matched by \`ignoreTransactions\` option.\nEvent: ${Lm(e)}`),!0;if(function(e,t){if(!t||!t.length)return!1;const i=Pg(e);return!!i&&Mp(i,t)}(e,t.denyUrls))return Gf&&tm.warn(`Event dropped due to being matched by \`denyUrls\` option.\nEvent: ${Lm(e)}.\nUrl: ${Pg(e)}`),!0;if(!function(e,t){if(!t||!t.length)return!0;const i=Pg(e);return!i||Mp(i,t)}(e,t.allowUrls))return Gf&&tm.warn(`Event dropped due to not being matched by \`allowUrls\` option.\nEvent: ${Lm(e)}.\nUrl: ${Pg(e)}`),!0;return!1}(t,a)?null:t}});function Pg(e){try{let t;try{t=e.exception.values[0].stacktrace.frames}catch(e){}return t?function(e=[]){for(let t=e.length-1;t>=0;t--){const i=e[t];if(i&&"<anonymous>"!==i.filename&&"[native code]"!==i.filename)return i.filename||null}return null}(t):null}catch(t){return Gf&&tm.error(`Cannot extract url for event ${Lm(e)}`),null}}let jg;vg(Og,Cg);const Mg="FunctionToString",zg=new WeakMap,Dg=()=>({name:Mg,setupOnce(){jg=Function.prototype.toString;try{Function.prototype.toString=function(...e){const t=lm(this),i=zg.has(_h())&&void 0!==t?t:this;return jg.apply(i,e)}}catch(e){}},setup(e){zg.set(e,!0)}});vg(Mg,Dg);const Bg="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__,$g=Vp;const qg=(e,t,i)=>{let n,s;return a=>{t.value>=0&&(a||i)&&(s=t.value-(n||0),(s||void 0===n)&&(n=t.value,t.delta=s,e(t)))}},Vg=()=>$g.__WEB_VITALS_POLYFILL__?$g.performance&&(performance.getEntriesByType&&performance.getEntriesByType("navigation")[0]||(()=>{const e=$g.performance.timing,t=$g.performance.navigation.type,i={entryType:"navigation",startTime:0,type:2==t?"back_forward":1===t?"reload":"navigate"};for(const t in e)"navigationStart"!==t&&"toJSON"!==t&&(i[t]=Math.max(e[t]-e.navigationStart,0));return i})()):$g.performance&&performance.getEntriesByType&&performance.getEntriesByType("navigation")[0],Hg=()=>{const e=Vg();return e&&e.activationStart||0},Wg=(e,t)=>{const i=Vg();let n="navigate";return i&&(n=$g.document&&$g.document.prerendering||Hg()>0?"prerender":i.type.replace(/_/g,"-")),{name:e,value:void 0===t?-1:t,rating:"good",delta:0,entries:[],id:`v3-${Date.now()}-${Math.floor(8999999999999*Math.random())+1e12}`,navigationType:n}},Kg=(e,t,i)=>{try{if(PerformanceObserver.supportedEntryTypes.includes(e)){const n=new PerformanceObserver((e=>{t(e.getEntries())}));return n.observe(Object.assign({type:e,buffered:!0},i||{})),n}}catch(e){}},Gg=(e,t)=>{const i=n=>{"pagehide"!==n.type&&"hidden"!==$g.document.visibilityState||(e(n),t&&(removeEventListener("visibilitychange",i,!0),removeEventListener("pagehide",i,!0)))};$g.document&&(addEventListener("visibilitychange",i,!0),addEventListener("pagehide",i,!0))};let Yg=-1;const Jg=()=>(Yg<0&&($g.document&&$g.document.visibilityState&&(Yg="hidden"!==$g.document.visibilityState||$g.document.prerendering?1/0:0),Gg((({timeStamp:e})=>{Yg=e}),!0)),{get firstHiddenTime(){return Yg}});let Qg=0,Zg=1/0,Xg=0;const e_=e=>{e.forEach((e=>{e.interactionId&&(Zg=Math.min(Zg,e.interactionId),Xg=Math.max(Xg,e.interactionId),Qg=Xg?(Xg-Zg)/7+1:0)}))};let t_;const i_=()=>{"interactionCount"in performance||t_||(t_=Kg("event",e_,{type:"event",buffered:!0,durationThreshold:0}))},n_=()=>t_?Qg:performance.interactionCount||0,s_=[],a_={},r_=e=>{const t=s_[s_.length-1],i=a_[e.interactionId];if(i||s_.length<10||e.duration>t.latency){if(i)i.entries.push(e),i.latency=Math.max(i.latency,e.duration);else{const t={id:e.interactionId,latency:e.duration,entries:[e]};a_[t.id]=t,s_.push(t)}s_.sort(((e,t)=>t.latency-e.latency)),s_.splice(10).forEach((e=>{delete a_[e.id]}))}},o_=(e,t)=>{t=t||{},i_();const i=Wg("INP");let n;const s=e=>{e.forEach((e=>{if(e.interactionId&&r_(e),"first-input"===e.entryType){!s_.some((t=>t.entries.some((t=>e.duration===t.duration&&e.startTime===t.startTime))))&&r_(e)}}));const t=(()=>{const e=Math.min(s_.length-1,Math.floor(n_()/50));return s_[e]})();t&&t.latency!==i.value&&(i.value=t.latency,i.entries=t.entries,n())},a=Kg("event",s,{durationThreshold:t.durationThreshold||40});n=qg(e,i,t.reportAllChanges),a&&(a.observe({type:"first-input",buffered:!0}),Gg((()=>{s(a.takeRecords()),i.value<0&&n_()>0&&(i.value=0,i.entries=[]),n(!0)})))},c_={},d_=e=>{$g.document&&($g.document.prerendering?addEventListener("prerenderingchange",(()=>d_(e)),!0):"complete"!==$g.document.readyState?addEventListener("load",(()=>d_(e)),!0):setTimeout(e,0))},l_={},u_={};let p_,m_,f_,h_,g_;function __(e,t=!1){return S_("lcp",e,b_,f_,t)}function I_(e,t){return x_(e,t),u_[e]||(!function(e){const t={};"event"===e&&(t.durationThreshold=0);Kg(e,(t=>{y_(e,{entries:t})}),t)}(e),u_[e]=!0),T_(e,t)}function y_(e,t){const i=l_[e];if(i&&i.length)for(const n of i)try{n(t)}catch(t){Bg&&tm.error(`Error while triggering instrumentation handler.\nType: ${e}\nName: ${vm(n)}\nError:`,t)}}function v_(){return((e,t={})=>{const i=Wg("CLS",0);let n,s=0,a=[];const r=e=>{e.forEach((e=>{if(!e.hadRecentInput){const t=a[0],r=a[a.length-1];s&&0!==a.length&&e.startTime-r.startTime<1e3&&e.startTime-t.startTime<5e3?(s+=e.value,a.push(e)):(s=e.value,a=[e]),s>i.value&&(i.value=s,i.entries=a,n&&n())}}))},o=Kg("layout-shift",r);if(o){n=qg(e,i,t.reportAllChanges);const s=()=>{r(o.takeRecords()),n(!0)};return Gg(s),s}})((e=>{y_("cls",{metric:e}),p_=e}),{reportAllChanges:!0})}function w_(){return(e=>{const t=Jg(),i=Wg("FID");let n;const s=e=>{e.startTime<t.firstHiddenTime&&(i.value=e.processingStart-e.startTime,i.entries.push(e),n(!0))},a=e=>{e.forEach(s)},r=Kg("first-input",a);n=qg(e,i),r&&Gg((()=>{a(r.takeRecords()),r.disconnect()}),!0)})((e=>{y_("fid",{metric:e}),m_=e}))}function b_(){return(e=>{const t=Jg(),i=Wg("LCP");let n;const s=e=>{const s=e[e.length-1];if(s){const e=Math.max(s.startTime-Hg(),0);e<t.firstHiddenTime&&(i.value=e,i.entries=[s],n())}},a=Kg("largest-contentful-paint",s);if(a){n=qg(e,i);const t=()=>{c_[i.id]||(s(a.takeRecords()),a.disconnect(),c_[i.id]=!0,n(!0))};return["keydown","click"].forEach((e=>{$g.document&&addEventListener(e,t,{once:!0,capture:!0})})),Gg(t,!0),t}})((e=>{y_("lcp",{metric:e}),f_=e}))}function E_(){return((e,t)=>{t=t||{};const i=Wg("TTFB"),n=qg(e,i,t.reportAllChanges);d_((()=>{const e=Vg();if(e){if(i.value=Math.max(e.responseStart-Hg(),0),i.value<0||i.value>performance.now())return;i.entries=[e],n(!0)}}))})((e=>{y_("ttfb",{metric:e}),h_=e}))}function A_(){return o_((e=>{y_("inp",{metric:e}),g_=e}))}function S_(e,t,i,n,s=!1){let a;return x_(e,t),u_[e]||(a=i(),u_[e]=!0),n&&t({metric:n}),T_(e,t,s?a:void 0)}function x_(e,t){l_[e]=l_[e]||[],l_[e].push(t)}function T_(e,t,i){return()=>{i&&i();const n=l_[e];if(!n)return;const s=n.indexOf(t);-1!==s&&n.splice(s,1)}}function R_(e){return"number"==typeof e&&isFinite(e)}function k_(e,{startTimestamp:t,...i}){return t&&e.startTimestamp>t&&(e.startTimestamp=t),e.startChild({startTimestamp:t,...i})}function L_(e){return e/1e3}function N_(){return $g&&$g.addEventListener&&$g.performance}let F_,U_,O_=0,C_={};function P_(){const e=N_();if(e&&xf){e.mark&&$g.performance.mark("sentry-tracing-init");const t=S_("fid",(({metric:e})=>{const t=e.entries[e.entries.length-1];if(!t)return;const i=L_(xf),n=L_(t.startTime);Bg&&tm.log("[Measurements] Adding FID"),C_.fid={value:e.value,unit:"millisecond"},C_["mark.fid"]={value:i+n,unit:"second"}}),w_,m_),i=function(e,t=!1){return S_("cls",e,v_,p_,t)}((({metric:e})=>{const t=e.entries[e.entries.length-1];t&&(Bg&&tm.log("[Measurements] Adding CLS"),C_.cls={value:e.value,unit:""},U_=t)}),!0),n=__((({metric:e})=>{const t=e.entries[e.entries.length-1];t&&(Bg&&tm.log("[Measurements] Adding LCP"),C_.lcp={value:e.value,unit:"millisecond"},F_=t)}),!0),s=function(e){return S_("ttfb",e,E_,h_)}((({metric:e})=>{e.entries[e.entries.length-1]&&(Bg&&tm.log("[Measurements] Adding TTFB"),C_.ttfb={value:e.value,unit:"millisecond"})}));return()=>{t(),i(),n(),s()}}return()=>{}}function j_(e,t){if(N_()&&xf){const i=function(e,t){return i=({metric:i})=>{if(void 0===i.value)return;const n=i.entries.find((e=>e.duration===i.value&&void 0!==M_[e.name])),s=_h();if(!n||!s)return;const a=M_[n.name],r=s.getOptions(),o=L_(xf+n.startTime),c=L_(i.value),d=void 0!==n.interactionId?e[n.interactionId]:void 0;if(void 0===d)return;const{routeName:l,parentContext:u,activeTransaction:p,user:m,replayId:f}=d,h=void 0!==m?m.email||m.id||m.ip_address:void 0,g=void 0!==p?p.getProfileId():void 0,_=new ng({startTimestamp:o,endTimestamp:o+c,op:`ui.interaction.${a}`,name:Gp(n.target),attributes:{release:r.release,environment:r.environment,transaction:l,...void 0!==h&&""!==h?{user:h}:{},...void 0!==g?{profile_id:g}:{},...void 0!==f?{replay_id:f}:{}},exclusiveTime:i.value,measurements:{inp:{value:i.value,unit:"millisecond"}}}),I=function(e,t,i){if(!Kh(t))return!1;let n;return n=void 0!==e&&"function"==typeof t.tracesSampler?t.tracesSampler({transactionContext:e,name:e.name,parentSampled:e.parentSampled,attributes:{...e.data,...e.attributes},location:$g.location}):void 0!==e&&void 0!==e.sampled?e.sampled:void 0!==t.tracesSampleRate?t.tracesSampleRate:1,lg(n)?!0===n?i:!1===n?0:n*i:(Bg&&tm.warn("[Tracing] Discarding interaction span because of invalid sample rate."),!1)}(u,r,t);if(I&&Math.random()<I){const e=_?function(e,t){const i={sent_at:(new Date).toISOString()};return t&&(i.dsn=nm(t)),Cf(i,e.map(kg))}([_],s.getDsn()):void 0,t=s&&s.getTransport();t&&e&&t.send(e).then(null,(e=>{Bg&&tm.error("Error while sending interaction:",e)}))}},S_("inp",i,A_,g_);var i}(e,t);return()=>{i()}}return()=>{}}const M_={click:"click",pointerdown:"click",pointerup:"click",mousedown:"click",mouseup:"click",touchstart:"click",touchend:"click",mouseover:"hover",mouseout:"hover",mouseenter:"hover",mouseleave:"hover",pointerover:"hover",pointerout:"hover",pointerenter:"hover",pointerleave:"hover",dragstart:"drag",dragend:"drag",drag:"drag",dragenter:"drag",dragleave:"drag",dragover:"drag",drop:"drag",keydown:"press",keyup:"press",keypress:"press",input:"press"};function z_(e){const t=N_();if(!t||!$g.performance.getEntries||!xf)return;Bg&&tm.log("[Tracing] Adding & adjusting spans using Performance API");const i=L_(xf),n=t.getEntries(),{op:s,start_timestamp:a}=rh(e);if(n.slice(O_).forEach((t=>{const n=L_(t.startTime),s=L_(t.duration);if(!("navigation"===e.op&&a&&i+n<a))switch(t.entryType){case"navigation":!function(e,t,i){["unloadEvent","redirect","domContentLoadedEvent","loadEvent","connect"].forEach((n=>{D_(e,t,n,i)})),D_(e,t,"secureConnection",i,"TLS/SSL","connectEnd"),D_(e,t,"fetch",i,"cache","domainLookupStart"),D_(e,t,"domainLookup",i,"DNS"),function(e,t,i){t.responseEnd&&(k_(e,{op:"browser",origin:"auto.browser.browser.metrics",description:"request",startTimestamp:i+L_(t.requestStart),endTimestamp:i+L_(t.responseEnd)}),k_(e,{op:"browser",origin:"auto.browser.browser.metrics",description:"response",startTimestamp:i+L_(t.responseStart),endTimestamp:i+L_(t.responseEnd)}))}(e,t,i)}(e,t,i);break;case"mark":case"paint":case"measure":{!function(e,t,i,n,s){const a=s+i,r=a+n;k_(e,{description:t.name,endTimestamp:r,op:t.entryType,origin:"auto.resource.browser.metrics",startTimestamp:a})}(e,t,n,s,i);const a=Jg(),r=t.startTime<a.firstHiddenTime;"first-paint"===t.name&&r&&(Bg&&tm.log("[Measurements] Adding FP"),C_.fp={value:t.startTime,unit:"millisecond"}),"first-contentful-paint"===t.name&&r&&(Bg&&tm.log("[Measurements] Adding FCP"),C_.fcp={value:t.startTime,unit:"millisecond"});break}case"resource":!function(e,t,i,n,s,a){if("xmlhttprequest"===t.initiatorType||"fetch"===t.initiatorType)return;const r=wf(i),o={};B_(o,t,"transferSize","http.response_transfer_size"),B_(o,t,"encodedBodySize","http.response_content_length"),B_(o,t,"decodedBodySize","http.decoded_response_content_length"),"renderBlockingStatus"in t&&(o["resource.render_blocking_status"]=t.renderBlockingStatus);r.protocol&&(o["url.scheme"]=r.protocol.split(":").pop());r.host&&(o["server.address"]=r.host);o["url.same_origin"]=i.includes($g.location.origin);const c=a+n,d=c+s;k_(e,{description:i.replace($g.location.origin,""),endTimestamp:d,op:t.initiatorType?`resource.${t.initiatorType}`:"resource.other",origin:"auto.resource.browser.metrics",startTimestamp:c,data:o})}(e,t,t.name,n,s,i)}})),O_=Math.max(n.length-1,0),function(e){const t=$g.navigator;if(!t)return;const i=t.connection;i&&(i.effectiveType&&e.setTag("effectiveConnectionType",i.effectiveType),i.type&&e.setTag("connectionType",i.type),R_(i.rtt)&&(C_["connection.rtt"]={value:i.rtt,unit:"millisecond"}));R_(t.deviceMemory)&&e.setTag("deviceMemory",`${t.deviceMemory} GB`);R_(t.hardwareConcurrency)&&e.setTag("hardwareConcurrency",String(t.hardwareConcurrency))}(e),"pageload"===s){!function(e){const t=Vg();if(!t)return;const{responseStart:i,requestStart:n}=t;n<=i&&(Bg&&tm.log("[Measurements] Adding TTFB Request Time"),e["ttfb.requestTime"]={value:i-n,unit:"millisecond"})}(C_),["fcp","fp","lcp"].forEach((e=>{if(!C_[e]||!a||i>=a)return;const t=C_[e].value,n=i+L_(t),s=Math.abs(1e3*(n-a)),r=s-t;Bg&&tm.log(`[Measurements] Normalized ${e} from ${t} to ${s} (${r})`),C_[e].value=s}));const t=C_["mark.fid"];t&&C_.fid&&(k_(e,{description:"first input delay",endTimestamp:t.value+L_(C_.fid.value),op:"ui.action",origin:"auto.ui.browser.metrics",startTimestamp:t.value}),delete C_["mark.fid"]),"fcp"in C_||delete C_.cls,Object.keys(C_).forEach((e=>{!function(e,t,i){const n=$h();n&&n.setMeasurement(e,t,i)}(e,C_[e].value,C_[e].unit)})),function(e){F_&&(Bg&&tm.log("[Measurements] Adding LCP Data"),F_.element&&e.setTag("lcp.element",Gp(F_.element)),F_.id&&e.setTag("lcp.id",F_.id),F_.url&&e.setTag("lcp.url",F_.url.trim().slice(0,200)),e.setTag("lcp.size",F_.size));U_&&U_.sources&&(Bg&&tm.log("[Measurements] Adding CLS Data"),U_.sources.forEach(((t,i)=>e.setTag(`cls.source.${i+1}`,Gp(t.node)))))}(e)}F_=void 0,U_=void 0,C_={}}function D_(e,t,i,n,s,a){const r=a?t[a]:t[`${i}End`],o=t[`${i}Start`];o&&r&&k_(e,{op:"browser",origin:"auto.browser.browser.metrics",description:s||i,startTimestamp:n+L_(o),endTimestamp:n+L_(r)})}function B_(e,t,i,n){const s=t[i];null!=s&&s<2147483647&&(e[n]=s)}function $_(e,t,i,n,s="auto.http.browser"){if(!Kh()||!e.fetchData)return;const a=t(e.fetchData.url);if(e.endTimestamp&&a){const t=e.fetchData.__span;if(!t)return;const i=n[t];return void(i&&(!function(e,t){if(t.response){Wh(e,t.response.status);const i=t.response&&t.response.headers&&t.response.headers.get("content-length");if(i){const t=parseInt(i);t>0&&e.setAttribute("http.response_content_length",t)}}else t.error&&e.setStatus("internal_error");e.end()}(i,e),delete n[t]))}const r=Ih(),o=_h(),{method:c,url:d}=e.fetchData,l=function(e){try{return new URL(e).href}catch(e){return}}(d),u=l?wf(l).host:void 0,p=a?Gh({name:`${c} ${d}`,onlyIfParent:!0,attributes:{url:d,type:"fetch","http.method":c,"http.url":l,"server.address":u,[tg]:s},op:"http.client"}):void 0;if(p&&(e.fetchData.__span=p.spanContext().spanId,n[p.spanContext().spanId]=p),i(e.fetchData.url)&&o){const t=e.args[0];e.args[1]=e.args[1]||{};const i=e.args[1];i.headers=function(e,t,i,n,s){const a=s||i.getSpan(),r=zh(),{traceId:o,spanId:c,sampled:d,dsc:l}={...r.getPropagationContext(),...i.getPropagationContext()},u=a?nh(a):Of(o,c,d),p=Lf(l||(a?Sh(a):Ah(o,t,i))),m=n.headers||("undefined"!=typeof Request&&Fp(e,Request)?e.headers:void 0);if(m){if("undefined"!=typeof Headers&&Fp(m,Headers)){const e=new Headers(m);return e.append("sentry-trace",u),p&&e.append(Tf,p),e}if(Array.isArray(m)){const e=[...m,["sentry-trace",u]];return p&&e.push([Tf,p]),e}{const e="baggage"in m?m.baggage:void 0,t=[];return Array.isArray(e)?t.push(...e):e&&t.push(e),p&&t.push(p),{...m,"sentry-trace":u,baggage:t.length>0?t.join(","):void 0}}}return{"sentry-trace":u,baggage:p}}(t,o,r,i,p)}return p}const q_=["localhost",/^\/(?!\/)/],V_={traceFetch:!0,traceXHR:!0,enableHTTPTimings:!0,tracingOrigins:q_,tracePropagationTargets:q_};function H_(e){const{traceFetch:t,traceXHR:i,tracePropagationTargets:n,tracingOrigins:s,shouldCreateSpanForRequest:a,enableHTTPTimings:r}={traceFetch:V_.traceFetch,traceXHR:V_.traceXHR,...e},o="function"==typeof a?a:e=>!0,c=e=>function(e,t){return Mp(e,t||q_)}(e,n||s),d={};t&&Hm((e=>{const t=$_(e,o,c,d);if(t){const i=G_(e.fetchData.url),n=i?wf(i).host:void 0;t.setAttributes({"http.url":i,"server.address":n})}r&&t&&W_(t)})),i&&df((e=>{const t=function(e,t,i,n){const s=e.xhr,a=s&&s[cf];if(!Kh()||!s||s.__sentry_own_request__||!a)return;const r=t(a.url);if(e.endTimestamp&&r){const e=s.__sentry_xhr_span_id__;if(!e)return;const t=n[e];return void(t&&void 0!==a.status_code&&(Wh(t,a.status_code),t.end(),delete n[e]))}const o=Ih(),c=zh(),d=G_(a.url),l=d?wf(d).host:void 0,u=r?Gh({name:`${a.method} ${a.url}`,onlyIfParent:!0,attributes:{type:"xhr","http.method":a.method,"http.url":d,url:a.url,"server.address":l,[tg]:"auto.http.browser"},op:"http.client"}):void 0;u&&(s.__sentry_xhr_span_id__=u.spanContext().spanId,n[s.__sentry_xhr_span_id__]=u);const p=_h();if(s.setRequestHeader&&i(a.url)&&p){const{traceId:e,spanId:t,sampled:i,dsc:n}={...c.getPropagationContext(),...o.getPropagationContext()};!function(e,t,i){try{e.setRequestHeader("sentry-trace",t),i&&e.setRequestHeader(Tf,i)}catch(e){}}(s,u?nh(u):Of(e,t,i),Lf(n||(u?Sh(u):Ah(e,p,o))))}return u}(e,o,c,d);r&&t&&W_(t)}))}function W_(e){const{url:t}=rh(e).data||{};if(!t||"string"!=typeof t)return;const i=I_("resource",(({entries:n})=>{n.forEach((n=>{if(function(e){return"resource"===e.entryType&&"initiatorType"in e&&"string"==typeof e.nextHopProtocol&&("fetch"===e.initiatorType||"xmlhttprequest"===e.initiatorType)}(n)&&n.name.endsWith(t)){const t=function(e){const{name:t,version:i}=function(e){let t="unknown",i="unknown",n="";for(const s of e){if("/"===s){[t,i]=e.split("/");break}if(!isNaN(Number(s))){t="h"===n?"http":n,i=e.split(n)[1];break}n+=s}n===e&&(t=n);return{name:t,version:i}}(e.nextHopProtocol),n=[];if(n.push(["network.protocol.version",i],["network.protocol.name",t]),!xf)return n;return[...n,["http.request.redirect_start",K_(e.redirectStart)],["http.request.fetch_start",K_(e.fetchStart)],["http.request.domain_lookup_start",K_(e.domainLookupStart)],["http.request.domain_lookup_end",K_(e.domainLookupEnd)],["http.request.connect_start",K_(e.connectStart)],["http.request.secure_connection_start",K_(e.secureConnectionStart)],["http.request.connection_end",K_(e.connectEnd)],["http.request.request_start",K_(e.requestStart)],["http.request.response_start",K_(e.responseStart)],["http.request.response_end",K_(e.responseEnd)]]}(n);t.forEach((t=>e.setAttribute(...t))),setTimeout(i)}}))}))}function K_(e=0){return((xf||performance.timeOrigin)+e)/1e3}function G_(e){try{return new URL(e,$g.location.origin).href}catch(e){return}}const Y_={...ag,instrumentNavigation:!0,instrumentPageLoad:!0,markBackgroundSpan:!0,enableLongTask:!0,enableInp:!1,interactionsSampleRate:1,_experiments:{},...V_},J_=(e={})=>{const t=!!Bg&&!(!e.tracePropagationTargets&&!e.tracingOrigins);fg(),!e.tracePropagationTargets&&e.tracingOrigins&&(e.tracePropagationTargets=e.tracingOrigins);const i={...Y_,...e},n=P_(),s={};i.enableInp&&j_(s,i.interactionsSampleRate),i.enableLongTask&&I_("longtask",(({entries:e})=>{for(const t of e){const e=$h();if(!e)return;const i=L_(xf+t.startTime),n=L_(t.duration);e.startChild({description:"Main UI thread blocked",op:"ui.long-task",origin:"auto.ui.browser.metrics",startTimestamp:i,endTimestamp:i+n})}})),i._experiments.enableInteractions&&I_("event",(({entries:e})=>{for(const t of e){const e=$h();if(!e)return;if("click"===t.name){const i=L_(xf+t.startTime),n=L_(t.duration),s={description:Gp(t.target),op:`ui.interaction.${t.name}`,origin:"auto.ui.browser.metrics",startTimestamp:i,endTimestamp:i+n},a=Jp(t.target);a&&(s.attributes={"ui.component_name":a}),e.startChild(s)}}}));const a={name:void 0,context:void 0};function r(e){const t=Mh(),{beforeStartSpan:s,idleTimeout:r,finalTimeout:o,heartbeatInterval:c}=i,d="pageload"===e.op;let l;if(d){const t=d?Q_("sentry-trace"):"",i=d?Q_("baggage"):void 0,{traceId:n,dsc:s,parentSpanId:a,sampled:r}=Uf(t,i);l={traceId:n,parentSpanId:a,parentSampled:r,...e,metadata:{...e.metadata,dynamicSamplingContext:s},trimEnd:!0}}else l={trimEnd:!0,...e};const u=s?s(l):l;u.metadata=u.name!==l.name?{...u.metadata,source:"custom"}:u.metadata,a.name=u.name,a.context=u,!1===u.sampled&&Bg&&tm.log(`[Tracing] Will not send ${u.op} transaction because of beforeNavigate.`),Bg&&tm.log(`[Tracing] Starting ${u.op} transaction on scope`);const{location:p}=$g,m=mg(t,u,r,o,!0,{location:p},c,d);return d&&$g.document&&($g.document.addEventListener("readystatechange",(()=>{["interactive","complete"].includes($g.document.readyState)&&m.sendAutoFinishSignal()})),["interactive","complete"].includes($g.document.readyState)&&m.sendAutoFinishSignal()),m.registerBeforeFinishCallback((e=>{n(),z_(e)})),m}return{name:"BrowserTracing",setupOnce:()=>{},afterAllSetup(e){const n=e.getOptions(),{markBackgroundSpan:o,traceFetch:c,traceXHR:d,shouldCreateSpanForRequest:l,enableHTTPTimings:u,_experiments:p}=i,m=n&&n.tracePropagationTargets,f=m||i.tracePropagationTargets;let h;Bg&&t&&m&&tm.warn("[Tracing] The `tracePropagationTargets` option was set in the BrowserTracing integration and top level `Sentry.init`. The top level `Sentry.init` value is being used.");let g=$g.location&&$g.location.href;if(e.on&&(e.on("startNavigationSpan",(e=>{h&&(Bg&&tm.log(`[Tracing] Finishing current transaction with op: ${rh(h).op}`),h.end()),h=r({op:"navigation",...e})})),e.on("startPageLoadSpan",(e=>{h&&(Bg&&tm.log(`[Tracing] Finishing current transaction with op: ${rh(h).op}`),h.end()),h=r({op:"pageload",...e})}))),i.instrumentPageLoad&&e.emit&&$g.location){const t={name:$g.location.pathname,startTimestamp:xf?xf/1e3:void 0,origin:"auto.pageload.browser",attributes:{[Zh]:"url"}};!function(e,t){if(!e.emit)return;e.emit("startPageLoadSpan",t);const i=Yh();i&&rh(i).op}(e,t)}i.instrumentNavigation&&e.emit&&$g.location&&af((({to:t,from:i})=>{if(void 0===i&&g&&-1!==g.indexOf(t))g=void 0;else if(i!==t){g=void 0;const t={name:$g.location.pathname,origin:"auto.navigation.browser",attributes:{[Zh]:"url"}};!function(e,t){if(!e.emit)return;e.emit("startNavigationSpan",t);const i=Yh();i&&rh(i).op}(e,t)}})),o&&($g.document?$g.document.addEventListener("visibilitychange",(()=>{const e=$h();if($g.document.hidden&&e){const t="cancelled",{op:i,status:n}=rh(e);Bg&&tm.log(`[Tracing] Transaction: ${t} -> since tab moved to the background, op: ${i}`),n||e.setStatus(t),e.setTag("visibilitychange","document.hidden"),e.end()}})):Bg&&tm.warn("[Tracing] Could not set up background tab detection due to lack of global document")),p.enableInteractions&&function(e,t){let i;const n=()=>{const{idleTimeout:n,finalTimeout:s,heartbeatInterval:a}=e,r="ui.action.click",o=$h();if(o&&o.op&&["navigation","pageload"].includes(o.op))return void(Bg&&tm.warn(`[Tracing] Did not create ${r} transaction because a pageload or navigation transaction is in progress.`));if(i&&(i.setFinishReason("interactionInterrupted"),i.end(),i=void 0),!t.name)return void(Bg&&tm.warn(`[Tracing] Did not create ${r} transaction because _latestRouteName is missing.`));const{location:c}=$g,d={name:t.name,op:r,trimEnd:!0,data:{[Zh]:t.context?X_(t.context):"url"}};i=mg(Mh(),d,n,s,!0,{location:c},a)};["click"].forEach((e=>{$g.document&&addEventListener(e,n,{once:!1,capture:!0})}))}(i,a),i.enableInp&&function(e,t){const i=({entries:i})=>{const n=_h(),s=void 0!==n&&void 0!==n.getIntegrationByName?n.getIntegrationByName("Replay"):void 0,a=void 0!==s?s.getReplayId():void 0,r=$h(),o=Ih(),c=void 0!==o?o.getUser():void 0;i.forEach((i=>{if(function(e){return"duration"in e}(i)){const n=i.interactionId;if(void 0===n)return;const s=e[n],o=i.duration,d=i.startTime,l=Object.keys(e),u=l.length>0?l.reduce(((t,i)=>e[t].duration<e[i].duration?t:i)):void 0;if("first-input"===i.entryType){if(l.map((t=>e[t])).some((e=>e.duration===o&&e.startTime===d)))return}if(!n)return;if(s)s.duration=Math.max(s.duration,o);else if(l.length<Z_||void 0===u||o>e[u].duration){const i=t.name,s=t.context;i&&s&&(u&&Object.keys(e).length>=Z_&&delete e[u],e[n]={routeName:i,duration:o,parentContext:s,user:c,activeTransaction:r,replayId:a,startTime:d})}}}))};I_("event",i),I_("first-input",i)}(s,a),H_({traceFetch:c,traceXHR:d,tracePropagationTargets:f,shouldCreateSpanForRequest:l,enableHTTPTimings:u})},options:i}};function Q_(e){const t=(i=`meta[name=${e}]`,Kp.document&&Kp.document.querySelector?Kp.document.querySelector(i):null);var i;return t?t.getAttribute("content"):void 0}const Z_=10;function X_(e){const t=e.attributes&&e.attributes[Zh],i=e.data&&e.data[Zh],n=e.metadata&&e.metadata.source;return t||i||n}const eI=Vp;let tI=0;function iI(){return tI>0}function nI(e,t={},i){if("function"!=typeof e)return e;try{const t=e.__sentry_wrapped__;if(t)return t;if(lm(e))return e}catch(t){return e}const n=function(){const i=Array.prototype.slice.call(arguments);try{const n=i.map((e=>nI(e,t)));return e.apply(this,n)}catch(e){throw tI++,setTimeout((()=>{tI--})),gh((n=>{n.addEventProcessor((e=>(t.mechanism&&(Nm(e,void 0),Fm(e,t.mechanism)),e.extra={...e.extra,arguments:i},e))),ph(e)})),e}};try{for(const t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])}catch(e){}dm(n,e),cm(e,"__sentry_wrapped__",n);try{Object.getOwnPropertyDescriptor(n,"name").configurable&&Object.defineProperty(n,"name",{get:()=>e.name})}catch(e){}return n}const sI="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__;function aI(e,t){const i=oI(e,t),n={type:t&&t.name,value:dI(t)};return i.length&&(n.stacktrace={frames:i}),void 0===n.type&&""===n.value&&(n.value="Unrecoverable error caught"),n}function rI(e,t){return{exception:{values:[aI(e,t)]}}}function oI(e,t){const i=t.stacktrace||t.stack||"",n=function(e){if(e){if("number"==typeof e.framesToPop)return e.framesToPop;if(cI.test(e.message))return 1}return 0}(t);try{return e(i,n)}catch(e){}return[]}const cI=/Minified React error #\d+;/i;function dI(e){const t=e&&e.message;return t?t.error&&"string"==typeof t.error.message?t.error.message:t:"No error message"}function lI(e,t,i,n,s){let a;if(Ep(t)&&t.error){return rI(e,t.error)}if(Ap(t)||bp(t,"DOMException")){const s=t;if("stack"in t)a=rI(e,t);else{const t=s.name||(Ap(s)?"DOMError":"DOMException"),r=s.message?`${t}: ${s.message}`:t;a=uI(e,r,i,n),Nm(a,r)}return"code"in s&&(a.tags={...a.tags,"DOMException.code":`${s.code}`}),a}if(wp(t))return rI(e,t);if(Rp(t)||kp(t)){return a=function(e,t,i,n){const s=_h(),a=s&&s.getOptions().normalizeDepth,r={exception:{values:[{type:kp(t)?t.constructor.name:n?"UnhandledRejection":"Error",value:pI(t,{isUnhandledRejection:n})}]},extra:{__serialized__:ff(t,a)}};if(i){const t=oI(e,i);t.length&&(r.exception.values[0].stacktrace={frames:t})}return r}(e,t,i,s),Fm(a,{synthetic:!0}),a}return a=uI(e,t,i,n),Nm(a,`${t}`),Fm(a,{synthetic:!0}),a}function uI(e,t,i,n){const s={};if(n&&i){const n=oI(e,i);n.length&&(s.exception={values:[{value:t,stacktrace:{frames:n}}]})}if(xp(t)){const{__sentry_template_string__:e,__sentry_template_values__:i}=t;return s.logentry={message:e,params:i},s}return s.message=t,s}function pI(e,{isUnhandledRejection:t}){const i=function(e,t=40){const i=Object.keys(um(e));if(i.sort(),!i.length)return"[object has no keys]";if(i[0].length>=t)return Op(i[0],t);for(let e=i.length;e>0;e--){const n=i.slice(0,e).join(", ");if(!(n.length>t))return e===i.length?n:Op(n,t)}return""}(e),n=t?"promise rejection":"exception";if(Ep(e))return`Event \`ErrorEvent\` captured as ${n} with message \`${e.message}\``;if(kp(e)){return`Event \`${function(e){try{const t=Object.getPrototypeOf(e);return t?t.constructor.name:void 0}catch(e){}}(e)}\` (type=${e.type}) captured as ${n}`}return`Object captured as ${n} with keys: ${i}`}class mI extends Eg{constructor(e){!function(e,t,i=[t],n="npm"){const s=e._metadata||{};s.sdk||(s.sdk={name:`sentry.javascript.${t}`,packages:i.map((e=>({name:`${n}:@sentry/${e}`,version:Fh}))),version:Fh}),e._metadata=s}(e,"browser",["browser"],eI.SENTRY_SDK_SOURCE||"npm"),super(e),e.sendClientReports&&eI.document&&eI.document.addEventListener("visibilitychange",(()=>{"hidden"===eI.document.visibilityState&&this._flushOutcomes()}))}eventFromException(e,t){return function(e,t,i,n){const s=lI(e,t,i&&i.syntheticException||void 0,n);return Fm(s),s.level="error",i&&i.event_id&&(s.event_id=i.event_id),_f(s)}(this._options.stackParser,e,t,this._options.attachStacktrace)}eventFromMessage(e,t="info",i){return function(e,t,i="info",n,s){const a=uI(e,t,n&&n.syntheticException||void 0,s);return a.level=i,n&&n.event_id&&(a.event_id=n.event_id),_f(a)}(this._options.stackParser,e,t,i,this._options.attachStacktrace)}captureUserFeedback(e){if(!this._isEnabled())return void(sI&&tm.warn("SDK not enabled, will not capture user feedback."));const t=function(e,{metadata:t,tunnel:i,dsn:n}){const s={event_id:e.event_id,sent_at:(new Date).toISOString(),...t&&t.sdk&&{sdk:{name:t.sdk.name,version:t.sdk.version}},...!!i&&!!n&&{dsn:nm(n)}},a=function(e){return[{type:"user_report"},e]}(e);return Cf(s,[a])}(e,{metadata:this.getSdkMetadata(),dsn:this.getDsn(),tunnel:this.getOptions().tunnel});this._sendEnvelope(t)}_prepareEvent(e,t,i){return e.platform=e.platform||"javascript",super._prepareEvent(e,t,i)}_flushOutcomes(){const e=this._clearOutcomes();if(0===e.length)return void(sI&&tm.log("No outcomes to send"));if(!this._dsn)return void(sI&&tm.log("No dsn provided, will not send outcomes"));sI&&tm.log("Sending outcomes:",e);const t=(i=e,Cf((n=this._options.tunnel&&nm(this._dsn))?{dsn:n}:{},[[{type:"client_report"},{timestamp:Af(),discarded_events:i}]]));var i,n;this._sendEnvelope(t)}}let fI;function hI(e,t=function(){if(fI)return fI;if(Vm(eI.fetch))return fI=eI.fetch.bind(eI);const e=eI.document;let t=eI.fetch;if(e&&"function"==typeof e.createElement)try{const i=e.createElement("iframe");i.hidden=!0,e.head.appendChild(i);const n=i.contentWindow;n&&n.fetch&&(t=n.fetch),e.head.removeChild(i)}catch(e){sI&&tm.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",e)}return fI=t.bind(eI)}()){let i=0,n=0;return Tg(e,(function(s){const a=s.body.length;i+=a,n++;const r={body:s.body,method:"POST",referrerPolicy:"origin",headers:e.headers,keepalive:i<=6e4&&n<15,...e.fetchOptions};try{return t(e.url,r).then((e=>(i-=a,n--,{statusCode:e.status,headers:{"x-sentry-rate-limits":e.headers.get("X-Sentry-Rate-Limits"),"retry-after":e.headers.get("Retry-After")}})))}catch(e){return fI=void 0,i-=a,n--,If(e)}}))}function gI(e){return Tg(e,(function(t){return new yf(((i,n)=>{const s=new XMLHttpRequest;s.onerror=n,s.onreadystatechange=()=>{4===s.readyState&&i({statusCode:s.status,headers:{"x-sentry-rate-limits":s.getResponseHeader("X-Sentry-Rate-Limits"),"retry-after":s.getResponseHeader("Retry-After")}})},s.open("POST",e.url);for(const t in e.headers)Object.prototype.hasOwnProperty.call(e.headers,t)&&s.setRequestHeader(t,e.headers[t]);s.send(t.body)}))}))}const _I="?";function II(e,t,i,n){const s={filename:e,function:t,in_app:!0};return void 0!==i&&(s.lineno=i),void 0!==n&&(s.colno=n),s}const yI=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,vI=/\((\S*)(?::(\d+))(?::(\d+))\)/,wI=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,bI=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,EI=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i,AI=Im(...[[30,e=>{const t=yI.exec(e);if(t){if(t[2]&&0===t[2].indexOf("eval")){const e=vI.exec(t[2]);e&&(t[2]=e[1],t[3]=e[2],t[4]=e[3])}const[e,i]=SI(t[1]||_I,t[2]);return II(i,e,t[3]?+t[3]:void 0,t[4]?+t[4]:void 0)}}],[50,e=>{const t=wI.exec(e);if(t){if(t[3]&&t[3].indexOf(" > eval")>-1){const e=bI.exec(t[3]);e&&(t[1]=t[1]||"eval",t[3]=e[1],t[4]=e[2],t[5]="")}let e=t[3],i=t[1]||_I;return[i,e]=SI(i,e),II(e,i,t[4]?+t[4]:void 0,t[5]?+t[5]:void 0)}}],[40,e=>{const t=EI.exec(e);return t?II(t[2],t[1]||_I,+t[3],t[4]?+t[4]:void 0):void 0}]]),SI=(e,t)=>{const i=-1!==e.indexOf("safari-extension"),n=-1!==e.indexOf("safari-web-extension");return i||n?[-1!==e.indexOf("@")?e.split("@")[0]:_I,i?`safari-extension:${t}`:`safari-web-extension:${t}`]:[e,t]},xI=1024,TI="Breadcrumbs",RI=(e={})=>{const t={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...e};return{name:TI,setupOnce(){},setup(e){t.console&&xm(function(e){return function(t){if(_h()!==e)return;const i={category:"console",data:{arguments:t.args,logger:"console"},level:Ef(t.level),message:Pp(t.args," ")};if("assert"===t.level){if(!1!==t.args[0])return;i.message=`Assertion failed: ${Pp(t.args.slice(1)," ")||"console.assert"}`,i.data.arguments=t.args.slice(1)}hh(i,{input:t.args,level:t.level})}}(e)),t.dom&&zm(function(e,t){return function(i){if(_h()!==e)return;let n,s,a="object"==typeof t?t.serializeAttribute:void 0,r="object"==typeof t&&"number"==typeof t.maxStringLength?t.maxStringLength:void 0;r&&r>xI&&(sI&&tm.warn(`\`dom.maxStringLength\` cannot exceed 1024, but a value of ${r} was configured. Sentry will use 1024 instead.`),r=xI),"string"==typeof a&&(a=[a]);try{const e=i.event,t=function(e){return!!e&&!!e.target}(e)?e.target:e;n=Gp(t,{keyAttrs:a,maxStringLength:r}),s=Jp(t)}catch(e){n="<unknown>"}if(0===n.length)return;const o={category:`ui.${i.name}`,message:n};s&&(o.data={"ui.component_name":s}),hh(o,{event:i.event,name:i.name,global:i.global})}}(e,t.dom)),t.xhr&&df(function(e){return function(t){if(_h()!==e)return;const{startTimestamp:i,endTimestamp:n}=t,s=t.xhr[cf];if(!i||!n||!s)return;const{method:a,url:r,status_code:o,body:c}=s;hh({category:"xhr",data:{method:a,url:r,status_code:o},type:"http"},{xhr:t.xhr,input:c,startTimestamp:i,endTimestamp:n})}}(e)),t.fetch&&Hm(function(e){return function(t){if(_h()!==e)return;const{startTimestamp:i,endTimestamp:n}=t;if(n&&(!t.fetchData.url.match(/sentry_key/)||"POST"!==t.fetchData.method))if(t.error){hh({category:"fetch",data:t.fetchData,level:"error",type:"http"},{data:t.error,input:t.args,startTimestamp:i,endTimestamp:n})}else{const e=t.response;hh({category:"fetch",data:{...t.fetchData,status_code:e&&e.status},type:"http"},{input:t.args,response:e,startTimestamp:i,endTimestamp:n})}}}(e)),t.history&&af(function(e){return function(t){if(_h()!==e)return;let i=t.from,n=t.to;const s=wf(eI.location.href);let a=i?wf(i):void 0;const r=wf(n);a&&a.path||(a=s),s.protocol===r.protocol&&s.host===r.host&&(n=r.relative),s.protocol===a.protocol&&s.host===a.host&&(i=a.relative),hh({category:"navigation",data:{from:i,to:n}})}}(e)),t.sentry&&e.on&&e.on("beforeSendEvent",function(e){return function(t){_h()===e&&hh({category:"sentry."+("transaction"===t.type?"transaction":"event"),event_id:t.event_id,level:t.level,message:Lm(t)},{event:t})}}(e))}}};vg(TI,RI);const kI="Dedupe",LI=()=>{let e;return{name:kI,setupOnce(){},processEvent(t){if(t.type)return t;try{if(function(e,t){if(!t)return!1;if(function(e,t){const i=e.message,n=t.message;if(!i&&!n)return!1;if(i&&!n||!i&&n)return!1;if(i!==n)return!1;if(!FI(e,t))return!1;if(!NI(e,t))return!1;return!0}(e,t))return!0;if(function(e,t){const i=UI(t),n=UI(e);if(!i||!n)return!1;if(i.type!==n.type||i.value!==n.value)return!1;if(!FI(e,t))return!1;if(!NI(e,t))return!1;return!0}(e,t))return!0;return!1}(t,e))return sI&&tm.warn("Event dropped due to being a duplicate of previously captured event."),null}catch(e){}return e=t}}};function NI(e,t){let i=OI(e),n=OI(t);if(!i&&!n)return!0;if(i&&!n||!i&&n)return!1;if(n.length!==i.length)return!1;for(let e=0;e<n.length;e++){const t=n[e],s=i[e];if(t.filename!==s.filename||t.lineno!==s.lineno||t.colno!==s.colno||t.function!==s.function)return!1}return!0}function FI(e,t){let i=e.fingerprint,n=t.fingerprint;if(!i&&!n)return!0;if(i&&!n||!i&&n)return!1;try{return!(i.join("")!==n.join(""))}catch(e){return!1}}function UI(e){return e.exception&&e.exception.values&&e.exception.values[0]}function OI(e){const t=e.exception;if(t)try{return t.values[0].stacktrace.frames}catch(e){return}}vg(kI,LI);const CI="GlobalHandlers",PI=(e={})=>{const t={onerror:!0,onunhandledrejection:!0,...e};return{name:CI,setupOnce(){Error.stackTraceLimit=50},setup(e){t.onerror&&(!function(e){Jm((t=>{const{stackParser:i,attachStacktrace:n}=zI();if(_h()!==e||iI())return;const{msg:s,url:a,line:r,column:o,error:c}=t,d=void 0===c&&Sp(s)?function(e,t,i,n){const s=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;let a=Ep(e)?e.message:e,r="Error";const o=a.match(s);o&&(r=o[1],a=o[2]);const c={exception:{values:[{type:r,value:a}]}};return jI(c,t,i,n)}(s,a,r,o):jI(lI(i,c||s,void 0,n,!1),a,r,o);d.level="error",fh(d,{originalException:c,mechanism:{handled:!1,type:"onerror"}})}))}(e),MI("onerror")),t.onunhandledrejection&&(!function(e){Xm((t=>{const{stackParser:i,attachStacktrace:n}=zI();if(_h()!==e||iI())return;const s=function(e){if(Tp(e))return e;const t=e;try{if("reason"in t)return t.reason;if("detail"in t&&"reason"in t.detail)return t.detail.reason}catch(e){}return e}(t),a=Tp(s)?{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(s)}`}]}}:lI(i,s,void 0,n,!0);a.level="error",fh(a,{originalException:s,mechanism:{handled:!1,type:"onunhandledrejection"}})}))}(e),MI("onunhandledrejection"))}}};function jI(e,t,i,n){const s=e.exception=e.exception||{},a=s.values=s.values||[],r=a[0]=a[0]||{},o=r.stacktrace=r.stacktrace||{},c=o.frames=o.frames||[],d=isNaN(parseInt(n,10))?void 0:n,l=isNaN(parseInt(i,10))?void 0:i,u=Sp(t)&&t.length>0?t:function(){try{return Kp.document.location.href}catch(e){return""}}();return 0===c.length&&c.push({colno:d,filename:u,function:"?",in_app:!0,lineno:l}),e}function MI(e){sI&&tm.log(`Global Handler attached: ${e}`)}function zI(){const e=_h();return e&&e.getOptions()||{stackParser:()=>[],attachStacktrace:!1}}vg(CI,PI);const DI="HttpContext",BI=()=>({name:DI,setupOnce(){},preprocessEvent(e){if(!eI.navigator&&!eI.location&&!eI.document)return;const t=e.request&&e.request.url||eI.location&&eI.location.href,{referrer:i}=eI.document||{},{userAgent:n}=eI.navigator||{},s={...e.request&&e.request.headers,...i&&{Referer:i},...n&&{"User-Agent":n}},a={...e.request,...t&&{url:t},headers:s};e.request=a}});vg(DI,BI);const $I="LinkedErrors",qI=(e={})=>{const t=e.limit||5,i=e.key||"cause";return{name:$I,setupOnce(){},preprocessEvent(e,n,s){const a=s.getOptions();zp(aI,a.stackParser,a.maxValueLength,i,t,e,n)}}};vg($I,qI);const VI=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","BroadcastChannel","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","SharedWorker","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],HI="TryCatch",WI=(e={})=>{const t={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,...e};return{name:HI,setupOnce(){t.setTimeout&&om(eI,"setTimeout",KI),t.setInterval&&om(eI,"setInterval",KI),t.requestAnimationFrame&&om(eI,"requestAnimationFrame",GI),t.XMLHttpRequest&&"XMLHttpRequest"in eI&&om(XMLHttpRequest.prototype,"send",YI);const e=t.eventTarget;if(e){(Array.isArray(e)?e:VI).forEach(JI)}}}};function KI(e){return function(...t){const i=t[0];return t[0]=nI(i,{mechanism:{data:{function:vm(e)},handled:!1,type:"instrument"}}),e.apply(this,t)}}function GI(e){return function(t){return e.apply(this,[nI(t,{mechanism:{data:{function:"requestAnimationFrame",handler:vm(e)},handled:!1,type:"instrument"}})])}}function YI(e){return function(...t){const i=this;return["onload","onerror","onprogress","onreadystatechange"].forEach((e=>{e in i&&"function"==typeof i[e]&&om(i,e,(function(t){const i={mechanism:{data:{function:e,handler:vm(t)},handled:!1,type:"instrument"}},n=lm(t);return n&&(i.mechanism.data.handler=vm(n)),nI(t,i)}))})),e.apply(this,t)}}function JI(e){const t=eI,i=t[e]&&t[e].prototype;i&&i.hasOwnProperty&&i.hasOwnProperty("addEventListener")&&(om(i,"addEventListener",(function(t){return function(i,n,s){try{"function"==typeof n.handleEvent&&(n.handleEvent=nI(n.handleEvent,{mechanism:{data:{function:"handleEvent",handler:vm(n),target:e},handled:!1,type:"instrument"}}))}catch(e){}return t.apply(this,[i,nI(n,{mechanism:{data:{function:"addEventListener",handler:vm(n),target:e},handled:!1,type:"instrument"}}),s])}})),om(i,"removeEventListener",(function(e){return function(t,i,n){const s=i;try{const i=s&&s.__sentry_wrapped__;i&&e.call(this,t,i,n)}catch(e){}return e.call(this,t,s,n)}})))}vg(HI,WI);const QI=[Cg(),Dg(),WI(),RI(),PI(),qI(),LI(),BI()];function ZI(e={}){void 0===e.defaultIntegrations&&(e.defaultIntegrations=[...QI]),void 0===e.release&&("string"==typeof __SENTRY_RELEASE__&&(e.release=__SENTRY_RELEASE__),eI.SENTRY_RELEASE&&eI.SENTRY_RELEASE.id&&(e.release=eI.SENTRY_RELEASE.id)),void 0===e.autoSessionTracking&&(e.autoSessionTracking=!0),void 0===e.sendClientReports&&(e.sendClientReports=!0);const t={...e,stackParser:(i=e.stackParser||AI,Array.isArray(i)?Im(...i):i),integrations:_g(e),transport:e.transport||(qm()?hI:gI)};var i;xg(mI,t),e.autoSessionTracking&&function(){if(void 0===eI.document)return void(sI&&tm.warn("Session tracking in non-browser environment with @sentry/browser is not supported."));yh({ignoreDuration:!0}),bh(),af((({from:e,to:t})=>{void 0!==e&&e!==t&&(yh({ignoreDuration:!0}),bh())}))}()}const XI=Vp,ey="sentryReplaySession",ty="Unable to send Replay",iy=15e4,ny=5e3,sy=2e7,ay=36e5;function ry(e){let t,i=e[0],n=1;for(;n<e.length;){const s=e[n],a=e[n+1];if(n+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=a(i)):"call"!==s&&"optionalCall"!==s||(i=a(((...e)=>i.call(t,...e))),t=void 0)}return i}var oy;function cy(e){const t=ry([e,"optionalAccess",e=>e.host]);return Boolean(ry([t,"optionalAccess",e=>e.shadowRoot])===e)}function dy(e){return"[object ShadowRoot]"===Object.prototype.toString.call(e)}function ly(e){try{const i=e.rules||e.cssRules;return i?((t=Array.from(i,uy).join("")).includes(" background-clip: text;")&&!t.includes(" -webkit-background-clip: text;")&&(t=t.replace(" background-clip: text;"," -webkit-background-clip: text; background-clip: text;")),t):null}catch(e){return null}var t}function uy(e){let t;if(function(e){return"styleSheet"in e}(e))try{t=ly(e.styleSheet)||function(e){const{cssText:t}=e;if(t.split('"').length<3)return t;const i=["@import",`url(${JSON.stringify(e.href)})`];return""===e.layerName?i.push("layer"):e.layerName&&i.push(`layer(${e.layerName})`),e.supportsText&&i.push(`supports(${e.supportsText})`),e.media.length&&i.push(e.media.mediaText),i.join(" ")+";"}(e)}catch(e){}else if(function(e){return"selectorText"in e}(e)&&e.selectorText.includes(":"))return function(e){const t=/(\[(?:[\w-]+)[^\\])(:(?:[\w-]+)\])/gm;return e.replace(t,"$1\\$2")}(e.cssText);return t||e.cssText}!function(e){e[e.Document=0]="Document",e[e.DocumentType=1]="DocumentType",e[e.Element=2]="Element",e[e.Text=3]="Text",e[e.CDATA=4]="CDATA",e[e.Comment=5]="Comment"}(oy||(oy={}));class py{constructor(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}getId(e){if(!e)return-1;const t=ry([this,"access",e=>e.getMeta,"call",t=>t(e),"optionalAccess",e=>e.id]);return n=()=>-1,null!=(i=t)?i:n();var i,n}getNode(e){return this.idNodeMap.get(e)||null}getIds(){return Array.from(this.idNodeMap.keys())}getMeta(e){return this.nodeMetaMap.get(e)||null}removeNodeFromMap(e){const t=this.getId(e);this.idNodeMap.delete(t),e.childNodes&&e.childNodes.forEach((e=>this.removeNodeFromMap(e)))}has(e){return this.idNodeMap.has(e)}hasNode(e){return this.nodeMetaMap.has(e)}add(e,t){const i=t.id;this.idNodeMap.set(i,e),this.nodeMetaMap.set(e,t)}replace(e,t){const i=this.getNode(e);if(i){const e=this.nodeMetaMap.get(i);e&&this.nodeMetaMap.set(t,e)}this.idNodeMap.set(e,t)}reset(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}}function my({maskInputOptions:e,tagName:t,type:i}){return"OPTION"===t&&(t="SELECT"),Boolean(e[t.toLowerCase()]||i&&e[i]||"password"===i||"INPUT"===t&&!i&&e.text)}function fy({isMasked:e,element:t,value:i,maskInputFn:n}){let s=i||"";return e?(n&&(s=n(s,t)),"*".repeat(s.length)):s}function hy(e){return e.toLowerCase()}function gy(e){return e.toUpperCase()}const _y="__rrweb_original__";function Iy(e){const t=e.type;return e.hasAttribute("data-rr-is-password")?"password":t?hy(t):null}function yy(e,t,i){return"INPUT"!==t||"radio"!==i&&"checkbox"!==i?e.value:e.getAttribute("value")||""}let vy=1;const wy=new RegExp("[^a-z0-9-_:]");function by(){return vy++}let Ey,Ay;const Sy=/url\((?:(')([^']*)'|(")(.*?)"|([^)]*))\)/gm,xy=/^(?:[a-z+]+:)?\/\//i,Ty=/^www\..*/i,Ry=/^(data:)([^,]*),(.*)/i;function ky(e,t){return(e||"").replace(Sy,((e,i,n,s,a,r)=>{const o=n||a||r,c=i||s||"";if(!o)return e;if(xy.test(o)||Ty.test(o))return`url(${c}${o}${c})`;if(Ry.test(o))return`url(${c}${o}${c})`;if("/"===o[0])return`url(${c}${function(e){let t="";return t=e.indexOf("//")>-1?e.split("/").slice(0,3).join("/"):e.split("/")[0],t=t.split("?")[0],t}(t)+o}${c})`;const d=t.split("/"),l=o.split("/");d.pop();for(const e of l)"."!==e&&(".."===e?d.pop():d.push(e));return`url(${c}${d.join("/")}${c})`}))}const Ly=/^[^ \t\n\r\u000c]+/,Ny=/^[, \t\n\r\u000c]+/;function Fy(e,t){if(!t||""===t.trim())return t;const i=e.createElement("a");return i.href=t,i.href}function Uy(e){return Boolean("svg"===e.tagName||e.ownerSVGElement)}function Oy(){const e=document.createElement("a");return e.href="",e.href}function Cy(e,t,i,n,s,a){return n?"src"===i||"href"===i&&("use"!==t||"#"!==n[0])||"xlink:href"===i&&"#"!==n[0]?Fy(e,n):"background"!==i||"table"!==t&&"td"!==t&&"th"!==t?"srcset"===i?function(e,t){if(""===t.trim())return t;let i=0;function n(e){let n;const s=e.exec(t.substring(i));return s?(n=s[0],i+=n.length,n):""}const s=[];for(;n(Ny),!(i>=t.length);){let a=n(Ly);if(","===a.slice(-1))a=Fy(e,a.substring(0,a.length-1)),s.push(a);else{let n="";a=Fy(e,a);let r=!1;for(;;){const e=t.charAt(i);if(""===e){s.push((a+n).trim());break}if(r)")"===e&&(r=!1);else{if(","===e){i+=1,s.push((a+n).trim());break}"("===e&&(r=!0)}n+=e,i+=1}}}return s.join(", ")}(e,n):"style"===i?ky(n,Oy()):"object"===t&&"data"===i?Fy(e,n):"function"==typeof a?a(i,n,s):n:Fy(e,n):n}function Py(e,t,i){return("video"===e||"audio"===e)&&"autoplay"===t}function jy(e,t,i=1/0,n=0){return e?e.nodeType!==e.ELEMENT_NODE||n>i?-1:t(e)?n:jy(e.parentNode,t,i,n+1):-1}function My(e,t){return i=>{const n=i;if(null===n)return!1;try{if(e)if("string"==typeof e){if(n.matches(`.${e}`))return!0}else if(function(e,t){for(let i=e.classList.length;i--;){const n=e.classList[i];if(t.test(n))return!0}return!1}(n,e))return!0;return!(!t||!n.matches(t))}catch(e){return!1}}}function zy(e,t,i,n,s,a){try{const r=e.nodeType===e.ELEMENT_NODE?e:e.parentElement;if(null===r)return!1;if("INPUT"===r.tagName){const e=r.getAttribute("autocomplete");if(["current-password","new-password","cc-number","cc-exp","cc-exp-month","cc-exp-year","cc-csc"].includes(e))return!0}let o=-1,c=-1;if(a){if(c=jy(r,My(n,s)),c<0)return!0;o=jy(r,My(t,i),c>=0?c:1/0)}else{if(o=jy(r,My(t,i)),o<0)return!1;c=jy(r,My(n,s),o>=0?o:1/0)}return o>=0?!(c>=0)||o<=c:!(c>=0)&&!!a}catch(e){}return!!a}function Dy(e,t){const{doc:i,mirror:n,blockClass:s,blockSelector:a,unblockSelector:r,maskAllText:o,maskAttributeFn:c,maskTextClass:d,unmaskTextClass:l,maskTextSelector:u,unmaskTextSelector:p,inlineStylesheet:m,maskInputOptions:f={},maskTextFn:h,maskInputFn:g,dataURLOptions:_={},inlineImages:I,recordCanvas:y,keepIframeSrcFn:v,newlyAddedElement:w=!1}=t,b=function(e,t){if(!t.hasNode(e))return;const i=t.getId(e);return 1===i?void 0:i}(i,n);switch(e.nodeType){case e.DOCUMENT_NODE:return"CSS1Compat"!==e.compatMode?{type:oy.Document,childNodes:[],compatMode:e.compatMode}:{type:oy.Document,childNodes:[]};case e.DOCUMENT_TYPE_NODE:return{type:oy.DocumentType,name:e.name,publicId:e.publicId,systemId:e.systemId,rootId:b};case e.ELEMENT_NODE:return function(e,t){const{doc:i,blockClass:n,blockSelector:s,unblockSelector:a,inlineStylesheet:r,maskInputOptions:o={},maskAttributeFn:c,maskInputFn:d,dataURLOptions:l={},inlineImages:u,recordCanvas:p,keepIframeSrcFn:m,newlyAddedElement:f=!1,rootId:h,maskAllText:g,maskTextClass:_,unmaskTextClass:I,maskTextSelector:y,unmaskTextSelector:v}=t,w=function(e,t,i,n){try{if(n&&e.matches(n))return!1;if("string"==typeof t){if(e.classList.contains(t))return!0}else for(let i=e.classList.length;i--;){const n=e.classList[i];if(t.test(n))return!0}if(i)return e.matches(i)}catch(e){}return!1}(e,n,s,a),b=function(e){if(e instanceof HTMLFormElement)return"form";const t=hy(e.tagName);return wy.test(t)?"div":t}(e);let E={};const A=e.attributes.length;for(let t=0;t<A;t++){const n=e.attributes[t];n.name&&!Py(b,n.name,n.value)&&(E[n.name]=Cy(i,b,hy(n.name),n.value,e,c))}if("link"===b&&r){const t=Array.from(i.styleSheets).find((t=>t.href===e.href));let n=null;t&&(n=ly(t)),n&&(delete E.rel,delete E.href,E._cssText=ky(n,t.href))}if("style"===b&&e.sheet&&!(e.innerText||e.textContent||"").trim().length){const t=ly(e.sheet);t&&(E._cssText=ky(t,Oy()))}if("input"===b||"textarea"===b||"select"===b||"option"===b){const t=e,i=Iy(t),n=yy(t,gy(b),i),s=t.checked;if("submit"!==i&&"button"!==i&&n){const e=zy(t,_,y,I,v,my({type:i,tagName:gy(b),maskInputOptions:o}));E.value=fy({isMasked:e,element:t,value:n,maskInputFn:d})}s&&(E.checked=s)}"option"===b&&(e.selected&&!o.select?E.selected=!0:delete E.selected);if("canvas"===b&&p)if("2d"===e.__context)(function(e){const t=e.getContext("2d");if(!t)return!0;for(let i=0;i<e.width;i+=50)for(let n=0;n<e.height;n+=50){const s=t.getImageData,a=_y in s?s[_y]:s;if(new Uint32Array(a.call(t,i,n,Math.min(50,e.width-i),Math.min(50,e.height-n)).data.buffer).some((e=>0!==e)))return!1}return!0})(e)||(E.rr_dataURL=e.toDataURL(l.type,l.quality));else if(!("__context"in e)){const t=e.toDataURL(l.type,l.quality),i=document.createElement("canvas");i.width=e.width,i.height=e.height;t!==i.toDataURL(l.type,l.quality)&&(E.rr_dataURL=t)}if("img"===b&&u){Ey||(Ey=i.createElement("canvas"),Ay=Ey.getContext("2d"));const t=e,n=t.crossOrigin;t.crossOrigin="anonymous";const s=()=>{t.removeEventListener("load",s);try{Ey.width=t.naturalWidth,Ey.height=t.naturalHeight,Ay.drawImage(t,0,0),E.rr_dataURL=Ey.toDataURL(l.type,l.quality)}catch(e){console.warn(`Cannot inline img src=${t.currentSrc}! Error: ${e}`)}n?E.crossOrigin=n:t.removeAttribute("crossorigin")};t.complete&&0!==t.naturalWidth?s():t.addEventListener("load",s)}"audio"!==b&&"video"!==b||(E.rr_mediaState=e.paused?"paused":"played",E.rr_mediaCurrentTime=e.currentTime);f||(e.scrollLeft&&(E.rr_scrollLeft=e.scrollLeft),e.scrollTop&&(E.rr_scrollTop=e.scrollTop));if(w){const{width:t,height:i}=e.getBoundingClientRect();E={class:E.class,rr_width:`${t}px`,rr_height:`${i}px`}}"iframe"!==b||m(E.src)||(e.contentDocument||(E.rr_src=E.src),delete E.src);let S;try{customElements.get(b)&&(S=!0)}catch(e){}return{type:oy.Element,tagName:b,attributes:E,childNodes:[],isSVG:Uy(e)||void 0,needBlock:w,rootId:h,isCustom:S}}(e,{doc:i,blockClass:s,blockSelector:a,unblockSelector:r,inlineStylesheet:m,maskAttributeFn:c,maskInputOptions:f,maskInputFn:g,dataURLOptions:_,inlineImages:I,recordCanvas:y,keepIframeSrcFn:v,newlyAddedElement:w,rootId:b,maskAllText:o,maskTextClass:d,unmaskTextClass:l,maskTextSelector:u,unmaskTextSelector:p});case e.TEXT_NODE:return function(e,t){const{maskAllText:i,maskTextClass:n,unmaskTextClass:s,maskTextSelector:a,unmaskTextSelector:r,maskTextFn:o,maskInputOptions:c,maskInputFn:d,rootId:l}=t,u=e.parentNode&&e.parentNode.tagName;let p=e.textContent;const m="STYLE"===u||void 0,f="SCRIPT"===u||void 0,h="TEXTAREA"===u||void 0;if(m&&p){try{e.nextSibling||e.previousSibling||ry([e,"access",e=>e.parentNode,"access",e=>e.sheet,"optionalAccess",e=>e.cssRules])&&(p=ly(e.parentNode.sheet))}catch(t){console.warn(`Cannot get CSS styles from text's parentNode. Error: ${t}`,e)}p=ky(p,Oy())}f&&(p="SCRIPT_PLACEHOLDER");const g=zy(e,n,a,s,r,i);m||f||h||!p||!g||(p=o?o(p,e.parentElement):p.replace(/[\S]/g,"*"));h&&p&&(c.textarea||g)&&(p=d?d(p,e.parentNode):p.replace(/[\S]/g,"*"));if("OPTION"===u&&p){p=fy({isMasked:zy(e,n,a,s,r,my({type:null,tagName:u,maskInputOptions:c})),element:e,value:p,maskInputFn:d})}return{type:oy.Text,textContent:p||"",isStyle:m,rootId:l}}(e,{maskAllText:o,maskTextClass:d,unmaskTextClass:l,maskTextSelector:u,unmaskTextSelector:p,maskTextFn:h,maskInputOptions:f,maskInputFn:g,rootId:b});case e.CDATA_SECTION_NODE:return{type:oy.CDATA,textContent:"",rootId:b};case e.COMMENT_NODE:return{type:oy.Comment,textContent:e.textContent||"",rootId:b};default:return!1}}function By(e){return null==e?"":e.toLowerCase()}function $y(e,t){const{doc:i,mirror:n,blockClass:s,blockSelector:a,unblockSelector:r,maskAllText:o,maskTextClass:c,unmaskTextClass:d,maskTextSelector:l,unmaskTextSelector:u,skipChild:p=!1,inlineStylesheet:m=!0,maskInputOptions:f={},maskAttributeFn:h,maskTextFn:g,maskInputFn:_,slimDOMOptions:I,dataURLOptions:y={},inlineImages:v=!1,recordCanvas:w=!1,onSerialize:b,onIframeLoad:E,iframeLoadTimeout:A=5e3,onStylesheetLoad:S,stylesheetLoadTimeout:x=5e3,keepIframeSrcFn:T=()=>!1,newlyAddedElement:R=!1}=t;let{preserveWhiteSpace:k=!0}=t;const L=Dy(e,{doc:i,mirror:n,blockClass:s,blockSelector:a,maskAllText:o,unblockSelector:r,maskTextClass:c,unmaskTextClass:d,maskTextSelector:l,unmaskTextSelector:u,inlineStylesheet:m,maskInputOptions:f,maskAttributeFn:h,maskTextFn:g,maskInputFn:_,dataURLOptions:y,inlineImages:v,recordCanvas:w,keepIframeSrcFn:T,newlyAddedElement:R});if(!L)return console.warn(e,"not serialized"),null;let N;N=n.hasNode(e)?n.getId(e):!function(e,t){if(t.comment&&e.type===oy.Comment)return!0;if(e.type===oy.Element){if(t.script&&("script"===e.tagName||"link"===e.tagName&&("preload"===e.attributes.rel||"modulepreload"===e.attributes.rel)&&"script"===e.attributes.as||"link"===e.tagName&&"prefetch"===e.attributes.rel&&"string"==typeof e.attributes.href&&e.attributes.href.endsWith(".js")))return!0;if(t.headFavicon&&("link"===e.tagName&&"shortcut icon"===e.attributes.rel||"meta"===e.tagName&&(By(e.attributes.name).match(/^msapplication-tile(image|color)$/)||"application-name"===By(e.attributes.name)||"icon"===By(e.attributes.rel)||"apple-touch-icon"===By(e.attributes.rel)||"shortcut icon"===By(e.attributes.rel))))return!0;if("meta"===e.tagName){if(t.headMetaDescKeywords&&By(e.attributes.name).match(/^description|keywords$/))return!0;if(t.headMetaSocial&&(By(e.attributes.property).match(/^(og|twitter|fb):/)||By(e.attributes.name).match(/^(og|twitter):/)||"pinterest"===By(e.attributes.name)))return!0;if(t.headMetaRobots&&("robots"===By(e.attributes.name)||"googlebot"===By(e.attributes.name)||"bingbot"===By(e.attributes.name)))return!0;if(t.headMetaHttpEquiv&&void 0!==e.attributes["http-equiv"])return!0;if(t.headMetaAuthorship&&("author"===By(e.attributes.name)||"generator"===By(e.attributes.name)||"framework"===By(e.attributes.name)||"publisher"===By(e.attributes.name)||"progid"===By(e.attributes.name)||By(e.attributes.property).match(/^article:/)||By(e.attributes.property).match(/^product:/)))return!0;if(t.headMetaVerification&&("google-site-verification"===By(e.attributes.name)||"yandex-verification"===By(e.attributes.name)||"csrf-token"===By(e.attributes.name)||"p:domain_verify"===By(e.attributes.name)||"verify-v1"===By(e.attributes.name)||"verification"===By(e.attributes.name)||"shopify-checkout-api-token"===By(e.attributes.name)))return!0}}return!1}(L,I)&&(k||L.type!==oy.Text||L.isStyle||L.textContent.replace(/^\s+|\s+$/gm,"").length)?by():-2;const F=Object.assign(L,{id:N});if(n.add(e,F),-2===N)return null;b&&b(e);let U=!p;if(F.type===oy.Element){U=U&&!F.needBlock,delete F.needBlock;const t=e.shadowRoot;t&&dy(t)&&(F.isShadowHost=!0)}if((F.type===oy.Document||F.type===oy.Element)&&U){I.headWhitespace&&F.type===oy.Element&&"head"===F.tagName&&(k=!1);const t={doc:i,mirror:n,blockClass:s,blockSelector:a,maskAllText:o,unblockSelector:r,maskTextClass:c,unmaskTextClass:d,maskTextSelector:l,unmaskTextSelector:u,skipChild:p,inlineStylesheet:m,maskInputOptions:f,maskAttributeFn:h,maskTextFn:g,maskInputFn:_,slimDOMOptions:I,dataURLOptions:y,inlineImages:v,recordCanvas:w,preserveWhiteSpace:k,onSerialize:b,onIframeLoad:E,iframeLoadTimeout:A,onStylesheetLoad:S,stylesheetLoadTimeout:x,keepIframeSrcFn:T};for(const i of Array.from(e.childNodes)){const e=$y(i,t);e&&F.childNodes.push(e)}if(function(e){return e.nodeType===e.ELEMENT_NODE}(e)&&e.shadowRoot)for(const i of Array.from(e.shadowRoot.childNodes)){const n=$y(i,t);n&&(dy(e.shadowRoot)&&(n.isShadow=!0),F.childNodes.push(n))}}return e.parentNode&&cy(e.parentNode)&&dy(e.parentNode)&&(F.isShadow=!0),F.type===oy.Element&&"iframe"===F.tagName&&function(e,t,i){const n=e.contentWindow;if(!n)return;let s,a=!1;try{s=n.document.readyState}catch(e){return}if("complete"!==s){const n=setTimeout((()=>{a||(t(),a=!0)}),i);return void e.addEventListener("load",(()=>{clearTimeout(n),a=!0,t()}))}const r="about:blank";if(n.location.href!==r||e.src===r||""===e.src)return setTimeout(t,0),e.addEventListener("load",t);e.addEventListener("load",t)}(e,(()=>{const t=e.contentDocument;if(t&&E){const i=$y(t,{doc:t,mirror:n,blockClass:s,blockSelector:a,unblockSelector:r,maskAllText:o,maskTextClass:c,unmaskTextClass:d,maskTextSelector:l,unmaskTextSelector:u,skipChild:!1,inlineStylesheet:m,maskInputOptions:f,maskAttributeFn:h,maskTextFn:g,maskInputFn:_,slimDOMOptions:I,dataURLOptions:y,inlineImages:v,recordCanvas:w,preserveWhiteSpace:k,onSerialize:b,onIframeLoad:E,iframeLoadTimeout:A,onStylesheetLoad:S,stylesheetLoadTimeout:x,keepIframeSrcFn:T});i&&E(e,i)}}),A),F.type===oy.Element&&"link"===F.tagName&&"stylesheet"===F.attributes.rel&&function(e,t,i){let n,s=!1;try{n=e.sheet}catch(e){return}if(n)return;const a=setTimeout((()=>{s||(t(),s=!0)}),i);e.addEventListener("load",(()=>{clearTimeout(a),s=!0,t()}))}(e,(()=>{if(S){const t=$y(e,{doc:i,mirror:n,blockClass:s,blockSelector:a,unblockSelector:r,maskAllText:o,maskTextClass:c,unmaskTextClass:d,maskTextSelector:l,unmaskTextSelector:u,skipChild:!1,inlineStylesheet:m,maskInputOptions:f,maskAttributeFn:h,maskTextFn:g,maskInputFn:_,slimDOMOptions:I,dataURLOptions:y,inlineImages:v,recordCanvas:w,preserveWhiteSpace:k,onSerialize:b,onIframeLoad:E,iframeLoadTimeout:A,onStylesheetLoad:S,stylesheetLoadTimeout:x,keepIframeSrcFn:T});t&&S(e,t)}}),x),F}function qy(e){let t,i=e[0],n=1;for(;n<e.length;){const s=e[n],a=e[n+1];if(n+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=a(i)):"call"!==s&&"optionalCall"!==s||(i=a(((...e)=>i.call(t,...e))),t=void 0)}return i}function Vy(e,t,i=document){const n={capture:!0,passive:!0};return i.addEventListener(e,t,n),()=>i.removeEventListener(e,t,n)}const Hy="Please stop import mirror directly. Instead of that,\r\nnow you can use replayer.getMirror() to access the mirror instance of a replayer,\r\nor you can use record.mirror to access the mirror instance during recording.";let Wy={map:{},getId:()=>(console.error(Hy),-1),getNode:()=>(console.error(Hy),null),removeNodeFromMap(){console.error(Hy)},has:()=>(console.error(Hy),!1),reset(){console.error(Hy)}};function Ky(e,t,i={}){let n=null,s=0;return function(...a){const r=Date.now();s||!1!==i.leading||(s=r);const o=t-(r-s),c=this;o<=0||o>t?(n&&(!function(...e){mv("clearTimeout")(...e)}(n),n=null),s=r,e.apply(c,a)):n||!1===i.trailing||(n=fv((()=>{s=!1===i.leading?0:Date.now(),n=null,e.apply(c,a)}),o))}}function Gy(e,t,i,n,s=window){const a=s.Object.getOwnPropertyDescriptor(e,t);return s.Object.defineProperty(e,t,n?i:{set(e){fv((()=>{i.set.call(this,e)}),0),a&&a.set&&a.set.call(this,e)}}),()=>Gy(e,t,a||{},!0)}function Yy(e,t,i){try{if(!(t in e))return()=>{};const n=e[t],s=i(n);return"function"==typeof s&&(s.prototype=s.prototype||{},Object.defineProperties(s,{__rrweb_original__:{enumerable:!1,value:n}})),e[t]=s,()=>{e[t]=n}}catch(e){return()=>{}}}"undefined"!=typeof window&&window.Proxy&&window.Reflect&&(Wy=new Proxy(Wy,{get:(e,t,i)=>("map"===t&&console.error(Hy),Reflect.get(e,t,i))}));let Jy=Date.now;function Qy(e){const t=e.document;return{left:t.scrollingElement?t.scrollingElement.scrollLeft:void 0!==e.pageXOffset?e.pageXOffset:qy([t,"optionalAccess",e=>e.documentElement,"access",e=>e.scrollLeft])||qy([t,"optionalAccess",e=>e.body,"optionalAccess",e=>e.parentElement,"optionalAccess",e=>e.scrollLeft])||qy([t,"optionalAccess",e=>e.body,"optionalAccess",e=>e.scrollLeft])||0,top:t.scrollingElement?t.scrollingElement.scrollTop:void 0!==e.pageYOffset?e.pageYOffset:qy([t,"optionalAccess",e=>e.documentElement,"access",e=>e.scrollTop])||qy([t,"optionalAccess",e=>e.body,"optionalAccess",e=>e.parentElement,"optionalAccess",e=>e.scrollTop])||qy([t,"optionalAccess",e=>e.body,"optionalAccess",e=>e.scrollTop])||0}}function Zy(){return window.innerHeight||document.documentElement&&document.documentElement.clientHeight||document.body&&document.body.clientHeight}function Xy(){return window.innerWidth||document.documentElement&&document.documentElement.clientWidth||document.body&&document.body.clientWidth}function ev(e){if(!e)return null;return e.nodeType===e.ELEMENT_NODE?e:e.parentElement}function tv(e,t,i,n,s){if(!e)return!1;const a=ev(e);if(!a)return!1;const r=My(t,i);if(!s){const e=n&&a.matches(n);return r(a)&&!e}const o=jy(a,r);let c=-1;return!(o<0)&&(n&&(c=jy(a,My(null,n))),o>-1&&c<0||o<c)}function iv(e,t){return-2===t.getId(e)}function nv(e,t){if(cy(e))return!1;const i=t.getId(e);return!t.has(i)||(!e.parentNode||e.parentNode.nodeType!==e.DOCUMENT_NODE)&&(!e.parentNode||nv(e.parentNode,t))}function sv(e){return Boolean(e.changedTouches)}function av(e,t){return Boolean("IFRAME"===e.nodeName&&t.getMeta(e))}function rv(e,t){return Boolean("LINK"===e.nodeName&&e.nodeType===e.ELEMENT_NODE&&e.getAttribute&&"stylesheet"===e.getAttribute("rel")&&t.getMeta(e))}function ov(e){return Boolean(qy([e,"optionalAccess",e=>e.shadowRoot]))}/[1-9][0-9]{12}/.test(Date.now().toString())||(Jy=()=>(new Date).getTime());class cv{constructor(){this.id=1,this.styleIDMap=new WeakMap,this.idStyleMap=new Map}getId(e){return t=this.styleIDMap.get(e),i=()=>-1,null!=t?t:i();var t,i}has(e){return this.styleIDMap.has(e)}add(e,t){if(this.has(e))return this.getId(e);let i;return i=void 0===t?this.id++:t,this.styleIDMap.set(e,i),this.idStyleMap.set(i,e),i}getStyle(e){return this.idStyleMap.get(e)||null}reset(){this.styleIDMap=new WeakMap,this.idStyleMap=new Map,this.id=1}generateId(){return this.id++}}function dv(e){let t=null;return qy([e,"access",e=>e.getRootNode,"optionalCall",e=>e(),"optionalAccess",e=>e.nodeType])===Node.DOCUMENT_FRAGMENT_NODE&&e.getRootNode().host&&(t=e.getRootNode().host),t}function lv(e){const t=e.ownerDocument;if(!t)return!1;const i=function(e){let t,i=e;for(;t=dv(i);)i=t;return i}(e);return t.contains(i)}function uv(e){const t=e.ownerDocument;return!!t&&(t.contains(e)||lv(e))}const pv={};function mv(e){const t=pv[e];if(t)return t;const i=window.document;let n=window[e];if(i&&"function"==typeof i.createElement)try{const t=i.createElement("iframe");t.hidden=!0,i.head.appendChild(t);const s=t.contentWindow;s&&s[e]&&(n=s[e]),i.head.removeChild(t)}catch(e){}return pv[e]=n.bind(window)}function fv(...e){return mv("setTimeout")(...e)}var hv=(e=>(e[e.DomContentLoaded=0]="DomContentLoaded",e[e.Load=1]="Load",e[e.FullSnapshot=2]="FullSnapshot",e[e.IncrementalSnapshot=3]="IncrementalSnapshot",e[e.Meta=4]="Meta",e[e.Custom=5]="Custom",e[e.Plugin=6]="Plugin",e))(hv||{}),gv=(e=>(e[e.Mutation=0]="Mutation",e[e.MouseMove=1]="MouseMove",e[e.MouseInteraction=2]="MouseInteraction",e[e.Scroll=3]="Scroll",e[e.ViewportResize=4]="ViewportResize",e[e.Input=5]="Input",e[e.TouchMove=6]="TouchMove",e[e.MediaInteraction=7]="MediaInteraction",e[e.StyleSheetRule=8]="StyleSheetRule",e[e.CanvasMutation=9]="CanvasMutation",e[e.Font=10]="Font",e[e.Log=11]="Log",e[e.Drag=12]="Drag",e[e.StyleDeclaration=13]="StyleDeclaration",e[e.Selection=14]="Selection",e[e.AdoptedStyleSheet=15]="AdoptedStyleSheet",e[e.CustomElement=16]="CustomElement",e))(gv||{}),_v=(e=>(e[e.MouseUp=0]="MouseUp",e[e.MouseDown=1]="MouseDown",e[e.Click=2]="Click",e[e.ContextMenu=3]="ContextMenu",e[e.DblClick=4]="DblClick",e[e.Focus=5]="Focus",e[e.Blur=6]="Blur",e[e.TouchStart=7]="TouchStart",e[e.TouchMove_Departed=8]="TouchMove_Departed",e[e.TouchEnd=9]="TouchEnd",e[e.TouchCancel=10]="TouchCancel",e))(_v||{}),Iv=(e=>(e[e.Mouse=0]="Mouse",e[e.Pen=1]="Pen",e[e.Touch=2]="Touch",e))(Iv||{});function yv(e){let t,i=e[0],n=1;for(;n<e.length;){const s=e[n],a=e[n+1];if(n+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=a(i)):"call"!==s&&"optionalCall"!==s||(i=a(((...e)=>i.call(t,...e))),t=void 0)}return i}function vv(e){return"__ln"in e}class wv{constructor(){this.length=0,this.head=null,this.tail=null}get(e){if(e>=this.length)throw new Error("Position outside of list range");let t=this.head;for(let i=0;i<e;i++)t=yv([t,"optionalAccess",e=>e.next])||null;return t}addNode(e){const t={value:e,previous:null,next:null};if(e.__ln=t,e.previousSibling&&vv(e.previousSibling)){const i=e.previousSibling.__ln.next;t.next=i,t.previous=e.previousSibling.__ln,e.previousSibling.__ln.next=t,i&&(i.previous=t)}else if(e.nextSibling&&vv(e.nextSibling)&&e.nextSibling.__ln.previous){const i=e.nextSibling.__ln.previous;t.previous=i,t.next=e.nextSibling.__ln,e.nextSibling.__ln.previous=t,i&&(i.next=t)}else this.head&&(this.head.previous=t),t.next=this.head,this.head=t;null===t.next&&(this.tail=t),this.length++}removeNode(e){const t=e.__ln;this.head&&(t.previous?(t.previous.next=t.next,t.next?t.next.previous=t.previous:this.tail=t.previous):(this.head=t.next,this.head?this.head.previous=null:this.tail=null),e.__ln&&delete e.__ln,this.length--)}}const bv=(e,t)=>`${e}@${t}`;class Ev{constructor(){this.frozen=!1,this.locked=!1,this.texts=[],this.attributes=[],this.attributeMap=new WeakMap,this.removes=[],this.mapRemoves=[],this.movedMap={},this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.processMutations=e=>{e.forEach(this.processMutation),this.emit()},this.emit=()=>{if(this.frozen||this.locked)return;const e=[],t=new Set,i=new wv,n=e=>{let t=e,i=-2;for(;-2===i;)t=t&&t.nextSibling,i=t&&this.mirror.getId(t);return i},s=s=>{if(!s.parentNode||!uv(s))return;const a=cy(s.parentNode)?this.mirror.getId(dv(s)):this.mirror.getId(s.parentNode),r=n(s);if(-1===a||-1===r)return i.addNode(s);const o=$y(s,{doc:this.doc,mirror:this.mirror,blockClass:this.blockClass,blockSelector:this.blockSelector,maskAllText:this.maskAllText,unblockSelector:this.unblockSelector,maskTextClass:this.maskTextClass,unmaskTextClass:this.unmaskTextClass,maskTextSelector:this.maskTextSelector,unmaskTextSelector:this.unmaskTextSelector,skipChild:!0,newlyAddedElement:!0,inlineStylesheet:this.inlineStylesheet,maskInputOptions:this.maskInputOptions,maskAttributeFn:this.maskAttributeFn,maskTextFn:this.maskTextFn,maskInputFn:this.maskInputFn,slimDOMOptions:this.slimDOMOptions,dataURLOptions:this.dataURLOptions,recordCanvas:this.recordCanvas,inlineImages:this.inlineImages,onSerialize:e=>{av(e,this.mirror)&&this.iframeManager.addIframe(e),rv(e,this.mirror)&&this.stylesheetManager.trackLinkElement(e),ov(s)&&this.shadowDomManager.addShadowRoot(s.shadowRoot,this.doc)},onIframeLoad:(e,t)=>{this.iframeManager.attachIframe(e,t),this.shadowDomManager.observeAttachShadow(e)},onStylesheetLoad:(e,t)=>{this.stylesheetManager.attachLinkElement(e,t)}});o&&(e.push({parentId:a,nextId:r,node:o}),t.add(o.id))};for(;this.mapRemoves.length;)this.mirror.removeNodeFromMap(this.mapRemoves.shift());for(const e of this.movedSet)Sv(this.removes,e,this.mirror)&&!this.movedSet.has(e.parentNode)||s(e);for(const e of this.addedSet)Tv(this.droppedSet,e)||Sv(this.removes,e,this.mirror)?Tv(this.movedSet,e)?s(e):this.droppedSet.add(e):s(e);let a=null;for(;i.length;){let e=null;if(a){const t=this.mirror.getId(a.value.parentNode),i=n(a.value);-1!==t&&-1!==i&&(e=a)}if(!e){let t=i.tail;for(;t;){const i=t;if(t=t.previous,i){const t=this.mirror.getId(i.value.parentNode);if(-1===n(i.value))continue;if(-1!==t){e=i;break}{const t=i.value;if(t.parentNode&&t.parentNode.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const n=t.parentNode.host;if(-1!==this.mirror.getId(n)){e=i;break}}}}}}if(!e){for(;i.head;)i.removeNode(i.head.value);break}a=e.previous,i.removeNode(e.value),s(e.value)}const r={texts:this.texts.map((e=>({id:this.mirror.getId(e.node),value:e.value}))).filter((e=>!t.has(e.id))).filter((e=>this.mirror.has(e.id))),attributes:this.attributes.map((e=>{const{attributes:t}=e;if("string"==typeof t.style){const i=JSON.stringify(e.styleDiff),n=JSON.stringify(e._unchangedStyles);i.length<t.style.length&&(i+n).split("var(").length===t.style.split("var(").length&&(t.style=e.styleDiff)}return{id:this.mirror.getId(e.node),attributes:t}})).filter((e=>!t.has(e.id))).filter((e=>this.mirror.has(e.id))),removes:this.removes,adds:e};(r.texts.length||r.attributes.length||r.removes.length||r.adds.length)&&(this.texts=[],this.attributes=[],this.attributeMap=new WeakMap,this.removes=[],this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.movedMap={},this.mutationCb(r))},this.processMutation=e=>{if(!iv(e.target,this.mirror))switch(e.type){case"characterData":{const t=e.target.textContent;tv(e.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||t===e.oldValue||this.texts.push({value:zy(e.target,this.maskTextClass,this.maskTextSelector,this.unmaskTextClass,this.unmaskTextSelector,this.maskAllText)&&t?this.maskTextFn?this.maskTextFn(t,ev(e.target)):t.replace(/[\S]/g,"*"):t,node:e.target});break}case"attributes":{const t=e.target;let i=e.attributeName,n=e.target.getAttribute(i);if("value"===i){const i=Iy(t),s=t.tagName;n=yy(t,s,i);const a=my({maskInputOptions:this.maskInputOptions,tagName:s,type:i});n=fy({isMasked:zy(e.target,this.maskTextClass,this.maskTextSelector,this.unmaskTextClass,this.unmaskTextSelector,a),element:t,value:n,maskInputFn:this.maskInputFn})}if(tv(e.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||n===e.oldValue)return;let s=this.attributeMap.get(e.target);if("IFRAME"===t.tagName&&"src"===i&&!this.keepIframeSrcFn(n)){if(t.contentDocument)return;i="rr_src"}if(s||(s={node:e.target,attributes:{},styleDiff:{},_unchangedStyles:{}},this.attributes.push(s),this.attributeMap.set(e.target,s)),"type"===i&&"INPUT"===t.tagName&&"password"===(e.oldValue||"").toLowerCase()&&t.setAttribute("data-rr-is-password","true"),!Py(t.tagName,i)&&(s.attributes[i]=Cy(this.doc,hy(t.tagName),hy(i),n,t,this.maskAttributeFn),"style"===i)){if(!this.unattachedDoc)try{this.unattachedDoc=document.implementation.createHTMLDocument()}catch(e){this.unattachedDoc=this.doc}const i=this.unattachedDoc.createElement("span");e.oldValue&&i.setAttribute("style",e.oldValue);for(const e of Array.from(t.style)){const n=t.style.getPropertyValue(e),a=t.style.getPropertyPriority(e);n!==i.style.getPropertyValue(e)||a!==i.style.getPropertyPriority(e)?s.styleDiff[e]=""===a?n:[n,a]:s._unchangedStyles[e]=[n,a]}for(const e of Array.from(i.style))""===t.style.getPropertyValue(e)&&(s.styleDiff[e]=!1)}break}case"childList":if(tv(e.target,this.blockClass,this.blockSelector,this.unblockSelector,!0))return;e.addedNodes.forEach((t=>this.genAdds(t,e.target))),e.removedNodes.forEach((t=>{const i=this.mirror.getId(t),n=cy(e.target)?this.mirror.getId(e.target.host):this.mirror.getId(e.target);tv(e.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||iv(t,this.mirror)||!function(e,t){return-1!==t.getId(e)}(t,this.mirror)||(this.addedSet.has(t)?(Av(this.addedSet,t),this.droppedSet.add(t)):this.addedSet.has(e.target)&&-1===i||nv(e.target,this.mirror)||(this.movedSet.has(t)&&this.movedMap[bv(i,n)]?Av(this.movedSet,t):this.removes.push({parentId:n,id:i,isShadow:!(!cy(e.target)||!dy(e.target))||void 0})),this.mapRemoves.push(t))}))}},this.genAdds=(e,t)=>{if(!this.processedNodeManager.inOtherBuffer(e,this)&&!this.addedSet.has(e)&&!this.movedSet.has(e)){if(this.mirror.hasNode(e)){if(iv(e,this.mirror))return;this.movedSet.add(e);let i=null;t&&this.mirror.hasNode(t)&&(i=this.mirror.getId(t)),i&&-1!==i&&(this.movedMap[bv(this.mirror.getId(e),i)]=!0)}else this.addedSet.add(e),this.droppedSet.delete(e);tv(e,this.blockClass,this.blockSelector,this.unblockSelector,!1)||(e.childNodes.forEach((e=>this.genAdds(e))),ov(e)&&e.shadowRoot.childNodes.forEach((t=>{this.processedNodeManager.add(t,this),this.genAdds(t,e)})))}}}init(e){["mutationCb","blockClass","blockSelector","unblockSelector","maskAllText","maskTextClass","unmaskTextClass","maskTextSelector","unmaskTextSelector","inlineStylesheet","maskInputOptions","maskAttributeFn","maskTextFn","maskInputFn","keepIframeSrcFn","recordCanvas","inlineImages","slimDOMOptions","dataURLOptions","doc","mirror","iframeManager","stylesheetManager","shadowDomManager","canvasManager","processedNodeManager"].forEach((t=>{this[t]=e[t]}))}freeze(){this.frozen=!0,this.canvasManager.freeze()}unfreeze(){this.frozen=!1,this.canvasManager.unfreeze(),this.emit()}isFrozen(){return this.frozen}lock(){this.locked=!0,this.canvasManager.lock()}unlock(){this.locked=!1,this.canvasManager.unlock(),this.emit()}reset(){this.shadowDomManager.reset(),this.canvasManager.reset()}}function Av(e,t){e.delete(t),t.childNodes.forEach((t=>Av(e,t)))}function Sv(e,t,i){return 0!==e.length&&xv(e,t,i)}function xv(e,t,i){const{parentNode:n}=t;if(!n)return!1;const s=i.getId(n);return!!e.some((e=>e.id===s))||xv(e,n,i)}function Tv(e,t){return 0!==e.size&&Rv(e,t)}function Rv(e,t){const{parentNode:i}=t;return!!i&&(!!e.has(i)||Rv(e,i))}let kv;function Lv(e){kv=e}function Nv(){kv=void 0}const Fv=e=>{if(!kv)return e;return(...t)=>{try{return e(...t)}catch(e){if(kv&&!0===kv(e))return()=>{};throw e}}};function Uv(e){let t,i=e[0],n=1;for(;n<e.length;){const s=e[n],a=e[n+1];if(n+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=a(i)):"call"!==s&&"optionalCall"!==s||(i=a(((...e)=>i.call(t,...e))),t=void 0)}return i}const Ov=[];function Cv(e){try{if("composedPath"in e){const t=e.composedPath();if(t.length)return t[0]}else if("path"in e&&e.path.length)return e.path[0]}catch(e){}return e&&e.target}function Pv(e,t){const i=new Ev;Ov.push(i),i.init(e);let n=window.MutationObserver||window.__rrMutationObserver;const s=Uv([window,"optionalAccess",e=>e.Zone,"optionalAccess",e=>e.__symbol__,"optionalCall",e=>e("MutationObserver")]);s&&window[s]&&(n=window[s]);const a=new n(Fv((t=>{e.onMutation&&!1===e.onMutation(t)||i.processMutations.bind(i)(t)})));return a.observe(t,{attributes:!0,attributeOldValue:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0}),a}function jv({mouseInteractionCb:e,doc:t,mirror:i,blockClass:n,blockSelector:s,unblockSelector:a,sampling:r}){if(!1===r.mouseInteraction)return()=>{};const o=!0===r.mouseInteraction||void 0===r.mouseInteraction?{}:r.mouseInteraction,c=[];let d=null;return Object.keys(_v).filter((e=>Number.isNaN(Number(e))&&!e.endsWith("_Departed")&&!1!==o[e])).forEach((r=>{let o=hy(r);const l=(t=>r=>{const o=Cv(r);if(tv(o,n,s,a,!0))return;let c=null,l=t;if("pointerType"in r){switch(r.pointerType){case"mouse":c=Iv.Mouse;break;case"touch":c=Iv.Touch;break;case"pen":c=Iv.Pen}c===Iv.Touch?_v[t]===_v.MouseDown?l="TouchStart":_v[t]===_v.MouseUp&&(l="TouchEnd"):Iv.Pen}else sv(r)&&(c=Iv.Touch);null!==c?(d=c,(l.startsWith("Touch")&&c===Iv.Touch||l.startsWith("Mouse")&&c===Iv.Mouse)&&(c=null)):_v[t]===_v.Click&&(c=d,d=null);const u=sv(r)?r.changedTouches[0]:r;if(!u)return;const p=i.getId(o),{clientX:m,clientY:f}=u;Fv(e)({type:_v[l],id:p,x:m,y:f,...null!==c&&{pointerType:c}})})(r);if(window.PointerEvent)switch(_v[r]){case _v.MouseDown:case _v.MouseUp:o=o.replace("mouse","pointer");break;case _v.TouchStart:case _v.TouchEnd:return}c.push(Vy(o,l,t))})),Fv((()=>{c.forEach((e=>e()))}))}function Mv({scrollCb:e,doc:t,mirror:i,blockClass:n,blockSelector:s,unblockSelector:a,sampling:r}){return Vy("scroll",Fv(Ky(Fv((r=>{const o=Cv(r);if(!o||tv(o,n,s,a,!0))return;const c=i.getId(o);if(o===t&&t.defaultView){const i=Qy(t.defaultView);e({id:c,x:i.left,y:i.top})}else e({id:c,x:o.scrollLeft,y:o.scrollTop})})),r.scroll||100)),t)}const zv=["INPUT","TEXTAREA","SELECT"],Dv=new WeakMap;function Bv({inputCb:e,doc:t,mirror:i,blockClass:n,blockSelector:s,unblockSelector:a,ignoreClass:r,ignoreSelector:o,maskInputOptions:c,maskInputFn:d,sampling:l,userTriggeredOnInput:u,maskTextClass:p,unmaskTextClass:m,maskTextSelector:f,unmaskTextSelector:h}){function g(e){let i=Cv(e);const l=e.isTrusted,g=i&&gy(i.tagName);if("OPTION"===g&&(i=i.parentElement),!i||!g||zv.indexOf(g)<0||tv(i,n,s,a,!0))return;const I=i;if(I.classList.contains(r)||o&&I.matches(o))return;const y=Iy(i);let v=yy(I,g,y),w=!1;const b=my({maskInputOptions:c,tagName:g,type:y}),E=zy(i,p,f,m,h,b);"radio"!==y&&"checkbox"!==y||(w=i.checked),v=fy({isMasked:E,element:i,value:v,maskInputFn:d}),_(i,u?{text:v,isChecked:w,userTriggered:l}:{text:v,isChecked:w});const A=i.name;"radio"===y&&A&&w&&t.querySelectorAll(`input[type="radio"][name="${A}"]`).forEach((e=>{if(e!==i){const t=fy({isMasked:E,element:e,value:yy(e,g,y),maskInputFn:d});_(e,u?{text:t,isChecked:!w,userTriggered:!1}:{text:t,isChecked:!w})}}))}function _(t,n){const s=Dv.get(t);if(!s||s.text!==n.text||s.isChecked!==n.isChecked){Dv.set(t,n);const s=i.getId(t);Fv(e)({...n,id:s})}}const I=("last"===l.input?["change"]:["input","change"]).map((e=>Vy(e,Fv(g),t))),y=t.defaultView;if(!y)return()=>{I.forEach((e=>e()))};const v=y.Object.getOwnPropertyDescriptor(y.HTMLInputElement.prototype,"value"),w=[[y.HTMLInputElement.prototype,"value"],[y.HTMLInputElement.prototype,"checked"],[y.HTMLSelectElement.prototype,"value"],[y.HTMLTextAreaElement.prototype,"value"],[y.HTMLSelectElement.prototype,"selectedIndex"],[y.HTMLOptionElement.prototype,"selected"]];return v&&v.set&&I.push(...w.map((e=>Gy(e[0],e[1],{set(){Fv(g)({target:this,isTrusted:!1})}},!1,y)))),Fv((()=>{I.forEach((e=>e()))}))}function $v(e){return function(e,t){if(Wv("CSSGroupingRule")&&e.parentRule instanceof CSSGroupingRule||Wv("CSSMediaRule")&&e.parentRule instanceof CSSMediaRule||Wv("CSSSupportsRule")&&e.parentRule instanceof CSSSupportsRule||Wv("CSSConditionRule")&&e.parentRule instanceof CSSConditionRule){const i=Array.from(e.parentRule.cssRules).indexOf(e);t.unshift(i)}else if(e.parentStyleSheet){const i=Array.from(e.parentStyleSheet.cssRules).indexOf(e);t.unshift(i)}return t}(e,[])}function qv(e,t,i){let n,s;return e?(e.ownerNode?n=t.getId(e.ownerNode):s=i.getId(e),{styleId:s,id:n}):{}}function Vv({mirror:e,stylesheetManager:t},i){let n=null;n="#document"===i.nodeName?e.getId(i):e.getId(i.host);const s="#document"===i.nodeName?Uv([i,"access",e=>e.defaultView,"optionalAccess",e=>e.Document]):Uv([i,"access",e=>e.ownerDocument,"optionalAccess",e=>e.defaultView,"optionalAccess",e=>e.ShadowRoot]),a=Uv([s,"optionalAccess",e=>e.prototype])?Object.getOwnPropertyDescriptor(Uv([s,"optionalAccess",e=>e.prototype]),"adoptedStyleSheets"):void 0;return null!==n&&-1!==n&&s&&a?(Object.defineProperty(i,"adoptedStyleSheets",{configurable:a.configurable,enumerable:a.enumerable,get(){return Uv([a,"access",e=>e.get,"optionalAccess",e=>e.call,"call",e=>e(this)])},set(e){const i=Uv([a,"access",e=>e.set,"optionalAccess",e=>e.call,"call",t=>t(this,e)]);if(null!==n&&-1!==n)try{t.adoptStyleSheets(e,n)}catch(e){}return i}}),Fv((()=>{Object.defineProperty(i,"adoptedStyleSheets",{configurable:a.configurable,enumerable:a.enumerable,get:a.get,set:a.set})}))):()=>{}}function Hv(e,t={}){const i=e.doc.defaultView;if(!i)return()=>{};const n=Pv(e,e.doc),s=function({mousemoveCb:e,sampling:t,doc:i,mirror:n}){if(!1===t.mousemove)return()=>{};const s="number"==typeof t.mousemove?t.mousemove:50,a="number"==typeof t.mousemoveCallback?t.mousemoveCallback:500;let r,o=[];const c=Ky(Fv((t=>{const i=Date.now()-r;e(o.map((e=>(e.timeOffset-=i,e))),t),o=[],r=null})),a),d=Fv(Ky(Fv((e=>{const t=Cv(e),{clientX:i,clientY:s}=sv(e)?e.changedTouches[0]:e;r||(r=Jy()),o.push({x:i,y:s,id:n.getId(t),timeOffset:Jy()-r}),c("undefined"!=typeof DragEvent&&e instanceof DragEvent?gv.Drag:e instanceof MouseEvent?gv.MouseMove:gv.TouchMove)})),s,{trailing:!1})),l=[Vy("mousemove",d,i),Vy("touchmove",d,i),Vy("drag",d,i)];return Fv((()=>{l.forEach((e=>e()))}))}(e),a=jv(e),r=Mv(e),o=function({viewportResizeCb:e},{win:t}){let i=-1,n=-1;return Vy("resize",Fv(Ky(Fv((()=>{const t=Zy(),s=Xy();i===t&&n===s||(e({width:Number(s),height:Number(t)}),i=t,n=s)})),200)),t)}(e,{win:i}),c=Bv(e),d=function({mediaInteractionCb:e,blockClass:t,blockSelector:i,unblockSelector:n,mirror:s,sampling:a,doc:r}){const o=Fv((r=>Ky(Fv((a=>{const o=Cv(a);if(!o||tv(o,t,i,n,!0))return;const{currentTime:c,volume:d,muted:l,playbackRate:u}=o;e({type:r,id:s.getId(o),currentTime:c,volume:d,muted:l,playbackRate:u})})),a.media||500))),c=[Vy("play",o(0),r),Vy("pause",o(1),r),Vy("seeked",o(2),r),Vy("volumechange",o(3),r),Vy("ratechange",o(4),r)];return Fv((()=>{c.forEach((e=>e()))}))}(e),l=function({styleSheetRuleCb:e,mirror:t,stylesheetManager:i},{win:n}){if(!n.CSSStyleSheet||!n.CSSStyleSheet.prototype)return()=>{};const s=n.CSSStyleSheet.prototype.insertRule;n.CSSStyleSheet.prototype.insertRule=new Proxy(s,{apply:Fv(((n,s,a)=>{const[r,o]=a,{id:c,styleId:d}=qv(s,t,i.styleMirror);return(c&&-1!==c||d&&-1!==d)&&e({id:c,styleId:d,adds:[{rule:r,index:o}]}),n.apply(s,a)}))});const a=n.CSSStyleSheet.prototype.deleteRule;let r,o;n.CSSStyleSheet.prototype.deleteRule=new Proxy(a,{apply:Fv(((n,s,a)=>{const[r]=a,{id:o,styleId:c}=qv(s,t,i.styleMirror);return(o&&-1!==o||c&&-1!==c)&&e({id:o,styleId:c,removes:[{index:r}]}),n.apply(s,a)}))}),n.CSSStyleSheet.prototype.replace&&(r=n.CSSStyleSheet.prototype.replace,n.CSSStyleSheet.prototype.replace=new Proxy(r,{apply:Fv(((n,s,a)=>{const[r]=a,{id:o,styleId:c}=qv(s,t,i.styleMirror);return(o&&-1!==o||c&&-1!==c)&&e({id:o,styleId:c,replace:r}),n.apply(s,a)}))})),n.CSSStyleSheet.prototype.replaceSync&&(o=n.CSSStyleSheet.prototype.replaceSync,n.CSSStyleSheet.prototype.replaceSync=new Proxy(o,{apply:Fv(((n,s,a)=>{const[r]=a,{id:o,styleId:c}=qv(s,t,i.styleMirror);return(o&&-1!==o||c&&-1!==c)&&e({id:o,styleId:c,replaceSync:r}),n.apply(s,a)}))}));const c={};Kv("CSSGroupingRule")?c.CSSGroupingRule=n.CSSGroupingRule:(Kv("CSSMediaRule")&&(c.CSSMediaRule=n.CSSMediaRule),Kv("CSSConditionRule")&&(c.CSSConditionRule=n.CSSConditionRule),Kv("CSSSupportsRule")&&(c.CSSSupportsRule=n.CSSSupportsRule));const d={};return Object.entries(c).forEach((([n,s])=>{d[n]={insertRule:s.prototype.insertRule,deleteRule:s.prototype.deleteRule},s.prototype.insertRule=new Proxy(d[n].insertRule,{apply:Fv(((n,s,a)=>{const[r,o]=a,{id:c,styleId:d}=qv(s.parentStyleSheet,t,i.styleMirror);return(c&&-1!==c||d&&-1!==d)&&e({id:c,styleId:d,adds:[{rule:r,index:[...$v(s),o||0]}]}),n.apply(s,a)}))}),s.prototype.deleteRule=new Proxy(d[n].deleteRule,{apply:Fv(((n,s,a)=>{const[r]=a,{id:o,styleId:c}=qv(s.parentStyleSheet,t,i.styleMirror);return(o&&-1!==o||c&&-1!==c)&&e({id:o,styleId:c,removes:[{index:[...$v(s),r]}]}),n.apply(s,a)}))})})),Fv((()=>{n.CSSStyleSheet.prototype.insertRule=s,n.CSSStyleSheet.prototype.deleteRule=a,r&&(n.CSSStyleSheet.prototype.replace=r),o&&(n.CSSStyleSheet.prototype.replaceSync=o),Object.entries(c).forEach((([e,t])=>{t.prototype.insertRule=d[e].insertRule,t.prototype.deleteRule=d[e].deleteRule}))}))}(e,{win:i}),u=Vv(e,e.doc),p=function({styleDeclarationCb:e,mirror:t,ignoreCSSAttributes:i,stylesheetManager:n},{win:s}){const a=s.CSSStyleDeclaration.prototype.setProperty;s.CSSStyleDeclaration.prototype.setProperty=new Proxy(a,{apply:Fv(((s,r,o)=>{const[c,d,l]=o;if(i.has(c))return a.apply(r,[c,d,l]);const{id:u,styleId:p}=qv(Uv([r,"access",e=>e.parentRule,"optionalAccess",e=>e.parentStyleSheet]),t,n.styleMirror);return(u&&-1!==u||p&&-1!==p)&&e({id:u,styleId:p,set:{property:c,value:d,priority:l},index:$v(r.parentRule)}),s.apply(r,o)}))});const r=s.CSSStyleDeclaration.prototype.removeProperty;return s.CSSStyleDeclaration.prototype.removeProperty=new Proxy(r,{apply:Fv(((s,a,o)=>{const[c]=o;if(i.has(c))return r.apply(a,[c]);const{id:d,styleId:l}=qv(Uv([a,"access",e=>e.parentRule,"optionalAccess",e=>e.parentStyleSheet]),t,n.styleMirror);return(d&&-1!==d||l&&-1!==l)&&e({id:d,styleId:l,remove:{property:c},index:$v(a.parentRule)}),s.apply(a,o)}))}),Fv((()=>{s.CSSStyleDeclaration.prototype.setProperty=a,s.CSSStyleDeclaration.prototype.removeProperty=r}))}(e,{win:i}),m=e.collectFonts?function({fontCb:e,doc:t}){const i=t.defaultView;if(!i)return()=>{};const n=[],s=new WeakMap,a=i.FontFace;i.FontFace=function(e,t,i){const n=new a(e,t,i);return s.set(n,{family:e,buffer:"string"!=typeof t,descriptors:i,fontSource:"string"==typeof t?t:JSON.stringify(Array.from(new Uint8Array(t)))}),n};const r=Yy(t.fonts,"add",(function(t){return function(i){return fv(Fv((()=>{const t=s.get(i);t&&(e(t),s.delete(i))})),0),t.apply(this,[i])}}));return n.push((()=>{i.FontFace=a})),n.push(r),Fv((()=>{n.forEach((e=>e()))}))}(e):()=>{},f=function(e){const{doc:t,mirror:i,blockClass:n,blockSelector:s,unblockSelector:a,selectionCb:r}=e;let o=!0;const c=Fv((()=>{const e=t.getSelection();if(!e||o&&Uv([e,"optionalAccess",e=>e.isCollapsed]))return;o=e.isCollapsed||!1;const c=[],d=e.rangeCount||0;for(let t=0;t<d;t++){const r=e.getRangeAt(t),{startContainer:o,startOffset:d,endContainer:l,endOffset:u}=r;tv(o,n,s,a,!0)||tv(l,n,s,a,!0)||c.push({start:i.getId(o),startOffset:d,end:i.getId(l),endOffset:u})}r({ranges:c})}));return c(),Vy("selectionchange",c)}(e),h=function({doc:e,customElementCb:t}){const i=e.defaultView;if(!i||!i.customElements)return()=>{};const n=Yy(i.customElements,"define",(function(e){return function(i,n,s){try{t({define:{name:i}})}catch(e){}return e.apply(this,[i,n,s])}}));return n}(e),g=[];for(const t of e.plugins)g.push(t.observer(t.callback,i,t.options));return Fv((()=>{Ov.forEach((e=>e.reset())),n.disconnect(),s(),a(),r(),o(),c(),d(),l(),u(),p(),m(),f(),h(),g.forEach((e=>e()))}))}function Wv(e){return void 0!==window[e]}function Kv(e){return Boolean(void 0!==window[e]&&window[e].prototype&&"insertRule"in window[e].prototype&&"deleteRule"in window[e].prototype)}class Gv{constructor(e){this.generateIdFn=e,this.iframeIdToRemoteIdMap=new WeakMap,this.iframeRemoteIdToIdMap=new WeakMap}getId(e,t,i,n){const s=i||this.getIdToRemoteIdMap(e),a=n||this.getRemoteIdToIdMap(e);let r=s.get(t);return r||(r=this.generateIdFn(),s.set(t,r),a.set(r,t)),r}getIds(e,t){const i=this.getIdToRemoteIdMap(e),n=this.getRemoteIdToIdMap(e);return t.map((t=>this.getId(e,t,i,n)))}getRemoteId(e,t,i){const n=i||this.getRemoteIdToIdMap(e);if("number"!=typeof t)return t;const s=n.get(t);return s||-1}getRemoteIds(e,t){const i=this.getRemoteIdToIdMap(e);return t.map((t=>this.getRemoteId(e,t,i)))}reset(e){if(!e)return this.iframeIdToRemoteIdMap=new WeakMap,void(this.iframeRemoteIdToIdMap=new WeakMap);this.iframeIdToRemoteIdMap.delete(e),this.iframeRemoteIdToIdMap.delete(e)}getIdToRemoteIdMap(e){let t=this.iframeIdToRemoteIdMap.get(e);return t||(t=new Map,this.iframeIdToRemoteIdMap.set(e,t)),t}getRemoteIdToIdMap(e){let t=this.iframeRemoteIdToIdMap.get(e);return t||(t=new Map,this.iframeRemoteIdToIdMap.set(e,t)),t}}function Yv(e){let t,i=e[0],n=1;for(;n<e.length;){const s=e[n],a=e[n+1];if(n+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=a(i)):"call"!==s&&"optionalCall"!==s||(i=a(((...e)=>i.call(t,...e))),t=void 0)}return i}class Jv{constructor(){this.crossOriginIframeMirror=new Gv(by),this.crossOriginIframeRootIdMap=new WeakMap}addIframe(){}addLoadListener(){}attachIframe(){}}class Qv{constructor(e){this.iframes=new WeakMap,this.crossOriginIframeMap=new WeakMap,this.crossOriginIframeMirror=new Gv(by),this.crossOriginIframeRootIdMap=new WeakMap,this.mutationCb=e.mutationCb,this.wrappedEmit=e.wrappedEmit,this.stylesheetManager=e.stylesheetManager,this.recordCrossOriginIframes=e.recordCrossOriginIframes,this.crossOriginIframeStyleMirror=new Gv(this.stylesheetManager.styleMirror.generateId.bind(this.stylesheetManager.styleMirror)),this.mirror=e.mirror,this.recordCrossOriginIframes&&window.addEventListener("message",this.handleMessage.bind(this))}addIframe(e){this.iframes.set(e,!0),e.contentWindow&&this.crossOriginIframeMap.set(e.contentWindow,e)}addLoadListener(e){this.loadListener=e}attachIframe(e,t){this.mutationCb({adds:[{parentId:this.mirror.getId(e),nextId:null,node:t}],removes:[],texts:[],attributes:[],isAttachIframe:!0}),Yv([this,"access",e=>e.loadListener,"optionalCall",t=>t(e)]),e.contentDocument&&e.contentDocument.adoptedStyleSheets&&e.contentDocument.adoptedStyleSheets.length>0&&this.stylesheetManager.adoptStyleSheets(e.contentDocument.adoptedStyleSheets,this.mirror.getId(e.contentDocument))}handleMessage(e){const t=e;if("rrweb"!==t.data.type||t.origin!==t.data.origin)return;if(!e.source)return;const i=this.crossOriginIframeMap.get(e.source);if(!i)return;const n=this.transformCrossOriginEvent(i,t.data.event);n&&this.wrappedEmit(n,t.data.isCheckout)}transformCrossOriginEvent(e,t){switch(t.type){case hv.FullSnapshot:{this.crossOriginIframeMirror.reset(e),this.crossOriginIframeStyleMirror.reset(e),this.replaceIdOnNode(t.data.node,e);const i=t.data.node.id;return this.crossOriginIframeRootIdMap.set(e,i),this.patchRootIdOnNode(t.data.node,i),{timestamp:t.timestamp,type:hv.IncrementalSnapshot,data:{source:gv.Mutation,adds:[{parentId:this.mirror.getId(e),nextId:null,node:t.data.node}],removes:[],texts:[],attributes:[],isAttachIframe:!0}}}case hv.Meta:case hv.Load:case hv.DomContentLoaded:return!1;case hv.Plugin:return t;case hv.Custom:return this.replaceIds(t.data.payload,e,["id","parentId","previousId","nextId"]),t;case hv.IncrementalSnapshot:switch(t.data.source){case gv.Mutation:return t.data.adds.forEach((t=>{this.replaceIds(t,e,["parentId","nextId","previousId"]),this.replaceIdOnNode(t.node,e);const i=this.crossOriginIframeRootIdMap.get(e);i&&this.patchRootIdOnNode(t.node,i)})),t.data.removes.forEach((t=>{this.replaceIds(t,e,["parentId","id"])})),t.data.attributes.forEach((t=>{this.replaceIds(t,e,["id"])})),t.data.texts.forEach((t=>{this.replaceIds(t,e,["id"])})),t;case gv.Drag:case gv.TouchMove:case gv.MouseMove:return t.data.positions.forEach((t=>{this.replaceIds(t,e,["id"])})),t;case gv.ViewportResize:return!1;case gv.MediaInteraction:case gv.MouseInteraction:case gv.Scroll:case gv.CanvasMutation:case gv.Input:return this.replaceIds(t.data,e,["id"]),t;case gv.StyleSheetRule:case gv.StyleDeclaration:return this.replaceIds(t.data,e,["id"]),this.replaceStyleIds(t.data,e,["styleId"]),t;case gv.Font:return t;case gv.Selection:return t.data.ranges.forEach((t=>{this.replaceIds(t,e,["start","end"])})),t;case gv.AdoptedStyleSheet:return this.replaceIds(t.data,e,["id"]),this.replaceStyleIds(t.data,e,["styleIds"]),Yv([t,"access",e=>e.data,"access",e=>e.styles,"optionalAccess",e=>e.forEach,"call",t=>t((t=>{this.replaceStyleIds(t,e,["styleId"])}))]),t}}return!1}replace(e,t,i,n){for(const s of n)(Array.isArray(t[s])||"number"==typeof t[s])&&(Array.isArray(t[s])?t[s]=e.getIds(i,t[s]):t[s]=e.getId(i,t[s]));return t}replaceIds(e,t,i){return this.replace(this.crossOriginIframeMirror,e,t,i)}replaceStyleIds(e,t,i){return this.replace(this.crossOriginIframeStyleMirror,e,t,i)}replaceIdOnNode(e,t){this.replaceIds(e,t,["id","rootId"]),"childNodes"in e&&e.childNodes.forEach((e=>{this.replaceIdOnNode(e,t)}))}patchRootIdOnNode(e,t){e.type===oy.Document||e.rootId||(e.rootId=t),"childNodes"in e&&e.childNodes.forEach((e=>{this.patchRootIdOnNode(e,t)}))}}class Zv{init(){}addShadowRoot(){}observeAttachShadow(){}reset(){}}class Xv{constructor(e){this.shadowDoms=new WeakSet,this.restoreHandlers=[],this.mutationCb=e.mutationCb,this.scrollCb=e.scrollCb,this.bypassOptions=e.bypassOptions,this.mirror=e.mirror,this.init()}init(){this.reset(),this.patchAttachShadow(Element,document)}addShadowRoot(e,t){if(!dy(e))return;if(this.shadowDoms.has(e))return;this.shadowDoms.add(e);const i=Pv({...this.bypassOptions,doc:t,mutationCb:this.mutationCb,mirror:this.mirror,shadowDomManager:this},e);this.restoreHandlers.push((()=>i.disconnect())),this.restoreHandlers.push(Mv({...this.bypassOptions,scrollCb:this.scrollCb,doc:e,mirror:this.mirror})),fv((()=>{e.adoptedStyleSheets&&e.adoptedStyleSheets.length>0&&this.bypassOptions.stylesheetManager.adoptStyleSheets(e.adoptedStyleSheets,this.mirror.getId(e.host)),this.restoreHandlers.push(Vv({mirror:this.mirror,stylesheetManager:this.bypassOptions.stylesheetManager},e))}),0)}observeAttachShadow(e){e.contentWindow&&e.contentDocument&&this.patchAttachShadow(e.contentWindow.Element,e.contentDocument)}patchAttachShadow(e,t){const i=this;this.restoreHandlers.push(Yy(e.prototype,"attachShadow",(function(e){return function(n){const s=e.call(this,n);return this.shadowRoot&&uv(this)&&i.addShadowRoot(this.shadowRoot,t),s}})))}reset(){this.restoreHandlers.forEach((e=>{try{e()}catch(e){}})),this.restoreHandlers=[],this.shadowDoms=new WeakSet}}class ew{reset(){}freeze(){}unfreeze(){}lock(){}unlock(){}snapshot(){}}class tw{constructor(e){this.trackedLinkElements=new WeakSet,this.styleMirror=new cv,this.mutationCb=e.mutationCb,this.adoptedStyleSheetCb=e.adoptedStyleSheetCb}attachLinkElement(e,t){"_cssText"in t.attributes&&this.mutationCb({adds:[],removes:[],texts:[],attributes:[{id:t.id,attributes:t.attributes}]}),this.trackLinkElement(e)}trackLinkElement(e){this.trackedLinkElements.has(e)||(this.trackedLinkElements.add(e),this.trackStylesheetInLinkElement(e))}adoptStyleSheets(e,t){if(0===e.length)return;const i={id:t,styleIds:[]},n=[];for(const t of e){let e;this.styleMirror.has(t)?e=this.styleMirror.getId(t):(e=this.styleMirror.add(t),n.push({styleId:e,rules:Array.from(t.rules||CSSRule,((e,t)=>({rule:uy(e),index:t})))})),i.styleIds.push(e)}n.length>0&&(i.styles=n),this.adoptedStyleSheetCb(i)}reset(){this.styleMirror.reset(),this.trackedLinkElements=new WeakSet}trackStylesheetInLinkElement(e){}}class iw{constructor(){this.nodeMap=new WeakMap,this.loop=!0,this.periodicallyClear()}periodicallyClear(){!function(...e){mv("requestAnimationFrame")(...e)}((()=>{this.clear(),this.loop&&this.periodicallyClear()}))}inOtherBuffer(e,t){const i=this.nodeMap.get(e);return i&&Array.from(i).some((e=>e!==t))}add(e,t){this.nodeMap.set(e,(this.nodeMap.get(e)||new Set).add(t))}clear(){this.nodeMap=new WeakMap}destroy(){this.loop=!1}}let nw,sw;const aw=new py;function rw(e={}){const{emit:t,checkoutEveryNms:i,checkoutEveryNth:n,blockClass:s="rr-block",blockSelector:a=null,unblockSelector:r=null,ignoreClass:o="rr-ignore",ignoreSelector:c=null,maskAllText:d=!1,maskTextClass:l="rr-mask",unmaskTextClass:u=null,maskTextSelector:p=null,unmaskTextSelector:m=null,inlineStylesheet:f=!0,maskAllInputs:h,maskInputOptions:g,slimDOMOptions:_,maskAttributeFn:I,maskInputFn:y,maskTextFn:v,maxCanvasSize:w=null,packFn:b,sampling:E={},dataURLOptions:A={},mousemoveWait:S,recordCanvas:x=!1,recordCrossOriginIframes:T=!1,recordAfter:R=("DOMContentLoaded"===e.recordAfter?e.recordAfter:"load"),userTriggeredOnInput:k=!1,collectFonts:L=!1,inlineImages:N=!1,plugins:F,keepIframeSrcFn:U=()=>!1,ignoreCSSAttributes:O=new Set([]),errorHandler:C,onMutation:P,getCanvasManager:j}=e;Lv(C);const M=!T||window.parent===window;let z=!1;if(!M)try{window.parent.document&&(z=!1)}catch(e){z=!0}if(M&&!t)throw new Error("emit function is required");void 0!==S&&void 0===E.mousemove&&(E.mousemove=S),aw.reset();const D=!0===h?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0,radio:!0,checkbox:!0}:void 0!==g?g:{},B=!0===_||"all"===_?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaVerification:!0,headMetaAuthorship:"all"===_,headMetaDescKeywords:"all"===_}:_||{};let $;!function(e=window){"NodeList"in e&&!e.NodeList.prototype.forEach&&(e.NodeList.prototype.forEach=Array.prototype.forEach),"DOMTokenList"in e&&!e.DOMTokenList.prototype.forEach&&(e.DOMTokenList.prototype.forEach=Array.prototype.forEach),Node.prototype.contains||(Node.prototype.contains=(...e)=>{let t=e[0];if(!(0 in e))throw new TypeError("1 argument is required");do{if(this===t)return!0}while(t=t&&t.parentNode);return!1})}();let q=0;const V=e=>{for(const t of F||[])t.eventProcessor&&(e=t.eventProcessor(e));return b&&!z&&(e=b(e)),e};nw=(e,s)=>{const a=e;if(a.timestamp=Jy(),!Kf([Ov,"access",e=>e[0],"optionalAccess",e=>e.isFrozen,"call",e=>e()])||a.type===hv.FullSnapshot||a.type===hv.IncrementalSnapshot&&a.data.source===gv.Mutation||Ov.forEach((e=>e.unfreeze())),M)Kf([t,"optionalCall",e=>e(V(a),s)]);else if(z){const e={type:"rrweb",event:V(a),origin:window.location.origin,isCheckout:s};window.parent.postMessage(e,"*")}if(a.type===hv.FullSnapshot)$=a,q=0;else if(a.type===hv.IncrementalSnapshot){if(a.data.source===gv.Mutation&&a.data.isAttachIframe)return;q++;const e=n&&q>=n,t=i&&$&&a.timestamp-$.timestamp>i;(e||t)&&X(!0)}};const H=e=>{nw({type:hv.IncrementalSnapshot,data:{source:gv.Mutation,...e}})},W=e=>nw({type:hv.IncrementalSnapshot,data:{source:gv.Scroll,...e}}),K=e=>nw({type:hv.IncrementalSnapshot,data:{source:gv.CanvasMutation,...e}}),G=new tw({mutationCb:H,adoptedStyleSheetCb:e=>nw({type:hv.IncrementalSnapshot,data:{source:gv.AdoptedStyleSheet,...e}})}),Y="boolean"==typeof __RRWEB_EXCLUDE_IFRAME__&&__RRWEB_EXCLUDE_IFRAME__?new Jv:new Qv({mirror:aw,mutationCb:H,stylesheetManager:G,recordCrossOriginIframes:T,wrappedEmit:nw});for(const e of F||[])e.getMirror&&e.getMirror({nodeMirror:aw,crossOriginIframeMirror:Y.crossOriginIframeMirror,crossOriginIframeStyleMirror:Y.crossOriginIframeStyleMirror});const J=new iw,Q=function(e,t){try{return e?e(t):new ew}catch(e){return console.warn("Unable to initialize CanvasManager"),new ew}}(j,{mirror:aw,win:window,mutationCb:e=>nw({type:hv.IncrementalSnapshot,data:{source:gv.CanvasMutation,...e}}),recordCanvas:x,blockClass:s,blockSelector:a,unblockSelector:r,maxCanvasSize:w,sampling:E.canvas,dataURLOptions:A,errorHandler:C}),Z="boolean"==typeof __RRWEB_EXCLUDE_SHADOW_DOM__&&__RRWEB_EXCLUDE_SHADOW_DOM__?new Zv:new Xv({mutationCb:H,scrollCb:W,bypassOptions:{onMutation:P,blockClass:s,blockSelector:a,unblockSelector:r,maskAllText:d,maskTextClass:l,unmaskTextClass:u,maskTextSelector:p,unmaskTextSelector:m,inlineStylesheet:f,maskInputOptions:D,dataURLOptions:A,maskAttributeFn:I,maskTextFn:v,maskInputFn:y,recordCanvas:x,inlineImages:N,sampling:E,slimDOMOptions:B,iframeManager:Y,stylesheetManager:G,canvasManager:Q,keepIframeSrcFn:U,processedNodeManager:J},mirror:aw}),X=(e=!1)=>{nw({type:hv.Meta,data:{href:window.location.href,width:Xy(),height:Zy()}},e),G.reset(),Z.init(),Ov.forEach((e=>e.lock()));const t=function(e,t){const{mirror:i=new py,blockClass:n="rr-block",blockSelector:s=null,unblockSelector:a=null,maskAllText:r=!1,maskTextClass:o="rr-mask",unmaskTextClass:c=null,maskTextSelector:d=null,unmaskTextSelector:l=null,inlineStylesheet:u=!0,inlineImages:p=!1,recordCanvas:m=!1,maskAllInputs:f=!1,maskAttributeFn:h,maskTextFn:g,maskInputFn:_,slimDOM:I=!1,dataURLOptions:y,preserveWhiteSpace:v,onSerialize:w,onIframeLoad:b,iframeLoadTimeout:E,onStylesheetLoad:A,stylesheetLoadTimeout:S,keepIframeSrcFn:x=()=>!1}=t||{};return $y(e,{doc:e,mirror:i,blockClass:n,blockSelector:s,unblockSelector:a,maskAllText:r,maskTextClass:o,unmaskTextClass:c,maskTextSelector:d,unmaskTextSelector:l,skipChild:!1,inlineStylesheet:u,maskInputOptions:!0===f?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0}:!1===f?{}:f,maskAttributeFn:h,maskTextFn:g,maskInputFn:_,slimDOMOptions:!0===I||"all"===I?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaDescKeywords:"all"===I,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaAuthorship:!0,headMetaVerification:!0}:!1===I?{}:I,dataURLOptions:y,inlineImages:p,recordCanvas:m,preserveWhiteSpace:v,onSerialize:w,onIframeLoad:b,iframeLoadTimeout:E,onStylesheetLoad:A,stylesheetLoadTimeout:S,keepIframeSrcFn:x,newlyAddedElement:!1})}(document,{mirror:aw,blockClass:s,blockSelector:a,unblockSelector:r,maskAllText:d,maskTextClass:l,unmaskTextClass:u,maskTextSelector:p,unmaskTextSelector:m,inlineStylesheet:f,maskAllInputs:D,maskAttributeFn:I,maskInputFn:y,maskTextFn:v,slimDOM:B,dataURLOptions:A,recordCanvas:x,inlineImages:N,onSerialize:e=>{av(e,aw)&&Y.addIframe(e),rv(e,aw)&&G.trackLinkElement(e),ov(e)&&Z.addShadowRoot(e.shadowRoot,document)},onIframeLoad:(e,t)=>{Y.attachIframe(e,t),Z.observeAttachShadow(e)},onStylesheetLoad:(e,t)=>{G.attachLinkElement(e,t)},keepIframeSrcFn:U});if(!t)return console.warn("Failed to snapshot the document");nw({type:hv.FullSnapshot,data:{node:t,initialOffset:Qy(window)}}),Ov.forEach((e=>e.unlock())),document.adoptedStyleSheets&&document.adoptedStyleSheets.length>0&&G.adoptStyleSheets(document.adoptedStyleSheets,aw.getId(document))};sw=X;try{const e=[],t=e=>Fv(Hv)({onMutation:P,mutationCb:H,mousemoveCb:(e,t)=>nw({type:hv.IncrementalSnapshot,data:{source:t,positions:e}}),mouseInteractionCb:e=>nw({type:hv.IncrementalSnapshot,data:{source:gv.MouseInteraction,...e}}),scrollCb:W,viewportResizeCb:e=>nw({type:hv.IncrementalSnapshot,data:{source:gv.ViewportResize,...e}}),inputCb:e=>nw({type:hv.IncrementalSnapshot,data:{source:gv.Input,...e}}),mediaInteractionCb:e=>nw({type:hv.IncrementalSnapshot,data:{source:gv.MediaInteraction,...e}}),styleSheetRuleCb:e=>nw({type:hv.IncrementalSnapshot,data:{source:gv.StyleSheetRule,...e}}),styleDeclarationCb:e=>nw({type:hv.IncrementalSnapshot,data:{source:gv.StyleDeclaration,...e}}),canvasMutationCb:K,fontCb:e=>nw({type:hv.IncrementalSnapshot,data:{source:gv.Font,...e}}),selectionCb:e=>{nw({type:hv.IncrementalSnapshot,data:{source:gv.Selection,...e}})},customElementCb:e=>{nw({type:hv.IncrementalSnapshot,data:{source:gv.CustomElement,...e}})},blockClass:s,ignoreClass:o,ignoreSelector:c,maskAllText:d,maskTextClass:l,unmaskTextClass:u,maskTextSelector:p,unmaskTextSelector:m,maskInputOptions:D,inlineStylesheet:f,sampling:E,recordCanvas:x,inlineImages:N,userTriggeredOnInput:k,collectFonts:L,doc:e,maskAttributeFn:I,maskInputFn:y,maskTextFn:v,keepIframeSrcFn:U,blockSelector:a,unblockSelector:r,slimDOMOptions:B,dataURLOptions:A,mirror:aw,iframeManager:Y,stylesheetManager:G,shadowDomManager:Z,processedNodeManager:J,canvasManager:Q,ignoreCSSAttributes:O,plugins:Kf([F,"optionalAccess",e=>e.filter,"call",e=>e((e=>e.observer)),"optionalAccess",e=>e.map,"call",e=>e((e=>({observer:e.observer,options:e.options,callback:t=>nw({type:hv.Plugin,data:{plugin:e.name,payload:t}})})))])||[]},{});Y.addLoadListener((i=>{try{e.push(t(i.contentDocument))}catch(e){console.warn(e)}}));const i=()=>{X(),e.push(t(document))};return"interactive"===document.readyState||"complete"===document.readyState?i():(e.push(Vy("DOMContentLoaded",(()=>{nw({type:hv.DomContentLoaded,data:{}}),"DOMContentLoaded"===R&&i()}))),e.push(Vy("load",(()=>{nw({type:hv.Load,data:{}}),"load"===R&&i()}),window))),()=>{e.forEach((e=>e())),J.destroy(),sw=void 0,Nv()}}catch(e){console.warn(e)}}rw.mirror=aw,rw.takeFullSnapshot=function(e){if(!sw)throw new Error("please take full snapshot after start recording");sw(e)};function ow(e){return e>9999999999?e:1e3*e}function cw(e){return e>9999999999?e/1e3:e}function dw(e,t){"sentry.transaction"!==t.category&&(["ui.click","ui.input"].includes(t.category)?e.triggerUserActivity():e.checkAndHandleExpiredSession(),e.addUpdate((()=>(e.throttledAddEvent({type:hv.Custom,timestamp:1e3*(t.timestamp||0),data:{tag:"breadcrumb",payload:mf(t,10,1e3)}}),"console"===t.category))))}function lw(e){return e.closest("button,a")||e}function uw(e){const t=pw(e);return t&&t instanceof Element?lw(t):t}function pw(e){return function(e){return"object"==typeof e&&!!e&&"target"in e}(e)?e.target:e}let mw;function fw(e){return mw||(mw=[],om(XI,"open",(function(e){return function(...t){if(mw)try{mw.forEach((e=>e()))}catch(e){}return e.apply(XI,t)}}))),mw.push(e),()=>{const t=mw?mw.indexOf(e):-1;t>-1&&mw.splice(t,1)}}class hw{constructor(e,t,i=dw){this._lastMutation=0,this._lastScroll=0,this._clicks=[],this._timeout=t.timeout/1e3,this._threshold=t.threshold/1e3,this._scollTimeout=t.scrollTimeout/1e3,this._replay=e,this._ignoreSelector=t.ignoreSelector,this._addBreadcrumbEvent=i}addListeners(){const e=fw((()=>{this._lastMutation=_w()}));this._teardown=()=>{e(),this._clicks=[],this._lastMutation=0,this._lastScroll=0}}removeListeners(){this._teardown&&this._teardown(),this._checkClickTimeout&&clearTimeout(this._checkClickTimeout)}handleClick(e,t){if(function(e,t){if(!gw.includes(e.tagName))return!0;if("INPUT"===e.tagName&&!["submit","button"].includes(e.getAttribute("type")||""))return!0;if("A"===e.tagName&&(e.hasAttribute("download")||e.hasAttribute("target")&&"_self"!==e.getAttribute("target")))return!0;if(t&&e.matches(t))return!0;return!1}(t,this._ignoreSelector)||!function(e){return!(!e.data||"number"!=typeof e.data.nodeId||!e.timestamp)}(e))return;const i={timestamp:cw(e.timestamp),clickBreadcrumb:e,clickCount:0,node:t};this._clicks.some((e=>e.node===i.node&&Math.abs(e.timestamp-i.timestamp)<1))||(this._clicks.push(i),1===this._clicks.length&&this._scheduleCheckClicks())}registerMutation(e=Date.now()){this._lastMutation=cw(e)}registerScroll(e=Date.now()){this._lastScroll=cw(e)}registerClick(e){const t=lw(e);this._handleMultiClick(t)}_handleMultiClick(e){this._getClicks(e).forEach((e=>{e.clickCount++}))}_getClicks(e){return this._clicks.filter((t=>t.node===e))}_checkClicks(){const e=[],t=_w();this._clicks.forEach((i=>{!i.mutationAfter&&this._lastMutation&&(i.mutationAfter=i.timestamp<=this._lastMutation?this._lastMutation-i.timestamp:void 0),!i.scrollAfter&&this._lastScroll&&(i.scrollAfter=i.timestamp<=this._lastScroll?this._lastScroll-i.timestamp:void 0),i.timestamp+this._timeout<=t&&e.push(i)}));for(const t of e){const e=this._clicks.indexOf(t);e>-1&&(this._generateBreadcrumbs(t),this._clicks.splice(e,1))}this._clicks.length&&this._scheduleCheckClicks()}_generateBreadcrumbs(e){const t=this._replay,i=e.scrollAfter&&e.scrollAfter<=this._scollTimeout,n=e.mutationAfter&&e.mutationAfter<=this._threshold,s=!i&&!n,{clickCount:a,clickBreadcrumb:r}=e;if(s){const i=1e3*Math.min(e.mutationAfter||this._timeout,this._timeout),n=i<1e3*this._timeout?"mutation":"timeout",s={type:"default",message:r.message,timestamp:r.timestamp,category:"ui.slowClickDetected",data:{...r.data,url:XI.location.href,route:t.getCurrentRoute(),timeAfterClickMs:i,endReason:n,clickCount:a||1}};this._addBreadcrumbEvent(t,s)}else if(a>1){const e={type:"default",message:r.message,timestamp:r.timestamp,category:"ui.multiClick",data:{...r.data,url:XI.location.href,route:t.getCurrentRoute(),clickCount:a,metric:!0}};this._addBreadcrumbEvent(t,e)}}_scheduleCheckClicks(){this._checkClickTimeout&&clearTimeout(this._checkClickTimeout),this._checkClickTimeout=setTimeout((()=>this._checkClicks()),1e3)}}const gw=["A","BUTTON","INPUT"];function _w(){return Date.now()/1e3}function Iw(e,t){try{if(!function(e){return 3===e.type}(t))return;const{source:i}=t.data;if(i===gv.Mutation&&e.registerMutation(t.timestamp),i===gv.Scroll&&e.registerScroll(t.timestamp),function(e){return e.data.source===gv.MouseInteraction}(t)){const{type:i,id:n}=t.data,s=rw.mirror.getNode(n);s instanceof HTMLElement&&i===_v.Click&&e.registerClick(s)}}catch(e){}}function yw(e){return{timestamp:Date.now()/1e3,type:"default",...e}}var vw;!function(e){e[e.Document=0]="Document",e[e.DocumentType=1]="DocumentType",e[e.Element=2]="Element",e[e.Text=3]="Text",e[e.CDATA=4]="CDATA",e[e.Comment=5]="Comment"}(vw||(vw={}));const ww=new Set(["id","class","aria-label","role","name","alt","title","data-test-id","data-testid","disabled","aria-disabled","data-sentry-component"]);function bw(e){const t={};for(const i in e)if(ww.has(i)){let n=i;"data-testid"!==i&&"data-test-id"!==i||(n="testId"),t[n]=e[i]}return t}const Ew=e=>t=>{if(!e.isEnabled())return;const i=function(e){const{target:t,message:i}=function(e){const t="click"===e.name;let i,n=null;try{n=t?uw(e.event):pw(e.event),i=Gp(n,{maxStringLength:200})||"<unknown>"}catch(e){i="<unknown>"}return{target:n,message:i}}(e);return yw({category:`ui.${e.name}`,...Aw(t,i)})}(t);if(!i)return;const n="click"===t.name,s=n?t.event:void 0;var a,r,o;!(n&&e.clickDetector&&s&&s.target)||s.altKey||s.metaKey||s.ctrlKey||s.shiftKey||(a=e.clickDetector,r=i,o=uw(t.event),a.handleClick(r,o)),dw(e,i)};function Aw(e,t){const i=rw.mirror.getId(e),n=i&&rw.mirror.getNode(i),s=n&&rw.mirror.getMeta(n),a=s&&function(e){return e.type===vw.Element}(s)?s:null;return{message:t,data:a?{nodeId:i,node:{id:i,tagName:a.tagName,textContent:Array.from(a.childNodes).map((e=>e.type===vw.Text&&e.textContent)).filter(Boolean).map((e=>e.trim())).join(""),attributes:bw(a.attributes)}}:{}}}function Sw(e,t){if(!e.isEnabled())return;e.updateUserActivity();const i=function(e){const{metaKey:t,shiftKey:i,ctrlKey:n,altKey:s,key:a,target:r}=e;if(!r||function(e){return"INPUT"===e.tagName||"TEXTAREA"===e.tagName||e.isContentEditable}(r)||!a)return null;const o=t||n||s,c=1===a.length;if(!o&&c)return null;const d=Gp(r,{maxStringLength:200})||"<unknown>",l=Aw(r,d);return yw({category:"ui.keyDown",message:d,data:{...l.data,metaKey:t,shiftKey:i,ctrlKey:n,altKey:s,key:a}})}(t);i&&dw(e,i)}const xw={resource:function(e){const{entryType:t,initiatorType:i,name:n,responseEnd:s,startTime:a,decodedBodySize:r,encodedBodySize:o,responseStatus:c,transferSize:d}=e;if(["fetch","xmlhttprequest"].includes(i))return null;return{type:`${t}.${i}`,start:Rw(a),end:Rw(s),name:n,data:{size:d,statusCode:c,decodedBodySize:r,encodedBodySize:o}}},paint:function(e){const{duration:t,entryType:i,name:n,startTime:s}=e,a=Rw(s);return{type:i,name:n,start:a,end:a+t,data:void 0}},navigation:function(e){const{entryType:t,name:i,decodedBodySize:n,duration:s,domComplete:a,encodedBodySize:r,domContentLoadedEventStart:o,domContentLoadedEventEnd:c,domInteractive:d,loadEventStart:l,loadEventEnd:u,redirectCount:p,startTime:m,transferSize:f,type:h}=e;if(0===s)return null;return{type:`${t}.${h}`,start:Rw(m),end:Rw(a),name:i,data:{size:f,decodedBodySize:n,encodedBodySize:r,duration:s,domInteractive:d,domContentLoadedEventStart:o,domContentLoadedEventEnd:c,loadEventStart:l,loadEventEnd:u,domComplete:a,redirectCount:p}}}};function Tw(e){return xw[e.entryType]?xw[e.entryType](e):null}function Rw(e){return((xf||XI.performance.timeOrigin)+e)/1e3}function kw(e){function t(t){e.performanceEntries.includes(t)||e.performanceEntries.push(t)}function i({entries:e}){e.forEach(t)}const n=[];return["navigation","paint","resource"].forEach((e=>{n.push(I_(e,i))})),n.push(__((({metric:t})=>{e.replayPerformanceEntries.push(function(e){const t=e.entries,i=t[t.length-1],n=i?i.element:void 0,s=e.value,a=Rw(s);return{type:"largest-contentful-paint",name:"largest-contentful-paint",start:a,end:a,data:{value:s,size:s,nodeId:n?rw.mirror.getId(n):void 0}}}(t))}))),()=>{n.forEach((e=>e()))}}const Lw="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__;function Nw(e,t){Lw&&(tm.info(e),t&&Uw(e))}function Fw(e,t){Lw&&(tm.info(e),t&&setTimeout((()=>{Uw(e)}),0))}function Uw(e){hh({category:"console",data:{logger:"replay"},level:"info",message:e},{level:"info"})}class Ow extends Error{constructor(){super("Event buffer exceeded maximum size of 20000000.")}}class Cw{constructor(){this.events=[],this._totalSize=0,this.hasCheckout=!1}get hasEvents(){return this.events.length>0}get type(){return"sync"}destroy(){this.events=[]}async addEvent(e){const t=JSON.stringify(e).length;if(this._totalSize+=t,this._totalSize>sy)throw new Ow;this.events.push(e)}finish(){return new Promise((e=>{const t=this.events;this.clear(),e(JSON.stringify(t))}))}clear(){this.events=[],this._totalSize=0,this.hasCheckout=!1}getEarliestTimestamp(){const e=this.events.map((e=>e.timestamp)).sort()[0];return e?ow(e):null}}class Pw{constructor(e){this._worker=e,this._id=0}ensureReady(){return this._ensureReadyPromise||(this._ensureReadyPromise=new Promise(((e,t)=>{this._worker.addEventListener("message",(({data:i})=>{i.success?e():t()}),{once:!0}),this._worker.addEventListener("error",(e=>{t(e)}),{once:!0})}))),this._ensureReadyPromise}destroy(){Nw("[Replay] Destroying compression worker"),this._worker.terminate()}postMessage(e,t){const i=this._getAndIncrementId();return new Promise(((n,s)=>{const a=({data:t})=>{const r=t;if(r.method===e&&r.id===i){if(this._worker.removeEventListener("message",a),!r.success)return Lw&&tm.error("[Replay]",r.response),void s(new Error("Error in compression worker"));n(r.response)}};this._worker.addEventListener("message",a),this._worker.postMessage({id:i,method:e,arg:t})}))}_getAndIncrementId(){return this._id++}}class jw{constructor(e){this._worker=new Pw(e),this._earliestTimestamp=null,this._totalSize=0,this.hasCheckout=!1}get hasEvents(){return!!this._earliestTimestamp}get type(){return"worker"}ensureReady(){return this._worker.ensureReady()}destroy(){this._worker.destroy()}addEvent(e){const t=ow(e.timestamp);(!this._earliestTimestamp||t<this._earliestTimestamp)&&(this._earliestTimestamp=t);const i=JSON.stringify(e);return this._totalSize+=i.length,this._totalSize>sy?Promise.reject(new Ow):this._sendEventToWorker(i)}finish(){return this._finishRequest()}clear(){this._earliestTimestamp=null,this._totalSize=0,this.hasCheckout=!1,this._worker.postMessage("clear").then(null,(e=>{Lw&&tm.warn('[Replay] Sending "clear" message to worker failed',e)}))}getEarliestTimestamp(){return this._earliestTimestamp}_sendEventToWorker(e){return this._worker.postMessage("addEvent",e)}async _finishRequest(){const e=await this._worker.postMessage("finish");return this._earliestTimestamp=null,this._totalSize=0,e}}class Mw{constructor(e){this._fallback=new Cw,this._compression=new jw(e),this._used=this._fallback,this._ensureWorkerIsLoadedPromise=this._ensureWorkerIsLoaded()}get type(){return this._used.type}get hasEvents(){return this._used.hasEvents}get hasCheckout(){return this._used.hasCheckout}set hasCheckout(e){this._used.hasCheckout=e}destroy(){this._fallback.destroy(),this._compression.destroy()}clear(){return this._used.clear()}getEarliestTimestamp(){return this._used.getEarliestTimestamp()}addEvent(e){return this._used.addEvent(e)}async finish(){return await this.ensureWorkerIsLoaded(),this._used.finish()}ensureWorkerIsLoaded(){return this._ensureWorkerIsLoadedPromise}async _ensureWorkerIsLoaded(){try{await this._compression.ensureReady()}catch(e){return void Nw("[Replay] Failed to load the compression worker, falling back to simple buffer")}await this._switchToCompressionWorker()}async _switchToCompressionWorker(){const{events:e,hasCheckout:t}=this._fallback,i=[];for(const t of e)i.push(this._compression.addEvent(t));this._compression.hasCheckout=t,this._used=this._compression;try{await Promise.all(i)}catch(e){Lw&&tm.warn("[Replay] Failed to add events when switching buffers.",e)}}}function zw({useCompression:e,workerUrl:t}){if(e&&window.Worker){const e=function(e){try{const t=e||function(){if("undefined"==typeof __SENTRY_EXCLUDE_REPLAY_WORKER__||!__SENTRY_EXCLUDE_REPLAY_WORKER__)return function(){const e=new Blob(['var t=Uint8Array,n=Uint16Array,r=Int32Array,e=new t([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),i=new t([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),a=new t([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),s=function(t,e){for(var i=new n(31),a=0;a<31;++a)i[a]=e+=1<<t[a-1];var s=new r(i[30]);for(a=1;a<30;++a)for(var o=i[a];o<i[a+1];++o)s[o]=o-i[a]<<5|a;return{b:i,r:s}},o=s(e,2),f=o.b,h=o.r;f[28]=258,h[258]=28;for(var l=s(i,0).r,u=new n(32768),c=0;c<32768;++c){var v=(43690&c)>>1|(21845&c)<<1;v=(61680&(v=(52428&v)>>2|(13107&v)<<2))>>4|(3855&v)<<4,u[c]=((65280&v)>>8|(255&v)<<8)>>1}var d=function(t,r,e){for(var i=t.length,a=0,s=new n(r);a<i;++a)t[a]&&++s[t[a]-1];var o,f=new n(r);for(a=1;a<r;++a)f[a]=f[a-1]+s[a-1]<<1;if(e){o=new n(1<<r);var h=15-r;for(a=0;a<i;++a)if(t[a])for(var l=a<<4|t[a],c=r-t[a],v=f[t[a]-1]++<<c,d=v|(1<<c)-1;v<=d;++v)o[u[v]>>h]=l}else for(o=new n(i),a=0;a<i;++a)t[a]&&(o[a]=u[f[t[a]-1]++]>>15-t[a]);return o},g=new t(288);for(c=0;c<144;++c)g[c]=8;for(c=144;c<256;++c)g[c]=9;for(c=256;c<280;++c)g[c]=7;for(c=280;c<288;++c)g[c]=8;var w=new t(32);for(c=0;c<32;++c)w[c]=5;var p=d(g,9,0),y=d(w,5,0),m=function(t){return(t+7)/8|0},b=function(n,r,e){return(null==r||r<0)&&(r=0),(null==e||e>n.length)&&(e=n.length),new t(n.subarray(r,e))},M=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"],E=function(t,n,r){var e=new Error(n||M[t]);if(e.code=t,Error.captureStackTrace&&Error.captureStackTrace(e,E),!r)throw e;return e},z=function(t,n,r){r<<=7&n;var e=n/8|0;t[e]|=r,t[e+1]|=r>>8},A=function(t,n,r){r<<=7&n;var e=n/8|0;t[e]|=r,t[e+1]|=r>>8,t[e+2]|=r>>16},_=function(r,e){for(var i=[],a=0;a<r.length;++a)r[a]&&i.push({s:a,f:r[a]});var s=i.length,o=i.slice();if(!s)return{t:F,l:0};if(1==s){var f=new t(i[0].s+1);return f[i[0].s]=1,{t:f,l:1}}i.sort((function(t,n){return t.f-n.f})),i.push({s:-1,f:25001});var h=i[0],l=i[1],u=0,c=1,v=2;for(i[0]={s:-1,f:h.f+l.f,l:h,r:l};c!=s-1;)h=i[i[u].f<i[v].f?u++:v++],l=i[u!=c&&i[u].f<i[v].f?u++:v++],i[c++]={s:-1,f:h.f+l.f,l:h,r:l};var d=o[0].s;for(a=1;a<s;++a)o[a].s>d&&(d=o[a].s);var g=new n(d+1),w=x(i[c-1],g,0);if(w>e){a=0;var p=0,y=w-e,m=1<<y;for(o.sort((function(t,n){return g[n.s]-g[t.s]||t.f-n.f}));a<s;++a){var b=o[a].s;if(!(g[b]>e))break;p+=m-(1<<w-g[b]),g[b]=e}for(p>>=y;p>0;){var M=o[a].s;g[M]<e?p-=1<<e-g[M]++-1:++a}for(;a>=0&&p;--a){var E=o[a].s;g[E]==e&&(--g[E],++p)}w=e}return{t:new t(g),l:w}},x=function(t,n,r){return-1==t.s?Math.max(x(t.l,n,r+1),x(t.r,n,r+1)):n[t.s]=r},D=function(t){for(var r=t.length;r&&!t[--r];);for(var e=new n(++r),i=0,a=t[0],s=1,o=function(t){e[i++]=t},f=1;f<=r;++f)if(t[f]==a&&f!=r)++s;else{if(!a&&s>2){for(;s>138;s-=138)o(32754);s>2&&(o(s>10?s-11<<5|28690:s-3<<5|12305),s=0)}else if(s>3){for(o(a),--s;s>6;s-=6)o(8304);s>2&&(o(s-3<<5|8208),s=0)}for(;s--;)o(a);s=1,a=t[f]}return{c:e.subarray(0,i),n:r}},T=function(t,n){for(var r=0,e=0;e<n.length;++e)r+=t[e]*n[e];return r},k=function(t,n,r){var e=r.length,i=m(n+2);t[i]=255&e,t[i+1]=e>>8,t[i+2]=255^t[i],t[i+3]=255^t[i+1];for(var a=0;a<e;++a)t[i+a+4]=r[a];return 8*(i+4+e)},C=function(t,r,s,o,f,h,l,u,c,v,m){z(r,m++,s),++f[256];for(var b=_(f,15),M=b.t,E=b.l,x=_(h,15),C=x.t,U=x.l,F=D(M),I=F.c,S=F.n,L=D(C),O=L.c,j=L.n,q=new n(19),B=0;B<I.length;++B)++q[31&I[B]];for(B=0;B<O.length;++B)++q[31&O[B]];for(var G=_(q,7),H=G.t,J=G.l,K=19;K>4&&!H[a[K-1]];--K);var N,P,Q,R,V=v+5<<3,W=T(f,g)+T(h,w)+l,X=T(f,M)+T(h,C)+l+14+3*K+T(q,H)+2*q[16]+3*q[17]+7*q[18];if(c>=0&&V<=W&&V<=X)return k(r,m,t.subarray(c,c+v));if(z(r,m,1+(X<W)),m+=2,X<W){N=d(M,E,0),P=M,Q=d(C,U,0),R=C;var Y=d(H,J,0);z(r,m,S-257),z(r,m+5,j-1),z(r,m+10,K-4),m+=14;for(B=0;B<K;++B)z(r,m+3*B,H[a[B]]);m+=3*K;for(var Z=[I,O],$=0;$<2;++$){var tt=Z[$];for(B=0;B<tt.length;++B){var nt=31&tt[B];z(r,m,Y[nt]),m+=H[nt],nt>15&&(z(r,m,tt[B]>>5&127),m+=tt[B]>>12)}}}else N=p,P=g,Q=y,R=w;for(B=0;B<u;++B){var rt=o[B];if(rt>255){A(r,m,N[(nt=rt>>18&31)+257]),m+=P[nt+257],nt>7&&(z(r,m,rt>>23&31),m+=e[nt]);var et=31&rt;A(r,m,Q[et]),m+=R[et],et>3&&(A(r,m,rt>>5&8191),m+=i[et])}else A(r,m,N[rt]),m+=P[rt]}return A(r,m,N[256]),m+P[256]},U=new r([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),F=new t(0),I=function(){for(var t=new Int32Array(256),n=0;n<256;++n){for(var r=n,e=9;--e;)r=(1&r&&-306674912)^r>>>1;t[n]=r}return t}(),S=function(){var t=1,n=0;return{p:function(r){for(var e=t,i=n,a=0|r.length,s=0;s!=a;){for(var o=Math.min(s+2655,a);s<o;++s)i+=e+=r[s];e=(65535&e)+15*(e>>16),i=(65535&i)+15*(i>>16)}t=e,n=i},d:function(){return(255&(t%=65521))<<24|(65280&t)<<8|(255&(n%=65521))<<8|n>>8}}},L=function(a,s,o,f,u){if(!u&&(u={l:1},s.dictionary)){var c=s.dictionary.subarray(-32768),v=new t(c.length+a.length);v.set(c),v.set(a,c.length),a=v,u.w=c.length}return function(a,s,o,f,u,c){var v=c.z||a.length,d=new t(f+v+5*(1+Math.ceil(v/7e3))+u),g=d.subarray(f,d.length-u),w=c.l,p=7&(c.r||0);if(s){p&&(g[0]=c.r>>3);for(var y=U[s-1],M=y>>13,E=8191&y,z=(1<<o)-1,A=c.p||new n(32768),_=c.h||new n(z+1),x=Math.ceil(o/3),D=2*x,T=function(t){return(a[t]^a[t+1]<<x^a[t+2]<<D)&z},F=new r(25e3),I=new n(288),S=new n(32),L=0,O=0,j=c.i||0,q=0,B=c.w||0,G=0;j+2<v;++j){var H=T(j),J=32767&j,K=_[H];if(A[J]=K,_[H]=J,B<=j){var N=v-j;if((L>7e3||q>24576)&&(N>423||!w)){p=C(a,g,0,F,I,S,O,q,G,j-G,p),q=L=O=0,G=j;for(var P=0;P<286;++P)I[P]=0;for(P=0;P<30;++P)S[P]=0}var Q=2,R=0,V=E,W=J-K&32767;if(N>2&&H==T(j-W))for(var X=Math.min(M,N)-1,Y=Math.min(32767,j),Z=Math.min(258,N);W<=Y&&--V&&J!=K;){if(a[j+Q]==a[j+Q-W]){for(var $=0;$<Z&&a[j+$]==a[j+$-W];++$);if($>Q){if(Q=$,R=W,$>X)break;var tt=Math.min(W,$-2),nt=0;for(P=0;P<tt;++P){var rt=j-W+P&32767,et=rt-A[rt]&32767;et>nt&&(nt=et,K=rt)}}}W+=(J=K)-(K=A[J])&32767}if(R){F[q++]=268435456|h[Q]<<18|l[R];var it=31&h[Q],at=31&l[R];O+=e[it]+i[at],++I[257+it],++S[at],B=j+Q,++L}else F[q++]=a[j],++I[a[j]]}}for(j=Math.max(j,B);j<v;++j)F[q++]=a[j],++I[a[j]];p=C(a,g,w,F,I,S,O,q,G,j-G,p),w||(c.r=7&p|g[p/8|0]<<3,p-=7,c.h=_,c.p=A,c.i=j,c.w=B)}else{for(j=c.w||0;j<v+w;j+=65535){var st=j+65535;st>=v&&(g[p/8|0]=w,st=v),p=k(g,p+1,a.subarray(j,st))}c.i=v}return b(d,0,f+m(p)+u)}(a,null==s.level?6:s.level,null==s.mem?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(a.length)))):12+s.mem,o,f,u)},O=function(t,n,r){for(;r;++n)t[n]=r,r>>>=8},j=function(){function n(n,r){if("function"==typeof n&&(r=n,n={}),this.ondata=r,this.o=n||{},this.s={l:0,i:32768,w:32768,z:32768},this.b=new t(98304),this.o.dictionary){var e=this.o.dictionary.subarray(-32768);this.b.set(e,32768-e.length),this.s.i=32768-e.length}}return n.prototype.p=function(t,n){this.ondata(L(t,this.o,0,0,this.s),n)},n.prototype.push=function(n,r){this.ondata||E(5),this.s.l&&E(4);var e=n.length+this.s.z;if(e>this.b.length){if(e>2*this.b.length-32768){var i=new t(-32768&e);i.set(this.b.subarray(0,this.s.z)),this.b=i}var a=this.b.length-this.s.z;a&&(this.b.set(n.subarray(0,a),this.s.z),this.s.z=this.b.length,this.p(this.b,!1)),this.b.set(this.b.subarray(-32768)),this.b.set(n.subarray(a),32768),this.s.z=n.length-a+32768,this.s.i=32766,this.s.w=32768}else this.b.set(n,this.s.z),this.s.z+=n.length;this.s.l=1&r,(this.s.z>this.s.w+8191||r)&&(this.p(this.b,r||!1),this.s.w=this.s.i,this.s.i-=2)},n}();function q(t,n){n||(n={});var r=function(){var t=-1;return{p:function(n){for(var r=t,e=0;e<n.length;++e)r=I[255&r^n[e]]^r>>>8;t=r},d:function(){return~t}}}(),e=t.length;r.p(t);var i,a=L(t,n,10+((i=n).filename?i.filename.length+1:0),8),s=a.length;return function(t,n){var r=n.filename;if(t[0]=31,t[1]=139,t[2]=8,t[8]=n.level<2?4:9==n.level?2:0,t[9]=3,0!=n.mtime&&O(t,4,Math.floor(new Date(n.mtime||Date.now())/1e3)),r){t[3]=8;for(var e=0;e<=r.length;++e)t[e+10]=r.charCodeAt(e)}}(a,n),O(a,s-8,r.d()),O(a,s-4,e),a}var B=function(){function t(t,n){this.c=S(),this.v=1,j.call(this,t,n)}return t.prototype.push=function(t,n){this.c.p(t),j.prototype.push.call(this,t,n)},t.prototype.p=function(t,n){var r=L(t,this.o,this.v&&(this.o.dictionary?6:2),n&&4,this.s);this.v&&(function(t,n){var r=n.level,e=0==r?0:r<6?1:9==r?3:2;if(t[0]=120,t[1]=e<<6|(n.dictionary&&32),t[1]|=31-(t[0]<<8|t[1])%31,n.dictionary){var i=S();i.p(n.dictionary),O(t,2,i.d())}}(r,this.o),this.v=0),n&&O(r,r.length-4,this.c.d()),this.ondata(r,n)},t}(),G="undefined"!=typeof TextEncoder&&new TextEncoder,H="undefined"!=typeof TextDecoder&&new TextDecoder;try{H.decode(F,{stream:!0})}catch(t){}var J=function(){function t(t){this.ondata=t}return t.prototype.push=function(t,n){this.ondata||E(5),this.d&&E(4),this.ondata(K(t),this.d=n||!1)},t}();function K(n,r){if(r){for(var e=new t(n.length),i=0;i<n.length;++i)e[i]=n.charCodeAt(i);return e}if(G)return G.encode(n);var a=n.length,s=new t(n.length+(n.length>>1)),o=0,f=function(t){s[o++]=t};for(i=0;i<a;++i){if(o+5>s.length){var h=new t(o+8+(a-i<<1));h.set(s),s=h}var l=n.charCodeAt(i);l<128||r?f(l):l<2048?(f(192|l>>6),f(128|63&l)):l>55295&&l<57344?(f(240|(l=65536+(1047552&l)|1023&n.charCodeAt(++i))>>18),f(128|l>>12&63),f(128|l>>6&63),f(128|63&l)):(f(224|l>>12),f(128|l>>6&63),f(128|63&l))}return b(s,0,o)}const N=new class{constructor(){this._init()}clear(){this._init()}addEvent(t){if(!t)throw new Error("Adding invalid event");const n=this._hasEvents?",":"";this.stream.push(n+t),this._hasEvents=!0}finish(){this.stream.push("]",!0);const t=function(t){let n=0;for(let r=0,e=t.length;r<e;r++)n+=t[r].length;const r=new Uint8Array(n);for(let n=0,e=0,i=t.length;n<i;n++){const i=t[n];r.set(i,e),e+=i.length}return r}(this._deflatedData);return this._init(),t}_init(){this._hasEvents=!1,this._deflatedData=[],this.deflate=new B,this.deflate.ondata=(t,n)=>{this._deflatedData.push(t)},this.stream=new J(((t,n)=>{this.deflate.push(t,n)})),this.stream.push("[")}},P={clear:()=>{N.clear()},addEvent:t=>N.addEvent(t),finish:()=>N.finish(),compress:t=>function(t){return q(K(t))}(t)};addEventListener("message",(function(t){const n=t.data.method,r=t.data.id,e=t.data.arg;if(n in P&&"function"==typeof P[n])try{const t=P[n](e);postMessage({id:r,method:n,success:!0,response:t})}catch(t){postMessage({id:r,method:n,success:!1,response:t.message}),console.error(t)}})),postMessage({id:void 0,method:"init",success:!0,response:void 0});']);return URL.createObjectURL(e)}();return""}();if(!t)return;Nw("[Replay] Using compression worker"+(e?` from ${e}`:""));const i=new Worker(t);return new Mw(i)}catch(e){Nw("[Replay] Failed to create compression worker")}}(t);if(e)return e}return Nw("[Replay] Using simple buffer"),new Cw}function Dw(){try{return"sessionStorage"in XI&&!!XI.sessionStorage}catch(e){return!1}}function Bw(e){!function(){if(!Dw())return;try{XI.sessionStorage.removeItem(ey)}catch(e){}}(),e.session=void 0}function $w(e){return void 0!==e&&Math.random()<e}function qw(e){const t=Date.now();return{id:e.id||Rm(),started:e.started||t,lastActivity:e.lastActivity||t,segmentId:e.segmentId||0,sampled:e.sampled,previousSessionId:e.previousSessionId}}function Vw(e){if(Dw())try{XI.sessionStorage.setItem(ey,JSON.stringify(e))}catch(e){}}function Hw({sessionSampleRate:e,allowBuffering:t,stickySession:i=!1},{previousSessionId:n}={}){const s=function(e,t){return $w(e)?"session":!!t&&"buffer"}(e,t),a=qw({sampled:s,previousSessionId:n});return i&&Vw(a),a}function Ww(e,t,i=+new Date){return null===e||void 0===t||t<0||0!==t&&e+t<=i}function Kw(e,{maxReplayDuration:t,sessionIdleExpire:i,targetTime:n=Date.now()}){return Ww(e.started,t,n)||Ww(e.lastActivity,i,n)}function Gw(e,{sessionIdleExpire:t,maxReplayDuration:i}){return!!Kw(e,{sessionIdleExpire:t,maxReplayDuration:i})&&("buffer"!==e.sampled||0!==e.segmentId)}function Yw({traceInternals:e,sessionIdleExpire:t,maxReplayDuration:i,previousSessionId:n},s){const a=s.stickySession&&function(e){if(!Dw())return null;try{const t=XI.sessionStorage.getItem(ey);if(!t)return null;const i=JSON.parse(t);return Fw("[Replay] Loading existing session",e),qw(i)}catch(e){return null}}(e);return a?Gw(a,{sessionIdleExpire:t,maxReplayDuration:i})?(Fw("[Replay] Session in sessionStorage is expired, creating new one..."),Hw(s,{previousSessionId:a.id})):a:(Fw("[Replay] Creating new session",e),Hw(s,{previousSessionId:n}))}function Jw(e,t,i){return!!Zw(e,t)&&(Qw(e,t,i),!0)}async function Qw(e,t,i){if(!e.eventBuffer)return null;try{i&&"buffer"===e.recordingMode&&e.eventBuffer.clear(),i&&(e.eventBuffer.hasCheckout=!0);const n=function(e,t){try{if("function"==typeof t&&function(e){return e.type===hv.Custom}(e))return t(e)}catch(e){return Lw&&tm.error("[Replay] An error occured in the `beforeAddRecordingEvent` callback, skipping the event...",e),null}return e}(t,e.getOptions().beforeAddRecordingEvent);if(!n)return;return await e.eventBuffer.addEvent(n)}catch(t){const i=t&&t instanceof Ow?"addEventSizeExceeded":"addEvent";Lw&&tm.error(t),await e.stop({reason:i});const n=_h();n&&n.recordDroppedEvent("internal_sdk_error","replay")}}function Zw(e,t){if(!e.eventBuffer||e.isPaused()||!e.isEnabled())return!1;const i=ow(t.timestamp);return!(i+e.timeouts.sessionIdlePause<Date.now())&&(!(i>e.getContext().initialTimestamp+e.getOptions().maxReplayDuration)||(Nw(`[Replay] Skipping event with timestamp ${i} because it is after maxReplayDuration`,e.getOptions()._experiments.traceInternals),!1))}function Xw(e){return!e.type}function eb(e){return"transaction"===e.type}function tb(e){return"feedback"===e.type}function ib(e){const t=function(){const e=_h();if(!e)return!1;const t=e.getTransport();if(!t)return!1;return t.send.__sentry__baseTransport__||!1}();return(i,n)=>{if(!e.isEnabled()||!Xw(i)&&!eb(i))return;const s=n&&n.statusCode;t&&(!s||s<200||s>=300)||(eb(i)?function(e,t){const i=e.getContext();t.contexts&&t.contexts.trace&&t.contexts.trace.trace_id&&i.traceIds.size<100&&i.traceIds.add(t.contexts.trace.trace_id)}(e,i):function(e,t){const i=e.getContext();t.event_id&&i.errorIds.size<100&&i.errorIds.add(t.event_id);if("buffer"!==e.recordingMode||!t.tags||!t.tags.replayId)return;const{beforeErrorSampling:n}=e.getOptions();if("function"==typeof n&&!n(t))return;setTimeout((()=>{e.sendBufferedReplayOrFlush()}))}(e,i))}}function nb(e){return t=>{e.isEnabled()&&Xw(t)&&function(e,t){const i=t.exception&&t.exception.values&&t.exception.values[0].value;if("string"!=typeof i)return;if(i.match(/reactjs\.org\/docs\/error-decoder\.html\?invariant=(418|419|422|423|425)/)||i.match(/(does not match server-rendered HTML|Hydration failed because)/i)){dw(e,yw({category:"replay.hydrate-error"}))}}(e,t)}}function sb(e,t=!1){const i=t?ib(e):void 0;return Object.assign(((t,n)=>{if(!e.isEnabled())return t;if(function(e){return"replay_event"===e.type}(t))return delete t.breadcrumbs,t;if(!Xw(t)&&!eb(t)&&!tb(t))return t;if(!e.checkAndHandleExpiredSession())return t;if(tb(t))return e.flush(),t.contexts.feedback.replay_id=e.getSessionId(),function(e,t){e.triggerUserActivity(),e.addUpdate((()=>!t.timestamp||(e.throttledAddEvent({type:hv.Custom,timestamp:1e3*t.timestamp,data:{tag:"breadcrumb",payload:{timestamp:t.timestamp,type:"default",category:"sentry.feedback",data:{feedbackId:t.event_id}}}}),!1)))}(e,t),t;if(function(e,t){return!(e.type||!e.exception||!e.exception.values||!e.exception.values.length||!t.originalException||!t.originalException.__rrweb__)}(t,n)&&!e.getOptions()._experiments.captureExceptions)return Lw&&tm.log("[Replay] Ignoring error from rrweb internals",t),null;const s=function(e,t){return"buffer"===e.recordingMode&&t.message!==ty&&!(!t.exception||t.type)&&$w(e.getOptions().errorSampleRate)}(e,t);return(s||"session"===e.recordingMode)&&(t.tags={...t.tags,replayId:e.getSessionId()}),i&&i(t,{statusCode:200}),t}),{id:"Replay"})}function ab(e,t){return t.map((({type:t,start:i,end:n,name:s,data:a})=>{const r=e.throttledAddEvent({type:hv.Custom,timestamp:i,data:{tag:"performanceSpan",payload:{op:t,description:s,startTimestamp:i,endTimestamp:n,data:a}}});return"string"==typeof r?Promise.resolve(null):r}))}function rb(e){return t=>{if(!e.isEnabled())return;const i=function(e){const{from:t,to:i}=e,n=Date.now()/1e3;return{type:"navigation.push",start:n,end:n,name:i,data:{previous:t}}}(t);null!==i&&(e.getContext().urls.push(i.name),e.triggerUserActivity(),e.addUpdate((()=>(ab(e,[i]),!1))))}}function ob(e,t){e.isEnabled()&&null!==t&&(function(e,t){return(!Lw||!e.getOptions()._experiments.traceInternals)&&Lg(t,_h())}(e,t.name)||e.addUpdate((()=>(ab(e,[t]),!0))))}function cb(e){return t=>{if(!e.isEnabled())return;const i=function(e){const{startTimestamp:t,endTimestamp:i,xhr:n}=e,s=n[cf];if(!t||!i||!s)return null;const{method:a,url:r,status_code:o}=s;return void 0===r?null:{type:"resource.xhr",name:r,start:t/1e3,end:i/1e3,data:{method:a,statusCode:o}}}(t);ob(e,i)}}function db(e,t){if(e)try{if("string"==typeof e)return t.encode(e).length;if(e instanceof URLSearchParams)return t.encode(e.toString()).length;if(e instanceof FormData){const i=_b(e);return t.encode(i).length}if(e instanceof Blob)return e.size;if(e instanceof ArrayBuffer)return e.byteLength}catch(e){}}function lb(e){if(!e)return;const t=parseInt(e,10);return isNaN(t)?void 0:t}function ub(e){try{if("string"==typeof e)return[e];if(e instanceof URLSearchParams)return[e.toString()];if(e instanceof FormData)return[_b(e)];if(!e)return[void 0]}catch(t){return Lw&&tm.warn("[Replay] Failed to serialize body",e),[void 0,"BODY_PARSE_ERROR"]}return Lw&&tm.info("[Replay] Skipping network body because of body type",e),[void 0,"UNPARSEABLE_BODY_TYPE"]}function pb(e,t){if(!e)return{headers:{},size:void 0,_meta:{warnings:[t]}};const i={...e._meta},n=i.warnings||[];return i.warnings=[...n,t],e._meta=i,e}function mb(e,t){if(!t)return null;const{startTimestamp:i,endTimestamp:n,url:s,method:a,statusCode:r,request:o,response:c}=t;return{type:e,start:i/1e3,end:n/1e3,name:s,data:fm({method:a,statusCode:r,request:o,response:c})}}function fb(e){return{headers:{},size:e,_meta:{warnings:["URL_SKIPPED"]}}}function hb(e,t,i){if(!t&&0===Object.keys(e).length)return;if(!t)return{headers:e};if(!i)return{headers:e,size:t};const n={headers:e,size:t},{body:s,warnings:a}=function(e){if(!e||"string"!=typeof e)return{body:e};const t=e.length>iy,i=function(e){const t=e[0],i=e[e.length-1];return"["===t&&"]"===i||"{"===t&&"}"===i}(e);if(t){const t=e.slice(0,iy);return i?{body:t,warnings:["MAYBE_JSON_TRUNCATED"]}:{body:`${t}…`,warnings:["TEXT_TRUNCATED"]}}if(i)try{return{body:JSON.parse(e)}}catch(e){}return{body:e}}(i);return n.body=s,a&&a.length>0&&(n._meta={warnings:a}),n}function gb(e,t){return Object.keys(e).reduce(((i,n)=>{const s=n.toLowerCase();return t.includes(s)&&e[n]&&(i[s]=e[n]),i}),{})}function _b(e){return new URLSearchParams(e).toString()}function Ib(e,t){const i=function(e,t=XI.document.baseURI){if(e.startsWith("http://")||e.startsWith("https://")||e.startsWith(XI.location.origin))return e;const i=new URL(e,t);if(i.origin!==new URL(t).origin)return e;const n=i.href;if(!e.endsWith("/")&&n.endsWith("/"))return n.slice(0,-1);return n}(e);return Mp(i,t)}async function yb(e,t,i){try{const n=await async function(e,t,i){const n=Date.now(),{startTimestamp:s=n,endTimestamp:a=n}=t,{url:r,method:o,status_code:c=0,request_body_size:d,response_body_size:l}=e.data,u=Ib(r,i.networkDetailAllowUrls)&&!Ib(r,i.networkDetailDenyUrls),p=u?function({networkCaptureBodies:e,networkRequestHeaders:t},i,n){const s=i?function(e,t){if(1===e.length&&"string"!=typeof e[0])return bb(e[0],t);if(2===e.length)return bb(e[1],t);return{}}(i,t):{};if(!e)return hb(s,n,void 0);const a=vb(i),[r,o]=ub(a),c=hb(s,n,r);if(o)return pb(c,o);return c}(i,t.input,d):fb(d),m=await async function(e,{networkCaptureBodies:t,textEncoder:i,networkResponseHeaders:n},s,a){if(!e&&void 0!==a)return fb(a);const r=s?wb(s.headers,n):{};if(!s||!t&&void 0!==a)return hb(r,a,void 0);const[o,c]=await async function(e){const t=function(e){try{return e.clone()}catch(e){Lw&&tm.warn("[Replay] Failed to clone response body",e)}}(e);if(!t)return[void 0,"BODY_PARSE_ERROR"];try{const e=await function(e){return new Promise(((t,i)=>{const n=setTimeout((()=>i(new Error("Timeout while trying to read response body"))),500);(async function(e){return await e.text()})(e).then((e=>t(e)),(e=>i(e))).finally((()=>clearTimeout(n)))}))}(t);return[e]}catch(e){return Lw&&tm.warn("[Replay] Failed to get text body from response",e),[void 0,"BODY_PARSE_ERROR"]}}(s),d=function(e,{networkCaptureBodies:t,textEncoder:i,responseBodySize:n,captureDetails:s,headers:a}){try{const r=e&&e.length&&void 0===n?db(e,i):n;return s?hb(a,r,t?e:void 0):fb(r)}catch(e){return Lw&&tm.warn("[Replay] Failed to serialize response body",e),hb(a,n,void 0)}}(o,{networkCaptureBodies:t,textEncoder:i,responseBodySize:a,captureDetails:e,headers:r});if(c)return pb(d,c);return d}(u,i,t.response,l);return{startTimestamp:s,endTimestamp:a,url:r,method:o,statusCode:c,request:p,response:m}}(e,t,i),s=mb("resource.fetch",n);ob(i.replay,s)}catch(e){Lw&&tm.error("[Replay] Failed to capture fetch breadcrumb",e)}}function vb(e=[]){if(2===e.length&&"object"==typeof e[1])return e[1].body}function wb(e,t){const i={};return t.forEach((t=>{e.get(t)&&(i[t]=e.get(t))})),i}function bb(e,t){if(!e)return{};const i=e.headers;return i?i instanceof Headers?wb(i,t):Array.isArray(i)?{}:gb(i,t):{}}async function Eb(e,t,i){try{const n=function(e,t,i){const n=Date.now(),{startTimestamp:s=n,endTimestamp:a=n,input:r,xhr:o}=t,{url:c,method:d,status_code:l=0,request_body_size:u,response_body_size:p}=e.data;if(!c)return null;if(!o||!Ib(c,i.networkDetailAllowUrls)||Ib(c,i.networkDetailDenyUrls)){return{startTimestamp:s,endTimestamp:a,url:c,method:d,statusCode:l,request:fb(u),response:fb(p)}}const m=o[cf],f=m?gb(m.request_headers,i.networkRequestHeaders):{},h=gb(function(e){const t=e.getAllResponseHeaders();if(!t)return{};return t.split("\r\n").reduce(((e,t)=>{const[i,n]=t.split(": ");return e[i.toLowerCase()]=n,e}),{})}(o),i.networkResponseHeaders),[g,_]=i.networkCaptureBodies?ub(r):[void 0],[I,y]=i.networkCaptureBodies?function(e){const t=[];try{return[e.responseText]}catch(e){t.push(e)}try{return function(e,t){try{if("string"==typeof e)return[e];if(e instanceof Document)return[e.body.outerHTML];if("json"===t&&e&&"object"==typeof e)return[JSON.stringify(e)];if(!e)return[void 0]}catch(t){return Lw&&tm.warn("[Replay] Failed to serialize body",e),[void 0,"BODY_PARSE_ERROR"]}return Lw&&tm.info("[Replay] Skipping network body because of body type",e),[void 0,"UNPARSEABLE_BODY_TYPE"]}(e.response,e.responseType)}catch(e){t.push(e)}return Lw&&tm.warn("[Replay] Failed to get xhr response body",...t),[void 0]}(o):[void 0],v=hb(f,u,g),w=hb(h,p,I);return{startTimestamp:s,endTimestamp:a,url:c,method:d,statusCode:l,request:_?pb(v,_):v,response:y?pb(w,y):w}}(e,t,i),s=mb("resource.xhr",n);ob(i.replay,s)}catch(e){Lw&&tm.error("[Replay] Failed to capture xhr breadcrumb",e)}}function Ab(e,t,i){const{xhr:n,input:s}=t;if(!n)return;const a=db(s,i.textEncoder),r=n.getResponseHeader("content-length")?lb(n.getResponseHeader("content-length")):function(e,t,i){try{return db("json"===t&&e&&"object"==typeof e?JSON.stringify(e):e,i)}catch(e){return}}(n.response,n.responseType,i.textEncoder);void 0!==a&&(e.data.request_body_size=a),void 0!==r&&(e.data.response_body_size=r)}function Sb(e){const t=_h();try{const i=new TextEncoder,{networkDetailAllowUrls:n,networkDetailDenyUrls:s,networkCaptureBodies:a,networkRequestHeaders:r,networkResponseHeaders:o}=e.getOptions(),c={replay:e,textEncoder:i,networkDetailAllowUrls:n,networkDetailDenyUrls:s,networkCaptureBodies:a,networkRequestHeaders:r,networkResponseHeaders:o};t&&t.on?t.on("beforeAddBreadcrumb",((e,t)=>function(e,t,i){if(!t.data)return;try{(function(e){return"xhr"===e.category})(t)&&function(e){return e&&e.xhr}(i)&&(Ab(t,i,e),Eb(t,i,e)),function(e){return"fetch"===e.category}(t)&&function(e){return e&&e.response}(i)&&(!function(e,t,i){const{input:n,response:s}=t,a=db(n?vb(n):void 0,i.textEncoder),r=s?lb(s.headers.get("content-length")):void 0;void 0!==a&&(e.data.request_body_size=a),void 0!==r&&(e.data.response_body_size=r)}(t,i,e),yb(t,i,e))}catch(e){Lw&&tm.warn("Error when enriching network breadcrumb")}}(c,e,t))):(Hm(function(e){return t=>{if(!e.isEnabled())return;const i=function(e){const{startTimestamp:t,endTimestamp:i,fetchData:n,response:s}=e;if(!i)return null;const{method:a,url:r}=n;return{type:"resource.fetch",start:t/1e3,end:i/1e3,name:r,data:{method:a,statusCode:s?s.status:void 0}}}(t);ob(e,i)}}(e)),df(cb(e)))}catch(e){}}let xb=null;const Tb=e=>t=>{if(!e.isEnabled())return;const i=function(e){const t=e.getLastBreadcrumb&&e.getLastBreadcrumb();if(xb===t||!t)return null;if(xb=t,!function(e){return!!e.category}(t)||["fetch","xhr","sentry.event","sentry.transaction"].includes(t.category)||t.category.startsWith("ui."))return null;if("console"===t.category)return function(e){const t=e.data&&e.data.arguments;if(!Array.isArray(t)||0===t.length)return yw(e);let i=!1;const n=t.map((e=>{if(!e)return e;if("string"==typeof e)return e.length>ny?(i=!0,`${e.slice(0,ny)}…`):e;if("object"==typeof e)try{const t=mf(e,7);return JSON.stringify(t).length>ny?(i=!0,`${JSON.stringify(t,null,2).slice(0,ny)}…`):t}catch(e){}return e}));return yw({...e,data:{...e.data,arguments:n,...i?{_meta:{warnings:["CONSOLE_ARG_TRUNCATED"]}}:{}}})}(t);return yw(t)}(t);i&&dw(e,i)};function Rb(e){const t=Ih(),i=_h();t.addScopeListener(Tb(e)),zm(Ew(e)),af(rb(e)),Sb(e);const n=sb(e,!kb(i));i&&i.addEventProcessor?i.addEventProcessor(n):function(e){const t=_h();t&&t.addEventProcessor&&t.addEventProcessor(e)}(n),kb(i)&&(i.on("beforeSendEvent",nb(e)),i.on("afterSendEvent",ib(e)),i.on("createDsc",(t=>{const i=e.getSessionId();if(i&&e.isEnabled()&&"session"===e.recordingMode){e.checkAndHandleExpiredSession()&&(t.replay_id=i)}})),i.on("startTransaction",(t=>{e.lastTransaction=t})),i.on("finishTransaction",(t=>{e.lastTransaction=t})),i.on("beforeSendFeedback",((t,i)=>{const n=e.getSessionId();i&&i.includeReplay&&e.isEnabled()&&n&&t.contexts&&t.contexts.feedback&&(t.contexts.feedback.replay_id=n)})))}function kb(e){return!(!e||!e.on)}function Lb(e){const{jsHeapSizeLimit:t,totalJSHeapSize:i,usedJSHeapSize:n}=e,s=Date.now()/1e3;return{type:"memory",name:"memory",start:s,end:s,data:{memory:{jsHeapSizeLimit:t,totalJSHeapSize:i,usedJSHeapSize:n}}}}function Nb(e){let t=!1;return(i,n)=>{if(!e.checkAndHandleExpiredSession())return void(Lw&&tm.warn("[Replay] Received replay event after session expired."));const s=n||!t;t=!0,e.clickDetector&&Iw(e.clickDetector,i),e.addUpdate((()=>{if("buffer"===e.recordingMode&&s&&e.setInitialState(),!Jw(e,i,s))return!0;if(!s)return!1;if(function(e,t){if(!t||!e.session||0!==e.session.segmentId)return;Jw(e,function(e){const t=e.getOptions();return{type:hv.Custom,timestamp:Date.now(),data:{tag:"options",payload:{shouldRecordCanvas:e.isRecordingCanvas(),sessionSampleRate:t.sessionSampleRate,errorSampleRate:t.errorSampleRate,useCompressionOption:t.useCompression,blockAllMedia:t.blockAllMedia,maskAllText:t.maskAllText,maskAllInputs:t.maskAllInputs,useCompression:!!e.eventBuffer&&"worker"===e.eventBuffer.type,networkDetailHasUrls:t.networkDetailAllowUrls.length>0,networkCaptureBodies:t.networkCaptureBodies,networkRequestHasHeaders:t.networkRequestHeaders.length>0,networkResponseHasHeaders:t.networkResponseHeaders.length>0}}}}(e),!1)}(e,s),e.session&&e.session.previousSessionId)return!0;if("buffer"===e.recordingMode&&e.session&&e.eventBuffer){const t=e.eventBuffer.getEarliestTimestamp();t&&(Nw(`[Replay] Updating session start time to earliest event in buffer to ${new Date(t)}`,e.getOptions()._experiments.traceInternals),e.session.started=t,e.getOptions().stickySession&&Vw(e.session))}return"session"===e.recordingMode&&e.flush(),!0}))}}async function Fb({recordingData:e,replayId:t,segmentId:i,eventContext:n,timestamp:s,session:a}){const r=function({recordingData:e,headers:t}){let i;const n=`${JSON.stringify(t)}\n`;if("string"==typeof e)i=`${n}${e}`;else{const t=(new TextEncoder).encode(n);i=new Uint8Array(t.length+e.length),i.set(t),i.set(e,t.length)}return i}({recordingData:e,headers:{segment_id:i}}),{urls:o,errorIds:c,traceIds:d,initialTimestamp:l}=n,u=_h(),p=Ih(),m=u&&u.getTransport(),f=u&&u.getDsn();if(!(u&&m&&f&&a.sampled))return;const h={type:"replay_event",replay_start_timestamp:l/1e3,timestamp:s/1e3,error_ids:c,trace_ids:d,urls:o,replay_id:t,segment_id:i,replay_type:a.sampled},g=await async function({client:e,scope:t,replayId:i,event:n}){const s={event_id:i,integrations:"object"!=typeof e._integrations||null===e._integrations||Array.isArray(e._integrations)?void 0:Object.keys(e._integrations)};e.emit&&e.emit("preprocessEvent",n,s);const a=await ch(e.getOptions(),n,s,t,e,zh());if(!a)return null;a.platform=a.platform||"javascript";const r=e.getSdkMetadata&&e.getSdkMetadata(),{name:o,version:c}=r&&r.sdk||{};return a.sdk={...a.sdk,name:o||"sentry.javascript.unknown",version:c||"0.0.0"},a}({scope:p,client:u,replayId:t,event:h});if(!g)return u.recordDroppedEvent("event_processor","replay",h),void Nw("An event processor returned `null`, will not send event.");delete g.sdkProcessingMetadata;const _=function(e,t,i,n){return Cf(Vf(e,qf(e),n,i),[[{type:"replay_event"},e],[{type:"replay_recording",length:"string"==typeof t?(new TextEncoder).encode(t).length:t.length},t]])}(g,r,f,u.getOptions().tunnel);let I;try{I=await m.send(_)}catch(e){const t=new Error(ty);try{t.cause=e}catch(e){}throw t}if(!I)return I;if("number"==typeof I.statusCode&&(I.statusCode<200||I.statusCode>=300))throw new Ub(I.statusCode);const y=Wf({},I);if(Hf(y,"replay"))throw new Ob(y);return I}class Ub extends Error{constructor(e){super(`Transport returned status code ${e}`)}}class Ob extends Error{constructor(e){super("Rate limit hit"),this.rateLimits=e}}async function Cb(e,t={count:0,interval:5e3}){const{recordingData:i,options:n}=e;var s,a;if(i.length)try{return await Fb(e),!0}catch(i){if(i instanceof Ub||i instanceof Ob)throw i;if(s="Replays",a={_retryCount:t.count},Mh().setContext(s,a),Lw&&n._experiments&&n._experiments.captureExceptions&&ph(i),t.count>=3){const e=new Error(`${ty} - max retries exceeded`);try{e.cause=i}catch(e){}throw e}return t.interval*=++t.count,new Promise(((i,n)=>{setTimeout((async()=>{try{await Cb(e,t),i(!0)}catch(e){n(e)}}),t.interval)}))}}const Pb="__THROTTLED";function jb(e,t,i){const n=new Map;let s=!1;return(...a)=>{const r=Math.floor(Date.now()/1e3);if((e=>{const t=e-i;n.forEach(((e,i)=>{i<t&&n.delete(i)}))})(r),[...n.values()].reduce(((e,t)=>e+t),0)>=t){const e=s;return s=!0,e?"__SKIPPED":Pb}s=!1;const o=n.get(r)||0;return n.set(r,o+1),e(...a)}}class Mb{constructor({options:e,recordingOptions:t}){Mb.prototype.__init.call(this),Mb.prototype.__init2.call(this),Mb.prototype.__init3.call(this),Mb.prototype.__init4.call(this),Mb.prototype.__init5.call(this),Mb.prototype.__init6.call(this),this.eventBuffer=null,this.performanceEntries=[],this.replayPerformanceEntries=[],this.recordingMode="session",this.timeouts={sessionIdlePause:3e5,sessionIdleExpire:9e5},this._lastActivity=Date.now(),this._isEnabled=!1,this._isPaused=!1,this._hasInitializedCoreListeners=!1,this._context={errorIds:new Set,traceIds:new Set,urls:[],initialTimestamp:Date.now(),initialUrl:""},this._recordingOptions=t,this._options=e,this._debouncedFlush=function(e,t,i){let n,s,a;const r=i&&i.maxWait?Math.max(i.maxWait,t):0;function o(){return c(),n=e(),n}function c(){void 0!==s&&clearTimeout(s),void 0!==a&&clearTimeout(a),s=a=void 0}function d(){return s&&clearTimeout(s),s=setTimeout(o,t),r&&void 0===a&&(a=setTimeout(o,r)),n}return d.cancel=c,d.flush=function(){return void 0!==s||void 0!==a?o():n},d}((()=>this._flush()),this._options.flushMinDelay,{maxWait:this._options.flushMaxDelay}),this._throttledAddEvent=jb(((e,t)=>function(e,t,i){return Zw(e,t)?Qw(e,t,i):Promise.resolve(null)}(this,e,t)),300,5);const{slowClickTimeout:i,slowClickIgnoreSelectors:n}=this.getOptions(),s=i?{threshold:Math.min(3e3,i),timeout:i,scrollTimeout:300,ignoreSelector:n?n.join(","):""}:void 0;s&&(this.clickDetector=new hw(this,s))}getContext(){return this._context}isEnabled(){return this._isEnabled}isPaused(){return this._isPaused}isRecordingCanvas(){return Boolean(this._canvas)}getOptions(){return this._options}initializeSampling(e){const{errorSampleRate:t,sessionSampleRate:i}=this._options;t<=0&&i<=0||(this._initializeSessionForSampling(e),this.session?!1!==this.session.sampled&&(this.recordingMode="buffer"===this.session.sampled&&0===this.session.segmentId?"buffer":"session",Fw(`[Replay] Starting replay in ${this.recordingMode} mode`,this._options._experiments.traceInternals),this._initializeRecording()):this._handleException(new Error("Unable to initialize and create session")))}start(){if(this._isEnabled&&"session"===this.recordingMode)throw new Error("Replay recording is already in progress");if(this._isEnabled&&"buffer"===this.recordingMode)throw new Error("Replay buffering is in progress, call `flush()` to save the replay");Fw("[Replay] Starting replay in session mode",this._options._experiments.traceInternals),this._updateUserActivity();const e=Yw({maxReplayDuration:this._options.maxReplayDuration,sessionIdleExpire:this.timeouts.sessionIdleExpire,traceInternals:this._options._experiments.traceInternals},{stickySession:this._options.stickySession,sessionSampleRate:1,allowBuffering:!1});this.session=e,this._initializeRecording()}startBuffering(){if(this._isEnabled)throw new Error("Replay recording is already in progress");Fw("[Replay] Starting replay in buffer mode",this._options._experiments.traceInternals);const e=Yw({sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration,traceInternals:this._options._experiments.traceInternals},{stickySession:this._options.stickySession,sessionSampleRate:0,allowBuffering:!0});this.session=e,this.recordingMode="buffer",this._initializeRecording()}startRecording(){try{const e=this._canvas;this._stopRecording=rw({...this._recordingOptions,..."buffer"===this.recordingMode&&{checkoutEveryNms:6e4},emit:Nb(this),onMutation:this._onMutationHandler,...e?{recordCanvas:e.recordCanvas,getCanvasManager:e.getCanvasManager,sampling:e.sampling,dataURLOptions:e.dataURLOptions}:{}})}catch(e){this._handleException(e)}}stopRecording(){try{return this._stopRecording&&(this._stopRecording(),this._stopRecording=void 0),!0}catch(e){return this._handleException(e),!1}}async stop({forceFlush:e=!1,reason:t}={}){if(this._isEnabled){this._isEnabled=!1;try{Nw("[Replay] Stopping Replay"+(t?` triggered by ${t}`:""),this._options._experiments.traceInternals),this._removeListeners(),this.stopRecording(),this._debouncedFlush.cancel(),e&&await this._flush({force:!0}),this.eventBuffer&&this.eventBuffer.destroy(),this.eventBuffer=null,Bw(this)}catch(e){this._handleException(e)}}}pause(){this._isPaused||(this._isPaused=!0,this.stopRecording(),Nw("[Replay] Pausing replay",this._options._experiments.traceInternals))}resume(){this._isPaused&&this._checkSession()&&(this._isPaused=!1,this.startRecording(),Nw("[Replay] Resuming replay",this._options._experiments.traceInternals))}async sendBufferedReplayOrFlush({continueRecording:e=!0}={}){if("session"===this.recordingMode)return this.flushImmediate();const t=Date.now();Nw("[Replay] Converting buffer to session",this._options._experiments.traceInternals),await this.flushImmediate();const i=this.stopRecording();e&&i&&"session"!==this.recordingMode&&(this.recordingMode="session",this.session&&(this._updateUserActivity(t),this._updateSessionActivity(t),this._maybeSaveSession()),this.startRecording())}addUpdate(e){const t=e();"buffer"!==this.recordingMode&&!0!==t&&this._debouncedFlush()}triggerUserActivity(){if(this._updateUserActivity(),this._stopRecording)this.checkAndHandleExpiredSession(),this._updateSessionActivity();else{if(!this._checkSession())return;this.resume()}}updateUserActivity(){this._updateUserActivity(),this._updateSessionActivity()}conditionalFlush(){return"buffer"===this.recordingMode?Promise.resolve():this.flushImmediate()}flush(){return this._debouncedFlush()}flushImmediate(){return this._debouncedFlush(),this._debouncedFlush.flush()}cancelFlush(){this._debouncedFlush.cancel()}getSessionId(){return this.session&&this.session.id}checkAndHandleExpiredSession(){if(!(this._lastActivity&&Ww(this._lastActivity,this.timeouts.sessionIdlePause)&&this.session&&"session"===this.session.sampled))return!!this._checkSession();this.pause()}setInitialState(){const e=`${XI.location.pathname}${XI.location.hash}${XI.location.search}`,t=`${XI.location.origin}${e}`;this.performanceEntries=[],this.replayPerformanceEntries=[],this._clearContext(),this._context.initialUrl=t,this._context.initialTimestamp=Date.now(),this._context.urls.push(t)}throttledAddEvent(e,t){const i=this._throttledAddEvent(e,t);if(i===Pb){const e=yw({category:"replay.throttled"});this.addUpdate((()=>!Jw(this,{type:5,timestamp:e.timestamp||0,data:{tag:"breadcrumb",payload:e,metric:!0}})))}return i}getCurrentRoute(){const e=this.lastTransaction||Ih().getTransaction(),t=(e&&rh(e).data||{})[Zh];if(e&&t&&["route","custom"].includes(t))return rh(e).description}_initializeRecording(){this.setInitialState(),this._updateSessionActivity(),this.eventBuffer=zw({useCompression:this._options.useCompression,workerUrl:this._options.workerUrl}),this._removeListeners(),this._addListeners(),this._isEnabled=!0,this._isPaused=!1,this.startRecording()}_handleException(e){Lw&&tm.error("[Replay]",e),Lw&&this._options._experiments&&this._options._experiments.captureExceptions&&ph(e)}_initializeSessionForSampling(e){const t=this._options.errorSampleRate>0,i=Yw({sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration,traceInternals:this._options._experiments.traceInternals,previousSessionId:e},{stickySession:this._options.stickySession,sessionSampleRate:this._options.sessionSampleRate,allowBuffering:t});this.session=i}_checkSession(){if(!this.session)return!1;const e=this.session;return!Gw(e,{sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration})||(this._refreshSession(e),!1)}async _refreshSession(e){this._isEnabled&&(await this.stop({reason:"refresh session"}),this.initializeSampling(e.id))}_addListeners(){try{XI.document.addEventListener("visibilitychange",this._handleVisibilityChange),XI.addEventListener("blur",this._handleWindowBlur),XI.addEventListener("focus",this._handleWindowFocus),XI.addEventListener("keydown",this._handleKeyboardEvent),this.clickDetector&&this.clickDetector.addListeners(),this._hasInitializedCoreListeners||(Rb(this),this._hasInitializedCoreListeners=!0)}catch(e){this._handleException(e)}this._performanceCleanupCallback=kw(this)}_removeListeners(){try{XI.document.removeEventListener("visibilitychange",this._handleVisibilityChange),XI.removeEventListener("blur",this._handleWindowBlur),XI.removeEventListener("focus",this._handleWindowFocus),XI.removeEventListener("keydown",this._handleKeyboardEvent),this.clickDetector&&this.clickDetector.removeListeners(),this._performanceCleanupCallback&&this._performanceCleanupCallback()}catch(e){this._handleException(e)}}__init(){this._handleVisibilityChange=()=>{"visible"===XI.document.visibilityState?this._doChangeToForegroundTasks():this._doChangeToBackgroundTasks()}}__init2(){this._handleWindowBlur=()=>{const e=yw({category:"ui.blur"});this._doChangeToBackgroundTasks(e)}}__init3(){this._handleWindowFocus=()=>{const e=yw({category:"ui.focus"});this._doChangeToForegroundTasks(e)}}__init4(){this._handleKeyboardEvent=e=>{Sw(this,e)}}_doChangeToBackgroundTasks(e){if(!this.session)return;Kw(this.session,{maxReplayDuration:this._options.maxReplayDuration,sessionIdleExpire:this.timeouts.sessionIdleExpire})||(e&&this._createCustomBreadcrumb(e),this.conditionalFlush())}_doChangeToForegroundTasks(e){if(!this.session)return;this.checkAndHandleExpiredSession()?e&&this._createCustomBreadcrumb(e):Nw("[Replay] Document has become active, but session has expired")}_updateUserActivity(e=Date.now()){this._lastActivity=e}_updateSessionActivity(e=Date.now()){this.session&&(this.session.lastActivity=e,this._maybeSaveSession())}_createCustomBreadcrumb(e){this.addUpdate((()=>{this.throttledAddEvent({type:hv.Custom,timestamp:e.timestamp||0,data:{tag:"breadcrumb",payload:e}})}))}_addPerformanceEntries(){const e=(t=this.performanceEntries,t.map(Tw).filter(Boolean)).concat(this.replayPerformanceEntries);var t;return this.performanceEntries=[],this.replayPerformanceEntries=[],Promise.all(ab(this,e))}_clearContext(){this._context.errorIds.clear(),this._context.traceIds.clear(),this._context.urls=[]}_updateInitialTimestampFromEventBuffer(){const{session:e,eventBuffer:t}=this;if(!e||!t)return;if(e.segmentId)return;const i=t.getEarliestTimestamp();i&&i<this._context.initialTimestamp&&(this._context.initialTimestamp=i)}_popEventContext(){const e={initialTimestamp:this._context.initialTimestamp,initialUrl:this._context.initialUrl,errorIds:Array.from(this._context.errorIds),traceIds:Array.from(this._context.traceIds),urls:this._context.urls};return this._clearContext(),e}async _runFlush(){const e=this.getSessionId();if(this.session&&this.eventBuffer&&e){if(await this._addPerformanceEntries(),this.eventBuffer&&this.eventBuffer.hasEvents&&(await async function(e){try{return Promise.all(ab(e,[Lb(XI.performance.memory)]))}catch(e){return[]}}(this),this.eventBuffer&&e===this.getSessionId()))try{this._updateInitialTimestampFromEventBuffer();const t=Date.now();if(t-this._context.initialTimestamp>this._options.maxReplayDuration+3e4)throw new Error("Session is too long, not sending replay");const i=this._popEventContext(),n=this.session.segmentId++;this._maybeSaveSession();const s=await this.eventBuffer.finish();await Cb({replayId:e,recordingData:s,segmentId:n,eventContext:i,session:this.session,options:this.getOptions(),timestamp:t})}catch(e){this._handleException(e),this.stop({reason:"sendReplay"});const t=_h();t&&t.recordDroppedEvent("send_error","replay")}}else Lw&&tm.error("[Replay] No session or eventBuffer found to flush.")}__init5(){this._flush=async({force:e=!1}={})=>{if(!this._isEnabled&&!e)return;if(!this.checkAndHandleExpiredSession())return void(Lw&&tm.error("[Replay] Attempting to finish replay event after session expired."));if(!this.session)return;const t=this.session.started,i=Date.now()-t;this._debouncedFlush.cancel();const n=i<this._options.minReplayDuration,s=i>this._options.maxReplayDuration+5e3;if(n||s)return Nw(`[Replay] Session duration (${Math.floor(i/1e3)}s) is too ${n?"short":"long"}, not sending replay.`,this._options._experiments.traceInternals),void(n&&this._debouncedFlush());const a=this.eventBuffer;if(a&&0===this.session.segmentId&&!a.hasCheckout&&Nw("[Replay] Flushing initial segment without checkout.",this._options._experiments.traceInternals),!this._flushLock)return this._flushLock=this._runFlush(),await this._flushLock,void(this._flushLock=void 0);try{await this._flushLock}catch(e){Lw&&tm.error(e)}finally{this._debouncedFlush()}}}_maybeSaveSession(){this.session&&this._options.stickySession&&Vw(this.session)}__init6(){this._onMutationHandler=e=>{const t=e.length,i=this._options.mutationLimit,n=i&&t>i;if(t>this._options.mutationBreadcrumbLimit||n){const e=yw({category:"replay.mutations",data:{count:t,limit:n}});this._createCustomBreadcrumb(e)}return!n||(this.stop({reason:"mutationLimit",forceFlush:"session"===this.recordingMode}),!1)}}}function zb(e,t,i,n){const s=[...e,..."string"==typeof n?n.split(","):[],...t];return void 0!==i&&("string"==typeof i&&s.push(`.${i}`),em((()=>{console.warn("[Replay] You are using a deprecated configuration item for privacy. Read the documentation on how to use the new privacy configuration.")}))),s.join(",")}const Db='img,image,svg,video,object,picture,embed,map,audio,link[rel="icon"],link[rel="apple-touch-icon"]',Bb=["content-length","content-type","accept"];let $b=!1;const qb=e=>new Vb(e);class Vb{static __initStatic(){this.id="Replay"}constructor({flushMinDelay:e=5e3,flushMaxDelay:t=5500,minReplayDuration:i=4999,maxReplayDuration:n=36e5,stickySession:s=!0,useCompression:a=!0,workerUrl:r,_experiments:o={},sessionSampleRate:c,errorSampleRate:d,maskAllText:l=!0,maskAllInputs:u=!0,blockAllMedia:p=!0,mutationBreadcrumbLimit:m=750,mutationLimit:f=1e4,slowClickTimeout:h=7e3,slowClickIgnoreSelectors:g=[],networkDetailAllowUrls:_=[],networkDetailDenyUrls:I=[],networkCaptureBodies:y=!0,networkRequestHeaders:v=[],networkResponseHeaders:w=[],mask:b=[],maskAttributes:E=["title","placeholder"],unmask:A=[],block:S=[],unblock:x=[],ignore:T=[],maskFn:R,beforeAddRecordingEvent:k,beforeErrorSampling:L,blockClass:N,blockSelector:F,maskInputOptions:U,maskTextClass:O,maskTextSelector:C,ignoreClass:P}={}){this.name=Vb.id;const j=function({mask:e,unmask:t,block:i,unblock:n,ignore:s,blockClass:a,blockSelector:r,maskTextClass:o,maskTextSelector:c,ignoreClass:d}){const l={maskTextSelector:zb(e,[".sentry-mask","[data-sentry-mask]"],o,c),unmaskTextSelector:zb(t,[".sentry-unmask","[data-sentry-unmask]"]),blockSelector:zb(i,[".sentry-block","[data-sentry-block]",'base[href="/"]'],a,r),unblockSelector:zb(n,[".sentry-unblock","[data-sentry-unblock]"]),ignoreSelector:zb(s,[".sentry-ignore","[data-sentry-ignore]",'input[type="file"]'],d)};return a instanceof RegExp&&(l.blockClass=a),o instanceof RegExp&&(l.maskTextClass=o),l}({mask:b,unmask:A,block:S,unblock:x,ignore:T,blockClass:N,blockSelector:F,maskTextClass:O,maskTextSelector:C,ignoreClass:P});if(this._recordingOptions={maskAllInputs:u,maskAllText:l,maskInputOptions:{...U||{},password:!0},maskTextFn:R,maskInputFn:R,maskAttributeFn:(e,t,i)=>function({el:e,key:t,maskAttributes:i,maskAllText:n,privacyOptions:s,value:a}){return n?s.unmaskTextSelector&&e.matches(s.unmaskTextSelector)?a:i.includes(t)||"value"===t&&"INPUT"===e.tagName&&["submit","button"].includes(e.getAttribute("type")||"")?a.replace(/[\S]/g,"*"):a:a}({maskAttributes:E,maskAllText:l,privacyOptions:j,key:e,value:t,el:i}),...j,slimDOMOptions:"all",inlineStylesheet:!0,inlineImages:!1,collectFonts:!0,errorHandler:e=>{try{e.__rrweb__=!0}catch(e){}}},this._initialOptions={flushMinDelay:e,flushMaxDelay:t,minReplayDuration:Math.min(i,15e3),maxReplayDuration:Math.min(n,ay),stickySession:s,sessionSampleRate:c,errorSampleRate:d,useCompression:a,workerUrl:r,blockAllMedia:p,maskAllInputs:u,maskAllText:l,mutationBreadcrumbLimit:m,mutationLimit:f,slowClickTimeout:h,slowClickIgnoreSelectors:g,networkDetailAllowUrls:_,networkDetailDenyUrls:I,networkCaptureBodies:y,networkRequestHeaders:Hb(v),networkResponseHeaders:Hb(w),beforeAddRecordingEvent:k,beforeErrorSampling:L,_experiments:o},"number"==typeof c&&(console.warn(`[Replay] You are passing \`sessionSampleRate\` to the Replay integration.\nThis option is deprecated and will be removed soon.\nInstead, configure \`replaysSessionSampleRate\` directly in the SDK init options, e.g.:\nSentry.init({ replaysSessionSampleRate: ${c} })`),this._initialOptions.sessionSampleRate=c),"number"==typeof d&&(console.warn(`[Replay] You are passing \`errorSampleRate\` to the Replay integration.\nThis option is deprecated and will be removed soon.\nInstead, configure \`replaysOnErrorSampleRate\` directly in the SDK init options, e.g.:\nSentry.init({ replaysOnErrorSampleRate: ${d} })`),this._initialOptions.errorSampleRate=d),this._initialOptions.blockAllMedia&&(this._recordingOptions.blockSelector=this._recordingOptions.blockSelector?`${this._recordingOptions.blockSelector},${Db}`:Db),this._isInitialized&&pf())throw new Error("Multiple Sentry Session Replay instances are not supported");this._isInitialized=!0}get _isInitialized(){return $b}set _isInitialized(e){$b=e}setupOnce(){pf()&&(this._setup(),setTimeout((()=>this._initialize())))}start(){this._replay&&this._replay.start()}startBuffering(){this._replay&&this._replay.startBuffering()}stop(){return this._replay?this._replay.stop({forceFlush:"session"===this._replay.recordingMode}):Promise.resolve()}flush(e){return this._replay&&this._replay.isEnabled()?this._replay.sendBufferedReplayOrFlush(e):Promise.resolve()}getReplayId(){if(this._replay&&this._replay.isEnabled())return this._replay.getSessionId()}_initialize(){this._replay&&(this._maybeLoadFromReplayCanvasIntegration(),this._replay.initializeSampling())}_setup(){const e=function(e){const t=_h(),i=t&&t.getOptions(),n={sessionSampleRate:0,errorSampleRate:0,...fm(e)};if(!i)return em((()=>{console.warn("SDK client is not available.")})),n;null==e.sessionSampleRate&&null==e.errorSampleRate&&null==i.replaysSessionSampleRate&&null==i.replaysOnErrorSampleRate&&em((()=>{console.warn("Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set.")}));"number"==typeof i.replaysSessionSampleRate&&(n.sessionSampleRate=i.replaysSessionSampleRate);"number"==typeof i.replaysOnErrorSampleRate&&(n.errorSampleRate=i.replaysOnErrorSampleRate);return n}(this._initialOptions);this._replay=new Mb({options:e,recordingOptions:this._recordingOptions})}_maybeLoadFromReplayCanvasIntegration(){try{const e=_h().getIntegrationByName("ReplayCanvas");if(!e)return;this._replay._canvas=e.getOptions()}catch(e){}}}function Hb(e){return[...Bb,...e.map((e=>e.toLowerCase()))]}Vb.__initStatic();const Wb="CaptureConsole",Kb=(e={})=>{const t=e.levels||Zp;return{name:Wb,setupOnce(){},setup(e){"console"in Vp&&xm((({args:i,level:n})=>{_h()===e&&t.includes(n)&&function(e,t){const i={level:Ef(t),extra:{arguments:e}};gh((n=>{if(n.addEventProcessor((e=>(e.logger="console",Fm(e,{handled:!1,type:"console"}),e))),"assert"===t&&!1===e[0]){const t=`Assertion failed: ${Pp(e.slice(1)," ")||"console.assert"}`;return n.setExtra("arguments",e.slice(1)),void mh(t,i)}const s=e.find((e=>e instanceof Error));if("error"===t&&s)return void ph(s,i);mh(Pp(e," "),i)}))}(i,n)}))}}};vg(Wb,Kb);const Gb="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__,Yb="ExtraErrorData",Jb=(e={})=>{const t=e.depth||3,i=e.captureErrorCause||!1;return{name:Yb,setupOnce(){},processEvent:(e,n)=>function(e,t={},i,n){if(!t.originalException||!wp(t.originalException))return e;const s=t.originalException.name||t.originalException.constructor.name,a=function(e,t){try{const i=["name","message","stack","line","column","fileName","lineNumber","columnNumber","toJSON"],n={};for(const t of Object.keys(e)){if(-1!==i.indexOf(t))continue;const s=e[t];n[t]=wp(s)?s.toString():s}if(t&&void 0!==e.cause&&(n.cause=wp(e.cause)?e.cause.toString():e.cause),"function"==typeof e.toJSON){const t=e.toJSON();for(const e of Object.keys(t)){const i=t[e];n[e]=wp(i)?i.toString():i}}return n}catch(e){Gb&&tm.error("Unable to extract extra data from the Error object:",e)}return null}(t.originalException,n);if(a){const t={...e.contexts},n=mf(a,i);return Rp(n)&&(cm(n,"__sentry_skip_normalization__",!0),t[s]=n),{...e,contexts:t}}return e}(e,n,t,i)}};vg(Yb,Jb);const Qb=Vp,Zb="ContextLines",Xb=(e={})=>{const t=null!=e.frameContextLines?e.frameContextLines:7;return{name:Zb,setupOnce(){},processEvent:e=>function(e,t){const i=Qb.document,n=Qb.location&&(s=Qb.location.href,s.split(/[\?#]/,1)[0]);var s;if(!i||!n)return e;const a=e.exception&&e.exception.values;if(!a||!a.length)return e;const r=i.documentElement.innerHTML;if(!r)return e;const o=["<!DOCTYPE html>","<html>",...r.split("\n"),"</html>"];return a.forEach((e=>{const i=e.stacktrace;i&&i.frames&&(i.frames=i.frames.map((e=>function(e,t,i,n){if(e.filename!==i||!e.lineno||!t.length)return e;return function(e,t,i=5){if(void 0===t.lineno)return;const n=e.length,s=Math.max(Math.min(n-1,t.lineno-1),0);t.pre_context=e.slice(Math.max(0,s-i),s).map((e=>Cp(e,0))),t.context_line=Cp(e[Math.min(n-1,s)],t.colno||0),t.post_context=e.slice(Math.min(s+1,n),s+1+i).map((e=>Cp(e,0)))}(t,e,n),e}(e,o,n,t))))})),e}(e,t)}};vg(Zb,Xb);const eE=new RegExp("^https:\\/\\/roar-sre--pr\\d+-\\w+\\.web\\.app\\/"),tE=new RegExp("^https:\\/\\/roar-staging\\.web\\.app\\/game\\/sre|https:\\/\\/roar-staging--pr\\d+-\\w+\\.web\\.app\\/");class iE{constructor(e,t,i,n){this.gameParams=t,this.userParams=i,this.firekit=e,this.displayElement=n,this.jsPsych=null}async init(){ZI({dsn:"https://b618958936a197de9f9f9a86ae6cceff@o4505913837420544.ingest.sentry.io/4505915445870592",integrations:[qb({maskAllText:!0,maskAllInputs:!0}),J_(),Kb({levels:["warning","error","debug","assert"]}),Xb(),Jb()],attachStacktrace:!0,tracesSampleRate:.2,tracePropagationTargets:[eE,tE,"https://roar.education/game/sre","localhost"],replaysSessionSampleRate:.1,replaysOnErrorSampleRate:1,beforeSend:e=>e}),await this.firekit.startRun();const e=await(async(e,t,i,n)=>{const s=La(La({...t,...i},Na),Fa),{userMode:a,assessmentPid:r,labId:o,recruitment:c,userMetadata:d,urlParams:l,consent:u,storyOption:p,language:m=mc.language,skipInstructions:f,grade:h,birthMonth:g,birthYear:_,age:I,ageMonths:y,timerLength:v}=s;"en"!==m&&mc.changeLanguage(m);const w=or(g,_,I,y),b={taskId:e.task.taskId,pid:r,labId:o,userMode:a||_p(m),recruitment:c||"pilot",storyOption:p,story:fp(p,h),userMetadata:{...d,grade:h,...w},startTime:new Date,urlParams:l,firekit:e,language:m,skipInstructions:f??!0,consent:u??!0,displayElement:n||null,blockOrder:hp(a||_p(m),ud),timerLength:v??18e4,timerLengthList:gp(a||_p(m))},E=Object.fromEntries(Object.entries(t).map((([e,t])=>[e,b[e]??t])));return await b.firekit.updateTaskParams(E),null!==b.pid&&await b.firekit.updateUser({assessmentPid:b.pid,...d}),b})(this.firekit,this.gameParams,this.userParams,this.displayElement);return r.session.set("config",e),function(e,t){Fd=wo(kd,Ld,mc.language),Ud=bo(kd,Ld,mc.language).default,Ud.message=mc.t("loading"),Ip(t);const i=yp(e),n=lr({responseTimeLowThreshold:1e3,responseTimeHighThreshold:2e4,accuracyThreshold:.6,minResponsesRequired:10,includedReliabilityFlags:["incomplete","responseTimeTooFast"]});Nd=new ur({evaluateValidity:n,handleEngagementFlags:(e,i)=>t.firekit.run.started?t.firekit.updateEngagementFlags(e,i):null});const s=[Ud,...i];return(e=>{const i={timeline:[Td,Rd],repetitions:4};s.push(gd),s.push(Ad),s.push(xd),s.push(i),s.push(_d);for(let i=0;i<e.length;i+=1)s.push(Sd(e[i],i+1,t.timerLengthList[i])),i<e.length-1&&s.push(bd);s.push(Ed)})(t.blockOrder),{jsPsych:md,timeline:s}}(this.firekit,e)}async run(){const{jsPsych:e,timeline:t}=await this.init();this.jsPsych=e,this.jsPsych.run(t),await(e=>{const t=i=>{e()?i():setTimeout((e=>t(i)),400)};return new Promise(t)})((()=>!0===this.firekit.run.completed))}async abort(){this.firekit.abortRun(),document.querySelectorAll("audio").forEach((e=>e.pause())),this.jsPsych&&this.jsPsych.endExperiment()}}export{iE as default};
26
+ //# sourceMappingURL=index.Bou0prw7.js.map