@bdelab/roar-sre 1.0.11 → 1.0.12
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.
- package/lib/swr.esm.min.js +4 -4
- package/package.json +2 -2
package/lib/swr.esm.min.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import e from"path";import t from"stream";var n="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function i(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var a,s={exports:{}};
|
|
2
2
|
/*! store2 - v2.14.2 - 2022-07-18
|
|
3
|
-
* Copyright (c) 2022 Nathan Bubna; Licensed (MIT OR GPL-3.0) */a=s,function(e,t){var n={version:"2.14.2",areas:{},apis:{},nsdelim:".",inherit:function(e,t){for(var n in e)t.hasOwnProperty(n)||Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n));return t},stringify:function(e,t){return void 0===e||"function"==typeof e?e+"":JSON.stringify(e,t||n.replace)},parse:function(e,t){try{return JSON.parse(e,t||n.revive)}catch(t){return e}},fn:function(e,t){for(var i in n.storeAPI[e]=t,n.apis)n.apis[i][e]=t},get:function(e,t){return e.getItem(t)},set:function(e,t,n){e.setItem(t,n)},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,i){var a=n.inherit(n.storeAPI,(function(e,t,n){return 0===arguments.length?a.getAll():"function"==typeof t?a.transact(e,t,n):void 0!==t?a.set(e,t,n):"string"==typeof e||"number"==typeof e?a.get(e):"function"==typeof e?a.each(e):e?a.setAll(e,t):a.clear()}));a._id=e;try{var s="__store2_test";t.setItem(s,"ok"),a._area=t,t.removeItem(s)}catch(e){a._area=n.storage("fake")}return a._ns=i||"",n.areas[e]||(n.areas[e]=a._area),n.apis[a._ns+a._id]||(n.apis[a._ns+a._id]=a),a},storeAPI:{area:function(e,t){var i=this[e];return i&&i.area||(i=n.Store(e,t,this._ns),this[e]||(this[e]=i)),i},namespace:function(e,t,i){if(i=i||this._delim||n.nsdelim,!e)return this._ns?this._ns.substring(0,this._ns.length-i.length):"";var a=e,s=this[a];if(!(s&&s.namespace||((s=n.Store(this._id,this._area,this._ns+a+i))._delim=i,this[a]||(this[a]=s),t)))for(var r in n.areas)s.area(r,n.areas[r]);return s},isFake:function(e){return e?(this._real=this._area,this._area=n.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 i=0,a=n.length(this._area);i<a;i++){var s=this._out(n.key(this._area,i));if(void 0!==s&&!1===e.call(this,s,this.get(s),t))break;a>n.length(this._area)&&(a--,i--)}return t||this},keys:function(e){return this.each((function(e,t,n){n.push(e)}),e||[])},get:function(e,t){var i,a=n.get(this._area,this._in(e));return"function"==typeof t&&(i=t,t=null),null!==a?n.parse(a,i):null!=t?t:a},getAll:function(e){return this.each((function(e,t,n){n[e]=t}),e||{})},transact:function(e,t,n){var i=this.get(e,n),a=t(i);return this.set(e,void 0===a?i:a),this},set:function(e,t,i){var a,s=this.get(e);return null!=s&&!1===i?t:("function"==typeof i&&(a=i,i=void 0),n.set(this._area,this._in(e),n.stringify(t,a),i)||s)},setAll:function(e,t){var n,i;for(var a in e)i=e[a],this.set(a,i,t)!==i&&(n=!0);return n},add:function(e,t,i){var a=this.get(e);if(a instanceof Array)t=a.concat(t);else if(null!==a){var s=typeof a;if(s===typeof t&&"object"===s){for(var r in t)a[r]=t[r];t=a}else t=a+t}return n.set(this._area,this._in(e),n.stringify(t,i)),t},remove:function(e,t){var i=this.get(e,t);return n.remove(this._area,this._in(e)),i},clear:function(){return this._ns?this.each((function(e){n.remove(this._area,this._in(e))}),1):n.clear(this._area),this},clearAll:function(){var e=this._area;for(var t in n.areas)n.areas.hasOwnProperty(t)&&(this._area=n.areas[t],this.clear());return this._area=e,this},_in:function(e){return"string"!=typeof e&&(e=n.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 n.inherit(n.storageAPI,{items:{},name:e})},storageAPI:{length:0,has:function(e){return this.items.hasOwnProperty(e)},key:function(e){var t=0;for(var n in this.items)if(this.has(n)&&e===t++)return n},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)}}},i=n.Store("local",function(){try{return localStorage}catch(e){}}());i.local=i,i._=n,i.area("session",function(){try{return sessionStorage}catch(e){}}()),i.area("page",n.storage("page")),"function"==typeof t&&void 0!==t.amd?t("store2",[],(function(){return i})):a.exports?a.exports=i:(e.store&&(n.conflict=e.store),e.store=i)}(n,n&&n.define);var r=i(s.exports);function o(e,t,n,i){return new(n||(n=Promise))((function(a,s){function r(e){try{c(i.next(e))}catch(e){s(e)}}function o(e){try{c(i.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(r,o)}c((i=i.apply(e,t||[])).next())}))}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;var c=(e,{include:t,exclude:n}={})=>{const i=e=>{const i=t=>"string"==typeof t?e===t:t.test(e);return t?t.some(i):!n||!n.some(i)};for(const[t,n]of(e=>{const t=new Set;do{for(const n of Reflect.ownKeys(e))t.add([e,n])}while((e=Reflect.getPrototypeOf(e))&&e!==Object.prototype);return t})(e.constructor.prototype)){if("constructor"===n||!i(n))continue;const a=Reflect.getOwnPropertyDescriptor(t,n);a&&"function"==typeof a.value&&(e[n]=e[n].bind(e))}return e};class l 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 u(e){return[...new Set(e)]}function p(e){if(!e)return e;let t;if(Array.isArray(e)){t=[];for(const n of e)t.push(p(n));return t}if("object"==typeof e&&null!==e){t={};for(const n in e)e.hasOwnProperty(n)&&(t[n]=p(e[n]));return t}return e}window.jsPsych={get init(){throw new l("`jsPsych.init()` was replaced by `initJsPsych()` in jsPsych v7.")},get data(){throw new l},get randomization(){throw new l},get turk(){throw new l},get pluginAPI(){throw new l},get ALL_KEYS(){throw new l('jsPsych.ALL_KEYS was replaced by the "ALL_KEYS" string in jsPsych v7.')},get NO_KEYS(){throw new l('jsPsych.NO_KEYS was replaced by the "NO_KEYS" string in jsPsych v7.')}};var d,m=Object.freeze({__proto__:null,unique:u,deepCopy:p});class h{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 n of this.values)t+=Math.pow(n-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 n of this.values)e(n)&&t.push(n);return new h(t)}}class f{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 f([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 f:(e>this.trials.length&&(e=this.trials.length),new f(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 f:(e>this.trials.length&&(e=this.trials.length),new f(this.trials.slice(this.trials.length-e,this.trials.length)))}values(){return this.trials}count(){return this.trials.length}readOnly(){return new f(p(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)?p(e):p([e]);const n=[];for(const e of this.trials){let i=!1;for(const n of t){let t=!0;for(const i of Object.keys(n))void 0!==e[i]&&e[i]===n[i]||(t=!1);if(t){i=!0;break}}i&&n.push(e)}return new f(n)}filterCustom(e){return new f(this.trials.filter(e))}filterColumns(e){return new f(this.trials.map((t=>Object.fromEntries(e.filter((e=>e in t)).map((e=>[e,t[e]]))))))}select(e){const t=[];for(const n of this.trials)void 0!==n[e]&&t.push(n[e]);return new h(t)}ignore(e){Array.isArray(e)||(e=[e]);const t=p(this.trials);for(const n of t)for(const t of e)delete n[t];return new f(t)}uniqueNames(){const e=[];for(const t of this.trials)for(const n of Object.keys(t))e.includes(n)||e.push(n);return e}csv(){return function(e){const t="object"!=typeof e?JSON.parse(e):e;let n="",i="";const a=[];for(const e of t)for(const t in e){let e=t+"";e='"'+e.replace(/"/g,'""')+'",',a.includes(t)||(a.push(t),n+=e)}n=n.slice(0,-1),i+=n+"\r\n";for(const e of t){n="";for(const t of a){let i=void 0===e[t]?"":e[t];"object"==typeof i&&(i=JSON.stringify(i)),n+='"'+(i+"").replace(/"/g,'""')+'",'}n=n.slice(0,-1),i+=n+"\r\n"}return i}(this.trials)}json(e=!1){return e?JSON.stringify(this.trials,null,"\t"):JSON.stringify(this.trials)}localSave(e,t){let n;if("json"===(e=e.toLowerCase()))n=this.json();else{if("csv"!==e)throw new Error('Invalid format specified for localSave. Must be "json" or "csv".');n=this.csv()}!function(e,t){const n=new Blob([e],{type:"text/plain"});let i="";i=void 0!==window.webkitURL?window.webkitURL.createObjectURL(n):window.URL.createObjectURL(n);const a=document.createElement("a");a.id="jspsych-download-as-text-link",a.style.display="none",a.download=t,a.href=i,a.click()}(n,t)}}class g{constructor(e){this.jsPsych=e,this.dataProperties={},this.reset()}reset(){this.allData=new f,this.interactionData=new f}get(){return this.allData}getInteractionData(){return this.interactionData}write(e){const t=this.jsPsych.getProgress(),n=this.jsPsych.getCurrentTrial(),i={trial_type:n.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),n.data),i),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 f;{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 n=0;n<e.length;++n){const i=e[n].split("=",2);1==i.length?t[i[0]]="":t[i[0]]=decodeURIComponent(i[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 f(e)}_fullreset(){this.reset(),this.dataProperties={}}}class v{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 y{constructor(e,t=!1,n=0){this.getRootElement=e,this.areResponsesCaseSensitive=t,this.minimumValidRt=n,this.listeners=new Set,this.heldKeys=new Set,this.areRootListenersRegistered=!1,c(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,n){return!(!t&&this.heldKeys.has(n))&&("ALL_KEYS"===e||"NO_KEYS"!==e&&e.includes(n))}getKeyboardResponse({callback_function:e,valid_responses:t="ALL_KEYS",rt_method:n="performance",persist:i,audio_context:a,audio_context_start_time:s,allow_held_key:r=!1,minimum_valid_rt:o=this.minimumValidRt}){"performance"!==n&&"audio"!==n&&(console.log('Invalid RT method specified in getKeyboardResponse. Defaulting to "performance" method.'),n="performance");const c="performance"===n?performance.now():1e3*s;this.registerRootListeners(),this.areResponsesCaseSensitive||"string"==typeof t||(t=t.map((e=>e.toLowerCase())));const l=s=>{const u=Math.round(("performance"==n?performance.now():1e3*a.currentTime)-c);if(u<o)return;const p=this.toLowerCaseIfInsensitive(s.key);this.isResponseValid(t,r,p)&&(s.preventDefault(),i||this.cancelKeyboardResponse(l),e({key:p,rt:u}))};return this.listeners.add(l),l}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"}(d||(d={}));const b={data:{type:d.OBJECT,pretty_name:"Data",default:{}},on_start:{type:d.FUNCTION,pretty_name:"On start",default:function(){}},on_finish:{type:d.FUNCTION,pretty_name:"On finish",default:function(){}},on_load:{type:d.FUNCTION,pretty_name:"On load",default:function(){}},post_trial_gap:{type:d.INT,pretty_name:"Post trial gap",default:null},css_classes:{type:d.STRING,pretty_name:"Custom CSS classes",default:null},simulation_options:{type:d.COMPLEX,default:null}},x=[d.AUDIO,d.IMAGE,d.VIDEO];class w{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,n)=>{void 0===this.audio_buffers[e]||"tmp"==this.audio_buffers[e]?this.preloadAudio([e],(()=>{t(this.audio_buffers[e])}),(()=>{}),(e=>{n(e.error)})):t(this.audio_buffers[e])}))}preloadAudio(e,t=(()=>{}),n=(e=>{}),i=(e=>{})){e=u(e.flat());let a=0;if(0==e.length)return void t();const s=(s,r=1)=>{const o=new XMLHttpRequest;o.open("GET",s,!0),o.responseType="arraybuffer",o.onload=()=>{this.context.decodeAudioData(o.response,(i=>{this.audio_buffers[s]=i,a++,n(s),a==e.length&&t()}),(e=>{i({source:s,error:e})}))},o.onerror=e=>{let t=e;404==o.status&&(t="404"),i({source:s,error:t})},o.onloadend=e=>{404==o.status&&i({source:s,error:"404"})},o.send(),this.preload_requests.push(o)},r=(s,r=1)=>{const o=new Audio,c=()=>{this.audio_buffers[s]=o,a++,n(s),a==e.length&&t(),o.removeEventListener("canplaythrough",c)};o.addEventListener("canplaythrough",c),o.addEventListener("error",(function e(t){i({source:o.src,error:t}),o.removeEventListener("error",e)})),o.addEventListener("abort",(function e(t){i({source:o.src,error:t}),o.removeEventListener("abort",e)})),o.src=s,this.preload_requests.push(o)};for(const i of e)void 0!==this.audio_buffers[i]?(a++,n(i),a==e.length&&t()):(this.audio_buffers[i]="tmp",null!==this.audioContext()?s(i):r(i))}preloadImages(e,t=(()=>{}),n=(e=>{}),i=(e=>{})){e=u(e.flat());var a=0;if(0!==e.length)for(let s=0;s<e.length;s++){const r=new Image,o=e[s];r.onload=()=>{a++,n(o),a===e.length&&t()},r.onerror=e=>{i({source:o,error:e})},r.src=o,this.img_cache[o]=r,this.preload_requests.push(r)}else t()}preloadVideo(e,t=(()=>{}),n=(e=>{}),i=(e=>{})){e=u(e.flat());let a=0;if(0!==e.length)for(const s of e){const r=this.video_buffers,o=new XMLHttpRequest;o.open("GET",s,!0),o.responseType="blob",o.onload=()=>{if(200===o.status||0===o.status){const i=o.response;r[s]=URL.createObjectURL(i),a++,n(s),a===e.length&&t()}},o.onerror=e=>{let t=e;404==o.status&&(t="404"),i({source:s,error:t})},o.onloadend=e=>{404==o.status&&i({source:s,error:"404"})},o.send(),this.preload_requests.push(o)}else t()}getAutoPreloadList(e){const t=Object.fromEntries(x.map((e=>[e,new Set]))),n=(e,i)=>{var a,s,r,o;if(void 0!==e.timeline)for(const t of e.timeline)n(t,null!==(a=e.type)&&void 0!==a?a:i);else if(null===(r=null!==(s=e.type)&&void 0!==s?s:i)||void 0===r?void 0:r.info){const{name:n,parameters:a}=(null!==(o=e.type)&&void 0!==o?o:i).info;this.preloadMap.has(n)||this.preloadMap.set(n,Object.fromEntries(Object.entries(a).filter((([e,{type:t,preload:n}])=>x.includes(t)&&(null==n||n))).map((([e,{type:t}])=>[e,t]))));for(const[i,a]of Object.entries(this.preloadMap.get(n))){const n=e[i],s=t[a];if("string"==typeof n)s.add(n);else if(Array.isArray(n))for(const e of n.flat())"string"==typeof e&&s.add(e)}}};return n({timeline:e}),{images:[...t[d.IMAGE]],audio:[...t[d.AUDIO]],video:[...t[d.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 n=new MediaRecorder(e,t);this.camera_recorder=n}getCameraStream(){return this.camera_stream}getCameraRecorder(){return this.camera_recorder}}class _{dispatchEvent(e){document.body.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?setTimeout((()=>{this.keyDown(e),this.keyUp(e)}),t):(this.keyDown(e),this.keyUp(e))}clickTarget(e,t=0){t>0?setTimeout((()=>{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,n=0){n>0?setTimeout((()=>{e.value=t}),n):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 n;if("NO_KEYS"==e)n=null;else if("ALL_KEYS"==e)n=t[Math.floor(Math.random()*t.length)];else{const t=e.flat();n=t[Math.floor(Math.random()*t.length)]}return n}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 n=e.sequence_reps*e.frame_time*e.stimuli.length;t.rt<n&&(t.rt=null,t.response=null)}}}class E{constructor(){this.timeout_handlers=[]}setTimeout(e,t){const n=window.setTimeout(e,t);return this.timeout_handlers.push(n),n}clearAllTimeouts(){for(const e of this.timeout_handlers)clearTimeout(e);this.timeout_handlers=[]}}var S=["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 k(e){function t(){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 S[i(S.length)]}function i(e){return Math.floor(Math.random()*e)}if(void 0===e)return t();"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+i(e.max+1-e.min),s=[],r="",o=0,c=0;c<a*e.wordsPerString;c++)o===e.wordsPerString-1?r+=e.formatter(t(),o):r+=e.formatter(t(),o)+e.separator,o++,(c+1)%e.wordsPerString==0&&(s.push(r),r="",o=0);return"string"==typeof e.join&&(s=s.join(e.join)),s}var T=k;k.wordList=S;var I={exports:{}};!function(e,t,n){function i(e){var t=this,n=function(){var e=4022871197,t=function(t){t=String(t);for(var n=0;n<t.length;n++){var i=.02519603282416938*(e+=t.charCodeAt(n));i-=e=i>>>0,e=(i*=e)>>>0,e+=4294967296*(i-=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=n(" "),t.s1=n(" "),t.s2=n(" "),t.s0-=n(e),t.s0<0&&(t.s0+=1),t.s1-=n(e),t.s1<0&&(t.s1+=1),t.s2-=n(e),t.s2<0&&(t.s2+=1),n=null}function a(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 n=new i(e),s=t&&t.state,r=n.next;return r.int32=function(){return 4294967296*n.next()|0},r.double=function(){return r()+11102230246251565e-32*(2097152*r()|0)},r.quick=r,s&&("object"==typeof s&&a(s,n),r.state=function(){return a(n,{})}),r}t&&t.exports?t.exports=s:n&&n.amd?n((function(){return s})):this.alea=s}(0,I,!1);var R=I.exports;function A(e,t,n=!1){const i=Array.isArray(e),a=Array.isArray(t);if(i)if(a){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 n=[];for(let i=0;i<e.length;i++)n.push(t);t=n}else t=t.slice(0,e.length)}else{let n=[];for(let i=0;i<e.length;i++)n.push(t);t=n}else a?(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 s=[];for(let n=0;n<e.length;n++)for(let i=0;i<t[n];i++)null==e[n]||"object"!=typeof e[n]?s.push(e[n]):s.push(Object.assign({},e[n]));let r=j(s);return n&&(r=function(e){const t={};for(const n of e)for(const e of Object.keys(n))void 0===t[e]&&(t[e]=[]),t[e].push(n[e]);return t}(r)),r}function j(e){Array.isArray(e)||console.error("Argument to shuffle() must be an array.");const t=e.slice(0);let n,i,a=t.length;for(;a;)i=Math.floor(Math.random()*a--),n=t[a],t[a]=t[i],t[i]=n;return t}function O(e,t=!1){const n=e.length;if(1==n)return console.warn("shuffleAlternateGroups() was called with only one group. Defaulting to simple shuffle."),j(e[0]);let i=[];for(let e=0;e<n;e++)i.push(e);t&&(i=j(i));const a=[];let s=null;for(let t=0;t<n;t++)s=null===s?e[t].length:Math.min(s,e[t].length),a.push(j(e[t]));const r=[];for(let e=0;e<s;e++)for(let t=0;t<i.length;t++)r.push(a[i[t]][e]);return r}function C(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."),j(e).slice(0,t)}function L(e,t,n){Array.isArray(e)||console.error("First argument to sampleWithReplacement() must be an array");const i=[];if(void 0!==n){n.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 n)t+=e;for(const e of n)i.push(e/t)}else for(let t=0;t<e.length;t++)i.push(1/e.length);const a=[i[0]];for(let e=1;e<i.length;e++)a.push(i[e]+a[e-1]);const s=[];for(let n=0;n<t;n++){const t=Math.random();let n=0;for(;t>a[n];)n++;s.push(e[n])}return s}function F(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 U(e){return-Math.log(Math.random())/e}var P=Object.freeze({__proto__:null,setSeed:function(e=Math.random().toString()){return Math.random=R(e),e},repeat:A,shuffle:j,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 n=j(e);for(let e=0;e<n.length-1;e++)if(t(n[e],n[e+1])){let i=Math.floor(Math.random()*(n.length-2))+1;for(;t(n[e+1],n[i])||t(n[e+1],n[i+1])||t(n[e+1],n[i-1])||t(n[e],n[i]);)i=Math.floor(Math.random()*(n.length-2))+1;const a=n[i];n[i]=n[e+1],n[e+1]=a}return n},shuffleAlternateGroups:O,sampleWithoutReplacement:C,sampleWithReplacement:L,factorial:function(e,t=1,n=!1){let i=[{}];for(const[t,n]of Object.entries(e)){const e=[];for(const a of n)for(const n of i)e.push(Object.assign(Object.assign({},n),{[t]:a}));i=e}return A(i,t,n)},randomID:function(e=32){let t="";const n="0123456789abcdefghjklmnopqrstuvwxyz";for(let i=0;i<e;i++)t+=n[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))},sampleBernoulli:function(e){return Math.random()<=e?1:0},sampleNormal:F,sampleExponential:U,sampleExGaussian:function(e,t,n,i=!1){let a=F(e,t)+U(n);if(i)for(;a<=0;)a=F(e,t)+U(n);return a},randomWords:function(e){return T(e)}});function z(){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 n=new RegExp("[\\?&]"+t+"=([^&#]*)").exec(e);return null==n?"":n[1]},n=t(window.location.href,"assignmentId")?window.location.href:document.referrer;return["assignmentId","hitId","workerId","turkSubmitTo"].map((function(i){e[i]=unescape(t(n,i))})),e.previewMode="ASSIGNMENT_ID_NOT_AVAILABLE"==e.assignmentId,e.outsideTurk=!e.previewMode&&""===e.hitId&&""==e.assignmentId&&""==e.workerId,e}var M=Object.freeze({__proto__:null,turkInfo:z,submitToTurk:function(e){const t=z(),n=t.assignmentId,i=t.turkSubmitTo;if(!n||!i)return;const a=document.createElement("form");a.method="POST",a.action=i+"/mturk/externalSubmit?assignmentId="+n;for(const t in e)if(e.hasOwnProperty(t)){const n=document.createElement("input");n.type="hidden",n.name=t,n.id=t,n.value=e[t],a.appendChild(n)}document.body.appendChild(a),a.submit()}});class N{constructor(e,t,n,i){if(this.jsPsych=e,this.progress={current_location:-1,current_variable_set:0,current_repetition:0,current_iteration:0,done:!1},this.parent_node=n,this.relative_id=void 0===n?0:i,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 a=Object.assign({},t);delete a.timeline,delete a.conditional_function,delete a.loop_function,delete a.randomize_order,delete a.repetitions,delete a.timeline_variables,delete a.sample,delete a.on_timeline_start,delete a.on_timeline_finish,this.node_trial_data=a;for(var s=0;s<t.timeline.length;s++){var r=Object.assign({},a,t.timeline[s]);if("object"==typeof a.data&&"object"==typeof t.timeline[s].data){var o=Object.assign({},a.data,t.timeline[s].data);r.data=o}this.timeline_parameters.timeline.push(new N(this.jsPsych,r,this,s))}}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?p(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=[],n=0;n<e.timeline_variables.length;n++)t.push(n);void 0!==e.sample&&("custom"==e.sample.type?t=e.sample.fn(t):"with-replacement"==e.sample.type?t=L(t,e.sample.size,e.sample.weights):"without-replacement"==e.sample.type?t=C(t,e.sample.size):"fixed-repetitions"==e.sample.type?t=A(t,e.sample.size,!1):"alternate-groups"==e.sample.type?t=O(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=j(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,n=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){n.call_immediate=!0;var i=t.conditional_function();if(n.call_immediate=!1,0==i)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 a=!1;e.current_location<t.timeline.length&&0==a;){if(!t.timeline[e.current_location].advance())return a=!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?(n.call_immediate=!0,t.loop_function(this.generatedData())?(this.reset(),n.call_immediate=!1,this.parent_node.advance()):(e.done=!0,n.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 n=this.timeline_parameters.timeline[t].timelineVariable(e);return void 0===n&&console.warn("Timeline variable "+e+" not found."),n}}allTimelineVariables(){for(var e=this.allTimelineVariablesNames(),t={},n=0;n<e.length;n++)t[e[n]]=this.timelineVariable(e[n]);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,n=0;n<this.timeline_parameters.timeline.length;n++)this.timeline_parameters.timeline[n].isComplete()&&(t+=this.timeline_parameters.timeline[n].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=[],n=0;n<this.timeline_parameters.timeline.length;n++){var i=this.timeline_parameters.timeline[n].trialsOfType(e);t=t.concat(i)}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 N(this.jsPsych,Object.assign(Object.assign({},this.node_trial_data),e),this,this.timeline_parameters.timeline.length))}}function q(e){return new Promise((t=>setTimeout(t,e)))}class ${constructor(e){this.extensions={},this.turk=M,this.randomization=P,this.utils=m,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,c(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 g(this),this.pluginAPI=function(e){const t=e.getInitSettings();return Object.assign({},...[new y(e.getDisplayContainerElement,t.case_sensitive_responses,t.minimum_valid_rt),new E,new w(t.use_webaudio,e.webaudio_context),new v,new _].map((e=>c(e))))}(this);for(const t of e.extensions)this.extensions[t.type.info.name]=new t.type(this);this.pluginAPI.initAudio()}version(){return"7.3.1"}run(e){return o(this,void 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 N(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",n={}){return o(this,void 0,void 0,(function*(){this.simulation_mode=t,this.simulation_options=n,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 n=this.data.getLastTrialData().values()[0],i=this.current_trial;if("object"==typeof i.save_trial_parameters)for(const e of Object.keys(i.save_trial_parameters)){const t=i.save_trial_parameters[e];!0===t&&(void 0===i[e]?console.warn(`Invalid parameter specified in save_trial_parameters. Trial has no property called "${e}".`):"function"==typeof i[e]?n[e]=i[e].toString():n[e]=i[e]),!1===t&&"internal_node_id"!==e&&"trial_index"!==e&&delete n[e]}const a=(null!==(t=i.extensions)&&void 0!==t?t:[]).map((e=>this.extensions[e.type.info.name].on_finish(e.params))),s=()=>{this.internal.call_immediate=!0,"function"==typeof i.on_finish&&i.on_finish(n),this.opts.on_trial_finish(n),this.opts.on_data_update(n),this.internal.call_immediate=!1,"data-only"===this.simulation_mode?this.nextTrial():null===typeof i.post_trial_gap||void 0===i.post_trial_gap?this.opts.default_iti>0?setTimeout(this.nextTrial,this.opts.default_iti):this.nextTrial():i.post_trial_gap>0?setTimeout(this.nextTrial,i.post_trial_gap):this.nextTrial()};if(a.some((e=>"function"==typeof e.then)))Promise.all(a.map((e=>Promise.resolve(e).then((e=>{Object.assign(n,e)}))))).then(s);else{for(const e of a)Object.assign(n,e);s()}}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 o(this,void 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 o(this,void 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 l("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({},c(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 n;if(this.simulation_mode||(n=e.type.trial(this.DOM_target,e,t)),this.simulation_mode)if(e.type.simulate){let i;e.simulation_options||(i=this.simulation_options.default),e.simulation_options&&("string"==typeof e.simulation_options?this.simulation_options[e.simulation_options]?i=this.simulation_options[e.simulation_options]:this.simulation_options.default?(console.log(`No matching simulation options found for "${e.simulation_options}". Using "default" options.`),i=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.`),i={}):i=e.simulation_options),i=this.utils.deepCopy(i),i=this.replaceFunctionsWithValues(i,null),n=!1===(null==i?void 0:i.simulate)?e.type.trial(this.DOM_target,e,t):e.type.simulate(e,(null==i?void 0:i.mode)||this.simulation_mode,i,t)}else n=e.type.trial(this.DOM_target,e,t);n&&"function"==typeof n.then||this.simulation_mode||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!==b[t]&&b[t].type!==d.FUNCTION&&(e[t]=this.replaceFunctionsWithValues(e[t],null)),void 0!==e.type.info.parameters[t]&&e.type.info.parameters[t].type!==d.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 n=0;n<e.length;n++)e[n]=this.replaceFunctionsWithValues(e[n],t);else if("object"==typeof e)if(null!==t&&t.nested)for(const n of Object.keys(e))"object"==typeof t.nested[n]&&t.nested[n].type!==d.FUNCTION&&(e[n]=this.replaceFunctionsWithValues(e[n],t.nested[n]));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===d.COMPLEX?!0===e.type.info.parameters[t].array&&e[t].forEach((function(n,i){for(const n in e.type.info.parameters[t].nested)void 0!==e[t][i][n]&&null!==e[t][i][n]||(void 0===e.type.info.parameters[t].nested[n].default?console.error("You must specify a value for the "+n+" parameter (nested in the "+t+" parameter) in the "+e.type+" plugin."):e[t][i][n]=e.type.info.parameters[t].nested[n].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 o(this,void 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,n=e.min_height||0;if(window.innerWidth<t||window.innerHeight<n){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 "+n+"px. Your current height is "+window.innerHeight+"px.</p>";window.innerWidth<t||window.innerHeight<n;)yield q(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 D={name:"survey-text",parameters:{questions:{type:d.COMPLEX,array:!0,pretty_name:"Questions",default:void 0,nested:{prompt:{type:d.HTML_STRING,pretty_name:"Prompt",default:void 0},placeholder:{type:d.STRING,pretty_name:"Placeholder",default:""},rows:{type:d.INT,pretty_name:"Rows",default:1},columns:{type:d.INT,pretty_name:"Columns",default:40},required:{type:d.BOOL,pretty_name:"Required",default:!1},name:{type:d.STRING,pretty_name:"Question Name",default:""}}},randomize_question_order:{type:d.BOOL,pretty_name:"Randomize Question Order",default:!1},preamble:{type:d.HTML_STRING,pretty_name:"Preamble",default:null},button_label:{type:d.STRING,pretty_name:"Button label",default:"Continue"},autocomplete:{type:d.BOOL,pretty_name:"Allow autocomplete",default:!1}}};class B{constructor(e){this.jsPsych=e}trial(e,t){for(var n=0;n<t.questions.length;n++)void 0===t.questions[n].rows&&(t.questions[n].rows=1);for(n=0;n<t.questions.length;n++)void 0===t.questions[n].columns&&(t.questions[n].columns=40);for(n=0;n<t.questions.length;n++)void 0===t.questions[n].value&&(t.questions[n].value="");var i="";null!==t.preamble&&(i+='<div id="jspsych-survey-text-preamble" class="jspsych-survey-text-preamble">'+t.preamble+"</div>"),t.autocomplete?i+='<form id="jspsych-survey-text-form">':i+='<form id="jspsych-survey-text-form" autocomplete="off">';var a=[];for(n=0;n<t.questions.length;n++)a.push(n);t.randomize_question_order&&(a=this.jsPsych.randomization.shuffle(a));for(n=0;n<t.questions.length;n++){var s=t.questions[a[n]],r=a[n];i+='<div id="jspsych-survey-text-'+r+'" class="jspsych-survey-text-question" style="margin: 2em 0em;">',i+='<p class="jspsych-survey-text">'+s.prompt+"</p>";var o=0==n?"autofocus":"",c=s.required?"required":"";1==s.rows?i+='<input type="text" id="input-'+r+'" name="#jspsych-survey-text-response-'+r+'" data-name="'+s.name+'" size="'+s.columns+'" '+o+" "+c+' placeholder="'+s.placeholder+'"></input>':i+='<textarea id="input-'+r+'" name="#jspsych-survey-text-response-'+r+'" data-name="'+s.name+'" cols="'+s.columns+'" rows="'+s.rows+'" '+o+" "+c+' placeholder="'+s.placeholder+'"></textarea>',i+="</div>"}i+='<input type="submit" id="jspsych-survey-text-next" class="jspsych-btn jspsych-survey-text" value="'+t.button_label+'"></input>',i+="</form>",e.innerHTML=i,e.querySelector("#input-"+a[0]).focus(),e.querySelector("#jspsych-survey-text-form").addEventListener("submit",(n=>{n.preventDefault();for(var i=performance.now(),a=Math.round(i-l),s={},r=0;r<t.questions.length;r++){var o="Q"+r,c=document.querySelector("#jspsych-survey-text-"+r).querySelector("textarea, input"),u=c.value,p=c.attributes["data-name"].value;""==p&&(p=o);var d={};d[p]=u,Object.assign(s,d)}var m={rt:a,response:s};e.innerHTML="",this.jsPsych.finishTrial(m)}));var l=performance.now()}simulate(e,t,n,i){"data-only"==t&&(i(),this.simulate_data_only(e,n)),"visual"==t&&this.simulate_visual(e,n,i)}create_simulation_data(e,t){const n={};let i=1e3;for(const t of e.questions){const a=t.name?t.name:`Q${e.questions.indexOf(t)}`,s=1==t.rows?this.jsPsych.randomization.sampleExponential(.25):this.jsPsych.randomization.randomInt(1,10)*t.rows;n[a]=this.jsPsych.randomization.randomWords({exactly:s,join:" "}),i+=this.jsPsych.randomization.sampleExGaussian(2e3,400,.004,!0)}const a={response:n,rt:i},s=this.jsPsych.pluginAPI.mergeSimulationData(a,t);return this.jsPsych.pluginAPI.ensureSimulationDataConsistency(e,s),s}simulate_data_only(e,t){const n=this.create_simulation_data(e,t);this.jsPsych.finishTrial(n)}simulate_visual(e,t,n){const i=this.create_simulation_data(e,t),a=this.jsPsych.getDisplayElement();this.trial(a,e),n();const s=Object.entries(i.response).map((e=>e[1]));for(let e=0;e<s.length;e++)this.jsPsych.pluginAPI.fillTextInput(a.querySelector(`#input-${e}`),s[e],(i.rt-1e3)/s.length*(e+1));this.jsPsych.pluginAPI.clickTarget(a.querySelector("#jspsych-survey-text-next"),i.rt)}}B.info=D;const K={name:"survey-multi-select",parameters:{questions:{type:d.COMPLEX,array:!0,pretty_name:"Questions",nested:{prompt:{type:d.HTML_STRING,pretty_name:"Prompt",default:void 0},options:{type:d.STRING,pretty_name:"Options",array:!0,default:void 0},horizontal:{type:d.BOOL,pretty_name:"Horizontal",default:!1},required:{type:d.BOOL,pretty_name:"Required",default:!1},name:{type:d.STRING,pretty_name:"Question Name",default:""}}},randomize_question_order:{type:d.BOOL,pretty_name:"Randomize Question Order",default:!1},preamble:{type:d.HTML_STRING,pretty_name:"Preamble",default:null},button_label:{type:d.STRING,pretty_name:"Button label",default:"Continue"},required_message:{type:d.STRING,pretty_name:"Required message",default:"You must choose at least one response for this question"},autocomplete:{type:d.BOOL,pretty_name:"Allow autocomplete",default:!1}}};class Y{constructor(e){this.jsPsych=e}trial(e,t){var n="jspsych-survey-multi-select",i="#"+n;const a=(...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 s=a(n,"form");e.innerHTML+='<form id="'+s+'"></form>';var r=e.querySelector("#"+s);t.autocomplete||r.setAttribute("autocomplete","off");var o=a(n,"preamble");null!==t.preamble&&(r.innerHTML+='<div id="'+o+'" class="'+o+'">'+t.preamble+"</div>");for(var c=[],l=0;l<t.questions.length;l++)c.push(l);t.randomize_question_order&&(c=this.jsPsych.randomization.shuffle(c));for(l=0;l<t.questions.length;l++){var u=t.questions[c[l]],p=c[l],d=[a(n,"question")];u.horizontal&&d.push(a(n,"horizontal")),r.innerHTML+='<div id="'+a(n,p)+'" data-name="'+u.name+'" class="'+d.join(" ")+'"></div>';var m=a(i,p);e.querySelector(m).innerHTML+='<p id="survey-question" class="'+n+'-text survey-multi-select">'+u.prompt+"</p>";for(var h=0;h<u.options.length;h++){var f=a(n,"option",p,h);e.querySelector(m).innerHTML+='<div id="'+f+'" class="'+a(n,"option")+'"></div>';var g=document.getElementById(f),v=a(n,"response",p),y=a(n,"response",p,h),b=document.createElement("label");b.setAttribute("class",n+"-text"),b.innerHTML=u.options[h],b.setAttribute("for",y);var x=document.createElement("input");x.setAttribute("type","checkbox"),x.setAttribute("name",v),x.setAttribute("id",y),x.setAttribute("value",u.options[h]),g.appendChild(b),b.insertBefore(x,b.firstChild)}}r.innerHTML+='<div class="fail-message"></div>',r.innerHTML+='<button id="'+n+'-next" class="'+n+' jspsych-btn">'+t.button_label+"</button>",e.querySelector("#jspsych-survey-multi-select-next").addEventListener("click",(()=>{for(var n=0;n<t.questions.length;n++)t.questions[n].required&&(null==e.querySelector("#jspsych-survey-multi-select-"+n+" input:checked")?e.querySelector("#jspsych-survey-multi-select-"+n+" input").setCustomValidity(t.required_message):e.querySelector("#jspsych-survey-multi-select-"+n+" input").setCustomValidity(""));r.reportValidity()})),r.addEventListener("submit",(n=>{n.preventDefault();for(var i=performance.now(),a=Math.round(i-w),s={},r=0;r<t.questions.length;r++){for(var o=e.querySelector("#jspsych-survey-multi-select-"+r),l=[],u=o.querySelectorAll("input[type=checkbox]:checked"),p=0;p<u.length;p++){var d=u[p];l.push(d.value)}var m={},h="Q"+r;""!==o.attributes["data-name"].value&&(h=o.attributes["data-name"].value),m[h]=l,Object.assign(s,m),l.length}var f={rt:a,response:s,question_order:c};e.innerHTML="",this.jsPsych.finishTrial(f)}));var w=performance.now()}simulate(e,t,n,i){"data-only"==t&&(i(),this.simulate_data_only(e,n)),"visual"==t&&this.simulate_visual(e,n,i)}create_simulation_data(e,t){const n={};let i=1e3;for(const t of e.questions){let a;a=t.required?this.jsPsych.randomization.randomInt(1,t.options.length):this.jsPsych.randomization.randomInt(0,t.options.length);const s=t.name?t.name:`Q${e.questions.indexOf(t)}`,r=this.jsPsych.randomization.sampleWithoutReplacement(t.options,a);n[s]=r,i+=this.jsPsych.randomization.sampleExGaussian(1500,400,.005,!0)}const a={response:n,rt:i,question_order:e.randomize_question_order?this.jsPsych.randomization.shuffle([...Array(e.questions.length).keys()]):[...Array(e.questions.length).keys()]},s=this.jsPsych.pluginAPI.mergeSimulationData(a,t);return this.jsPsych.pluginAPI.ensureSimulationDataConsistency(e,s),s}simulate_data_only(e,t){const n=this.create_simulation_data(e,t);this.jsPsych.finishTrial(n)}simulate_visual(e,t,n){const i=this.create_simulation_data(e,t),a=this.jsPsych.getDisplayElement();this.trial(a,e),n();const s=Object.entries(i.response);for(let t=0;t<s.length;t++)for(const n of s[t][1])this.jsPsych.pluginAPI.clickTarget(a.querySelector(`#jspsych-survey-multi-select-response-${t}-${e.questions[t].options.indexOf(n)}`),(i.rt-1e3)/s.length*(t+1));this.jsPsych.pluginAPI.clickTarget(a.querySelector("#jspsych-survey-multi-select-next"),i.rt)}}Y.info=K;const W={name:"survey-html-form",parameters:{html:{type:d.HTML_STRING,pretty_name:"HTML",default:null},preamble:{type:d.HTML_STRING,pretty_name:"Preamble",default:null},button_label:{type:d.STRING,pretty_name:"Button label",default:"Continue"},autofocus:{type:d.STRING,pretty_name:"Element ID to focus",default:""},dataAsArray:{type:d.BOOL,pretty_name:"Data As Array",default:!1},autocomplete:{type:d.BOOL,pretty_name:"Allow autocomplete",default:!1}}};class V{constructor(e){this.jsPsych=e}trial(e,t){var n="";if(null!==t.preamble&&(n+='<div id="jspsych-survey-html-form-preamble" class="jspsych-survey-html-form-preamble">'+t.preamble+"</div>"),t.autocomplete?n+='<form id="jspsych-survey-html-form">':n+='<form id="jspsych-survey-html-form" autocomplete="off">',n+=t.html,n+='<input type="submit" id="jspsych-survey-html-form-next" class="jspsych-btn jspsych-survey-html-form" value="'+t.button_label+'"></input>',n+="</form>",e.innerHTML=n,""!==t.autofocus){var i=e.querySelectorAll("#"+t.autofocus);0===i.length?console.warn("No element found with id: "+t.autofocus):i.length>1?console.warn('The id "'+t.autofocus+'" is not unique so autofocus will not work.'):i[0].focus()}e.querySelector("#jspsych-survey-html-form").addEventListener("submit",(n=>{n.preventDefault();var i=performance.now(),s=Math.round(i-a),r=
|
|
3
|
+
* Copyright (c) 2022 Nathan Bubna; Licensed (MIT OR GPL-3.0) */a=s,function(e,t){var n={version:"2.14.2",areas:{},apis:{},nsdelim:".",inherit:function(e,t){for(var n in e)t.hasOwnProperty(n)||Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n));return t},stringify:function(e,t){return void 0===e||"function"==typeof e?e+"":JSON.stringify(e,t||n.replace)},parse:function(e,t){try{return JSON.parse(e,t||n.revive)}catch(t){return e}},fn:function(e,t){for(var i in n.storeAPI[e]=t,n.apis)n.apis[i][e]=t},get:function(e,t){return e.getItem(t)},set:function(e,t,n){e.setItem(t,n)},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,i){var a=n.inherit(n.storeAPI,(function(e,t,n){return 0===arguments.length?a.getAll():"function"==typeof t?a.transact(e,t,n):void 0!==t?a.set(e,t,n):"string"==typeof e||"number"==typeof e?a.get(e):"function"==typeof e?a.each(e):e?a.setAll(e,t):a.clear()}));a._id=e;try{var s="__store2_test";t.setItem(s,"ok"),a._area=t,t.removeItem(s)}catch(e){a._area=n.storage("fake")}return a._ns=i||"",n.areas[e]||(n.areas[e]=a._area),n.apis[a._ns+a._id]||(n.apis[a._ns+a._id]=a),a},storeAPI:{area:function(e,t){var i=this[e];return i&&i.area||(i=n.Store(e,t,this._ns),this[e]||(this[e]=i)),i},namespace:function(e,t,i){if(i=i||this._delim||n.nsdelim,!e)return this._ns?this._ns.substring(0,this._ns.length-i.length):"";var a=e,s=this[a];if(!(s&&s.namespace||((s=n.Store(this._id,this._area,this._ns+a+i))._delim=i,this[a]||(this[a]=s),t)))for(var r in n.areas)s.area(r,n.areas[r]);return s},isFake:function(e){return e?(this._real=this._area,this._area=n.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 i=0,a=n.length(this._area);i<a;i++){var s=this._out(n.key(this._area,i));if(void 0!==s&&!1===e.call(this,s,this.get(s),t))break;a>n.length(this._area)&&(a--,i--)}return t||this},keys:function(e){return this.each((function(e,t,n){n.push(e)}),e||[])},get:function(e,t){var i,a=n.get(this._area,this._in(e));return"function"==typeof t&&(i=t,t=null),null!==a?n.parse(a,i):null!=t?t:a},getAll:function(e){return this.each((function(e,t,n){n[e]=t}),e||{})},transact:function(e,t,n){var i=this.get(e,n),a=t(i);return this.set(e,void 0===a?i:a),this},set:function(e,t,i){var a,s=this.get(e);return null!=s&&!1===i?t:("function"==typeof i&&(a=i,i=void 0),n.set(this._area,this._in(e),n.stringify(t,a),i)||s)},setAll:function(e,t){var n,i;for(var a in e)i=e[a],this.set(a,i,t)!==i&&(n=!0);return n},add:function(e,t,i){var a=this.get(e);if(a instanceof Array)t=a.concat(t);else if(null!==a){var s=typeof a;if(s===typeof t&&"object"===s){for(var r in t)a[r]=t[r];t=a}else t=a+t}return n.set(this._area,this._in(e),n.stringify(t,i)),t},remove:function(e,t){var i=this.get(e,t);return n.remove(this._area,this._in(e)),i},clear:function(){return this._ns?this.each((function(e){n.remove(this._area,this._in(e))}),1):n.clear(this._area),this},clearAll:function(){var e=this._area;for(var t in n.areas)n.areas.hasOwnProperty(t)&&(this._area=n.areas[t],this.clear());return this._area=e,this},_in:function(e){return"string"!=typeof e&&(e=n.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 n.inherit(n.storageAPI,{items:{},name:e})},storageAPI:{length:0,has:function(e){return this.items.hasOwnProperty(e)},key:function(e){var t=0;for(var n in this.items)if(this.has(n)&&e===t++)return n},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)}}},i=n.Store("local",function(){try{return localStorage}catch(e){}}());i.local=i,i._=n,i.area("session",function(){try{return sessionStorage}catch(e){}}()),i.area("page",n.storage("page")),"function"==typeof t&&void 0!==t.amd?t("store2",[],(function(){return i})):a.exports?a.exports=i:(e.store&&(n.conflict=e.store),e.store=i)}(n,n&&n.define);var r=i(s.exports);function o(e,t,n,i){return new(n||(n=Promise))((function(a,s){function r(e){try{c(i.next(e))}catch(e){s(e)}}function o(e){try{c(i.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(r,o)}c((i=i.apply(e,t||[])).next())}))}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;var c=(e,{include:t,exclude:n}={})=>{const i=e=>{const i=t=>"string"==typeof t?e===t:t.test(e);return t?t.some(i):!n||!n.some(i)};for(const[t,n]of(e=>{const t=new Set;do{for(const n of Reflect.ownKeys(e))t.add([e,n])}while((e=Reflect.getPrototypeOf(e))&&e!==Object.prototype);return t})(e.constructor.prototype)){if("constructor"===n||!i(n))continue;const a=Reflect.getOwnPropertyDescriptor(t,n);a&&"function"==typeof a.value&&(e[n]=e[n].bind(e))}return e};class l 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 u(e){return[...new Set(e)]}function p(e){if(!e)return e;let t;if(Array.isArray(e)){t=[];for(const n of e)t.push(p(n));return t}if("object"==typeof e&&null!==e){t={};for(const n in e)e.hasOwnProperty(n)&&(t[n]=p(e[n]));return t}return e}window.jsPsych={get init(){throw new l("`jsPsych.init()` was replaced by `initJsPsych()` in jsPsych v7.")},get data(){throw new l},get randomization(){throw new l},get turk(){throw new l},get pluginAPI(){throw new l},get ALL_KEYS(){throw new l('jsPsych.ALL_KEYS was replaced by the "ALL_KEYS" string in jsPsych v7.')},get NO_KEYS(){throw new l('jsPsych.NO_KEYS was replaced by the "NO_KEYS" string in jsPsych v7.')}};var d,m=Object.freeze({__proto__:null,unique:u,deepCopy:p});class h{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 n of this.values)t+=Math.pow(n-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 n of this.values)e(n)&&t.push(n);return new h(t)}}class f{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 f([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 f:(e>this.trials.length&&(e=this.trials.length),new f(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 f:(e>this.trials.length&&(e=this.trials.length),new f(this.trials.slice(this.trials.length-e,this.trials.length)))}values(){return this.trials}count(){return this.trials.length}readOnly(){return new f(p(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)?p(e):p([e]);const n=[];for(const e of this.trials){let i=!1;for(const n of t){let t=!0;for(const i of Object.keys(n))void 0!==e[i]&&e[i]===n[i]||(t=!1);if(t){i=!0;break}}i&&n.push(e)}return new f(n)}filterCustom(e){return new f(this.trials.filter(e))}filterColumns(e){return new f(this.trials.map((t=>Object.fromEntries(e.filter((e=>e in t)).map((e=>[e,t[e]]))))))}select(e){const t=[];for(const n of this.trials)void 0!==n[e]&&t.push(n[e]);return new h(t)}ignore(e){Array.isArray(e)||(e=[e]);const t=p(this.trials);for(const n of t)for(const t of e)delete n[t];return new f(t)}uniqueNames(){const e=[];for(const t of this.trials)for(const n of Object.keys(t))e.includes(n)||e.push(n);return e}csv(){return function(e){const t="object"!=typeof e?JSON.parse(e):e;let n="",i="";const a=[];for(const e of t)for(const t in e){let e=t+"";e='"'+e.replace(/"/g,'""')+'",',a.includes(t)||(a.push(t),n+=e)}n=n.slice(0,-1),i+=n+"\r\n";for(const e of t){n="";for(const t of a){let i=void 0===e[t]?"":e[t];"object"==typeof i&&(i=JSON.stringify(i)),n+='"'+(i+"").replace(/"/g,'""')+'",'}n=n.slice(0,-1),i+=n+"\r\n"}return i}(this.trials)}json(e=!1){return e?JSON.stringify(this.trials,null,"\t"):JSON.stringify(this.trials)}localSave(e,t){let n;if("json"===(e=e.toLowerCase()))n=this.json();else{if("csv"!==e)throw new Error('Invalid format specified for localSave. Must be "json" or "csv".');n=this.csv()}!function(e,t){const n=new Blob([e],{type:"text/plain"});let i="";i=void 0!==window.webkitURL?window.webkitURL.createObjectURL(n):window.URL.createObjectURL(n);const a=document.createElement("a");a.id="jspsych-download-as-text-link",a.style.display="none",a.download=t,a.href=i,a.click()}(n,t)}}class g{constructor(e){this.jsPsych=e,this.dataProperties={},this.reset()}reset(){this.allData=new f,this.interactionData=new f}get(){return this.allData}getInteractionData(){return this.interactionData}write(e){const t=this.jsPsych.getProgress(),n=this.jsPsych.getCurrentTrial(),i={trial_type:n.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),n.data),i),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 f;{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 n=0;n<e.length;++n){const i=e[n].split("=",2);1==i.length?t[i[0]]="":t[i[0]]=decodeURIComponent(i[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 f(e)}_fullreset(){this.reset(),this.dataProperties={}}}class v{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 y{constructor(e,t=!1,n=0){this.getRootElement=e,this.areResponsesCaseSensitive=t,this.minimumValidRt=n,this.listeners=new Set,this.heldKeys=new Set,this.areRootListenersRegistered=!1,c(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,n){return!(!t&&this.heldKeys.has(n))&&("ALL_KEYS"===e||"NO_KEYS"!==e&&e.includes(n))}getKeyboardResponse({callback_function:e,valid_responses:t="ALL_KEYS",rt_method:n="performance",persist:i,audio_context:a,audio_context_start_time:s,allow_held_key:r=!1,minimum_valid_rt:o=this.minimumValidRt}){"performance"!==n&&"audio"!==n&&(console.log('Invalid RT method specified in getKeyboardResponse. Defaulting to "performance" method.'),n="performance");const c="performance"===n?performance.now():1e3*s;this.registerRootListeners(),this.areResponsesCaseSensitive||"string"==typeof t||(t=t.map((e=>e.toLowerCase())));const l=s=>{const u=Math.round(("performance"==n?performance.now():1e3*a.currentTime)-c);if(u<o)return;const p=this.toLowerCaseIfInsensitive(s.key);this.isResponseValid(t,r,p)&&(s.preventDefault(),i||this.cancelKeyboardResponse(l),e({key:p,rt:u}))};return this.listeners.add(l),l}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"}(d||(d={}));const b={data:{type:d.OBJECT,pretty_name:"Data",default:{}},on_start:{type:d.FUNCTION,pretty_name:"On start",default:function(){}},on_finish:{type:d.FUNCTION,pretty_name:"On finish",default:function(){}},on_load:{type:d.FUNCTION,pretty_name:"On load",default:function(){}},post_trial_gap:{type:d.INT,pretty_name:"Post trial gap",default:null},css_classes:{type:d.STRING,pretty_name:"Custom CSS classes",default:null},simulation_options:{type:d.COMPLEX,default:null}},x=[d.AUDIO,d.IMAGE,d.VIDEO];class w{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,n)=>{void 0===this.audio_buffers[e]||"tmp"==this.audio_buffers[e]?this.preloadAudio([e],(()=>{t(this.audio_buffers[e])}),(()=>{}),(e=>{n(e.error)})):t(this.audio_buffers[e])}))}preloadAudio(e,t=(()=>{}),n=(e=>{}),i=(e=>{})){e=u(e.flat());let a=0;if(0==e.length)return void t();const s=(s,r=1)=>{const o=new XMLHttpRequest;o.open("GET",s,!0),o.responseType="arraybuffer",o.onload=()=>{this.context.decodeAudioData(o.response,(i=>{this.audio_buffers[s]=i,a++,n(s),a==e.length&&t()}),(e=>{i({source:s,error:e})}))},o.onerror=e=>{let t=e;404==o.status&&(t="404"),i({source:s,error:t})},o.onloadend=e=>{404==o.status&&i({source:s,error:"404"})},o.send(),this.preload_requests.push(o)},r=(s,r=1)=>{const o=new Audio,c=()=>{this.audio_buffers[s]=o,a++,n(s),a==e.length&&t(),o.removeEventListener("canplaythrough",c)};o.addEventListener("canplaythrough",c),o.addEventListener("error",(function e(t){i({source:o.src,error:t}),o.removeEventListener("error",e)})),o.addEventListener("abort",(function e(t){i({source:o.src,error:t}),o.removeEventListener("abort",e)})),o.src=s,this.preload_requests.push(o)};for(const i of e)void 0!==this.audio_buffers[i]?(a++,n(i),a==e.length&&t()):(this.audio_buffers[i]="tmp",null!==this.audioContext()?s(i):r(i))}preloadImages(e,t=(()=>{}),n=(e=>{}),i=(e=>{})){e=u(e.flat());var a=0;if(0!==e.length)for(let s=0;s<e.length;s++){const r=new Image,o=e[s];r.onload=()=>{a++,n(o),a===e.length&&t()},r.onerror=e=>{i({source:o,error:e})},r.src=o,this.img_cache[o]=r,this.preload_requests.push(r)}else t()}preloadVideo(e,t=(()=>{}),n=(e=>{}),i=(e=>{})){e=u(e.flat());let a=0;if(0!==e.length)for(const s of e){const r=this.video_buffers,o=new XMLHttpRequest;o.open("GET",s,!0),o.responseType="blob",o.onload=()=>{if(200===o.status||0===o.status){const i=o.response;r[s]=URL.createObjectURL(i),a++,n(s),a===e.length&&t()}},o.onerror=e=>{let t=e;404==o.status&&(t="404"),i({source:s,error:t})},o.onloadend=e=>{404==o.status&&i({source:s,error:"404"})},o.send(),this.preload_requests.push(o)}else t()}getAutoPreloadList(e){const t=Object.fromEntries(x.map((e=>[e,new Set]))),n=(e,i)=>{var a,s,r,o;if(void 0!==e.timeline)for(const t of e.timeline)n(t,null!==(a=e.type)&&void 0!==a?a:i);else if(null===(r=null!==(s=e.type)&&void 0!==s?s:i)||void 0===r?void 0:r.info){const{name:n,parameters:a}=(null!==(o=e.type)&&void 0!==o?o:i).info;this.preloadMap.has(n)||this.preloadMap.set(n,Object.fromEntries(Object.entries(a).filter((([e,{type:t,preload:n}])=>x.includes(t)&&(null==n||n))).map((([e,{type:t}])=>[e,t]))));for(const[i,a]of Object.entries(this.preloadMap.get(n))){const n=e[i],s=t[a];if("string"==typeof n)s.add(n);else if(Array.isArray(n))for(const e of n.flat())"string"==typeof e&&s.add(e)}}};return n({timeline:e}),{images:[...t[d.IMAGE]],audio:[...t[d.AUDIO]],video:[...t[d.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 n=new MediaRecorder(e,t);this.camera_recorder=n}getCameraStream(){return this.camera_stream}getCameraRecorder(){return this.camera_recorder}}class _{dispatchEvent(e){document.body.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?setTimeout((()=>{this.keyDown(e),this.keyUp(e)}),t):(this.keyDown(e),this.keyUp(e))}clickTarget(e,t=0){t>0?setTimeout((()=>{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,n=0){n>0?setTimeout((()=>{e.value=t}),n):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 n;if("NO_KEYS"==e)n=null;else if("ALL_KEYS"==e)n=t[Math.floor(Math.random()*t.length)];else{const t=e.flat();n=t[Math.floor(Math.random()*t.length)]}return n}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 n=e.sequence_reps*e.frame_time*e.stimuli.length;t.rt<n&&(t.rt=null,t.response=null)}}}class E{constructor(){this.timeout_handlers=[]}setTimeout(e,t){const n=window.setTimeout(e,t);return this.timeout_handlers.push(n),n}clearAllTimeouts(){for(const e of this.timeout_handlers)clearTimeout(e);this.timeout_handlers=[]}}var S=["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 k(e){function t(){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 S[i(S.length)]}function i(e){return Math.floor(Math.random()*e)}if(void 0===e)return t();"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+i(e.max+1-e.min),s=[],r="",o=0,c=0;c<a*e.wordsPerString;c++)o===e.wordsPerString-1?r+=e.formatter(t(),o):r+=e.formatter(t(),o)+e.separator,o++,(c+1)%e.wordsPerString==0&&(s.push(r),r="",o=0);return"string"==typeof e.join&&(s=s.join(e.join)),s}var T=k;k.wordList=S;var I={exports:{}};!function(e,t,n){function i(e){var t=this,n=function(){var e=4022871197,t=function(t){t=String(t);for(var n=0;n<t.length;n++){var i=.02519603282416938*(e+=t.charCodeAt(n));i-=e=i>>>0,e=(i*=e)>>>0,e+=4294967296*(i-=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=n(" "),t.s1=n(" "),t.s2=n(" "),t.s0-=n(e),t.s0<0&&(t.s0+=1),t.s1-=n(e),t.s1<0&&(t.s1+=1),t.s2-=n(e),t.s2<0&&(t.s2+=1),n=null}function a(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 n=new i(e),s=t&&t.state,r=n.next;return r.int32=function(){return 4294967296*n.next()|0},r.double=function(){return r()+11102230246251565e-32*(2097152*r()|0)},r.quick=r,s&&("object"==typeof s&&a(s,n),r.state=function(){return a(n,{})}),r}t&&t.exports?t.exports=s:n&&n.amd?n((function(){return s})):this.alea=s}(0,I,!1);var R=I.exports;function A(e,t,n=!1){const i=Array.isArray(e),a=Array.isArray(t);if(i)if(a){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 n=[];for(let i=0;i<e.length;i++)n.push(t);t=n}else t=t.slice(0,e.length)}else{let n=[];for(let i=0;i<e.length;i++)n.push(t);t=n}else a?(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 s=[];for(let n=0;n<e.length;n++)for(let i=0;i<t[n];i++)null==e[n]||"object"!=typeof e[n]?s.push(e[n]):s.push(Object.assign({},e[n]));let r=j(s);return n&&(r=function(e){const t={};for(const n of e)for(const e of Object.keys(n))void 0===t[e]&&(t[e]=[]),t[e].push(n[e]);return t}(r)),r}function j(e){Array.isArray(e)||console.error("Argument to shuffle() must be an array.");const t=e.slice(0);let n,i,a=t.length;for(;a;)i=Math.floor(Math.random()*a--),n=t[a],t[a]=t[i],t[i]=n;return t}function O(e,t=!1){const n=e.length;if(1==n)return console.warn("shuffleAlternateGroups() was called with only one group. Defaulting to simple shuffle."),j(e[0]);let i=[];for(let e=0;e<n;e++)i.push(e);t&&(i=j(i));const a=[];let s=null;for(let t=0;t<n;t++)s=null===s?e[t].length:Math.min(s,e[t].length),a.push(j(e[t]));const r=[];for(let e=0;e<s;e++)for(let t=0;t<i.length;t++)r.push(a[i[t]][e]);return r}function C(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."),j(e).slice(0,t)}function L(e,t,n){Array.isArray(e)||console.error("First argument to sampleWithReplacement() must be an array");const i=[];if(void 0!==n){n.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 n)t+=e;for(const e of n)i.push(e/t)}else for(let t=0;t<e.length;t++)i.push(1/e.length);const a=[i[0]];for(let e=1;e<i.length;e++)a.push(i[e]+a[e-1]);const s=[];for(let n=0;n<t;n++){const t=Math.random();let n=0;for(;t>a[n];)n++;s.push(e[n])}return s}function F(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 U(e){return-Math.log(Math.random())/e}var P=Object.freeze({__proto__:null,setSeed:function(e=Math.random().toString()){return Math.random=R(e),e},repeat:A,shuffle:j,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 n=j(e);for(let e=0;e<n.length-1;e++)if(t(n[e],n[e+1])){let i=Math.floor(Math.random()*(n.length-2))+1;for(;t(n[e+1],n[i])||t(n[e+1],n[i+1])||t(n[e+1],n[i-1])||t(n[e],n[i]);)i=Math.floor(Math.random()*(n.length-2))+1;const a=n[i];n[i]=n[e+1],n[e+1]=a}return n},shuffleAlternateGroups:O,sampleWithoutReplacement:C,sampleWithReplacement:L,factorial:function(e,t=1,n=!1){let i=[{}];for(const[t,n]of Object.entries(e)){const e=[];for(const a of n)for(const n of i)e.push(Object.assign(Object.assign({},n),{[t]:a}));i=e}return A(i,t,n)},randomID:function(e=32){let t="";const n="0123456789abcdefghjklmnopqrstuvwxyz";for(let i=0;i<e;i++)t+=n[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))},sampleBernoulli:function(e){return Math.random()<=e?1:0},sampleNormal:F,sampleExponential:U,sampleExGaussian:function(e,t,n,i=!1){let a=F(e,t)+U(n);if(i)for(;a<=0;)a=F(e,t)+U(n);return a},randomWords:function(e){return T(e)}});function z(){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 n=new RegExp("[\\?&]"+t+"=([^&#]*)").exec(e);return null==n?"":n[1]},n=t(window.location.href,"assignmentId")?window.location.href:document.referrer;return["assignmentId","hitId","workerId","turkSubmitTo"].map((function(i){e[i]=unescape(t(n,i))})),e.previewMode="ASSIGNMENT_ID_NOT_AVAILABLE"==e.assignmentId,e.outsideTurk=!e.previewMode&&""===e.hitId&&""==e.assignmentId&&""==e.workerId,e}var M=Object.freeze({__proto__:null,turkInfo:z,submitToTurk:function(e){const t=z(),n=t.assignmentId,i=t.turkSubmitTo;if(!n||!i)return;const a=document.createElement("form");a.method="POST",a.action=i+"/mturk/externalSubmit?assignmentId="+n;for(const t in e)if(e.hasOwnProperty(t)){const n=document.createElement("input");n.type="hidden",n.name=t,n.id=t,n.value=e[t],a.appendChild(n)}document.body.appendChild(a),a.submit()}});class N{constructor(e,t,n,i){if(this.jsPsych=e,this.progress={current_location:-1,current_variable_set:0,current_repetition:0,current_iteration:0,done:!1},this.parent_node=n,this.relative_id=void 0===n?0:i,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 a=Object.assign({},t);delete a.timeline,delete a.conditional_function,delete a.loop_function,delete a.randomize_order,delete a.repetitions,delete a.timeline_variables,delete a.sample,delete a.on_timeline_start,delete a.on_timeline_finish,this.node_trial_data=a;for(var s=0;s<t.timeline.length;s++){var r=Object.assign({},a,t.timeline[s]);if("object"==typeof a.data&&"object"==typeof t.timeline[s].data){var o=Object.assign({},a.data,t.timeline[s].data);r.data=o}this.timeline_parameters.timeline.push(new N(this.jsPsych,r,this,s))}}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?p(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=[],n=0;n<e.timeline_variables.length;n++)t.push(n);void 0!==e.sample&&("custom"==e.sample.type?t=e.sample.fn(t):"with-replacement"==e.sample.type?t=L(t,e.sample.size,e.sample.weights):"without-replacement"==e.sample.type?t=C(t,e.sample.size):"fixed-repetitions"==e.sample.type?t=A(t,e.sample.size,!1):"alternate-groups"==e.sample.type?t=O(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=j(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,n=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){n.call_immediate=!0;var i=t.conditional_function();if(n.call_immediate=!1,0==i)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 a=!1;e.current_location<t.timeline.length&&0==a;){if(!t.timeline[e.current_location].advance())return a=!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?(n.call_immediate=!0,t.loop_function(this.generatedData())?(this.reset(),n.call_immediate=!1,this.parent_node.advance()):(e.done=!0,n.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 n=this.timeline_parameters.timeline[t].timelineVariable(e);return void 0===n&&console.warn("Timeline variable "+e+" not found."),n}}allTimelineVariables(){for(var e=this.allTimelineVariablesNames(),t={},n=0;n<e.length;n++)t[e[n]]=this.timelineVariable(e[n]);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,n=0;n<this.timeline_parameters.timeline.length;n++)this.timeline_parameters.timeline[n].isComplete()&&(t+=this.timeline_parameters.timeline[n].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=[],n=0;n<this.timeline_parameters.timeline.length;n++){var i=this.timeline_parameters.timeline[n].trialsOfType(e);t=t.concat(i)}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 N(this.jsPsych,Object.assign(Object.assign({},this.node_trial_data),e),this,this.timeline_parameters.timeline.length))}}function q(e){return new Promise((t=>setTimeout(t,e)))}class ${constructor(e){this.extensions={},this.turk=M,this.randomization=P,this.utils=m,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,c(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 g(this),this.pluginAPI=function(e){const t=e.getInitSettings();return Object.assign({},...[new y(e.getDisplayContainerElement,t.case_sensitive_responses,t.minimum_valid_rt),new E,new w(t.use_webaudio,e.webaudio_context),new v,new _].map((e=>c(e))))}(this);for(const t of e.extensions)this.extensions[t.type.info.name]=new t.type(this);this.pluginAPI.initAudio()}version(){return"7.3.1"}run(e){return o(this,void 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 N(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",n={}){return o(this,void 0,void 0,(function*(){this.simulation_mode=t,this.simulation_options=n,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 n=this.data.getLastTrialData().values()[0],i=this.current_trial;if("object"==typeof i.save_trial_parameters)for(const e of Object.keys(i.save_trial_parameters)){const t=i.save_trial_parameters[e];!0===t&&(void 0===i[e]?console.warn(`Invalid parameter specified in save_trial_parameters. Trial has no property called "${e}".`):"function"==typeof i[e]?n[e]=i[e].toString():n[e]=i[e]),!1===t&&"internal_node_id"!==e&&"trial_index"!==e&&delete n[e]}const a=(null!==(t=i.extensions)&&void 0!==t?t:[]).map((e=>this.extensions[e.type.info.name].on_finish(e.params))),s=()=>{this.internal.call_immediate=!0,"function"==typeof i.on_finish&&i.on_finish(n),this.opts.on_trial_finish(n),this.opts.on_data_update(n),this.internal.call_immediate=!1,"data-only"===this.simulation_mode?this.nextTrial():null===typeof i.post_trial_gap||void 0===i.post_trial_gap?this.opts.default_iti>0?setTimeout(this.nextTrial,this.opts.default_iti):this.nextTrial():i.post_trial_gap>0?setTimeout(this.nextTrial,i.post_trial_gap):this.nextTrial()};if(a.some((e=>"function"==typeof e.then)))Promise.all(a.map((e=>Promise.resolve(e).then((e=>{Object.assign(n,e)}))))).then(s);else{for(const e of a)Object.assign(n,e);s()}}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 o(this,void 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 o(this,void 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 l("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({},c(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 n;if(this.simulation_mode||(n=e.type.trial(this.DOM_target,e,t)),this.simulation_mode)if(e.type.simulate){let i;e.simulation_options||(i=this.simulation_options.default),e.simulation_options&&("string"==typeof e.simulation_options?this.simulation_options[e.simulation_options]?i=this.simulation_options[e.simulation_options]:this.simulation_options.default?(console.log(`No matching simulation options found for "${e.simulation_options}". Using "default" options.`),i=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.`),i={}):i=e.simulation_options),i=this.utils.deepCopy(i),i=this.replaceFunctionsWithValues(i,null),n=!1===(null==i?void 0:i.simulate)?e.type.trial(this.DOM_target,e,t):e.type.simulate(e,(null==i?void 0:i.mode)||this.simulation_mode,i,t)}else n=e.type.trial(this.DOM_target,e,t);n&&"function"==typeof n.then||this.simulation_mode||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!==b[t]&&b[t].type!==d.FUNCTION&&(e[t]=this.replaceFunctionsWithValues(e[t],null)),void 0!==e.type.info.parameters[t]&&e.type.info.parameters[t].type!==d.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 n=0;n<e.length;n++)e[n]=this.replaceFunctionsWithValues(e[n],t);else if("object"==typeof e)if(null!==t&&t.nested)for(const n of Object.keys(e))"object"==typeof t.nested[n]&&t.nested[n].type!==d.FUNCTION&&(e[n]=this.replaceFunctionsWithValues(e[n],t.nested[n]));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===d.COMPLEX?!0===e.type.info.parameters[t].array&&e[t].forEach((function(n,i){for(const n in e.type.info.parameters[t].nested)void 0!==e[t][i][n]&&null!==e[t][i][n]||(void 0===e.type.info.parameters[t].nested[n].default?console.error("You must specify a value for the "+n+" parameter (nested in the "+t+" parameter) in the "+e.type+" plugin."):e[t][i][n]=e.type.info.parameters[t].nested[n].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 o(this,void 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,n=e.min_height||0;if(window.innerWidth<t||window.innerHeight<n){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 "+n+"px. Your current height is "+window.innerHeight+"px.</p>";window.innerWidth<t||window.innerHeight<n;)yield q(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 D={name:"survey-text",parameters:{questions:{type:d.COMPLEX,array:!0,pretty_name:"Questions",default:void 0,nested:{prompt:{type:d.HTML_STRING,pretty_name:"Prompt",default:void 0},placeholder:{type:d.STRING,pretty_name:"Placeholder",default:""},rows:{type:d.INT,pretty_name:"Rows",default:1},columns:{type:d.INT,pretty_name:"Columns",default:40},required:{type:d.BOOL,pretty_name:"Required",default:!1},name:{type:d.STRING,pretty_name:"Question Name",default:""}}},randomize_question_order:{type:d.BOOL,pretty_name:"Randomize Question Order",default:!1},preamble:{type:d.HTML_STRING,pretty_name:"Preamble",default:null},button_label:{type:d.STRING,pretty_name:"Button label",default:"Continue"},autocomplete:{type:d.BOOL,pretty_name:"Allow autocomplete",default:!1}}};class B{constructor(e){this.jsPsych=e}trial(e,t){for(var n=0;n<t.questions.length;n++)void 0===t.questions[n].rows&&(t.questions[n].rows=1);for(n=0;n<t.questions.length;n++)void 0===t.questions[n].columns&&(t.questions[n].columns=40);for(n=0;n<t.questions.length;n++)void 0===t.questions[n].value&&(t.questions[n].value="");var i="";null!==t.preamble&&(i+='<div id="jspsych-survey-text-preamble" class="jspsych-survey-text-preamble">'+t.preamble+"</div>"),t.autocomplete?i+='<form id="jspsych-survey-text-form">':i+='<form id="jspsych-survey-text-form" autocomplete="off">';var a=[];for(n=0;n<t.questions.length;n++)a.push(n);t.randomize_question_order&&(a=this.jsPsych.randomization.shuffle(a));for(n=0;n<t.questions.length;n++){var s=t.questions[a[n]],r=a[n];i+='<div id="jspsych-survey-text-'+r+'" class="jspsych-survey-text-question" style="margin: 2em 0em;">',i+='<p class="jspsych-survey-text">'+s.prompt+"</p>";var o=0==n?"autofocus":"",c=s.required?"required":"";1==s.rows?i+='<input type="text" id="input-'+r+'" name="#jspsych-survey-text-response-'+r+'" data-name="'+s.name+'" size="'+s.columns+'" '+o+" "+c+' placeholder="'+s.placeholder+'"></input>':i+='<textarea id="input-'+r+'" name="#jspsych-survey-text-response-'+r+'" data-name="'+s.name+'" cols="'+s.columns+'" rows="'+s.rows+'" '+o+" "+c+' placeholder="'+s.placeholder+'"></textarea>',i+="</div>"}i+='<input type="submit" id="jspsych-survey-text-next" class="jspsych-btn jspsych-survey-text" value="'+t.button_label+'"></input>',i+="</form>",e.innerHTML=i,e.querySelector("#input-"+a[0]).focus(),e.querySelector("#jspsych-survey-text-form").addEventListener("submit",(n=>{n.preventDefault();for(var i=performance.now(),a=Math.round(i-l),s={},r=0;r<t.questions.length;r++){var o="Q"+r,c=document.querySelector("#jspsych-survey-text-"+r).querySelector("textarea, input"),u=c.value,p=c.attributes["data-name"].value;""==p&&(p=o);var d={};d[p]=u,Object.assign(s,d)}var m={rt:a,response:s};e.innerHTML="",this.jsPsych.finishTrial(m)}));var l=performance.now()}simulate(e,t,n,i){"data-only"==t&&(i(),this.simulate_data_only(e,n)),"visual"==t&&this.simulate_visual(e,n,i)}create_simulation_data(e,t){const n={};let i=1e3;for(const t of e.questions){const a=t.name?t.name:`Q${e.questions.indexOf(t)}`,s=1==t.rows?this.jsPsych.randomization.sampleExponential(.25):this.jsPsych.randomization.randomInt(1,10)*t.rows;n[a]=this.jsPsych.randomization.randomWords({exactly:s,join:" "}),i+=this.jsPsych.randomization.sampleExGaussian(2e3,400,.004,!0)}const a={response:n,rt:i},s=this.jsPsych.pluginAPI.mergeSimulationData(a,t);return this.jsPsych.pluginAPI.ensureSimulationDataConsistency(e,s),s}simulate_data_only(e,t){const n=this.create_simulation_data(e,t);this.jsPsych.finishTrial(n)}simulate_visual(e,t,n){const i=this.create_simulation_data(e,t),a=this.jsPsych.getDisplayElement();this.trial(a,e),n();const s=Object.entries(i.response).map((e=>e[1]));for(let e=0;e<s.length;e++)this.jsPsych.pluginAPI.fillTextInput(a.querySelector(`#input-${e}`),s[e],(i.rt-1e3)/s.length*(e+1));this.jsPsych.pluginAPI.clickTarget(a.querySelector("#jspsych-survey-text-next"),i.rt)}}B.info=D;const Y={name:"survey-multi-select",parameters:{questions:{type:d.COMPLEX,array:!0,pretty_name:"Questions",nested:{prompt:{type:d.HTML_STRING,pretty_name:"Prompt",default:void 0},options:{type:d.STRING,pretty_name:"Options",array:!0,default:void 0},horizontal:{type:d.BOOL,pretty_name:"Horizontal",default:!1},required:{type:d.BOOL,pretty_name:"Required",default:!1},name:{type:d.STRING,pretty_name:"Question Name",default:""}}},randomize_question_order:{type:d.BOOL,pretty_name:"Randomize Question Order",default:!1},preamble:{type:d.HTML_STRING,pretty_name:"Preamble",default:null},button_label:{type:d.STRING,pretty_name:"Button label",default:"Continue"},required_message:{type:d.STRING,pretty_name:"Required message",default:"You must choose at least one response for this question"},autocomplete:{type:d.BOOL,pretty_name:"Allow autocomplete",default:!1}}};class K{constructor(e){this.jsPsych=e}trial(e,t){var n="jspsych-survey-multi-select",i="#"+n;const a=(...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 s=a(n,"form");e.innerHTML+='<form id="'+s+'"></form>';var r=e.querySelector("#"+s);t.autocomplete||r.setAttribute("autocomplete","off");var o=a(n,"preamble");null!==t.preamble&&(r.innerHTML+='<div id="'+o+'" class="'+o+'">'+t.preamble+"</div>");for(var c=[],l=0;l<t.questions.length;l++)c.push(l);t.randomize_question_order&&(c=this.jsPsych.randomization.shuffle(c));for(l=0;l<t.questions.length;l++){var u=t.questions[c[l]],p=c[l],d=[a(n,"question")];u.horizontal&&d.push(a(n,"horizontal")),r.innerHTML+='<div id="'+a(n,p)+'" data-name="'+u.name+'" class="'+d.join(" ")+'"></div>';var m=a(i,p);e.querySelector(m).innerHTML+='<p id="survey-question" class="'+n+'-text survey-multi-select">'+u.prompt+"</p>";for(var h=0;h<u.options.length;h++){var f=a(n,"option",p,h);e.querySelector(m).innerHTML+='<div id="'+f+'" class="'+a(n,"option")+'"></div>';var g=document.getElementById(f),v=a(n,"response",p),y=a(n,"response",p,h),b=document.createElement("label");b.setAttribute("class",n+"-text"),b.innerHTML=u.options[h],b.setAttribute("for",y);var x=document.createElement("input");x.setAttribute("type","checkbox"),x.setAttribute("name",v),x.setAttribute("id",y),x.setAttribute("value",u.options[h]),g.appendChild(b),b.insertBefore(x,b.firstChild)}}r.innerHTML+='<div class="fail-message"></div>',r.innerHTML+='<button id="'+n+'-next" class="'+n+' jspsych-btn">'+t.button_label+"</button>",e.querySelector("#jspsych-survey-multi-select-next").addEventListener("click",(()=>{for(var n=0;n<t.questions.length;n++)t.questions[n].required&&(null==e.querySelector("#jspsych-survey-multi-select-"+n+" input:checked")?e.querySelector("#jspsych-survey-multi-select-"+n+" input").setCustomValidity(t.required_message):e.querySelector("#jspsych-survey-multi-select-"+n+" input").setCustomValidity(""));r.reportValidity()})),r.addEventListener("submit",(n=>{n.preventDefault();for(var i=performance.now(),a=Math.round(i-w),s={},r=0;r<t.questions.length;r++){for(var o=e.querySelector("#jspsych-survey-multi-select-"+r),l=[],u=o.querySelectorAll("input[type=checkbox]:checked"),p=0;p<u.length;p++){var d=u[p];l.push(d.value)}var m={},h="Q"+r;""!==o.attributes["data-name"].value&&(h=o.attributes["data-name"].value),m[h]=l,Object.assign(s,m),l.length}var f={rt:a,response:s,question_order:c};e.innerHTML="",this.jsPsych.finishTrial(f)}));var w=performance.now()}simulate(e,t,n,i){"data-only"==t&&(i(),this.simulate_data_only(e,n)),"visual"==t&&this.simulate_visual(e,n,i)}create_simulation_data(e,t){const n={};let i=1e3;for(const t of e.questions){let a;a=t.required?this.jsPsych.randomization.randomInt(1,t.options.length):this.jsPsych.randomization.randomInt(0,t.options.length);const s=t.name?t.name:`Q${e.questions.indexOf(t)}`,r=this.jsPsych.randomization.sampleWithoutReplacement(t.options,a);n[s]=r,i+=this.jsPsych.randomization.sampleExGaussian(1500,400,.005,!0)}const a={response:n,rt:i,question_order:e.randomize_question_order?this.jsPsych.randomization.shuffle([...Array(e.questions.length).keys()]):[...Array(e.questions.length).keys()]},s=this.jsPsych.pluginAPI.mergeSimulationData(a,t);return this.jsPsych.pluginAPI.ensureSimulationDataConsistency(e,s),s}simulate_data_only(e,t){const n=this.create_simulation_data(e,t);this.jsPsych.finishTrial(n)}simulate_visual(e,t,n){const i=this.create_simulation_data(e,t),a=this.jsPsych.getDisplayElement();this.trial(a,e),n();const s=Object.entries(i.response);for(let t=0;t<s.length;t++)for(const n of s[t][1])this.jsPsych.pluginAPI.clickTarget(a.querySelector(`#jspsych-survey-multi-select-response-${t}-${e.questions[t].options.indexOf(n)}`),(i.rt-1e3)/s.length*(t+1));this.jsPsych.pluginAPI.clickTarget(a.querySelector("#jspsych-survey-multi-select-next"),i.rt)}}K.info=Y;const W={name:"survey-html-form",parameters:{html:{type:d.HTML_STRING,pretty_name:"HTML",default:null},preamble:{type:d.HTML_STRING,pretty_name:"Preamble",default:null},button_label:{type:d.STRING,pretty_name:"Button label",default:"Continue"},autofocus:{type:d.STRING,pretty_name:"Element ID to focus",default:""},dataAsArray:{type:d.BOOL,pretty_name:"Data As Array",default:!1},autocomplete:{type:d.BOOL,pretty_name:"Allow autocomplete",default:!1}}};class V{constructor(e){this.jsPsych=e}trial(e,t){var n="";if(null!==t.preamble&&(n+='<div id="jspsych-survey-html-form-preamble" class="jspsych-survey-html-form-preamble">'+t.preamble+"</div>"),t.autocomplete?n+='<form id="jspsych-survey-html-form">':n+='<form id="jspsych-survey-html-form" autocomplete="off">',n+=t.html,n+='<input type="submit" id="jspsych-survey-html-form-next" class="jspsych-btn jspsych-survey-html-form" value="'+t.button_label+'"></input>',n+="</form>",e.innerHTML=n,""!==t.autofocus){var i=e.querySelectorAll("#"+t.autofocus);0===i.length?console.warn("No element found with id: "+t.autofocus):i.length>1?console.warn('The id "'+t.autofocus+'" is not unique so autofocus will not work.'):i[0].focus()}e.querySelector("#jspsych-survey-html-form").addEventListener("submit",(n=>{n.preventDefault();var i=performance.now(),s=Math.round(i-a),r=
|
|
4
4
|
/**
|
|
5
5
|
* Serialize all form data into an array
|
|
6
6
|
* @copyright (c) 2018 Chris Ferdinandi, MIT License, https://gomakethings.com
|
|
7
7
|
* @param {Node} form The form to serialize
|
|
8
8
|
* @return {String} The serialized form data
|
|
9
9
|
*/
|
|
10
|
-
function(e){for(var t=[],n=0;n<e.elements.length;n++){var i=e.elements[n];if(i.name&&!i.disabled&&"file"!==i.type&&"reset"!==i.type&&"submit"!==i.type&&"button"!==i.type)if("select-multiple"===i.type)for(var a=0;a<i.options.length;a++)i.options[a].selected&&t.push({name:i.name,value:i.options[a].value});else("checkbox"!==i.type&&"radio"!==i.type||i.checked)&&t.push({name:i.name,value:i.value})}return t}(e.querySelector("#jspsych-survey-html-form"));t.dataAsArray||(r=function(e){for(var t={},n=0;n<e.length;n++)t[e[n].name]=e[n].value;return t}(r));var o={rt:s,response:r};e.innerHTML="",this.jsPsych.finishTrial(o)}));var a=performance.now()}}V.info=W;const H={name:"audio-multi-response",parameters:{stimulus:{type:d.HTML_STRING,pretty_name:"Stimulus",default:void 0},button_choices:{type:d.STRING,pretty_name:"Button Choices",default:[],array:!0},keyboard_choices:{type:d.KEYS,pretty_name:"Keyboard Choices",default:"NO_KEYS"},button_html:{type:d.HTML_STRING,pretty_name:"Button HTML",default:'<button class="jspsych-btn">%choice%</button>',array:!0},prompt:{type:d.HTML_STRING,pretty_name:"Prompt",default:null},prompt_above_buttons:{type:d.BOOL,pretty_name:"Prompt above buttons",default:!1},trial_duration:{type:d.INT,pretty_name:"Trial duration",default:null},margin_vertical:{type:d.STRING,pretty_name:"Margin vertical",default:"0px"},margin_horizontal:{type:d.STRING,pretty_name:"Margin horizontal",default:"8px"},response_ends_trial:{type:d.BOOL,pretty_name:"Response ends trial",default:!0},trial_ends_after_audio:{type:d.BOOL,pretty_name:"Trial ends after audio",default:!1},response_allowed_while_playing:{type:d.BOOL,pretty_name:"Response allowed while playing",default:!0}}};class G{constructor(e){this.jsPsych=e}trial(e,t,n){let i;var a=this.jsPsych.pluginAPI.audioContext();let s={rt:null,key:null,button:null,source:null};var r;this.jsPsych.pluginAPI.getAudioBuffer(t.stimulus).then((e=>{null!==a?(this.audio=a.createBufferSource(),this.audio.buffer=e,this.audio.connect(a.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",p));var i=[];if(Array.isArray(t.button_html))t.button_html.length==t.button_choices.length?i=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 s=0;s<t.button_choices.length;s++)i.push(t.button_html);let o='<div id="jspsych-audio-multi-response-btngroup">';for(s=0;s<t.button_choices.length;s++){var l=i[s].replace(/%choice%/g,t.button_choices[s]);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-'+s+'" data-choice="'+s+'">'+l+"</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?(p(),m()):u(),r=performance.now(),null!==a?(r=a.currentTime,this.audio.start(r)):this.audio.play(),null!==t.trial_duration&&this.jsPsych.pluginAPI.setTimeout((()=>{c()}),t.trial_duration),n()},c=()=>{this.jsPsych.pluginAPI.clearAllTimeouts(),null!==a?this.audio.stop():this.audio.pause(),this.audio.removeEventListener("ended",c),this.audio.removeEventListener("ended",m),this.audio.removeEventListener("ended",p),this.jsPsych.pluginAPI.cancelAllKeyboardResponses();const n={rt:s.rt,stimulus:t.stimulus,keyboard_response:s.key,button_response:s.button,response_source:s.source};e.innerHTML="",this.jsPsych.finishTrial(n),i()};function l(e){!function(e){var n=performance.now(),i=Math.round(n-r);null!==a&&(n=a.currentTime,i=Math.round(1e3*(n-r)));s.button=parseInt(e),s.rt=i,s.source="button",u(),t.response_ends_trial&&c()}(e.currentTarget.getAttribute("data-choice"))}function u(){for(var e=document.querySelectorAll(".jspsych-audio-multi-response-button"),t=0;t<e.length;t++){var n=e[t].querySelector("button");n&&(n.disabled=!0),e[t].removeEventListener("click",l)}}function p(){for(var e=document.querySelectorAll(".jspsych-audio-multi-response-button"),t=0;t<e.length;t++){var n=e[t].querySelector("button");n&&(n.disabled=!1),e[t].addEventListener("click",l)}}const d=e=>{null==s.key&&(s=Object.assign({source:"keyboard",button:null},e)),t.response_ends_trial&&c()},m=()=>{if("NO_KEYS"!=t.keyboard_choices){let e;e=null!==a?{rt_method:"audio",audio_context:a,audio_context_start_time:r}:{rt_method:"performance"},this.jsPsych.pluginAPI.getKeyboardResponse(Object.assign({callback_function:d,valid_responses:t.keyboard_choices,persist:!1,allow_held_key:!1},e))}};return new Promise((e=>{i=e}))}simulate(e,t,n,i){"data-only"==t&&(i(),this.simulate_data_only(e,n)),"visual"==t&&this.simulate_visual(e,n,i)}create_simulation_data(e,t){const n={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"},i={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"},a=Math.random()<.5?n:i,s=this.jsPsych.pluginAPI.mergeSimulationData(a,t);return this.jsPsych.pluginAPI.ensureSimulationDataConsistency(e,s),s}simulate_data_only(e,t){const n=this.create_simulation_data(e,t);this.jsPsych.finishTrial(n)}simulate_visual(e,t,n){const i=this.create_simulation_data(e,t),a=this.jsPsych.getDisplayElement(),s=()=>{null!==i.rt&&(null!==i.button_response?this.jsPsych.pluginAPI.clickTarget(a.querySelector(`div[data-choice="${i.response}"] button`),i.rt):this.jsPsych.pluginAPI.pressKey(i.keyboard_response,i.rt))};this.trial(a,e,(()=>{n(),e.response_allowed_while_playing?s():this.audio.addEventListener("ended",s)}))}}G.info=H;const J={name:"fullscreen",parameters:{fullscreen_mode:{type:d.BOOL,pretty_name:"Fullscreen mode",default:!0,array:!1},message:{type:d.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:d.STRING,pretty_name:"Button label",default:"Continue",array:!1},delay_after:{type:d.INT,pretty_name:"Delay after",default:1e3,array:!1}}};class Q{constructor(e){this.jsPsych=e}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.enterFullScreen(),this.endTrial(e,!0,t)}))}endTrial(e,t,n){e.innerHTML="",this.jsPsych.pluginAPI.setTimeout((()=>{var e={success:t};this.jsPsych.finishTrial(e)}),n.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,n,i){"data-only"==t&&(i(),this.simulate_data_only(e,n)),"visual"==t&&this.simulate_visual(e,n,i)}create_simulation_data(e,t){return this.jsPsych.pluginAPI.mergeSimulationData({success:!0},t)}simulate_data_only(e,t){const n=this.create_simulation_data(e,t);this.jsPsych.finishTrial(n)}simulate_visual(e,t,n){const i=this.create_simulation_data(e,t),a=this.jsPsych.getDisplayElement();!1===i.success?this.endTrial(a,!1,e):(this.trial(a,e),n(),this.jsPsych.pluginAPI.clickTarget(a.querySelector("#jspsych-fullscreen-btn"),this.jsPsych.randomization.sampleExGaussian(1e3,100,.005,!0)))}}Q.info=J;const Z={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 X{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||Z,this.options=t,this.debug=t.debug}log(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"log","",!0)}warn(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","",!0)}error(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"error","")}deprecate(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}forward(e,t,n,i){return i&&!this.debug?null:("string"==typeof e[0]&&(e[0]=`${n}${this.prefix} ${e[0]}`),this.logger[t](e))}create(e){return new X(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return(e=e||this.options).prefix=e.prefix||this.prefix,new X(this.logger,e)}}var ee=new X;class te{constructor(){this.observers={}}on(e,t){return e.split(" ").forEach((e=>{this.observers[e]=this.observers[e]||[],this.observers[e].push(t)})),this}off(e,t){this.observers[e]&&(t?this.observers[e]=this.observers[e].filter((e=>e!==t)):delete this.observers[e])}emit(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];if(this.observers[e]){[].concat(this.observers[e]).forEach((e=>{e(...n)}))}if(this.observers["*"]){[].concat(this.observers["*"]).forEach((t=>{t.apply(t,[e,...n])}))}}}function ne(){let e,t;const n=new Promise(((n,i)=>{e=n,t=i}));return n.resolve=e,n.reject=t,n}function ie(e){return null==e?"":""+e}function ae(e,t,n){function i(e){return e&&e.indexOf("###")>-1?e.replace(/###/g,"."):e}function a(){return!e||"string"==typeof e}const s="string"!=typeof t?[].concat(t):t.split(".");for(;s.length>1;){if(a())return{};const t=i(s.shift());!e[t]&&n&&(e[t]=new n),e=Object.prototype.hasOwnProperty.call(e,t)?e[t]:{}}return a()?{}:{obj:e,k:i(s.shift())}}function se(e,t,n){const{obj:i,k:a}=ae(e,t,Object);i[a]=n}function re(e,t){const{obj:n,k:i}=ae(e,t);if(n)return n[i]}function oe(e,t,n){for(const i in t)"__proto__"!==i&&"constructor"!==i&&(i in e?"string"==typeof e[i]||e[i]instanceof String||"string"==typeof t[i]||t[i]instanceof String?n&&(e[i]=t[i]):oe(e[i],t[i],n):e[i]=t[i]);return e}function ce(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var le={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};function ue(e){return"string"==typeof e?e.replace(/[&<>"'\/]/g,(e=>le[e])):e}const pe=[" ",",","?","!",";"];function de(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(!e)return;if(e[t])return e[t];const i=t.split(n);let a=e;for(let e=0;e<i.length;++e){if(!a)return;if("string"==typeof a[i[e]]&&e+1<i.length)return;if(void 0===a[i[e]]){let s=2,r=i.slice(e,e+s).join(n),o=a[r];for(;void 0===o&&i.length>e+s;)s++,r=i.slice(e,e+s).join(n),o=a[r];if(void 0===o)return;if(null===o)return null;if(t.endsWith(r)){if("string"==typeof o)return o;if(r&&"string"==typeof o[r])return o[r]}const c=i.slice(e+s).join(n);return c?de(o,c,n):void 0}a=a[i[e]]}return a}function me(e){return e&&e.indexOf("_")>0?e.replace("_","-"):e}class he extends te{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,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const a=void 0!==i.keySeparator?i.keySeparator:this.options.keySeparator,s=void 0!==i.ignoreJSONStructure?i.ignoreJSONStructure:this.options.ignoreJSONStructure;let r=[e,t];n&&"string"!=typeof n&&(r=r.concat(n)),n&&"string"==typeof n&&(r=r.concat(a?n.split(a):n)),e.indexOf(".")>-1&&(r=e.split("."));const o=re(this.data,r);return o||!s||"string"!=typeof n?o:de(this.data&&this.data[e]&&this.data[e][t],n,a)}addResource(e,t,n,i){let a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1};const s=void 0!==a.keySeparator?a.keySeparator:this.options.keySeparator;let r=[e,t];n&&(r=r.concat(s?n.split(s):n)),e.indexOf(".")>-1&&(r=e.split("."),i=t,t=r[1]),this.addNamespaces(t),se(this.data,r,i),a.silent||this.emit("added",e,t,n,i)}addResources(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(const i in n)"string"!=typeof n[i]&&"[object Array]"!==Object.prototype.toString.apply(n[i])||this.addResource(e,t,i,n[i],{silent:!0});i.silent||this.emit("added",e,t,n)}addResourceBundle(e,t,n,i,a){let s=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1},r=[e,t];e.indexOf(".")>-1&&(r=e.split("."),i=n,n=t,t=r[1]),this.addNamespaces(t);let o=re(this.data,r)||{};i?oe(o,n,a):o={...o,...n},se(this.data,r,o),s.silent||this.emit("added",e,t,n)}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 fe={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,n,i,a){return e.forEach((e=>{this.processors[e]&&(t=this.processors[e].process(t,n,i,a))})),t}};const ge={};class ve extends te{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var n,i;super(),n=e,i=this,["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"].forEach((e=>{n[e]&&(i[e]=n[e])})),this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),this.logger=ee.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 n=this.resolve(e,t);return n&&void 0!==n.res}extractFromKey(e,t){let n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");const i=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator;let a=t.ns||this.options.defaultNS||[];const s=n&&e.indexOf(n)>-1,r=!(this.options.userDefinedKeySeparator||t.keySeparator||this.options.userDefinedNsSeparator||t.nsSeparator||function(e,t,n){t=t||"",n=n||"";const i=pe.filter((e=>t.indexOf(e)<0&&n.indexOf(e)<0));if(0===i.length)return!0;const a=new RegExp(`(${i.map((e=>"?"===e?"\\?":e)).join("|")})`);let s=!a.test(e);if(!s){const t=e.indexOf(n);t>0&&!a.test(e.substring(0,t))&&(s=!0)}return s}(e,n,i));if(s&&!r){const t=e.match(this.interpolator.nestingRegexp);if(t&&t.length>0)return{key:e,namespaces:a};const s=e.split(n);(n!==i||n===i&&this.options.ns.indexOf(s[0])>-1)&&(a=s.shift()),e=s.join(i)}return"string"==typeof a&&(a=[a]),{key:e,namespaces:a}}translate(e,t,n){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 i=void 0!==t.returnDetails?t.returnDetails:this.options.returnDetails,a=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,{key:s,namespaces:r}=this.extractFromKey(e[e.length-1],t),o=r[r.length-1],c=t.lng||this.language,l=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(c&&"cimode"===c.toLowerCase()){if(l){const e=t.nsSeparator||this.options.nsSeparator;return i?{res:`${o}${e}${s}`,usedKey:s,exactUsedKey:s,usedLng:c,usedNS:o}:`${o}${e}${s}`}return i?{res:s,usedKey:s,exactUsedKey:s,usedLng:c,usedNS:o}:s}const u=this.resolve(e,t);let p=u&&u.res;const d=u&&u.usedKey||s,m=u&&u.exactUsedKey||s,h=Object.prototype.toString.apply(p),f=void 0!==t.joinArrays?t.joinArrays:this.options.joinArrays,g=!this.i18nFormat||this.i18nFormat.handleAsObject;if(g&&p&&("string"!=typeof p&&"boolean"!=typeof p&&"number"!=typeof p)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(h)<0&&("string"!=typeof f||"[object Array]"!==h)){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(d,p,{...t,ns:r}):`key '${s} (${this.language})' returned an object instead of string.`;return i?(u.res=e,u):e}if(a){const e="[object Array]"===h,n=e?[]:{},i=e?m:d;for(const e in p)if(Object.prototype.hasOwnProperty.call(p,e)){const s=`${i}${a}${e}`;n[e]=this.translate(s,{...t,joinArrays:!1,ns:r}),n[e]===s&&(n[e]=p[e])}p=n}}else if(g&&"string"==typeof f&&"[object Array]"===h)p=p.join(f),p&&(p=this.extendTranslation(p,e,t,n));else{let i=!1,r=!1;const l=void 0!==t.count&&"string"!=typeof t.count,d=ve.hasDefaultValue(t),m=l?this.pluralResolver.getSuffix(c,t.count,t):"",h=t.ordinal&&l?this.pluralResolver.getSuffix(c,t.count,{ordinal:!1}):"",f=t[`defaultValue${m}`]||t[`defaultValue${h}`]||t.defaultValue;!this.isValidLookup(p)&&d&&(i=!0,p=f),this.isValidLookup(p)||(r=!0,p=s);const g=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&r?void 0:p,v=d&&f!==p&&this.options.updateMissing;if(r||i||v){if(this.logger.log(v?"updateKey":"missingKey",c,o,s,v?f:p),a){const e=this.resolve(s,{...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 n=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if("fallback"===this.options.saveMissingTo&&n&&n[0])for(let t=0;t<n.length;t++)e.push(n[t]);else"all"===this.options.saveMissingTo?e=this.languageUtils.toResolveHierarchy(t.lng||this.language):e.push(t.lng||this.language);const i=(e,n,i)=>{const a=d&&i!==p?i:g;this.options.missingKeyHandler?this.options.missingKeyHandler(e,o,n,a,v,t):this.backendConnector&&this.backendConnector.saveMissing&&this.backendConnector.saveMissing(e,o,n,a,v,t),this.emit("missingKey",e,o,n,p)};this.options.saveMissing&&(this.options.saveMissingPlurals&&l?e.forEach((e=>{this.pluralResolver.getSuffixes(e,t).forEach((n=>{i([e],s+n,t[`defaultValue${n}`]||f)}))})):i(e,s,f))}p=this.extendTranslation(p,e,t,u,n),r&&p===s&&this.options.appendNamespaceToMissingKey&&(p=`${o}:${s}`),(r||i)&&this.options.parseMissingKeyHandler&&(p="v1"!==this.options.compatibilityAPI?this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${o}:${s}`:s,i?p:void 0):this.options.parseMissingKeyHandler(p))}return i?(u.res=p,u):p}extendTranslation(e,t,n,i,a){var s=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...n},i.usedLng,i.usedNS,i.usedKey,{resolved:i});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init({...n,interpolation:{...this.options.interpolation,...n.interpolation}});const r="string"==typeof e&&(n&&n.interpolation&&void 0!==n.interpolation.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let o;if(r){const t=e.match(this.interpolator.nestingRegexp);o=t&&t.length}let c=n.replace&&"string"!=typeof n.replace?n.replace:n;if(this.options.interpolation.defaultVariables&&(c={...this.options.interpolation.defaultVariables,...c}),e=this.interpolator.interpolate(e,c,n.lng||this.language,n),r){const t=e.match(this.interpolator.nestingRegexp);o<(t&&t.length)&&(n.nest=!1)}!n.lng&&"v1"!==this.options.compatibilityAPI&&i&&i.res&&(n.lng=i.usedLng),!1!==n.nest&&(e=this.interpolator.nest(e,(function(){for(var e=arguments.length,i=new Array(e),r=0;r<e;r++)i[r]=arguments[r];return a&&a[0]===i[0]&&!n.context?(s.logger.warn(`It seems you are nesting recursively key: ${i[0]} in key: ${t[0]}`),null):s.translate(...i,t)}),n)),n.interpolation&&this.interpolator.reset()}const r=n.postProcess||this.options.postProcess,o="string"==typeof r?[r]:r;return null!=e&&o&&o.length&&!1!==n.applyPostProcessor&&(e=fe.handle(o,e,t,this.options&&this.options.postProcessPassResolved?{i18nResolved:i,...n}:n,this)),e}resolve(e){let t,n,i,a,s,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;n=c;let l=o.namespaces;this.options.fallbackNS&&(l=l.concat(this.options.fallbackNS));const u=void 0!==r.count&&"string"!=typeof r.count,p=u&&!r.ordinal&&0===r.count&&this.pluralResolver.shouldUseIntlApi(),d=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);l.forEach((e=>{this.isValidLookup(t)||(s=e,!ge[`${m[0]}-${e}`]&&this.utils&&this.utils.hasLoadedNamespace&&!this.utils.hasLoadedNamespace(s)&&(ge[`${m[0]}-${e}`]=!0,this.logger.warn(`key "${n}" for languages "${m.join(", ")}" won't get resolved as namespace "${s}" 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((n=>{if(this.isValidLookup(t))return;a=n;const s=[c];if(this.i18nFormat&&this.i18nFormat.addLookupKeys)this.i18nFormat.addLookupKeys(s,c,n,e,r);else{let e;u&&(e=this.pluralResolver.getSuffix(n,r.count,r));const t=`${this.options.pluralSeparator}zero`,i=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(u&&(s.push(c+e),r.ordinal&&0===e.indexOf(i)&&s.push(c+e.replace(i,this.options.pluralSeparator)),p&&s.push(c+t)),d){const n=`${c}${this.options.contextSeparator}${r.context}`;s.push(n),u&&(s.push(n+e),r.ordinal&&0===e.indexOf(i)&&s.push(n+e.replace(i,this.options.pluralSeparator)),p&&s.push(n+t))}}let o;for(;o=s.pop();)this.isValidLookup(t)||(i=o,t=this.getResource(n,e,o,r))})))}))})),{res:t,usedKey:n,exactUsedKey:i,usedLng:a,usedNS:s}}isValidLookup(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}getResource(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,n,i):this.resourceStore.getResource(e,t,n,i)}static hasDefaultValue(e){const t="defaultValue";for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t===n.substring(0,12)&&void 0!==e[n])return!0;return!1}}function ye(e){return e.charAt(0).toUpperCase()+e.slice(1)}class be{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=ee.create("languageUtils")}getScriptPartFromCode(e){if(!(e=me(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=me(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 n=e.split("-");return this.options.lowerCaseLng?n=n.map((e=>e.toLowerCase())):2===n.length?(n[0]=n[0].toLowerCase(),n[1]=n[1].toUpperCase(),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=ye(n[1].toLowerCase()))):3===n.length&&(n[0]=n[0].toLowerCase(),2===n[1].length&&(n[1]=n[1].toUpperCase()),"sgn"!==n[0]&&2===n[2].length&&(n[2]=n[2].toUpperCase()),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=ye(n[1].toLowerCase())),t.indexOf(n[2].toLowerCase())>-1&&(n[2]=ye(n[2].toLowerCase()))),n.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 n=this.formatLanguageCode(e);this.options.supportedLngs&&!this.isSupportedCode(n)||(t=n)})),!t&&this.options.supportedLngs&&e.forEach((e=>{if(t)return;const n=this.getLanguagePartFromCode(e);if(this.isSupportedCode(n))return t=n;t=this.options.supportedLngs.find((e=>e===n?e:e.indexOf("-")<0&&n.indexOf("-")<0?void 0:0===e.indexOf(n)?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]),"[object Array]"===Object.prototype.toString.apply(e))return e;if(!t)return e.default||[];let n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}toResolveHierarchy(e,t){const n=this.getFallbackCodes(t||this.options.fallbackLng||[],e),i=[],a=e=>{e&&(this.isSupportedCode(e)?i.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&&a(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&a(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&a(this.getLanguagePartFromCode(e))):"string"==typeof e&&a(this.formatLanguageCode(e)),n.forEach((e=>{i.indexOf(e)<0&&a(this.formatLanguageCode(e))})),i}}let xe=[{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}],we={1:function(e){return Number(e>1)},2:function(e){return Number(1!=e)},3:function(e){return 0},4:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},5:function(e){return Number(0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5)},6:function(e){return Number(1==e?0:e>=2&&e<=4?1:2)},7:function(e){return Number(1==e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},8:function(e){return Number(1==e?0:2==e?1:8!=e&&11!=e?2:3)},9:function(e){return Number(e>=2)},10:function(e){return Number(1==e?0:2==e?1:e<7?2:e<11?3:4)},11:function(e){return Number(1==e||11==e?0:2==e||12==e?1:e>2&&e<20?2:3)},12:function(e){return Number(e%10!=1||e%100==11)},13:function(e){return Number(0!==e)},14:function(e){return Number(1==e?0:2==e?1:3==e?2:3)},15:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2)},16:function(e){return Number(e%10==1&&e%100!=11?0:0!==e?1:2)},17:function(e){return Number(1==e||e%10==1&&e%100!=11?0:1)},18:function(e){return Number(0==e?0:1==e?1:2)},19:function(e){return Number(1==e?0:0==e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3)},20:function(e){return Number(1==e?0:0==e||e%100>0&&e%100<20?1:2)},21:function(e){return Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0)},22:function(e){return Number(1==e?0:2==e?1:(e<0||e>10)&&e%10==0?2:3)}};const _e=["v1","v2","v3"],Ee=["v4"],Se={zero:0,one:1,two:2,few:3,many:4,other:5};class ke{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.languageUtils=e,this.options=t,this.logger=ee.create("pluralResolver"),this.options.compatibilityJSON&&!Ee.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=function(){const e={};return xe.forEach((t=>{t.lngs.forEach((n=>{e[n]={numbers:t.nr,plurals:we[t.fc]}}))})),e}()}addRule(e,t){this.rules[e]=t}getRule(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(me(e),{type:t.ordinal?"ordinal":"cardinal"})}catch{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 n=this.getRule(e,t);return this.shouldUseIntlApi()?n&&n.resolvedOptions().pluralCategories.length>1:n&&n.numbers.length>1}getPluralFormsOfKey(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,n).map((e=>`${t}${e}`))}getSuffixes(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=this.getRule(e,t);return n?this.shouldUseIntlApi()?n.resolvedOptions().pluralCategories.sort(((e,t)=>Se[e]-Se[t])).map((e=>`${this.options.prepend}${t.ordinal?`ordinal${this.options.prepend}`:""}${e}`)):n.numbers.map((n=>this.getSuffix(e,n,t))):[]}getSuffix(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const i=this.getRule(e,n);return i?this.shouldUseIntlApi()?`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${i.select(t)}`:this.getSuffixRetroCompatible(i,t):(this.logger.warn(`no plural rule found for: ${e}`),"")}getSuffixRetroCompatible(e,t){const n=e.noAbs?e.plurals(t):e.plurals(Math.abs(t));let i=e.numbers[n];this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]&&(2===i?i="plural":1===i&&(i=""));const a=()=>this.options.prepend&&i.toString()?this.options.prepend+i.toString():i.toString();return"v1"===this.options.compatibilityJSON?1===i?"":"number"==typeof i?`_plural_${i.toString()}`:a():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]?a():this.options.prepend&&n.toString()?this.options.prepend+n.toString():n.toString()}shouldUseIntlApi(){return!_e.includes(this.options.compatibilityJSON)}}function Te(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:".",a=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],s=function(e,t,n){const i=re(e,n);return void 0!==i?i:re(t,n)}(e,t,n);return!s&&a&&"string"==typeof n&&(s=de(e,n,i),void 0===s&&(s=de(t,n,i))),s}class Ie{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=ee.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 t=e.interpolation;this.escape=void 0!==t.escape?t.escape:ue,this.escapeValue=void 0===t.escapeValue||t.escapeValue,this.useRawValueToEscape=void 0!==t.useRawValueToEscape&&t.useRawValueToEscape,this.prefix=t.prefix?ce(t.prefix):t.prefixEscaped||"{{",this.suffix=t.suffix?ce(t.suffix):t.suffixEscaped||"}}",this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||",",this.unescapePrefix=t.unescapeSuffix?"":t.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":t.unescapeSuffix||"",this.nestingPrefix=t.nestingPrefix?ce(t.nestingPrefix):t.nestingPrefixEscaped||ce("$t("),this.nestingSuffix=t.nestingSuffix?ce(t.nestingSuffix):t.nestingSuffixEscaped||ce(")"),this.nestingOptionsSeparator=t.nestingOptionsSeparator?t.nestingOptionsSeparator:t.nestingOptionsSeparator||",",this.maxReplaces=t.maxReplaces?t.maxReplaces:1e3,this.alwaysFormat=void 0!==t.alwaysFormat&&t.alwaysFormat,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=`${this.prefix}(.+?)${this.suffix}`;this.regexp=new RegExp(e,"g");const t=`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`;this.regexpUnescape=new RegExp(t,"g");const n=`${this.nestingPrefix}(.+?)${this.nestingSuffix}`;this.nestingRegexp=new RegExp(n,"g")}interpolate(e,t,n,i){let a,s,r;const o=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function c(e){return e.replace(/\$/g,"$$$$")}const l=e=>{if(e.indexOf(this.formatSeparator)<0){const a=Te(t,o,e,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(a,void 0,n,{...i,...t,interpolationkey:e}):a}const a=e.split(this.formatSeparator),s=a.shift().trim(),r=a.join(this.formatSeparator).trim();return this.format(Te(t,o,s,this.options.keySeparator,this.options.ignoreJSONStructure),r,n,{...i,...t,interpolationkey:s})};this.resetRegExp();const u=i&&i.missingInterpolationHandler||this.options.missingInterpolationHandler,p=i&&i.interpolation&&void 0!==i.interpolation.skipOnVariables?i.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:e=>c(e)},{regex:this.regexp,safeValue:e=>this.escapeValue?c(this.escape(e)):c(e)}].forEach((t=>{for(r=0;a=t.regex.exec(e);){const n=a[1].trim();if(s=l(n),void 0===s)if("function"==typeof u){const t=u(e,a,i);s="string"==typeof t?t:""}else if(i&&Object.prototype.hasOwnProperty.call(i,n))s="";else{if(p){s=a[0];continue}this.logger.warn(`missed to pass in variable ${n} for interpolating ${e}`),s=""}else"string"==typeof s||this.useRawValueToEscape||(s=ie(s));const o=t.safeValue(s);if(e=e.replace(a[0],o),p?(t.regex.lastIndex+=s.length,t.regex.lastIndex-=a[0].length):t.regex.lastIndex=0,r++,r>=this.maxReplaces)break}})),e}nest(e,t){let n,i,a,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};function r(e,t){const n=this.nestingOptionsSeparator;if(e.indexOf(n)<0)return e;const i=e.split(new RegExp(`${n}[ ]*{`));let s=`{${i[1]}`;e=i[0],s=this.interpolate(s,a);const r=s.match(/'/g),o=s.match(/"/g);(r&&r.length%2==0&&!o||o.length%2!=0)&&(s=s.replace(/'/g,'"'));try{a=JSON.parse(s),t&&(a={...t,...a})}catch(t){return this.logger.warn(`failed parsing options string in nesting for key ${e}`,t),`${e}${n}${s}`}return delete a.defaultValue,e}for(;n=this.nestingRegexp.exec(e);){let o=[];a={...s},a=a.replace&&"string"!=typeof a.replace?a.replace:a,a.applyPostProcessor=!1,delete a.defaultValue;let c=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){const e=n[1].split(this.formatSeparator).map((e=>e.trim()));n[1]=e.shift(),o=e,c=!0}if(i=t(r.call(this,n[1].trim(),a),a),i&&n[0]===e&&"string"!=typeof i)return i;"string"!=typeof i&&(i=ie(i)),i||(this.logger.warn(`missed to resolve ${n[1]} for nesting ${e}`),i=""),c&&(i=o.reduce(((e,t)=>this.format(e,t,s.lng,{...s,interpolationkey:n[1].trim()})),i.trim())),e=e.replace(n[0],i),this.regexp.lastIndex=0}return e}}function Re(e){const t={};return function(n,i,a){const s=i+JSON.stringify(a);let r=t[s];return r||(r=e(me(i),a),t[s]=r),r(n)}}class Ae{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=ee.create("formatter"),this.options=e,this.formats={number:Re(((e,t)=>{const n=new Intl.NumberFormat(e,{...t});return e=>n.format(e)})),currency:Re(((e,t)=>{const n=new Intl.NumberFormat(e,{...t,style:"currency"});return e=>n.format(e)})),datetime:Re(((e,t)=>{const n=new Intl.DateTimeFormat(e,{...t});return e=>n.format(e)})),relativetime:Re(((e,t)=>{const n=new Intl.RelativeTimeFormat(e,{...t});return e=>n.format(e,t.range||"day")})),list:Re(((e,t)=>{const n=new Intl.ListFormat(e,{...t});return e=>n.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()]=Re(t)}format(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t.split(this.formatSeparator).reduce(((e,t)=>{const{formatName:a,formatOptions:s}=function(e){let t=e.toLowerCase().trim();const n={};if(e.indexOf("(")>-1){const i=e.split("(");t=i[0].toLowerCase().trim();const a=i[1].substring(0,i[1].length-1);"currency"===t&&a.indexOf(":")<0?n.currency||(n.currency=a.trim()):"relativetime"===t&&a.indexOf(":")<0?n.range||(n.range=a.trim()):a.split(";").forEach((e=>{if(!e)return;const[t,...i]=e.split(":"),a=i.join(":").trim().replace(/^'+|'+$/g,"");n[t.trim()]||(n[t.trim()]=a),"false"===a&&(n[t.trim()]=!1),"true"===a&&(n[t.trim()]=!0),isNaN(a)||(n[t.trim()]=parseInt(a,10))}))}return{formatName:t,formatOptions:n}}(t);if(this.formats[a]){let t=e;try{const r=i&&i.formatParams&&i.formatParams[i.interpolationkey]||{},o=r.locale||r.lng||i.locale||i.lng||n;t=this.formats[a](e,o,{...s,...i,...r})}catch(e){this.logger.warn(e)}return t}return this.logger.warn(`there was no format function for ${a}`),e}),e)}}class je extends te{constructor(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};super(),this.backend=e,this.store=t,this.services=n,this.languageUtils=n.languageUtils,this.options=i,this.logger=ee.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=i.maxParallelReads||10,this.readingCalls=0,this.maxRetries=i.maxRetries>=0?i.maxRetries:5,this.retryTimeout=i.retryTimeout>=1?i.retryTimeout:350,this.state={},this.queue=[],this.backend&&this.backend.init&&this.backend.init(n,i.backend,i)}queueLoad(e,t,n,i){const a={},s={},r={},o={};return e.forEach((e=>{let i=!0;t.forEach((t=>{const r=`${e}|${t}`;!n.reload&&this.store.hasResourceBundle(e,t)?this.state[r]=2:this.state[r]<0||(1===this.state[r]?void 0===s[r]&&(s[r]=!0):(this.state[r]=1,i=!1,void 0===s[r]&&(s[r]=!0),void 0===a[r]&&(a[r]=!0),void 0===o[t]&&(o[t]=!0)))})),i||(r[e]=!0)})),(Object.keys(a).length||Object.keys(s).length)&&this.queue.push({pending:s,pendingCount:Object.keys(s).length,loaded:{},errors:[],callback:i}),{toLoad:Object.keys(a),pending:Object.keys(s),toLoadLanguages:Object.keys(r),toLoadNamespaces:Object.keys(o)}}loaded(e,t,n){const i=e.split("|"),a=i[0],s=i[1];t&&this.emit("failedLoading",a,s,t),n&&this.store.addResourceBundle(a,s,n),this.state[e]=t?-1:2;const r={};this.queue.forEach((n=>{!function(e,t,n,i){const{obj:a,k:s}=ae(e,t,Object);a[s]=a[s]||[],i&&(a[s]=a[s].concat(n)),i||a[s].push(n)}(n.loaded,[a],s),function(e,t){void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)}(n,e),t&&n.errors.push(t),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach((e=>{r[e]||(r[e]={});const t=n.loaded[e];t.length&&t.forEach((t=>{void 0===r[e][t]&&(r[e][t]=!0)}))})),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())})),this.emit("loaded",r),this.queue=this.queue.filter((e=>!e.done))}read(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,s=arguments.length>5?arguments[5]:void 0;if(!e.length)return s(null,{});if(this.readingCalls>=this.maxParallelReads)return void this.waitingReads.push({lng:e,ns:t,fcName:n,tried:i,wait:a,callback:s});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&&i<this.maxRetries?setTimeout((()=>{this.read.call(this,e,t,n,i+1,2*a,s)}),a):s(r,o)},o=this.backend[n].bind(this.backend);if(2!==o.length)return o(e,t,r);try{const n=o(e,t);n&&"function"==typeof n.then?n.then((e=>r(null,e))).catch(r):r(null,n)}catch(e){r(e)}}prepareLoading(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=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."),i&&i();"string"==typeof e&&(e=this.languageUtils.toResolveHierarchy(e)),"string"==typeof t&&(t=[t]);const a=this.queueLoad(e,t,n,i);if(!a.toLoad.length)return a.pending.length||i(),null;a.toLoad.forEach((e=>{this.loadOne(e)}))}load(e,t,n){this.prepareLoading(e,t,{},n)}reload(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}loadOne(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=e.split("|"),i=n[0],a=n[1];this.read(i,a,"read",void 0,void 0,((n,s)=>{n&&this.logger.warn(`${t}loading namespace ${a} for language ${i} failed`,n),!n&&s&&this.logger.log(`${t}loaded namespace ${a} for language ${i}`,s),this.loaded(e,n,s)}))}saveMissing(e,t,n,i,a){let s=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 "${n}" 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!=n&&""!==n){if(this.backend&&this.backend.create){const o={...s,isUpdate:a},c=this.backend.create.bind(this.backend);if(c.length<6)try{let a;a=5===c.length?c(e,t,n,i,o):c(e,t,n,i),a&&"function"==typeof a.then?a.then((e=>r(null,e))).catch(r):r(null,a)}catch(e){r(e)}else c(e,t,n,i,r,o)}e&&e[0]&&this.store.addResource(e[0],t,n,i)}}}function Oe(){return{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:function(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 n=e[3]||e[2];Object.keys(n).forEach((e=>{t[e]=n[e]}))}return t},interpolation:{escapeValue:!0,format:(e,t,n,i)=>e,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}}function Ce(e){return"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}function Le(){}class Fe extends te{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;var n;if(super(),this.options=Ce(e),this.services={},this.logger=ee,this.modules={external:[]},n=this,Object.getOwnPropertyNames(Object.getPrototypeOf(n)).forEach((e=>{"function"==typeof n[e]&&(n[e]=n[e].bind(n))})),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]:{},n=arguments.length>1?arguments[1]:void 0;"function"==typeof t&&(n=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 i=Oe();function a(e){return e?"function"==typeof e?new e:e:null}if(this.options={...i,...this.options,...Ce(t)},"v1"!==this.options.compatibilityAPI&&(this.options.interpolation={...i.interpolation,...this.options.interpolation}),void 0!==t.keySeparator&&(this.options.userDefinedKeySeparator=t.keySeparator),void 0!==t.nsSeparator&&(this.options.userDefinedNsSeparator=t.nsSeparator),!this.options.isClone){let t;this.modules.logger?ee.init(a(this.modules.logger),this.options):ee.init(null,this.options),this.modules.formatter?t=this.modules.formatter:"undefined"!=typeof Intl&&(t=Ae);const n=new be(this.options);this.store=new he(this.options.resources,this.options);const s=this.services;s.logger=ee,s.resourceStore=this.store,s.languageUtils=n,s.pluralResolver=new ke(n,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!t||this.options.interpolation.format&&this.options.interpolation.format!==i.interpolation.format||(s.formatter=a(t),s.formatter.init(s,this.options),this.options.interpolation.format=s.formatter.format.bind(s.formatter)),s.interpolator=new Ie(this.options),s.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},s.backendConnector=new je(a(this.modules.backend),s.resourceStore,s,this.options),s.backendConnector.on("*",(function(t){for(var n=arguments.length,i=new Array(n>1?n-1:0),a=1;a<n;a++)i[a-1]=arguments[a];e.emit(t,...i)})),this.modules.languageDetector&&(s.languageDetector=a(this.modules.languageDetector),s.languageDetector.init&&s.languageDetector.init(s,this.options.detection,this.options)),this.modules.i18nFormat&&(s.i18nFormat=a(this.modules.i18nFormat),s.i18nFormat.init&&s.i18nFormat.init(this)),this.translator=new ve(this.services,this.options),this.translator.on("*",(function(t){for(var n=arguments.length,i=new Array(n>1?n-1:0),a=1;a<n;a++)i[a-1]=arguments[a];e.emit(t,...i)})),this.modules.external.forEach((e=>{e.init&&e.init(this)}))}if(this.format=this.options.interpolation.format,n||(n=Le),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 s=ne(),r=()=>{const e=(e,t)=>{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),s.resolve(t),n(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),s}loadResources(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Le;const n="string"==typeof e?e:this.language;if("function"==typeof e&&(t=e),!this.options.resources||this.options.partialBundledLanguages){if(n&&"cimode"===n.toLowerCase())return t();const e=[],i=t=>{if(!t)return;this.services.languageUtils.toResolveHierarchy(t).forEach((t=>{e.indexOf(t)<0&&e.push(t)}))};if(n)i(n);else{this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((e=>i(e)))}this.options.preload&&this.options.preload.forEach((e=>i(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,n){const i=ne();return e||(e=this.languages),t||(t=this.options.ns),n||(n=Le),this.services.backendConnector.reload(e,t,(e=>{i.resolve(),n(e)})),i}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&&fe.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 n=this;this.isLanguageChangingTo=e;const i=ne();this.emit("languageChanging",e);const a=e=>{this.language=e,this.languages=this.services.languageUtils.toResolveHierarchy(e),this.resolvedLanguage=void 0,this.setResolvedLanguage(e)},s=(e,s)=>{s?(a(s),this.translator.changeLanguage(s),this.isLanguageChangingTo=void 0,this.emit("languageChanged",s),this.logger.log("languageChanged",s)):this.isLanguageChangingTo=void 0,i.resolve((function(){return n.t(...arguments)})),t&&t(e,(function(){return n.t(...arguments)}))},r=t=>{e||t||!this.services.languageDetector||(t=[]);const n="string"==typeof t?t:this.services.languageUtils.getBestMatchFromCodes(t);n&&(this.language||a(n),this.translator.language||this.translator.changeLanguage(n),this.services.languageDetector&&this.services.languageDetector.cacheUserLanguage&&this.services.languageDetector.cacheUserLanguage(n)),this.loadResources(n,(e=>{s(e,n)}))};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()),i}getFixedT(e,t,n){var i=this;const a=function(e,t){let s;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];s=i.options.overloadTranslationOptionHandler([e,t].concat(o))}else s={...t};s.lng=s.lng||a.lng,s.lngs=s.lngs||a.lngs,s.ns=s.ns||a.ns,s.keyPrefix=s.keyPrefix||n||a.keyPrefix;const l=i.options.keySeparator||".";let u;return u=s.keyPrefix&&Array.isArray(e)?e.map((e=>`${s.keyPrefix}${l}${e}`)):s.keyPrefix?`${s.keyPrefix}${l}${e}`:e,i.t(u,s)};return"string"==typeof e?a.lng=e:a.lngs=e,a.ns=t,a.keyPrefix=n,a}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 n=t.lng||this.resolvedLanguage||this.languages[0],i=!!this.options&&this.options.fallbackLng,a=this.languages[this.languages.length-1];if("cimode"===n.toLowerCase())return!0;const s=(e,t)=>{const n=this.services.backendConnector.state[`${e}|${t}`];return-1===n||2===n};if(t.precheck){const e=t.precheck(this,s);if(void 0!==e)return e}return!!this.hasResourceBundle(n,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!s(n,e)||i&&!s(a,e)))}loadNamespaces(e,t){const n=ne();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=>{n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}loadLanguages(e,t){const n=ne();"string"==typeof e&&(e=[e]);const i=this.options.preload||[],a=e.filter((e=>i.indexOf(e)<0));return a.length?(this.options.preload=i.concat(a),this.loadResources((e=>{n.resolve(),t&&t(e)})),n):(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 be(Oe());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 Fe(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]:Le;const n=e.forkResourceStore;n&&delete e.forkResourceStore;const i={...this.options,...e,isClone:!0},a=new Fe(i);void 0===e.debug&&void 0===e.prefix||(a.logger=a.logger.clone(e));return["store","services","language"].forEach((e=>{a[e]=this[e]})),a.services={...this.services},a.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},n&&(a.store=new he(this.store.data,i),a.services.resourceStore=a.store),a.translator=new ve(a.services,i),a.translator.on("*",(function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];a.emit(e,...n)})),a.init(i,t),a.translator.options=i,a.translator.backendConnector.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const Ue=Fe.createInstance();function Pe(e){return Pe="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},Pe(e)}function ze(e){var t=function(e,t){if("object"!==Pe(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!==Pe(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===Pe(t)?t:String(t)}function Me(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,ze(i.key),i)}}Ue.createInstance=Fe.createInstance,Ue.createInstance,Ue.dir,Ue.init,Ue.loadResources,Ue.reloadResources,Ue.use,Ue.changeLanguage,Ue.getFixedT,Ue.t,Ue.exists,Ue.setDefaultNamespace,Ue.hasLoadedNamespace,Ue.loadNamespaces,Ue.loadLanguages;var Ne=[],qe=Ne.forEach,$e=Ne.slice;var De=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/,Be=function(e,t,n,i){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{path:"/",sameSite:"strict"};n&&(a.expires=new Date,a.expires.setTime(a.expires.getTime()+60*n*1e3)),i&&(a.domain=i),document.cookie=function(e,t,n){var i=n||{};i.path=i.path||"/";var a=encodeURIComponent(t),s="".concat(e,"=").concat(a);if(i.maxAge>0){var r=i.maxAge-0;if(Number.isNaN(r))throw new Error("maxAge should be a Number");s+="; Max-Age=".concat(Math.floor(r))}if(i.domain){if(!De.test(i.domain))throw new TypeError("option domain is invalid");s+="; Domain=".concat(i.domain)}if(i.path){if(!De.test(i.path))throw new TypeError("option path is invalid");s+="; Path=".concat(i.path)}if(i.expires){if("function"!=typeof i.expires.toUTCString)throw new TypeError("option expires is invalid");s+="; Expires=".concat(i.expires.toUTCString())}if(i.httpOnly&&(s+="; HttpOnly"),i.secure&&(s+="; Secure"),i.sameSite)switch("string"==typeof i.sameSite?i.sameSite.toLowerCase():i.sameSite){case!0:s+="; SameSite=Strict";break;case"lax":s+="; SameSite=Lax";break;case"strict":s+="; SameSite=Strict";break;case"none":s+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}return s}(e,encodeURIComponent(t),a)},Ke=function(e){for(var t="".concat(e,"="),n=document.cookie.split(";"),i=0;i<n.length;i++){for(var a=n[i];" "===a.charAt(0);)a=a.substring(1,a.length);if(0===a.indexOf(t))return a.substring(t.length,a.length)}return null},Ye={name:"cookie",lookup:function(e){var t;if(e.lookupCookie&&"undefined"!=typeof document){var n=Ke(e.lookupCookie);n&&(t=n)}return t},cacheUserLanguage:function(e,t){t.lookupCookie&&"undefined"!=typeof document&&Be(t.lookupCookie,e,t.cookieMinutes,t.cookieDomain,t.cookieOptions)}},We={name:"querystring",lookup:function(e){var t;if("undefined"!=typeof window){var n=window.location.search;!window.location.search&&window.location.hash&&window.location.hash.indexOf("?")>-1&&(n=window.location.hash.substring(window.location.hash.indexOf("?")));for(var i=n.substring(1).split("&"),a=0;a<i.length;a++){var s=i[a].indexOf("=");if(s>0)i[a].substring(0,s)===e.lookupQuerystring&&(t=i[a].substring(s+1))}}return t}},Ve=null,He=function(){if(null!==Ve)return Ve;try{Ve="undefined"!==window&&null!==window.localStorage;var e="i18next.translate.boo";window.localStorage.setItem(e,"foo"),window.localStorage.removeItem(e)}catch(e){Ve=!1}return Ve},Ge={name:"localStorage",lookup:function(e){var t;if(e.lookupLocalStorage&&He()){var n=window.localStorage.getItem(e.lookupLocalStorage);n&&(t=n)}return t},cacheUserLanguage:function(e,t){t.lookupLocalStorage&&He()&&window.localStorage.setItem(t.lookupLocalStorage,e)}},Je=null,Qe=function(){if(null!==Je)return Je;try{Je="undefined"!==window&&null!==window.sessionStorage;var e="i18next.translate.boo";window.sessionStorage.setItem(e,"foo"),window.sessionStorage.removeItem(e)}catch(e){Je=!1}return Je},Ze={name:"sessionStorage",lookup:function(e){var t;if(e.lookupSessionStorage&&Qe()){var n=window.sessionStorage.getItem(e.lookupSessionStorage);n&&(t=n)}return t},cacheUserLanguage:function(e,t){t.lookupSessionStorage&&Qe()&&window.sessionStorage.setItem(t.lookupSessionStorage,e)}},Xe={name:"navigator",lookup:function(e){var t=[];if("undefined"!=typeof navigator){if(navigator.languages)for(var n=0;n<navigator.languages.length;n++)t.push(navigator.languages[n]);navigator.userLanguage&&t.push(navigator.userLanguage),navigator.language&&t.push(navigator.language)}return t.length>0?t:void 0}},et={name:"htmlTag",lookup:function(e){var t,n=e.htmlTag||("undefined"!=typeof document?document.documentElement:null);return n&&"function"==typeof n.getAttribute&&(t=n.getAttribute("lang")),t}},tt={name:"path",lookup:function(e){var t;if("undefined"!=typeof window){var n=window.location.pathname.match(/\/([a-zA-Z-]*)/g);if(n instanceof Array)if("number"==typeof e.lookupFromPathIndex){if("string"!=typeof n[e.lookupFromPathIndex])return;t=n[e.lookupFromPathIndex].replace("/","")}else t=n[0].replace("/","")}return t}},nt={name:"subdomain",lookup:function(e){var t="number"==typeof e.lookupFromSubdomainIndex?e.lookupFromSubdomainIndex+1:1,n="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(n)return n[t]}};var it=function(){function e(t){var n=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,n)}var t,n,i;return t=e,n=[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};this.services=e||{languageUtils:{}},this.options=function(e){return qe.call($e.call(arguments,1),(function(t){if(t)for(var n in t)void 0===e[n]&&(e[n]=t[n])})),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=n,this.addDetector(Ye),this.addDetector(We),this.addDetector(Ge),this.addDetector(Ze),this.addDetector(Xe),this.addDetector(et),this.addDetector(tt),this.addDetector(nt)}},{key:"addDetector",value:function(e){this.detectors[e.name]=e}},{key:"detect",value:function(e){var t=this;e||(e=this.options.order);var n=[];return e.forEach((function(e){if(t.detectors[e]){var i=t.detectors[e].lookup(t.options);i&&"string"==typeof i&&(i=[i]),i&&(n=n.concat(i))}})),n=n.map((function(e){return t.options.convertDetectedLanguage(e)})),this.services.languageUtils.getBestMatchFromCodes?n:n.length>0?n[0]:null}},{key:"cacheUserLanguage",value:function(e,t){var n=this;t||(t=this.options.caches),t&&(this.options.excludeCacheFor&&this.options.excludeCacheFor.indexOf(e)>-1||t.forEach((function(t){n.detectors[t]&&n.detectors[t].cacheUserLanguage(e,n.options)})))}}],n&&Me(t.prototype,n),i&&Me(t,i),Object.defineProperty(t,"prototype",{writable:!1}),e}();it.type="languageDetector";var at={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 <b> 3 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?"}},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."}},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"}};(new it).addDetector({name:"defaultToEnglish",lookup:e=>"en"}),Ue.use(it).init({debug:!1,load:"languageOnly",fallbackLng:"en",detection:{order:["defaultToEnglish","querystring"]},resources:{en:{translation:at},es:{translation:"esTranslations"},it:{translation:"itTranslations"}}});const st={en:{corpusPractice:[{'\ufeff""':"0",sentence:"An apple is blue.",answer:"F",direction:"left",correctresponse:"arrowleft"},{'\ufeff""':"1",sentence:"You can read stories at school.",answer:"T",direction:"right",correctresponse:"arrowright"},{'\ufeff""':"2",sentence:"People drive cars.",answer:"T",direction:"right",correctresponse:"arrowright"},{'\ufeff""':"3",sentence:"You wear a hat on your foot.",answer:"F",direction:"left",correctresponse:"arrowleft"}],corpusLab:[{"":"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:"Police officers 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"}],corpusTOSREC:[{"":"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"}],corpusAI:[{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"}]},es:{corpusPractice:"",corpusLab:"",corpusTOSREC:"",corpusAI:""},it:{corpusPractice:"",corpusLab:"",corpusTOSREC:"",corpusAI:""}};let rt=!0;const ot={type:Q,fullscreen_mode:!0,message:()=>`<div class='text_div'><h1>${Ue.t("fullScreenTrial.prompt")}</h1></div>`,css_classes:["jspsych-content-modified"],delay_after:0,button_label:()=>`${Ue.t("fullScreenTrial.buttonText")}`,on_start:()=>{document.body.style.cursor="default"},on_finish:()=>{rt?rt=!1:document.body.style.cursor="none"}};var ct={},lt={"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}};
|
|
10
|
+
function(e){for(var t=[],n=0;n<e.elements.length;n++){var i=e.elements[n];if(i.name&&!i.disabled&&"file"!==i.type&&"reset"!==i.type&&"submit"!==i.type&&"button"!==i.type)if("select-multiple"===i.type)for(var a=0;a<i.options.length;a++)i.options[a].selected&&t.push({name:i.name,value:i.options[a].value});else("checkbox"!==i.type&&"radio"!==i.type||i.checked)&&t.push({name:i.name,value:i.value})}return t}(e.querySelector("#jspsych-survey-html-form"));t.dataAsArray||(r=function(e){for(var t={},n=0;n<e.length;n++)t[e[n].name]=e[n].value;return t}(r));var o={rt:s,response:r};e.innerHTML="",this.jsPsych.finishTrial(o)}));var a=performance.now()}}V.info=W;const H={name:"audio-multi-response",parameters:{stimulus:{type:d.HTML_STRING,pretty_name:"Stimulus",default:void 0},button_choices:{type:d.STRING,pretty_name:"Button Choices",default:[],array:!0},keyboard_choices:{type:d.KEYS,pretty_name:"Keyboard Choices",default:"NO_KEYS"},button_html:{type:d.HTML_STRING,pretty_name:"Button HTML",default:'<button class="jspsych-btn">%choice%</button>',array:!0},prompt:{type:d.HTML_STRING,pretty_name:"Prompt",default:null},prompt_above_buttons:{type:d.BOOL,pretty_name:"Prompt above buttons",default:!1},trial_duration:{type:d.INT,pretty_name:"Trial duration",default:null},margin_vertical:{type:d.STRING,pretty_name:"Margin vertical",default:"0px"},margin_horizontal:{type:d.STRING,pretty_name:"Margin horizontal",default:"8px"},response_ends_trial:{type:d.BOOL,pretty_name:"Response ends trial",default:!0},trial_ends_after_audio:{type:d.BOOL,pretty_name:"Trial ends after audio",default:!1},response_allowed_while_playing:{type:d.BOOL,pretty_name:"Response allowed while playing",default:!0}}};class G{constructor(e){this.jsPsych=e}trial(e,t,n){let i;var a=this.jsPsych.pluginAPI.audioContext();let s={rt:null,key:null,button:null,source:null};var r;this.jsPsych.pluginAPI.getAudioBuffer(t.stimulus).then((e=>{null!==a?(this.audio=a.createBufferSource(),this.audio.buffer=e,this.audio.connect(a.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",p));var i=[];if(Array.isArray(t.button_html))t.button_html.length==t.button_choices.length?i=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 s=0;s<t.button_choices.length;s++)i.push(t.button_html);let o='<div id="jspsych-audio-multi-response-btngroup">';for(s=0;s<t.button_choices.length;s++){var l=i[s].replace(/%choice%/g,t.button_choices[s]);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-'+s+'" data-choice="'+s+'">'+l+"</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?(p(),m()):u(),r=performance.now(),null!==a?(r=a.currentTime,this.audio.start(r)):this.audio.play(),null!==t.trial_duration&&this.jsPsych.pluginAPI.setTimeout((()=>{c()}),t.trial_duration),n()},c=()=>{this.jsPsych.pluginAPI.clearAllTimeouts(),null!==a?this.audio.stop():this.audio.pause(),this.audio.removeEventListener("ended",c),this.audio.removeEventListener("ended",m),this.audio.removeEventListener("ended",p),this.jsPsych.pluginAPI.cancelAllKeyboardResponses();const n={rt:s.rt,stimulus:t.stimulus,keyboard_response:s.key,button_response:s.button,response_source:s.source};e.innerHTML="",this.jsPsych.finishTrial(n),i()};function l(e){!function(e){var n=performance.now(),i=Math.round(n-r);null!==a&&(n=a.currentTime,i=Math.round(1e3*(n-r)));s.button=parseInt(e),s.rt=i,s.source="button",u(),t.response_ends_trial&&c()}(e.currentTarget.getAttribute("data-choice"))}function u(){for(var e=document.querySelectorAll(".jspsych-audio-multi-response-button"),t=0;t<e.length;t++){var n=e[t].querySelector("button");n&&(n.disabled=!0),e[t].removeEventListener("click",l)}}function p(){for(var e=document.querySelectorAll(".jspsych-audio-multi-response-button"),t=0;t<e.length;t++){var n=e[t].querySelector("button");n&&(n.disabled=!1),e[t].addEventListener("click",l)}}const d=e=>{null==s.key&&(s=Object.assign({source:"keyboard",button:null},e)),t.response_ends_trial&&c()},m=()=>{if("NO_KEYS"!=t.keyboard_choices){let e;e=null!==a?{rt_method:"audio",audio_context:a,audio_context_start_time:r}:{rt_method:"performance"},this.jsPsych.pluginAPI.getKeyboardResponse(Object.assign({callback_function:d,valid_responses:t.keyboard_choices,persist:!1,allow_held_key:!1},e))}};return new Promise((e=>{i=e}))}simulate(e,t,n,i){"data-only"==t&&(i(),this.simulate_data_only(e,n)),"visual"==t&&this.simulate_visual(e,n,i)}create_simulation_data(e,t){const n={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"},i={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"},a=Math.random()<.5?n:i,s=this.jsPsych.pluginAPI.mergeSimulationData(a,t);return this.jsPsych.pluginAPI.ensureSimulationDataConsistency(e,s),s}simulate_data_only(e,t){const n=this.create_simulation_data(e,t);this.jsPsych.finishTrial(n)}simulate_visual(e,t,n){const i=this.create_simulation_data(e,t),a=this.jsPsych.getDisplayElement(),s=()=>{null!==i.rt&&(null!==i.button_response?this.jsPsych.pluginAPI.clickTarget(a.querySelector(`div[data-choice="${i.response}"] button`),i.rt):this.jsPsych.pluginAPI.pressKey(i.keyboard_response,i.rt))};this.trial(a,e,(()=>{n(),e.response_allowed_while_playing?s():this.audio.addEventListener("ended",s)}))}}G.info=H;const J={name:"fullscreen",parameters:{fullscreen_mode:{type:d.BOOL,pretty_name:"Fullscreen mode",default:!0,array:!1},message:{type:d.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:d.STRING,pretty_name:"Button label",default:"Continue",array:!1},delay_after:{type:d.INT,pretty_name:"Delay after",default:1e3,array:!1}}};class Q{constructor(e){this.jsPsych=e}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.enterFullScreen(),this.endTrial(e,!0,t)}))}endTrial(e,t,n){e.innerHTML="",this.jsPsych.pluginAPI.setTimeout((()=>{var e={success:t};this.jsPsych.finishTrial(e)}),n.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,n,i){"data-only"==t&&(i(),this.simulate_data_only(e,n)),"visual"==t&&this.simulate_visual(e,n,i)}create_simulation_data(e,t){return this.jsPsych.pluginAPI.mergeSimulationData({success:!0},t)}simulate_data_only(e,t){const n=this.create_simulation_data(e,t);this.jsPsych.finishTrial(n)}simulate_visual(e,t,n){const i=this.create_simulation_data(e,t),a=this.jsPsych.getDisplayElement();!1===i.success?this.endTrial(a,!1,e):(this.trial(a,e),n(),this.jsPsych.pluginAPI.clickTarget(a.querySelector("#jspsych-fullscreen-btn"),this.jsPsych.randomization.sampleExGaussian(1e3,100,.005,!0)))}}Q.info=J;const Z={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 X{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||Z,this.options=t,this.debug=t.debug}log(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"log","",!0)}warn(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","",!0)}error(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"error","")}deprecate(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}forward(e,t,n,i){return i&&!this.debug?null:("string"==typeof e[0]&&(e[0]=`${n}${this.prefix} ${e[0]}`),this.logger[t](e))}create(e){return new X(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return(e=e||this.options).prefix=e.prefix||this.prefix,new X(this.logger,e)}}var ee=new X;class te{constructor(){this.observers={}}on(e,t){return e.split(" ").forEach((e=>{this.observers[e]=this.observers[e]||[],this.observers[e].push(t)})),this}off(e,t){this.observers[e]&&(t?this.observers[e]=this.observers[e].filter((e=>e!==t)):delete this.observers[e])}emit(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];if(this.observers[e]){[].concat(this.observers[e]).forEach((e=>{e(...n)}))}if(this.observers["*"]){[].concat(this.observers["*"]).forEach((t=>{t.apply(t,[e,...n])}))}}}function ne(){let e,t;const n=new Promise(((n,i)=>{e=n,t=i}));return n.resolve=e,n.reject=t,n}function ie(e){return null==e?"":""+e}function ae(e,t,n){function i(e){return e&&e.indexOf("###")>-1?e.replace(/###/g,"."):e}function a(){return!e||"string"==typeof e}const s="string"!=typeof t?[].concat(t):t.split(".");for(;s.length>1;){if(a())return{};const t=i(s.shift());!e[t]&&n&&(e[t]=new n),e=Object.prototype.hasOwnProperty.call(e,t)?e[t]:{}}return a()?{}:{obj:e,k:i(s.shift())}}function se(e,t,n){const{obj:i,k:a}=ae(e,t,Object);i[a]=n}function re(e,t){const{obj:n,k:i}=ae(e,t);if(n)return n[i]}function oe(e,t,n){for(const i in t)"__proto__"!==i&&"constructor"!==i&&(i in e?"string"==typeof e[i]||e[i]instanceof String||"string"==typeof t[i]||t[i]instanceof String?n&&(e[i]=t[i]):oe(e[i],t[i],n):e[i]=t[i]);return e}function ce(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var le={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};function ue(e){return"string"==typeof e?e.replace(/[&<>"'\/]/g,(e=>le[e])):e}const pe=[" ",",","?","!",";"];function de(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(!e)return;if(e[t])return e[t];const i=t.split(n);let a=e;for(let e=0;e<i.length;++e){if(!a)return;if("string"==typeof a[i[e]]&&e+1<i.length)return;if(void 0===a[i[e]]){let s=2,r=i.slice(e,e+s).join(n),o=a[r];for(;void 0===o&&i.length>e+s;)s++,r=i.slice(e,e+s).join(n),o=a[r];if(void 0===o)return;if(null===o)return null;if(t.endsWith(r)){if("string"==typeof o)return o;if(r&&"string"==typeof o[r])return o[r]}const c=i.slice(e+s).join(n);return c?de(o,c,n):void 0}a=a[i[e]]}return a}function me(e){return e&&e.indexOf("_")>0?e.replace("_","-"):e}class he extends te{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,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const a=void 0!==i.keySeparator?i.keySeparator:this.options.keySeparator,s=void 0!==i.ignoreJSONStructure?i.ignoreJSONStructure:this.options.ignoreJSONStructure;let r=[e,t];n&&"string"!=typeof n&&(r=r.concat(n)),n&&"string"==typeof n&&(r=r.concat(a?n.split(a):n)),e.indexOf(".")>-1&&(r=e.split("."));const o=re(this.data,r);return o||!s||"string"!=typeof n?o:de(this.data&&this.data[e]&&this.data[e][t],n,a)}addResource(e,t,n,i){let a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1};const s=void 0!==a.keySeparator?a.keySeparator:this.options.keySeparator;let r=[e,t];n&&(r=r.concat(s?n.split(s):n)),e.indexOf(".")>-1&&(r=e.split("."),i=t,t=r[1]),this.addNamespaces(t),se(this.data,r,i),a.silent||this.emit("added",e,t,n,i)}addResources(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(const i in n)"string"!=typeof n[i]&&"[object Array]"!==Object.prototype.toString.apply(n[i])||this.addResource(e,t,i,n[i],{silent:!0});i.silent||this.emit("added",e,t,n)}addResourceBundle(e,t,n,i,a){let s=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1},r=[e,t];e.indexOf(".")>-1&&(r=e.split("."),i=n,n=t,t=r[1]),this.addNamespaces(t);let o=re(this.data,r)||{};i?oe(o,n,a):o={...o,...n},se(this.data,r,o),s.silent||this.emit("added",e,t,n)}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 fe={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,n,i,a){return e.forEach((e=>{this.processors[e]&&(t=this.processors[e].process(t,n,i,a))})),t}};const ge={};class ve extends te{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var n,i;super(),n=e,i=this,["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"].forEach((e=>{n[e]&&(i[e]=n[e])})),this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),this.logger=ee.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 n=this.resolve(e,t);return n&&void 0!==n.res}extractFromKey(e,t){let n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");const i=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator;let a=t.ns||this.options.defaultNS||[];const s=n&&e.indexOf(n)>-1,r=!(this.options.userDefinedKeySeparator||t.keySeparator||this.options.userDefinedNsSeparator||t.nsSeparator||function(e,t,n){t=t||"",n=n||"";const i=pe.filter((e=>t.indexOf(e)<0&&n.indexOf(e)<0));if(0===i.length)return!0;const a=new RegExp(`(${i.map((e=>"?"===e?"\\?":e)).join("|")})`);let s=!a.test(e);if(!s){const t=e.indexOf(n);t>0&&!a.test(e.substring(0,t))&&(s=!0)}return s}(e,n,i));if(s&&!r){const t=e.match(this.interpolator.nestingRegexp);if(t&&t.length>0)return{key:e,namespaces:a};const s=e.split(n);(n!==i||n===i&&this.options.ns.indexOf(s[0])>-1)&&(a=s.shift()),e=s.join(i)}return"string"==typeof a&&(a=[a]),{key:e,namespaces:a}}translate(e,t,n){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 i=void 0!==t.returnDetails?t.returnDetails:this.options.returnDetails,a=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,{key:s,namespaces:r}=this.extractFromKey(e[e.length-1],t),o=r[r.length-1],c=t.lng||this.language,l=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(c&&"cimode"===c.toLowerCase()){if(l){const e=t.nsSeparator||this.options.nsSeparator;return i?{res:`${o}${e}${s}`,usedKey:s,exactUsedKey:s,usedLng:c,usedNS:o}:`${o}${e}${s}`}return i?{res:s,usedKey:s,exactUsedKey:s,usedLng:c,usedNS:o}:s}const u=this.resolve(e,t);let p=u&&u.res;const d=u&&u.usedKey||s,m=u&&u.exactUsedKey||s,h=Object.prototype.toString.apply(p),f=void 0!==t.joinArrays?t.joinArrays:this.options.joinArrays,g=!this.i18nFormat||this.i18nFormat.handleAsObject;if(g&&p&&("string"!=typeof p&&"boolean"!=typeof p&&"number"!=typeof p)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(h)<0&&("string"!=typeof f||"[object Array]"!==h)){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(d,p,{...t,ns:r}):`key '${s} (${this.language})' returned an object instead of string.`;return i?(u.res=e,u):e}if(a){const e="[object Array]"===h,n=e?[]:{},i=e?m:d;for(const e in p)if(Object.prototype.hasOwnProperty.call(p,e)){const s=`${i}${a}${e}`;n[e]=this.translate(s,{...t,joinArrays:!1,ns:r}),n[e]===s&&(n[e]=p[e])}p=n}}else if(g&&"string"==typeof f&&"[object Array]"===h)p=p.join(f),p&&(p=this.extendTranslation(p,e,t,n));else{let i=!1,r=!1;const l=void 0!==t.count&&"string"!=typeof t.count,d=ve.hasDefaultValue(t),m=l?this.pluralResolver.getSuffix(c,t.count,t):"",h=t.ordinal&&l?this.pluralResolver.getSuffix(c,t.count,{ordinal:!1}):"",f=t[`defaultValue${m}`]||t[`defaultValue${h}`]||t.defaultValue;!this.isValidLookup(p)&&d&&(i=!0,p=f),this.isValidLookup(p)||(r=!0,p=s);const g=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&r?void 0:p,v=d&&f!==p&&this.options.updateMissing;if(r||i||v){if(this.logger.log(v?"updateKey":"missingKey",c,o,s,v?f:p),a){const e=this.resolve(s,{...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 n=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if("fallback"===this.options.saveMissingTo&&n&&n[0])for(let t=0;t<n.length;t++)e.push(n[t]);else"all"===this.options.saveMissingTo?e=this.languageUtils.toResolveHierarchy(t.lng||this.language):e.push(t.lng||this.language);const i=(e,n,i)=>{const a=d&&i!==p?i:g;this.options.missingKeyHandler?this.options.missingKeyHandler(e,o,n,a,v,t):this.backendConnector&&this.backendConnector.saveMissing&&this.backendConnector.saveMissing(e,o,n,a,v,t),this.emit("missingKey",e,o,n,p)};this.options.saveMissing&&(this.options.saveMissingPlurals&&l?e.forEach((e=>{this.pluralResolver.getSuffixes(e,t).forEach((n=>{i([e],s+n,t[`defaultValue${n}`]||f)}))})):i(e,s,f))}p=this.extendTranslation(p,e,t,u,n),r&&p===s&&this.options.appendNamespaceToMissingKey&&(p=`${o}:${s}`),(r||i)&&this.options.parseMissingKeyHandler&&(p="v1"!==this.options.compatibilityAPI?this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${o}:${s}`:s,i?p:void 0):this.options.parseMissingKeyHandler(p))}return i?(u.res=p,u):p}extendTranslation(e,t,n,i,a){var s=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...n},i.usedLng,i.usedNS,i.usedKey,{resolved:i});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init({...n,interpolation:{...this.options.interpolation,...n.interpolation}});const r="string"==typeof e&&(n&&n.interpolation&&void 0!==n.interpolation.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let o;if(r){const t=e.match(this.interpolator.nestingRegexp);o=t&&t.length}let c=n.replace&&"string"!=typeof n.replace?n.replace:n;if(this.options.interpolation.defaultVariables&&(c={...this.options.interpolation.defaultVariables,...c}),e=this.interpolator.interpolate(e,c,n.lng||this.language,n),r){const t=e.match(this.interpolator.nestingRegexp);o<(t&&t.length)&&(n.nest=!1)}!n.lng&&"v1"!==this.options.compatibilityAPI&&i&&i.res&&(n.lng=i.usedLng),!1!==n.nest&&(e=this.interpolator.nest(e,(function(){for(var e=arguments.length,i=new Array(e),r=0;r<e;r++)i[r]=arguments[r];return a&&a[0]===i[0]&&!n.context?(s.logger.warn(`It seems you are nesting recursively key: ${i[0]} in key: ${t[0]}`),null):s.translate(...i,t)}),n)),n.interpolation&&this.interpolator.reset()}const r=n.postProcess||this.options.postProcess,o="string"==typeof r?[r]:r;return null!=e&&o&&o.length&&!1!==n.applyPostProcessor&&(e=fe.handle(o,e,t,this.options&&this.options.postProcessPassResolved?{i18nResolved:i,...n}:n,this)),e}resolve(e){let t,n,i,a,s,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;n=c;let l=o.namespaces;this.options.fallbackNS&&(l=l.concat(this.options.fallbackNS));const u=void 0!==r.count&&"string"!=typeof r.count,p=u&&!r.ordinal&&0===r.count&&this.pluralResolver.shouldUseIntlApi(),d=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);l.forEach((e=>{this.isValidLookup(t)||(s=e,!ge[`${m[0]}-${e}`]&&this.utils&&this.utils.hasLoadedNamespace&&!this.utils.hasLoadedNamespace(s)&&(ge[`${m[0]}-${e}`]=!0,this.logger.warn(`key "${n}" for languages "${m.join(", ")}" won't get resolved as namespace "${s}" 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((n=>{if(this.isValidLookup(t))return;a=n;const s=[c];if(this.i18nFormat&&this.i18nFormat.addLookupKeys)this.i18nFormat.addLookupKeys(s,c,n,e,r);else{let e;u&&(e=this.pluralResolver.getSuffix(n,r.count,r));const t=`${this.options.pluralSeparator}zero`,i=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(u&&(s.push(c+e),r.ordinal&&0===e.indexOf(i)&&s.push(c+e.replace(i,this.options.pluralSeparator)),p&&s.push(c+t)),d){const n=`${c}${this.options.contextSeparator}${r.context}`;s.push(n),u&&(s.push(n+e),r.ordinal&&0===e.indexOf(i)&&s.push(n+e.replace(i,this.options.pluralSeparator)),p&&s.push(n+t))}}let o;for(;o=s.pop();)this.isValidLookup(t)||(i=o,t=this.getResource(n,e,o,r))})))}))})),{res:t,usedKey:n,exactUsedKey:i,usedLng:a,usedNS:s}}isValidLookup(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}getResource(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,n,i):this.resourceStore.getResource(e,t,n,i)}static hasDefaultValue(e){const t="defaultValue";for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t===n.substring(0,12)&&void 0!==e[n])return!0;return!1}}function ye(e){return e.charAt(0).toUpperCase()+e.slice(1)}class be{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=ee.create("languageUtils")}getScriptPartFromCode(e){if(!(e=me(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=me(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 n=e.split("-");return this.options.lowerCaseLng?n=n.map((e=>e.toLowerCase())):2===n.length?(n[0]=n[0].toLowerCase(),n[1]=n[1].toUpperCase(),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=ye(n[1].toLowerCase()))):3===n.length&&(n[0]=n[0].toLowerCase(),2===n[1].length&&(n[1]=n[1].toUpperCase()),"sgn"!==n[0]&&2===n[2].length&&(n[2]=n[2].toUpperCase()),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=ye(n[1].toLowerCase())),t.indexOf(n[2].toLowerCase())>-1&&(n[2]=ye(n[2].toLowerCase()))),n.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 n=this.formatLanguageCode(e);this.options.supportedLngs&&!this.isSupportedCode(n)||(t=n)})),!t&&this.options.supportedLngs&&e.forEach((e=>{if(t)return;const n=this.getLanguagePartFromCode(e);if(this.isSupportedCode(n))return t=n;t=this.options.supportedLngs.find((e=>e===n?e:e.indexOf("-")<0&&n.indexOf("-")<0?void 0:0===e.indexOf(n)?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]),"[object Array]"===Object.prototype.toString.apply(e))return e;if(!t)return e.default||[];let n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}toResolveHierarchy(e,t){const n=this.getFallbackCodes(t||this.options.fallbackLng||[],e),i=[],a=e=>{e&&(this.isSupportedCode(e)?i.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&&a(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&a(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&a(this.getLanguagePartFromCode(e))):"string"==typeof e&&a(this.formatLanguageCode(e)),n.forEach((e=>{i.indexOf(e)<0&&a(this.formatLanguageCode(e))})),i}}let xe=[{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}],we={1:function(e){return Number(e>1)},2:function(e){return Number(1!=e)},3:function(e){return 0},4:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},5:function(e){return Number(0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5)},6:function(e){return Number(1==e?0:e>=2&&e<=4?1:2)},7:function(e){return Number(1==e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},8:function(e){return Number(1==e?0:2==e?1:8!=e&&11!=e?2:3)},9:function(e){return Number(e>=2)},10:function(e){return Number(1==e?0:2==e?1:e<7?2:e<11?3:4)},11:function(e){return Number(1==e||11==e?0:2==e||12==e?1:e>2&&e<20?2:3)},12:function(e){return Number(e%10!=1||e%100==11)},13:function(e){return Number(0!==e)},14:function(e){return Number(1==e?0:2==e?1:3==e?2:3)},15:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2)},16:function(e){return Number(e%10==1&&e%100!=11?0:0!==e?1:2)},17:function(e){return Number(1==e||e%10==1&&e%100!=11?0:1)},18:function(e){return Number(0==e?0:1==e?1:2)},19:function(e){return Number(1==e?0:0==e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3)},20:function(e){return Number(1==e?0:0==e||e%100>0&&e%100<20?1:2)},21:function(e){return Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0)},22:function(e){return Number(1==e?0:2==e?1:(e<0||e>10)&&e%10==0?2:3)}};const _e=["v1","v2","v3"],Ee=["v4"],Se={zero:0,one:1,two:2,few:3,many:4,other:5};class ke{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.languageUtils=e,this.options=t,this.logger=ee.create("pluralResolver"),this.options.compatibilityJSON&&!Ee.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=function(){const e={};return xe.forEach((t=>{t.lngs.forEach((n=>{e[n]={numbers:t.nr,plurals:we[t.fc]}}))})),e}()}addRule(e,t){this.rules[e]=t}getRule(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(me(e),{type:t.ordinal?"ordinal":"cardinal"})}catch{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 n=this.getRule(e,t);return this.shouldUseIntlApi()?n&&n.resolvedOptions().pluralCategories.length>1:n&&n.numbers.length>1}getPluralFormsOfKey(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,n).map((e=>`${t}${e}`))}getSuffixes(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=this.getRule(e,t);return n?this.shouldUseIntlApi()?n.resolvedOptions().pluralCategories.sort(((e,t)=>Se[e]-Se[t])).map((e=>`${this.options.prepend}${t.ordinal?`ordinal${this.options.prepend}`:""}${e}`)):n.numbers.map((n=>this.getSuffix(e,n,t))):[]}getSuffix(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const i=this.getRule(e,n);return i?this.shouldUseIntlApi()?`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${i.select(t)}`:this.getSuffixRetroCompatible(i,t):(this.logger.warn(`no plural rule found for: ${e}`),"")}getSuffixRetroCompatible(e,t){const n=e.noAbs?e.plurals(t):e.plurals(Math.abs(t));let i=e.numbers[n];this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]&&(2===i?i="plural":1===i&&(i=""));const a=()=>this.options.prepend&&i.toString()?this.options.prepend+i.toString():i.toString();return"v1"===this.options.compatibilityJSON?1===i?"":"number"==typeof i?`_plural_${i.toString()}`:a():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]?a():this.options.prepend&&n.toString()?this.options.prepend+n.toString():n.toString()}shouldUseIntlApi(){return!_e.includes(this.options.compatibilityJSON)}}function Te(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:".",a=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],s=function(e,t,n){const i=re(e,n);return void 0!==i?i:re(t,n)}(e,t,n);return!s&&a&&"string"==typeof n&&(s=de(e,n,i),void 0===s&&(s=de(t,n,i))),s}class Ie{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=ee.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 t=e.interpolation;this.escape=void 0!==t.escape?t.escape:ue,this.escapeValue=void 0===t.escapeValue||t.escapeValue,this.useRawValueToEscape=void 0!==t.useRawValueToEscape&&t.useRawValueToEscape,this.prefix=t.prefix?ce(t.prefix):t.prefixEscaped||"{{",this.suffix=t.suffix?ce(t.suffix):t.suffixEscaped||"}}",this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||",",this.unescapePrefix=t.unescapeSuffix?"":t.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":t.unescapeSuffix||"",this.nestingPrefix=t.nestingPrefix?ce(t.nestingPrefix):t.nestingPrefixEscaped||ce("$t("),this.nestingSuffix=t.nestingSuffix?ce(t.nestingSuffix):t.nestingSuffixEscaped||ce(")"),this.nestingOptionsSeparator=t.nestingOptionsSeparator?t.nestingOptionsSeparator:t.nestingOptionsSeparator||",",this.maxReplaces=t.maxReplaces?t.maxReplaces:1e3,this.alwaysFormat=void 0!==t.alwaysFormat&&t.alwaysFormat,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=`${this.prefix}(.+?)${this.suffix}`;this.regexp=new RegExp(e,"g");const t=`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`;this.regexpUnescape=new RegExp(t,"g");const n=`${this.nestingPrefix}(.+?)${this.nestingSuffix}`;this.nestingRegexp=new RegExp(n,"g")}interpolate(e,t,n,i){let a,s,r;const o=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function c(e){return e.replace(/\$/g,"$$$$")}const l=e=>{if(e.indexOf(this.formatSeparator)<0){const a=Te(t,o,e,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(a,void 0,n,{...i,...t,interpolationkey:e}):a}const a=e.split(this.formatSeparator),s=a.shift().trim(),r=a.join(this.formatSeparator).trim();return this.format(Te(t,o,s,this.options.keySeparator,this.options.ignoreJSONStructure),r,n,{...i,...t,interpolationkey:s})};this.resetRegExp();const u=i&&i.missingInterpolationHandler||this.options.missingInterpolationHandler,p=i&&i.interpolation&&void 0!==i.interpolation.skipOnVariables?i.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:e=>c(e)},{regex:this.regexp,safeValue:e=>this.escapeValue?c(this.escape(e)):c(e)}].forEach((t=>{for(r=0;a=t.regex.exec(e);){const n=a[1].trim();if(s=l(n),void 0===s)if("function"==typeof u){const t=u(e,a,i);s="string"==typeof t?t:""}else if(i&&Object.prototype.hasOwnProperty.call(i,n))s="";else{if(p){s=a[0];continue}this.logger.warn(`missed to pass in variable ${n} for interpolating ${e}`),s=""}else"string"==typeof s||this.useRawValueToEscape||(s=ie(s));const o=t.safeValue(s);if(e=e.replace(a[0],o),p?(t.regex.lastIndex+=s.length,t.regex.lastIndex-=a[0].length):t.regex.lastIndex=0,r++,r>=this.maxReplaces)break}})),e}nest(e,t){let n,i,a,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};function r(e,t){const n=this.nestingOptionsSeparator;if(e.indexOf(n)<0)return e;const i=e.split(new RegExp(`${n}[ ]*{`));let s=`{${i[1]}`;e=i[0],s=this.interpolate(s,a);const r=s.match(/'/g),o=s.match(/"/g);(r&&r.length%2==0&&!o||o.length%2!=0)&&(s=s.replace(/'/g,'"'));try{a=JSON.parse(s),t&&(a={...t,...a})}catch(t){return this.logger.warn(`failed parsing options string in nesting for key ${e}`,t),`${e}${n}${s}`}return delete a.defaultValue,e}for(;n=this.nestingRegexp.exec(e);){let o=[];a={...s},a=a.replace&&"string"!=typeof a.replace?a.replace:a,a.applyPostProcessor=!1,delete a.defaultValue;let c=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){const e=n[1].split(this.formatSeparator).map((e=>e.trim()));n[1]=e.shift(),o=e,c=!0}if(i=t(r.call(this,n[1].trim(),a),a),i&&n[0]===e&&"string"!=typeof i)return i;"string"!=typeof i&&(i=ie(i)),i||(this.logger.warn(`missed to resolve ${n[1]} for nesting ${e}`),i=""),c&&(i=o.reduce(((e,t)=>this.format(e,t,s.lng,{...s,interpolationkey:n[1].trim()})),i.trim())),e=e.replace(n[0],i),this.regexp.lastIndex=0}return e}}function Re(e){const t={};return function(n,i,a){const s=i+JSON.stringify(a);let r=t[s];return r||(r=e(me(i),a),t[s]=r),r(n)}}class Ae{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=ee.create("formatter"),this.options=e,this.formats={number:Re(((e,t)=>{const n=new Intl.NumberFormat(e,{...t});return e=>n.format(e)})),currency:Re(((e,t)=>{const n=new Intl.NumberFormat(e,{...t,style:"currency"});return e=>n.format(e)})),datetime:Re(((e,t)=>{const n=new Intl.DateTimeFormat(e,{...t});return e=>n.format(e)})),relativetime:Re(((e,t)=>{const n=new Intl.RelativeTimeFormat(e,{...t});return e=>n.format(e,t.range||"day")})),list:Re(((e,t)=>{const n=new Intl.ListFormat(e,{...t});return e=>n.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()]=Re(t)}format(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t.split(this.formatSeparator).reduce(((e,t)=>{const{formatName:a,formatOptions:s}=function(e){let t=e.toLowerCase().trim();const n={};if(e.indexOf("(")>-1){const i=e.split("(");t=i[0].toLowerCase().trim();const a=i[1].substring(0,i[1].length-1);"currency"===t&&a.indexOf(":")<0?n.currency||(n.currency=a.trim()):"relativetime"===t&&a.indexOf(":")<0?n.range||(n.range=a.trim()):a.split(";").forEach((e=>{if(!e)return;const[t,...i]=e.split(":"),a=i.join(":").trim().replace(/^'+|'+$/g,"");n[t.trim()]||(n[t.trim()]=a),"false"===a&&(n[t.trim()]=!1),"true"===a&&(n[t.trim()]=!0),isNaN(a)||(n[t.trim()]=parseInt(a,10))}))}return{formatName:t,formatOptions:n}}(t);if(this.formats[a]){let t=e;try{const r=i&&i.formatParams&&i.formatParams[i.interpolationkey]||{},o=r.locale||r.lng||i.locale||i.lng||n;t=this.formats[a](e,o,{...s,...i,...r})}catch(e){this.logger.warn(e)}return t}return this.logger.warn(`there was no format function for ${a}`),e}),e)}}class je extends te{constructor(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};super(),this.backend=e,this.store=t,this.services=n,this.languageUtils=n.languageUtils,this.options=i,this.logger=ee.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=i.maxParallelReads||10,this.readingCalls=0,this.maxRetries=i.maxRetries>=0?i.maxRetries:5,this.retryTimeout=i.retryTimeout>=1?i.retryTimeout:350,this.state={},this.queue=[],this.backend&&this.backend.init&&this.backend.init(n,i.backend,i)}queueLoad(e,t,n,i){const a={},s={},r={},o={};return e.forEach((e=>{let i=!0;t.forEach((t=>{const r=`${e}|${t}`;!n.reload&&this.store.hasResourceBundle(e,t)?this.state[r]=2:this.state[r]<0||(1===this.state[r]?void 0===s[r]&&(s[r]=!0):(this.state[r]=1,i=!1,void 0===s[r]&&(s[r]=!0),void 0===a[r]&&(a[r]=!0),void 0===o[t]&&(o[t]=!0)))})),i||(r[e]=!0)})),(Object.keys(a).length||Object.keys(s).length)&&this.queue.push({pending:s,pendingCount:Object.keys(s).length,loaded:{},errors:[],callback:i}),{toLoad:Object.keys(a),pending:Object.keys(s),toLoadLanguages:Object.keys(r),toLoadNamespaces:Object.keys(o)}}loaded(e,t,n){const i=e.split("|"),a=i[0],s=i[1];t&&this.emit("failedLoading",a,s,t),n&&this.store.addResourceBundle(a,s,n),this.state[e]=t?-1:2;const r={};this.queue.forEach((n=>{!function(e,t,n,i){const{obj:a,k:s}=ae(e,t,Object);a[s]=a[s]||[],i&&(a[s]=a[s].concat(n)),i||a[s].push(n)}(n.loaded,[a],s),function(e,t){void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)}(n,e),t&&n.errors.push(t),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach((e=>{r[e]||(r[e]={});const t=n.loaded[e];t.length&&t.forEach((t=>{void 0===r[e][t]&&(r[e][t]=!0)}))})),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())})),this.emit("loaded",r),this.queue=this.queue.filter((e=>!e.done))}read(e,t,n){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,s=arguments.length>5?arguments[5]:void 0;if(!e.length)return s(null,{});if(this.readingCalls>=this.maxParallelReads)return void this.waitingReads.push({lng:e,ns:t,fcName:n,tried:i,wait:a,callback:s});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&&i<this.maxRetries?setTimeout((()=>{this.read.call(this,e,t,n,i+1,2*a,s)}),a):s(r,o)},o=this.backend[n].bind(this.backend);if(2!==o.length)return o(e,t,r);try{const n=o(e,t);n&&"function"==typeof n.then?n.then((e=>r(null,e))).catch(r):r(null,n)}catch(e){r(e)}}prepareLoading(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=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."),i&&i();"string"==typeof e&&(e=this.languageUtils.toResolveHierarchy(e)),"string"==typeof t&&(t=[t]);const a=this.queueLoad(e,t,n,i);if(!a.toLoad.length)return a.pending.length||i(),null;a.toLoad.forEach((e=>{this.loadOne(e)}))}load(e,t,n){this.prepareLoading(e,t,{},n)}reload(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}loadOne(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=e.split("|"),i=n[0],a=n[1];this.read(i,a,"read",void 0,void 0,((n,s)=>{n&&this.logger.warn(`${t}loading namespace ${a} for language ${i} failed`,n),!n&&s&&this.logger.log(`${t}loaded namespace ${a} for language ${i}`,s),this.loaded(e,n,s)}))}saveMissing(e,t,n,i,a){let s=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 "${n}" 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!=n&&""!==n){if(this.backend&&this.backend.create){const o={...s,isUpdate:a},c=this.backend.create.bind(this.backend);if(c.length<6)try{let a;a=5===c.length?c(e,t,n,i,o):c(e,t,n,i),a&&"function"==typeof a.then?a.then((e=>r(null,e))).catch(r):r(null,a)}catch(e){r(e)}else c(e,t,n,i,r,o)}e&&e[0]&&this.store.addResource(e[0],t,n,i)}}}function Oe(){return{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:function(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 n=e[3]||e[2];Object.keys(n).forEach((e=>{t[e]=n[e]}))}return t},interpolation:{escapeValue:!0,format:(e,t,n,i)=>e,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}}function Ce(e){return"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}function Le(){}class Fe extends te{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;var n;if(super(),this.options=Ce(e),this.services={},this.logger=ee,this.modules={external:[]},n=this,Object.getOwnPropertyNames(Object.getPrototypeOf(n)).forEach((e=>{"function"==typeof n[e]&&(n[e]=n[e].bind(n))})),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]:{},n=arguments.length>1?arguments[1]:void 0;"function"==typeof t&&(n=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 i=Oe();function a(e){return e?"function"==typeof e?new e:e:null}if(this.options={...i,...this.options,...Ce(t)},"v1"!==this.options.compatibilityAPI&&(this.options.interpolation={...i.interpolation,...this.options.interpolation}),void 0!==t.keySeparator&&(this.options.userDefinedKeySeparator=t.keySeparator),void 0!==t.nsSeparator&&(this.options.userDefinedNsSeparator=t.nsSeparator),!this.options.isClone){let t;this.modules.logger?ee.init(a(this.modules.logger),this.options):ee.init(null,this.options),this.modules.formatter?t=this.modules.formatter:"undefined"!=typeof Intl&&(t=Ae);const n=new be(this.options);this.store=new he(this.options.resources,this.options);const s=this.services;s.logger=ee,s.resourceStore=this.store,s.languageUtils=n,s.pluralResolver=new ke(n,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!t||this.options.interpolation.format&&this.options.interpolation.format!==i.interpolation.format||(s.formatter=a(t),s.formatter.init(s,this.options),this.options.interpolation.format=s.formatter.format.bind(s.formatter)),s.interpolator=new Ie(this.options),s.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},s.backendConnector=new je(a(this.modules.backend),s.resourceStore,s,this.options),s.backendConnector.on("*",(function(t){for(var n=arguments.length,i=new Array(n>1?n-1:0),a=1;a<n;a++)i[a-1]=arguments[a];e.emit(t,...i)})),this.modules.languageDetector&&(s.languageDetector=a(this.modules.languageDetector),s.languageDetector.init&&s.languageDetector.init(s,this.options.detection,this.options)),this.modules.i18nFormat&&(s.i18nFormat=a(this.modules.i18nFormat),s.i18nFormat.init&&s.i18nFormat.init(this)),this.translator=new ve(this.services,this.options),this.translator.on("*",(function(t){for(var n=arguments.length,i=new Array(n>1?n-1:0),a=1;a<n;a++)i[a-1]=arguments[a];e.emit(t,...i)})),this.modules.external.forEach((e=>{e.init&&e.init(this)}))}if(this.format=this.options.interpolation.format,n||(n=Le),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 s=ne(),r=()=>{const e=(e,t)=>{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),s.resolve(t),n(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),s}loadResources(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Le;const n="string"==typeof e?e:this.language;if("function"==typeof e&&(t=e),!this.options.resources||this.options.partialBundledLanguages){if(n&&"cimode"===n.toLowerCase())return t();const e=[],i=t=>{if(!t)return;this.services.languageUtils.toResolveHierarchy(t).forEach((t=>{e.indexOf(t)<0&&e.push(t)}))};if(n)i(n);else{this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((e=>i(e)))}this.options.preload&&this.options.preload.forEach((e=>i(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,n){const i=ne();return e||(e=this.languages),t||(t=this.options.ns),n||(n=Le),this.services.backendConnector.reload(e,t,(e=>{i.resolve(),n(e)})),i}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&&fe.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 n=this;this.isLanguageChangingTo=e;const i=ne();this.emit("languageChanging",e);const a=e=>{this.language=e,this.languages=this.services.languageUtils.toResolveHierarchy(e),this.resolvedLanguage=void 0,this.setResolvedLanguage(e)},s=(e,s)=>{s?(a(s),this.translator.changeLanguage(s),this.isLanguageChangingTo=void 0,this.emit("languageChanged",s),this.logger.log("languageChanged",s)):this.isLanguageChangingTo=void 0,i.resolve((function(){return n.t(...arguments)})),t&&t(e,(function(){return n.t(...arguments)}))},r=t=>{e||t||!this.services.languageDetector||(t=[]);const n="string"==typeof t?t:this.services.languageUtils.getBestMatchFromCodes(t);n&&(this.language||a(n),this.translator.language||this.translator.changeLanguage(n),this.services.languageDetector&&this.services.languageDetector.cacheUserLanguage&&this.services.languageDetector.cacheUserLanguage(n)),this.loadResources(n,(e=>{s(e,n)}))};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()),i}getFixedT(e,t,n){var i=this;const a=function(e,t){let s;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];s=i.options.overloadTranslationOptionHandler([e,t].concat(o))}else s={...t};s.lng=s.lng||a.lng,s.lngs=s.lngs||a.lngs,s.ns=s.ns||a.ns,s.keyPrefix=s.keyPrefix||n||a.keyPrefix;const l=i.options.keySeparator||".";let u;return u=s.keyPrefix&&Array.isArray(e)?e.map((e=>`${s.keyPrefix}${l}${e}`)):s.keyPrefix?`${s.keyPrefix}${l}${e}`:e,i.t(u,s)};return"string"==typeof e?a.lng=e:a.lngs=e,a.ns=t,a.keyPrefix=n,a}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 n=t.lng||this.resolvedLanguage||this.languages[0],i=!!this.options&&this.options.fallbackLng,a=this.languages[this.languages.length-1];if("cimode"===n.toLowerCase())return!0;const s=(e,t)=>{const n=this.services.backendConnector.state[`${e}|${t}`];return-1===n||2===n};if(t.precheck){const e=t.precheck(this,s);if(void 0!==e)return e}return!!this.hasResourceBundle(n,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!s(n,e)||i&&!s(a,e)))}loadNamespaces(e,t){const n=ne();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=>{n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}loadLanguages(e,t){const n=ne();"string"==typeof e&&(e=[e]);const i=this.options.preload||[],a=e.filter((e=>i.indexOf(e)<0));return a.length?(this.options.preload=i.concat(a),this.loadResources((e=>{n.resolve(),t&&t(e)})),n):(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 be(Oe());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 Fe(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]:Le;const n=e.forkResourceStore;n&&delete e.forkResourceStore;const i={...this.options,...e,isClone:!0},a=new Fe(i);void 0===e.debug&&void 0===e.prefix||(a.logger=a.logger.clone(e));return["store","services","language"].forEach((e=>{a[e]=this[e]})),a.services={...this.services},a.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},n&&(a.store=new he(this.store.data,i),a.services.resourceStore=a.store),a.translator=new ve(a.services,i),a.translator.on("*",(function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];a.emit(e,...n)})),a.init(i,t),a.translator.options=i,a.translator.backendConnector.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const Ue=Fe.createInstance();function Pe(e){return Pe="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},Pe(e)}function ze(e){var t=function(e,t){if("object"!==Pe(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!==Pe(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===Pe(t)?t:String(t)}function Me(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,ze(i.key),i)}}Ue.createInstance=Fe.createInstance,Ue.createInstance,Ue.dir,Ue.init,Ue.loadResources,Ue.reloadResources,Ue.use,Ue.changeLanguage,Ue.getFixedT,Ue.t,Ue.exists,Ue.setDefaultNamespace,Ue.hasLoadedNamespace,Ue.loadNamespaces,Ue.loadLanguages;var Ne=[],qe=Ne.forEach,$e=Ne.slice;var De=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/,Be=function(e,t,n,i){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{path:"/",sameSite:"strict"};n&&(a.expires=new Date,a.expires.setTime(a.expires.getTime()+60*n*1e3)),i&&(a.domain=i),document.cookie=function(e,t,n){var i=n||{};i.path=i.path||"/";var a=encodeURIComponent(t),s="".concat(e,"=").concat(a);if(i.maxAge>0){var r=i.maxAge-0;if(Number.isNaN(r))throw new Error("maxAge should be a Number");s+="; Max-Age=".concat(Math.floor(r))}if(i.domain){if(!De.test(i.domain))throw new TypeError("option domain is invalid");s+="; Domain=".concat(i.domain)}if(i.path){if(!De.test(i.path))throw new TypeError("option path is invalid");s+="; Path=".concat(i.path)}if(i.expires){if("function"!=typeof i.expires.toUTCString)throw new TypeError("option expires is invalid");s+="; Expires=".concat(i.expires.toUTCString())}if(i.httpOnly&&(s+="; HttpOnly"),i.secure&&(s+="; Secure"),i.sameSite)switch("string"==typeof i.sameSite?i.sameSite.toLowerCase():i.sameSite){case!0:s+="; SameSite=Strict";break;case"lax":s+="; SameSite=Lax";break;case"strict":s+="; SameSite=Strict";break;case"none":s+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}return s}(e,encodeURIComponent(t),a)},Ye=function(e){for(var t="".concat(e,"="),n=document.cookie.split(";"),i=0;i<n.length;i++){for(var a=n[i];" "===a.charAt(0);)a=a.substring(1,a.length);if(0===a.indexOf(t))return a.substring(t.length,a.length)}return null},Ke={name:"cookie",lookup:function(e){var t;if(e.lookupCookie&&"undefined"!=typeof document){var n=Ye(e.lookupCookie);n&&(t=n)}return t},cacheUserLanguage:function(e,t){t.lookupCookie&&"undefined"!=typeof document&&Be(t.lookupCookie,e,t.cookieMinutes,t.cookieDomain,t.cookieOptions)}},We={name:"querystring",lookup:function(e){var t;if("undefined"!=typeof window){var n=window.location.search;!window.location.search&&window.location.hash&&window.location.hash.indexOf("?")>-1&&(n=window.location.hash.substring(window.location.hash.indexOf("?")));for(var i=n.substring(1).split("&"),a=0;a<i.length;a++){var s=i[a].indexOf("=");if(s>0)i[a].substring(0,s)===e.lookupQuerystring&&(t=i[a].substring(s+1))}}return t}},Ve=null,He=function(){if(null!==Ve)return Ve;try{Ve="undefined"!==window&&null!==window.localStorage;var e="i18next.translate.boo";window.localStorage.setItem(e,"foo"),window.localStorage.removeItem(e)}catch(e){Ve=!1}return Ve},Ge={name:"localStorage",lookup:function(e){var t;if(e.lookupLocalStorage&&He()){var n=window.localStorage.getItem(e.lookupLocalStorage);n&&(t=n)}return t},cacheUserLanguage:function(e,t){t.lookupLocalStorage&&He()&&window.localStorage.setItem(t.lookupLocalStorage,e)}},Je=null,Qe=function(){if(null!==Je)return Je;try{Je="undefined"!==window&&null!==window.sessionStorage;var e="i18next.translate.boo";window.sessionStorage.setItem(e,"foo"),window.sessionStorage.removeItem(e)}catch(e){Je=!1}return Je},Ze={name:"sessionStorage",lookup:function(e){var t;if(e.lookupSessionStorage&&Qe()){var n=window.sessionStorage.getItem(e.lookupSessionStorage);n&&(t=n)}return t},cacheUserLanguage:function(e,t){t.lookupSessionStorage&&Qe()&&window.sessionStorage.setItem(t.lookupSessionStorage,e)}},Xe={name:"navigator",lookup:function(e){var t=[];if("undefined"!=typeof navigator){if(navigator.languages)for(var n=0;n<navigator.languages.length;n++)t.push(navigator.languages[n]);navigator.userLanguage&&t.push(navigator.userLanguage),navigator.language&&t.push(navigator.language)}return t.length>0?t:void 0}},et={name:"htmlTag",lookup:function(e){var t,n=e.htmlTag||("undefined"!=typeof document?document.documentElement:null);return n&&"function"==typeof n.getAttribute&&(t=n.getAttribute("lang")),t}},tt={name:"path",lookup:function(e){var t;if("undefined"!=typeof window){var n=window.location.pathname.match(/\/([a-zA-Z-]*)/g);if(n instanceof Array)if("number"==typeof e.lookupFromPathIndex){if("string"!=typeof n[e.lookupFromPathIndex])return;t=n[e.lookupFromPathIndex].replace("/","")}else t=n[0].replace("/","")}return t}},nt={name:"subdomain",lookup:function(e){var t="number"==typeof e.lookupFromSubdomainIndex?e.lookupFromSubdomainIndex+1:1,n="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(n)return n[t]}};var it=function(){function e(t){var n=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,n)}var t,n,i;return t=e,n=[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};this.services=e||{languageUtils:{}},this.options=function(e){return qe.call($e.call(arguments,1),(function(t){if(t)for(var n in t)void 0===e[n]&&(e[n]=t[n])})),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=n,this.addDetector(Ke),this.addDetector(We),this.addDetector(Ge),this.addDetector(Ze),this.addDetector(Xe),this.addDetector(et),this.addDetector(tt),this.addDetector(nt)}},{key:"addDetector",value:function(e){this.detectors[e.name]=e}},{key:"detect",value:function(e){var t=this;e||(e=this.options.order);var n=[];return e.forEach((function(e){if(t.detectors[e]){var i=t.detectors[e].lookup(t.options);i&&"string"==typeof i&&(i=[i]),i&&(n=n.concat(i))}})),n=n.map((function(e){return t.options.convertDetectedLanguage(e)})),this.services.languageUtils.getBestMatchFromCodes?n:n.length>0?n[0]:null}},{key:"cacheUserLanguage",value:function(e,t){var n=this;t||(t=this.options.caches),t&&(this.options.excludeCacheFor&&this.options.excludeCacheFor.indexOf(e)>-1||t.forEach((function(t){n.detectors[t]&&n.detectors[t].cacheUserLanguage(e,n.options)})))}}],n&&Me(t.prototype,n),i&&Me(t,i),Object.defineProperty(t,"prototype",{writable:!1}),e}();it.type="languageDetector";var at={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 <b> 3 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?"}},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."}},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"}};(new it).addDetector({name:"defaultToEnglish",lookup:e=>"en"}),Ue.use(it).init({debug:!1,load:"languageOnly",fallbackLng:"en",detection:{order:["defaultToEnglish","querystring"]},resources:{en:{translation:at},es:{translation:"esTranslations"},it:{translation:"itTranslations"}}});const st={en:{corpusPractice:[{'\ufeff""':"0",sentence:"An apple is blue.",answer:"F",direction:"left",correctresponse:"arrowleft"},{'\ufeff""':"1",sentence:"You can read stories at school.",answer:"T",direction:"right",correctresponse:"arrowright"},{'\ufeff""':"2",sentence:"People drive cars.",answer:"T",direction:"right",correctresponse:"arrowright"},{'\ufeff""':"3",sentence:"You wear a hat on your foot.",answer:"F",direction:"left",correctresponse:"arrowleft"}],corpusLab:[{"":"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:"Police officers 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"}],corpusTOSREC:[{"":"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"}],corpusAI:[{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"}]},es:{corpusPractice:"",corpusLab:"",corpusTOSREC:"",corpusAI:""},it:{corpusPractice:"",corpusLab:"",corpusTOSREC:"",corpusAI:""}};let rt=!0;const ot={type:Q,fullscreen_mode:!0,message:()=>`<div class='text_div'><h1>${Ue.t("fullScreenTrial.prompt")}</h1></div>`,css_classes:["jspsych-content-modified"],delay_after:0,button_label:()=>`${Ue.t("fullScreenTrial.buttonText")}`,on_start:()=>{document.body.style.cursor="default"},on_finish:()=>{rt?rt=!1:document.body.style.cursor="none"}};function ct(e){if("string"!=typeof e)throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function lt(e,t){for(var n,i="",a=0,s=-1,r=0,o=0;o<=e.length;++o){if(o<e.length)n=e.charCodeAt(o);else{if(47===n)break;n=47}if(47===n){if(s===o-1||1===r);else if(s!==o-1&&2===r){if(i.length<2||2!==a||46!==i.charCodeAt(i.length-1)||46!==i.charCodeAt(i.length-2))if(i.length>2){var c=i.lastIndexOf("/");if(c!==i.length-1){-1===c?(i="",a=0):a=(i=i.slice(0,c)).length-1-i.lastIndexOf("/"),s=o,r=0;continue}}else if(2===i.length||1===i.length){i="",a=0,s=o,r=0;continue}t&&(i.length>0?i+="/..":i="..",a=2)}else i.length>0?i+="/"+e.slice(s+1,o):i=e.slice(s+1,o),a=o-s-1;s=o,r=0}else 46===n&&-1!==r?++r:r=-1}return i}var ut={resolve:function(){for(var e,t="",n=!1,i=arguments.length-1;i>=-1&&!n;i--){var a;i>=0?a=arguments[i]:(void 0===e&&(e=process.cwd()),a=e),ct(a),0!==a.length&&(t=a+"/"+t,n=47===a.charCodeAt(0))}return t=lt(t,!n),n?t.length>0?"/"+t:"/":t.length>0?t:"."},normalize:function(e){if(ct(e),0===e.length)return".";var t=47===e.charCodeAt(0),n=47===e.charCodeAt(e.length-1);return 0!==(e=lt(e,!t)).length||t||(e="."),e.length>0&&n&&(e+="/"),t?"/"+e:e},isAbsolute:function(e){return ct(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 n=arguments[t];ct(n),n.length>0&&(void 0===e?e=n:e+="/"+n)}return void 0===e?".":ut.normalize(e)},relative:function(e,t){if(ct(e),ct(t),e===t)return"";if((e=ut.resolve(e))===(t=ut.resolve(t)))return"";for(var n=1;n<e.length&&47===e.charCodeAt(n);++n);for(var i=e.length,a=i-n,s=1;s<t.length&&47===t.charCodeAt(s);++s);for(var r=t.length-s,o=a<r?a:r,c=-1,l=0;l<=o;++l){if(l===o){if(r>o){if(47===t.charCodeAt(s+l))return t.slice(s+l+1);if(0===l)return t.slice(s+l)}else a>o&&(47===e.charCodeAt(n+l)?c=l:0===l&&(c=0));break}var u=e.charCodeAt(n+l);if(u!==t.charCodeAt(s+l))break;47===u&&(c=l)}var p="";for(l=n+c+1;l<=i;++l)l!==i&&47!==e.charCodeAt(l)||(0===p.length?p+="..":p+="/..");return p.length>0?p+t.slice(s+c):(s+=c,47===t.charCodeAt(s)&&++s,t.slice(s))},_makeLong:function(e){return e},dirname:function(e){if(ct(e),0===e.length)return".";for(var t=e.charCodeAt(0),n=47===t,i=-1,a=!0,s=e.length-1;s>=1;--s)if(47===(t=e.charCodeAt(s))){if(!a){i=s;break}}else a=!1;return-1===i?n?"/":".":n&&1===i?"//":e.slice(0,i)},basename:function(e,t){if(void 0!==t&&"string"!=typeof t)throw new TypeError('"ext" argument must be a string');ct(e);var n,i=0,a=-1,s=!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(n=e.length-1;n>=0;--n){var c=e.charCodeAt(n);if(47===c){if(!s){i=n+1;break}}else-1===o&&(s=!1,o=n+1),r>=0&&(c===t.charCodeAt(r)?-1==--r&&(a=n):(r=-1,a=o))}return i===a?a=o:-1===a&&(a=e.length),e.slice(i,a)}for(n=e.length-1;n>=0;--n)if(47===e.charCodeAt(n)){if(!s){i=n+1;break}}else-1===a&&(s=!1,a=n+1);return-1===a?"":e.slice(i,a)},extname:function(e){ct(e);for(var t=-1,n=0,i=-1,a=!0,s=0,r=e.length-1;r>=0;--r){var o=e.charCodeAt(r);if(47!==o)-1===i&&(a=!1,i=r+1),46===o?-1===t?t=r:1!==s&&(s=1):-1!==t&&(s=-1);else if(!a){n=r+1;break}}return-1===t||-1===i||0===s||1===s&&t===i-1&&t===n+1?"":e.slice(t,i)},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 n=t.dir||t.root,i=t.base||(t.name||"")+(t.ext||"");return n?n===t.root?n+i:n+e+i:i}("/",e)},parse:function(e){ct(e);var t={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return t;var n,i=e.charCodeAt(0),a=47===i;a?(t.root="/",n=1):n=0;for(var s=-1,r=0,o=-1,c=!0,l=e.length-1,u=0;l>=n;--l)if(47!==(i=e.charCodeAt(l)))-1===o&&(c=!1,o=l+1),46===i?-1===s?s=l:1!==u&&(u=1):-1!==s&&(u=-1);else if(!c){r=l+1;break}return-1===s||-1===o||0===u||1===u&&s===o-1&&s===r+1?-1!==o&&(t.base=t.name=0===r&&a?e.slice(1,o):e.slice(r,o)):(0===r&&a?(t.name=e.slice(1,s),t.base=e.slice(1,o)):(t.name=e.slice(r,s),t.base=e.slice(r,o)),t.ext=e.slice(s,o)),r>0?t.dir=e.slice(0,r-1):a&&(t.dir="/"),t},sep:"/",delimiter:":",win32:null,posix:null};ut.posix=ut;var pt=i(ut),dt={},mt={"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}};
|
|
11
11
|
/*!
|
|
12
12
|
* mime-types
|
|
13
13
|
* Copyright(c) 2014 Jonathan Ong
|
|
14
14
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
15
15
|
* MIT Licensed
|
|
16
16
|
*/
|
|
17
|
-
!function(t){var n,i,a,s=lt,r=e.extname,o=/^\s*([^;\s]*)(?:;|\s|$)/,c=/^text\//i;function l(e){if(!e||"string"!=typeof e)return!1;var t=o.exec(e),n=t&&s[t[1].toLowerCase()];return n&&n.charset?n.charset:!(!t||!c.test(t[1]))&&"UTF-8"}t.charset=l,t.charsets={lookup:l},t.contentType=function(e){if(!e||"string"!=typeof e)return!1;var n=-1===e.indexOf("/")?t.lookup(e):e;if(!n)return!1;if(-1===n.indexOf("charset")){var i=t.charset(n);i&&(n+="; charset="+i.toLowerCase())}return n},t.extension=function(e){if(!e||"string"!=typeof e)return!1;var n=o.exec(e),i=n&&t.extensions[n[1].toLowerCase()];if(!i||!i.length)return!1;return i[0]},t.extensions=Object.create(null),t.lookup=function(e){if(!e||"string"!=typeof e)return!1;var n=r("x."+e).toLowerCase().substr(1);if(!n)return!1;return t.types[n]||!1},t.types=Object.create(null),n=t.extensions,i=t.types,a=["nginx","apache",void 0,"iana"],Object.keys(s).forEach((function(e){var t=s[e],r=t.extensions;if(r&&r.length){n[e]=r;for(var o=0;o<r.length;o++){var c=r[o];if(i[c]){var l=a.indexOf(s[i[c]].source),u=a.indexOf(t.source);if("application/octet-stream"!==i[c]&&(l>u||l===u&&"application/"===i[c].substr(0,12)))continue}i[c]=e}}}))}(ct);var ut=i(ct),pt="undefined"!=typeof window?window:{screen:{},navigator:{}},dt=(pt.matchMedia||function(){return{matches:!1}}).bind(pt),mt={get passive(){return!0}},ht=function(){};pt.addEventListener&&pt.addEventListener("p",ht,mt),pt.removeEventListener&&pt.removeEventListener("p",ht,!1);var ft="ontouchstart"in pt,gt=ft||"TouchEvent"in pt&&dt("(any-pointer: coarse)").matches,vt=(pt.navigator.maxTouchPoints||0)>0||gt,yt=pt.navigator.userAgent||"",bt=dt("(pointer: coarse)").matches&&/iPad|Macintosh/.test(yt)&&Math.min(pt.screen.width||0,pt.screen.height||0)>=768,xt=(dt("(pointer: coarse)").matches||!dt("(pointer: fine)").matches&&ft)&&!/Windows.*Firefox/.test(yt),wt=dt("(any-pointer: fine)").matches||dt("(any-hover: hover)").matches||bt||!ft,_t=!vt||!wt&&xt?vt?"touchOnly":"mouseOnly":"hybrid",Et="mouseOnly"===_t?"mouse":"touchOnly"===_t||xt?"touch":"mouse";function St(e){if("string"!=typeof e)throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function kt(e,t){for(var n,i="",a=0,s=-1,r=0,o=0;o<=e.length;++o){if(o<e.length)n=e.charCodeAt(o);else{if(47===n)break;n=47}if(47===n){if(s===o-1||1===r);else if(s!==o-1&&2===r){if(i.length<2||2!==a||46!==i.charCodeAt(i.length-1)||46!==i.charCodeAt(i.length-2))if(i.length>2){var c=i.lastIndexOf("/");if(c!==i.length-1){-1===c?(i="",a=0):a=(i=i.slice(0,c)).length-1-i.lastIndexOf("/"),s=o,r=0;continue}}else if(2===i.length||1===i.length){i="",a=0,s=o,r=0;continue}t&&(i.length>0?i+="/..":i="..",a=2)}else i.length>0?i+="/"+e.slice(s+1,o):i=e.slice(s+1,o),a=o-s-1;s=o,r=0}else 46===n&&-1!==r?++r:r=-1}return i}var Tt={resolve:function(){for(var e,t="",n=!1,i=arguments.length-1;i>=-1&&!n;i--){var a;i>=0?a=arguments[i]:(void 0===e&&(e=process.cwd()),a=e),St(a),0!==a.length&&(t=a+"/"+t,n=47===a.charCodeAt(0))}return t=kt(t,!n),n?t.length>0?"/"+t:"/":t.length>0?t:"."},normalize:function(e){if(St(e),0===e.length)return".";var t=47===e.charCodeAt(0),n=47===e.charCodeAt(e.length-1);return 0!==(e=kt(e,!t)).length||t||(e="."),e.length>0&&n&&(e+="/"),t?"/"+e:e},isAbsolute:function(e){return St(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 n=arguments[t];St(n),n.length>0&&(void 0===e?e=n:e+="/"+n)}return void 0===e?".":Tt.normalize(e)},relative:function(e,t){if(St(e),St(t),e===t)return"";if((e=Tt.resolve(e))===(t=Tt.resolve(t)))return"";for(var n=1;n<e.length&&47===e.charCodeAt(n);++n);for(var i=e.length,a=i-n,s=1;s<t.length&&47===t.charCodeAt(s);++s);for(var r=t.length-s,o=a<r?a:r,c=-1,l=0;l<=o;++l){if(l===o){if(r>o){if(47===t.charCodeAt(s+l))return t.slice(s+l+1);if(0===l)return t.slice(s+l)}else a>o&&(47===e.charCodeAt(n+l)?c=l:0===l&&(c=0));break}var u=e.charCodeAt(n+l);if(u!==t.charCodeAt(s+l))break;47===u&&(c=l)}var p="";for(l=n+c+1;l<=i;++l)l!==i&&47!==e.charCodeAt(l)||(0===p.length?p+="..":p+="/..");return p.length>0?p+t.slice(s+c):(s+=c,47===t.charCodeAt(s)&&++s,t.slice(s))},_makeLong:function(e){return e},dirname:function(e){if(St(e),0===e.length)return".";for(var t=e.charCodeAt(0),n=47===t,i=-1,a=!0,s=e.length-1;s>=1;--s)if(47===(t=e.charCodeAt(s))){if(!a){i=s;break}}else a=!1;return-1===i?n?"/":".":n&&1===i?"//":e.slice(0,i)},basename:function(e,t){if(void 0!==t&&"string"!=typeof t)throw new TypeError('"ext" argument must be a string');St(e);var n,i=0,a=-1,s=!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(n=e.length-1;n>=0;--n){var c=e.charCodeAt(n);if(47===c){if(!s){i=n+1;break}}else-1===o&&(s=!1,o=n+1),r>=0&&(c===t.charCodeAt(r)?-1==--r&&(a=n):(r=-1,a=o))}return i===a?a=o:-1===a&&(a=e.length),e.slice(i,a)}for(n=e.length-1;n>=0;--n)if(47===e.charCodeAt(n)){if(!s){i=n+1;break}}else-1===a&&(s=!1,a=n+1);return-1===a?"":e.slice(i,a)},extname:function(e){St(e);for(var t=-1,n=0,i=-1,a=!0,s=0,r=e.length-1;r>=0;--r){var o=e.charCodeAt(r);if(47!==o)-1===i&&(a=!1,i=r+1),46===o?-1===t?t=r:1!==s&&(s=1):-1!==t&&(s=-1);else if(!a){n=r+1;break}}return-1===t||-1===i||0===s||1===s&&t===i-1&&t===n+1?"":e.slice(t,i)},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 n=t.dir||t.root,i=t.base||(t.name||"")+(t.ext||"");return n?n===t.root?n+i:n+e+i:i}("/",e)},parse:function(e){St(e);var t={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return t;var n,i=e.charCodeAt(0),a=47===i;a?(t.root="/",n=1):n=0;for(var s=-1,r=0,o=-1,c=!0,l=e.length-1,u=0;l>=n;--l)if(47!==(i=e.charCodeAt(l)))-1===o&&(c=!1,o=l+1),46===i?-1===s?s=l:1!==u&&(u=1):-1!==s&&(u=-1);else if(!c){r=l+1;break}return-1===s||-1===o||0===u||1===u&&s===o-1&&s===r+1?-1!==o&&(t.base=t.name=0===r&&a?e.slice(1,o):e.slice(r,o)):(0===r&&a?(t.name=e.slice(1,s),t.base=e.slice(1,o)):(t.name=e.slice(r,s),t.base=e.slice(r,o)),t.ext=e.slice(s,o)),r>0?t.dir=e.slice(0,r-1):a&&(t.dir="/"),t},sep:"/",delimiter:":",win32:null,posix:null};Tt.posix=Tt;var It=i(Tt);function Rt(e){if(e)return e;var t=new RegExp("[?&]lng=([^&#]*)").exec(window.location.href);return null==t?"en":decodeURI(t[1])||0}function At(){return"touchOnly"===_t||"hybrid"===_t&&"touch"===Et?"mobile":"desktop"}function jt(e,t,n,i,a,s,r){return r&&s&&"device"===a||s&&"device"===a?"".concat(e,"/").concat(n,"/").concat(i,"/").concat(t):r&&s&&"shared"===a||s&&"shared"===a?"".concat(e,"/").concat(n,"/shared/").concat(t):"device"===a?"".concat(e,"/").concat(i,"/").concat(t):"shared/device"===a?"".concat(e,"/shared/").concat(i,"/").concat(t):"languageSpecific"===a?"".concat(e,"/").concat(n,"/").concat(t):"default"===a?"".concat(e,"/").concat(t):"".concat(e,"/shared/").concat(t)}function Ot(e){var t=ut.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."))}const Ct={name:"preload",parameters:{auto_preload:{type:d.BOOL,pretty_name:"Auto-preload",default:!1},trials:{type:d.TIMELINE,pretty_name:"Trials",default:[]},images:{type:d.STRING,pretty_name:"Images",default:[],array:!0},audio:{type:d.STRING,pretty_name:"Audio",default:[],array:!0},video:{type:d.STRING,pretty_name:"Video",default:[],array:!0},message:{type:d.HTML_STRING,pretty_name:"Message",default:null},show_progress_bar:{type:d.BOOL,pretty_name:"Show progress bar",default:!0},continue_after_error:{type:d.BOOL,pretty_name:"Continue after error",default:!1},error_message:{type:d.HTML_STRING,pretty_name:"Error message",default:"The experiment failed to load."},show_detailed_errors:{type:d.BOOL,pretty_name:"Show detailed errors",default:!1},max_load_time:{type:d.INT,pretty_name:"Max load time",default:null},on_error:{type:d.FUNCTION,pretty_name:"On error",default:null},on_success:{type:d.FUNCTION,pretty_name:"On success",default:null}}};class Lt{constructor(e){this.jsPsych=e}trial(e,t){var n=null,i=!1,a=[],s=[],r=[],o=[],c=this.jsPsych.getSafeModeStatus(),l=[],u=[],p=[];if(t.auto_preload){var d=this.jsPsych.getTimeline(),m=this.jsPsych.pluginAPI.getAutoPreloadList(d);l=l.concat(m.images),u=u.concat(m.audio),p=p.concat(m.video)}if(t.trials.length>0){var h=this.jsPsych.pluginAPI.getAutoPreloadList(t.trials);l=l.concat(h.images),u=u.concat(h.audio),p=p.concat(h.video)}l=l.concat(t.images),u=u.concat(t.audio),p=p.concat(t.video),l=this.jsPsych.utils.unique(l.flat()),u=this.jsPsych.utils.unique(u.flat()),p=this.jsPsych.utils.unique(p.flat()),c&&(p=[]);var f="";null!==t.message&&(f+=t.message),t.show_progress_bar&&(f+="\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=f;const g=()=>{if(_++,t.show_progress_bar){var n=_/w*100,i=e.querySelector("#jspsych-loading-progress-bar");null!==i&&(i.style.width=n+"%")}},v=()=>{void 0!==i&&!1===i&&(this.jsPsych.pluginAPI.clearAllTimeouts(),this.jsPsych.pluginAPI.cancelPreloads(),n=!0,x())},y=()=>{this.jsPsych.pluginAPI.cancelPreloads(),void 0===n||!1!==n&&null!==n||(i=!0,E<w&&(n=!1),T("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?x():b())},b=()=>{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})))},x=()=>{this.jsPsych.pluginAPI.clearAllTimeouts();var t={success:n,timeout:i,failed_images:a,failed_audio:s,failed_video:r};e.innerHTML="",this.jsPsych.finishTrial(t)};null!==t.max_load_time&&this.jsPsych.pluginAPI.setTimeout(y,t.max_load_time);var w=l.length+u.length+p.length,_=0,E=0;if(0==w)v();else{const e=e=>{this.jsPsych.pluginAPI.preloadVideo(p,e,k,S)},t=e=>{this.jsPsych.pluginAPI.preloadAudio(u,e,k,S)},n=e=>{this.jsPsych.pluginAPI.preloadImages(l,e,k,S)};p.length>0&&e((()=>{})),u.length>0&&t((()=>{})),l.length>0&&n((()=>{}))}function S(e){g(),null==n&&(n=!1);var i="unknown file";e.source&&(i=e.source),e.error&&e.error.path&&e.error.path.length>0&&("img"==e.error.path[0].localName?a.push(i):"audio"==e.error.path[0].localName?s.push(i):"video"==e.error.path[0].localName&&r.push(i));var c="<p><strong>Error loading file: "+i+"</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),T(i),_==w&&(t.continue_after_error?x():b())}function k(e){g(),function(e){null!==t.on_success&&t.on_success(e)}(e),++E==w?v():_==w&&(t.continue_after_error?x():b())}function T(e){null!==t.on_error&&t.on_error(e)}}simulate(e,t,n,i){"data-only"==t&&(i(),this.simulate_data_only(e,n)),"visual"==t&&this.simulate_visual(e,n,i)}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 n=this.create_simulation_data(e,t);this.jsPsych.finishTrial(n)}simulate_visual(e,t,n){const i=this.jsPsych.getDisplayElement();this.trial(i,e),n()}}function Ft(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var i,a,s,r,o=[],c=!0,l=!1;try{if(s=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;c=!1}else for(;!(c=(i=s.call(n)).done)&&(o.push(i.value),o.length!==t);c=!0);}catch(e){l=!0,a=e}finally{try{if(!c&&null!=n.return&&(r=n.return(),Object(r)!==r))return}finally{if(l)throw a}}return o}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ut(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ut(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 Ut(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}Lt.info=Ct;var Pt={default:{languageSpecific:{device:[],shared:[]},shared:["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","neutral-sound-2.wav","neutral-sound-sub.mp3","neutral-sound.mp3","post-practice-instruction.mp3","post-practice-reminder.mp3","practice-instruction.mp3","student-select.mp3","academy-background.png","bird-happy.gif","bird-talking.gif","bird.png","cat-happy.gif","cat-talking.gif","cat.png","classroom-background.png","deer-happy.gif","deer-talking.gif","deer.png","dog-happy.gif","dog-talking.gif","dog.png","false-flash-key.gif","false-key.png","grade-keyboard.png","grade-keys.png","practice-left.png","practice-right.png","roar-sre-keyboard.png","roar-sre-practice-keyboard.png","true-flash-key.gif","true-key.png","rightArrowBlankShort.png","leftArrowBlankShort.png","false-flash-key-split.gif","false-static-key-split.png","true-flash-key-split.gif","true-static-key-split.png"]}};const zt="mobile"===At(),Mt="https://storage.googleapis.com/roar-sre",Nt=function(e,t,n){var i={images:{},video:{},audio:{}},a=Rt(n),s=At(),r=function(e,n){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=Ot(e),l=It.parse(e).name,u=l.replace(/^([A-Z])|[\s-_](\w)/g,(function(e,t,n,i){return n?n.toUpperCase():t.toLowerCase()})),p=jt(t,e,a,s,n,r,o);i[c][u]=p}))},o=function(e){var t=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"):c(e.languageSpecific,t)),e.device&&r(e.device,"device"),e.shared&&l(e.shared))},c=function(e,t){Object.entries(e).forEach((function(e){var n=Ft(e,2),i=n[0],a=n[1];r(a,i,!0,t)}))},l=function(e){Array.isArray(e)?r(e,"shared"):Object.entries(e).forEach((function(e){var t=Ft(e,2),n=t[0],i=t[1];r(i,"device"===n?"shared/device":"shared")}))};return e.preload&&Object.entries(e.preload).forEach((function(e){var t=Ft(e,2);t[0];var n=t[1];o(n)})),e.default&&o(e.default,!0),i}(Pt,Mt),qt=function(e,t,n){var i={},a=Rt(n),s=At();function r(e,n,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 l=Ot(e),u=jt(t,e,a,s,r,o,c);i[n]||(i[n]={type:Lt,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:[]}),i[n][l].push(u)}))}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];Array.isArray(t)?r(t,e,"default"):(t.languageSpecific&&function(e,t,n){Array.isArray(t)?r(t,e,"languageSpecific"):function(e,t,n){Object.entries(t).forEach((function(t){var i=Ft(t,2),a=i[0];r(i[1],e,a,!0,n)}))}(e,t,n)}(e,t.languageSpecific,n),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 n=Ft(t,2),i=n[0];r(n[1],e,"device"===i?"shared/device":"shared")}))}(e,t.shared))}return e.preload&&Object.entries(e.preload).forEach((function(e){var t=Ft(e,2);o(t[0],t[1])})),e.default&&o("default",e.default,!0),i}(Pt,Mt).default,$t=[ot,{timeline:[{type:B,questions:[{prompt:"Lab ID:",name:"labId",required:!0}],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:()=>"otherLabs"===r.session.get("config").recruitment&&null===r.session.get("config").labId},{timeline:[{type:B,questions:[{prompt:"Participant ID:",name:"pid",required:!0}],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:function(){return null===r.session.get("config").pid&&"demo"!==r.session.get("config").recruitment}},{timeline:[{type:Y,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:()=>Boolean("demo"===r.session.get("config").recruitment||"otherLabs"===r.session.get("config").recruitment&&!0===r.session.get("config").consent)},{timeline:[{type:V,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 n in e.response)""===e.response[n]?t[n]=null:t[n]="retake"===n||"ell"===n?parseInt(e.response[n],10):e.response[n];t.grade=r.session.get("config").userMetadata.grade;const n=r.session.get("config");n.userMetadata=t,r.session.set("config",n)}}],conditional_function:()=>Boolean("demo"===r.session.get("config").recruitment||"otherLabs"===r.session.get("config").recruitment&&!0===r.session.get("config").consent)},{timeline:[{type:G,stimulus:()=>Nt.audio.gradeSelect,prompt:()=>zt?`\n <div class="mobile-grade-select">\n <h3>${Ue.t("introduction.gradeSelect.text1")}</h3>\n <p>${Ue.t("introduction.gradeSelect.text2Mobile")}</p>\n <p>${Ue.t("introduction.gradeSelect.text3")}</p>\n <div class="button">${Ue.t("introduction.gradeSelect.text4Mobile")}</div>\n </div>\n `:`\n <div class="jspsych-content-modified" id="sre-background">\n <h3>${Ue.t("introduction.gradeSelect.text1")}</h3>\n <p>${Ue.t("introduction.gradeSelect.text2")}</p>\n <p>${Ue.t("introduction.gradeSelect.text3")}</p>\n <img width="50%" src="${Nt.images.gradeKeyboard}" alt="grade keys">\n <div class="button">${Ue.t("introduction.gradeSelect.text4")}</div>\n </div>`,keyboard_choices:zt?"NO_KEYS":["1","2","3","4","5","6","7","8"],button_choices:zt?["1st Grade","2nd Grade","3rd Grade","4th Grade","5th Grade","6th Grade","7th Grade","8th Grade or higher"]:[],button_html:'<button class="grade-btn">%choice%</button>',prompt_above_buttons:!0,on_load:()=>{document.body.style.background="rgb(250, 246, 236)"},on_finish:e=>{document.body.style.background="white",zt?r.session.set("tosrecCorpusId","tosrec"+e.button_respons+1):r.session.set("tosrecCorpusId","tosrec"+e.keyboard_response);const t=r.session.get("config");t.userMetadata={...t.userMetadata,grade:Number(e.response)},r.session.set("config",t)}}],conditional_function:()=>{const e=r.session.get("config").userMetadata.grade;return!(e&&e-Math.round(e)==0&&e<=8&&e>=1)||(r.session.set("tosrecCorpusId","tosrec"+e),!1)}}];var Dt=function(){this.__data__=[],this.size=0};var Bt=function(e,t){return e===t||e!=e&&t!=t},Kt=Bt;var Yt=function(e,t){for(var n=e.length;n--;)if(Kt(e[n][0],t))return n;return-1},Wt=Yt,Vt=Array.prototype.splice;var Ht=Yt;var Gt=Yt;var Jt=Yt;var Qt=Dt,Zt=function(e){var t=this.__data__,n=Wt(t,e);return!(n<0)&&(n==t.length-1?t.pop():Vt.call(t,n,1),--this.size,!0)},Xt=function(e){var t=this.__data__,n=Ht(t,e);return n<0?void 0:t[n][1]},en=function(e){return Gt(this.__data__,e)>-1},tn=function(e,t){var n=this.__data__,i=Jt(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this};function nn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}nn.prototype.clear=Qt,nn.prototype.delete=Zt,nn.prototype.get=Xt,nn.prototype.has=en,nn.prototype.set=tn;var an=nn,sn=an;var rn=function(){this.__data__=new sn,this.size=0};var on=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n};var cn=function(e){return this.__data__.get(e)};var ln=function(e){return this.__data__.has(e)},un="object"==typeof n&&n&&n.Object===Object&&n,pn=un,dn="object"==typeof self&&self&&self.Object===Object&&self,mn=pn||dn||Function("return this")(),hn=mn.Symbol,fn=hn,gn=Object.prototype,vn=gn.hasOwnProperty,yn=gn.toString,bn=fn?fn.toStringTag:void 0;var xn=function(e){var t=vn.call(e,bn),n=e[bn];try{e[bn]=void 0;var i=!0}catch(e){}var a=yn.call(e);return i&&(t?e[bn]=n:delete e[bn]),a},wn=Object.prototype.toString;var _n=xn,En=function(e){return wn.call(e)},Sn=hn?hn.toStringTag:void 0;var kn=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Sn&&Sn in Object(e)?_n(e):En(e)};var Tn=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},In=kn,Rn=Tn;var An,jn=function(e){if(!Rn(e))return!1;var t=In(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},On=mn["__core-js_shared__"],Cn=(An=/[^.]+$/.exec(On&&On.keys&&On.keys.IE_PROTO||""))?"Symbol(src)_1."+An:"";var Ln=function(e){return!!Cn&&Cn in e},Fn=Function.prototype.toString;var Un=function(e){if(null!=e){try{return Fn.call(e)}catch(e){}try{return e+""}catch(e){}}return""},Pn=jn,zn=Ln,Mn=Tn,Nn=Un,qn=/^\[object .+?Constructor\]$/,$n=Function.prototype,Dn=Object.prototype,Bn=$n.toString,Kn=Dn.hasOwnProperty,Yn=RegExp("^"+Bn.call(Kn).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var Wn=function(e){return!(!Mn(e)||zn(e))&&(Pn(e)?Yn:qn).test(Nn(e))},Vn=function(e,t){return null==e?void 0:e[t]};var Hn=function(e,t){var n=Vn(e,t);return Wn(n)?n:void 0},Gn=Hn(mn,"Map"),Jn=Hn(Object,"create"),Qn=Jn;var Zn=function(){this.__data__=Qn?Qn(null):{},this.size=0};var Xn=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},ei=Jn,ti=Object.prototype.hasOwnProperty;var ni=function(e){var t=this.__data__;if(ei){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return ti.call(t,e)?t[e]:void 0},ii=Jn,ai=Object.prototype.hasOwnProperty;var si=Jn;var ri=Zn,oi=Xn,ci=ni,li=function(e){var t=this.__data__;return ii?void 0!==t[e]:ai.call(t,e)},ui=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=si&&void 0===t?"__lodash_hash_undefined__":t,this};function pi(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}pi.prototype.clear=ri,pi.prototype.delete=oi,pi.prototype.get=ci,pi.prototype.has=li,pi.prototype.set=ui;var di=pi,mi=an,hi=Gn;var fi=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var gi=function(e,t){var n=e.__data__;return fi(t)?n["string"==typeof t?"string":"hash"]:n.map},vi=gi;var yi=gi;var bi=gi;var xi=gi;var wi=function(){this.size=0,this.__data__={hash:new di,map:new(hi||mi),string:new di}},_i=function(e){var t=vi(this,e).delete(e);return this.size-=t?1:0,t},Ei=function(e){return yi(this,e).get(e)},Si=function(e){return bi(this,e).has(e)},ki=function(e,t){var n=xi(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this};function Ti(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}Ti.prototype.clear=wi,Ti.prototype.delete=_i,Ti.prototype.get=Ei,Ti.prototype.has=Si,Ti.prototype.set=ki;var Ii=Ti,Ri=an,Ai=Gn,ji=Ii;var Oi=an,Ci=rn,Li=on,Fi=cn,Ui=ln,Pi=function(e,t){var n=this.__data__;if(n instanceof Ri){var i=n.__data__;if(!Ai||i.length<199)return i.push([e,t]),this.size=++n.size,this;n=this.__data__=new ji(i)}return n.set(e,t),this.size=n.size,this};function zi(e){var t=this.__data__=new Oi(e);this.size=t.size}zi.prototype.clear=Ci,zi.prototype.delete=Li,zi.prototype.get=Fi,zi.prototype.has=Ui,zi.prototype.set=Pi;var Mi=zi;var Ni=Ii,qi=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},$i=function(e){return this.__data__.has(e)};function Di(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new Ni;++t<n;)this.add(e[t])}Di.prototype.add=Di.prototype.push=qi,Di.prototype.has=$i;var Bi=Di,Ki=function(e,t){for(var n=-1,i=null==e?0:e.length;++n<i;)if(t(e[n],n,e))return!0;return!1},Yi=function(e,t){return e.has(t)};var Wi=function(e,t,n,i,a,s){var r=1&n,o=e.length,c=t.length;if(o!=c&&!(r&&c>o))return!1;var l=s.get(e),u=s.get(t);if(l&&u)return l==t&&u==e;var p=-1,d=!0,m=2&n?new Bi:void 0;for(s.set(e,t),s.set(t,e);++p<o;){var h=e[p],f=t[p];if(i)var g=r?i(f,h,p,t,e,s):i(h,f,p,e,t,s);if(void 0!==g){if(g)continue;d=!1;break}if(m){if(!Ki(t,(function(e,t){if(!Yi(m,t)&&(h===e||a(h,e,n,i,s)))return m.push(t)}))){d=!1;break}}else if(h!==f&&!a(h,f,n,i,s)){d=!1;break}}return s.delete(e),s.delete(t),d},Vi=mn.Uint8Array;var Hi=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e,i){n[++t]=[i,e]})),n};var Gi=Vi,Ji=Bt,Qi=Wi,Zi=Hi,Xi=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n},ea=hn?hn.prototype:void 0,ta=ea?ea.valueOf:void 0;var na=function(e,t,n,i,a,s,r){switch(n){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||!s(new Gi(e),new Gi(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return Ji(+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=Zi;case"[object Set]":var c=1&i;if(o||(o=Xi),e.size!=t.size&&!c)return!1;var l=r.get(e);if(l)return l==t;i|=2,r.set(e,t);var u=Qi(o(e),o(t),i,a,s,r);return r.delete(e),u;case"[object Symbol]":if(ta)return ta.call(e)==ta.call(t)}return!1};var ia=function(e,t){for(var n=-1,i=t.length,a=e.length;++n<i;)e[a+n]=t[n];return e},aa=Array.isArray,sa=ia,ra=aa;var oa=function(e,t,n){var i=t(e);return ra(e)?i:sa(i,n(e))};var ca=function(){return[]},la=function(e,t){for(var n=-1,i=null==e?0:e.length,a=0,s=[];++n<i;){var r=e[n];t(r,n,e)&&(s[a++]=r)}return s},ua=ca,pa=Object.prototype.propertyIsEnumerable,da=Object.getOwnPropertySymbols,ma=da?function(e){return null==e?[]:(e=Object(e),la(da(e),(function(t){return pa.call(e,t)})))}:ua;var ha=function(e,t){for(var n=-1,i=Array(e);++n<e;)i[n]=t(n);return i};var fa=function(e){return null!=e&&"object"==typeof e},ga=kn,va=fa;var ya=function(e){return va(e)&&"[object Arguments]"==ga(e)},ba=fa,xa=Object.prototype,wa=xa.hasOwnProperty,_a=xa.propertyIsEnumerable,Ea=ya(function(){return arguments}())?ya:function(e){return ba(e)&&wa.call(e,"callee")&&!_a.call(e,"callee")},Sa={exports:{}};var ka=function(){return!1};!function(e,t){var n=mn,i=ka,a=t&&!t.nodeType&&t,s=a&&e&&!e.nodeType&&e,r=s&&s.exports===a?n.Buffer:void 0,o=(r?r.isBuffer:void 0)||i;e.exports=o}(Sa,Sa.exports);var Ta=Sa.exports,Ia=/^(?:0|[1-9]\d*)$/;var Ra=function(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&Ia.test(e))&&e>-1&&e%1==0&&e<t};var Aa=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991},ja=kn,Oa=Aa,Ca=fa,La={};La["[object Float32Array]"]=La["[object Float64Array]"]=La["[object Int8Array]"]=La["[object Int16Array]"]=La["[object Int32Array]"]=La["[object Uint8Array]"]=La["[object Uint8ClampedArray]"]=La["[object Uint16Array]"]=La["[object Uint32Array]"]=!0,La["[object Arguments]"]=La["[object Array]"]=La["[object ArrayBuffer]"]=La["[object Boolean]"]=La["[object DataView]"]=La["[object Date]"]=La["[object Error]"]=La["[object Function]"]=La["[object Map]"]=La["[object Number]"]=La["[object Object]"]=La["[object RegExp]"]=La["[object Set]"]=La["[object String]"]=La["[object WeakMap]"]=!1;var Fa=function(e){return Ca(e)&&Oa(e.length)&&!!La[ja(e)]};var Ua=function(e){return function(t){return e(t)}},Pa={exports:{}};!function(e,t){var n=un,i=t&&!t.nodeType&&t,a=i&&e&&!e.nodeType&&e,s=a&&a.exports===i&&n.process,r=function(){try{var e=a&&a.require&&a.require("util").types;return e||s&&s.binding&&s.binding("util")}catch(e){}}();e.exports=r}(Pa,Pa.exports);var za=Pa.exports,Ma=Fa,Na=Ua,qa=za&&za.isTypedArray,$a=qa?Na(qa):Ma,Da=ha,Ba=Ea,Ka=aa,Ya=Ta,Wa=Ra,Va=$a,Ha=Object.prototype.hasOwnProperty;var Ga=function(e,t){var n=Ka(e),i=!n&&Ba(e),a=!n&&!i&&Ya(e),s=!n&&!i&&!a&&Va(e),r=n||i||a||s,o=r?Da(e.length,String):[],c=o.length;for(var l in e)!t&&!Ha.call(e,l)||r&&("length"==l||a&&("offset"==l||"parent"==l)||s&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||Wa(l,c))||o.push(l);return o},Ja=Object.prototype;var Qa=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Ja)};var Za=function(e,t){return function(n){return e(t(n))}},Xa=Za(Object.keys,Object),es=Qa,ts=Xa,ns=Object.prototype.hasOwnProperty;var is=jn,as=Aa;var ss=function(e){return null!=e&&as(e.length)&&!is(e)},rs=Ga,os=function(e){if(!es(e))return ts(e);var t=[];for(var n in Object(e))ns.call(e,n)&&"constructor"!=n&&t.push(n);return t},cs=ss;var ls=function(e){return cs(e)?rs(e):os(e)},us=oa,ps=ma,ds=ls;var ms=function(e){return us(e,ds,ps)},hs=ms,fs=Object.prototype.hasOwnProperty;var gs=function(e,t,n,i,a,s){var r=1&n,o=hs(e),c=o.length;if(c!=hs(t).length&&!r)return!1;for(var l=c;l--;){var u=o[l];if(!(r?u in t:fs.call(t,u)))return!1}var p=s.get(e),d=s.get(t);if(p&&d)return p==t&&d==e;var m=!0;s.set(e,t),s.set(t,e);for(var h=r;++l<c;){var f=e[u=o[l]],g=t[u];if(i)var v=r?i(g,f,u,t,e,s):i(f,g,u,e,t,s);if(!(void 0===v?f===g||a(f,g,n,i,s):v)){m=!1;break}h||(h="constructor"==u)}if(m&&!h){var y=e.constructor,b=t.constructor;y==b||!("constructor"in e)||!("constructor"in t)||"function"==typeof y&&y instanceof y&&"function"==typeof b&&b instanceof b||(m=!1)}return s.delete(e),s.delete(t),m},vs=Hn(mn,"DataView"),ys=Gn,bs=Hn(mn,"Promise"),xs=Hn(mn,"Set"),ws=Hn(mn,"WeakMap"),_s=kn,Es=Un,Ss="[object Map]",ks="[object Promise]",Ts="[object Set]",Is="[object WeakMap]",Rs="[object DataView]",As=Es(vs),js=Es(ys),Os=Es(bs),Cs=Es(xs),Ls=Es(ws),Fs=_s;(vs&&Fs(new vs(new ArrayBuffer(1)))!=Rs||ys&&Fs(new ys)!=Ss||bs&&Fs(bs.resolve())!=ks||xs&&Fs(new xs)!=Ts||ws&&Fs(new ws)!=Is)&&(Fs=function(e){var t=_s(e),n="[object Object]"==t?e.constructor:void 0,i=n?Es(n):"";if(i)switch(i){case As:return Rs;case js:return Ss;case Os:return ks;case Cs:return Ts;case Ls:return Is}return t});var Us=Fs,Ps=Mi,zs=Wi,Ms=na,Ns=gs,qs=Us,$s=aa,Ds=Ta,Bs=$a,Ks="[object Arguments]",Ys="[object Array]",Ws="[object Object]",Vs=Object.prototype.hasOwnProperty;var Hs=function(e,t,n,i,a,s){var r=$s(e),o=$s(t),c=r?Ys:qs(e),l=o?Ys:qs(t),u=(c=c==Ks?Ws:c)==Ws,p=(l=l==Ks?Ws:l)==Ws,d=c==l;if(d&&Ds(e)){if(!Ds(t))return!1;r=!0,u=!1}if(d&&!u)return s||(s=new Ps),r||Bs(e)?zs(e,t,n,i,a,s):Ms(e,t,c,n,i,a,s);if(!(1&n)){var m=u&&Vs.call(e,"__wrapped__"),h=p&&Vs.call(t,"__wrapped__");if(m||h){var f=m?e.value():e,g=h?t.value():t;return s||(s=new Ps),a(f,g,n,i,s)}}return!!d&&(s||(s=new Ps),Ns(e,t,n,i,a,s))},Gs=fa;var Js=function e(t,n,i,a,s){return t===n||(null==t||null==n||!Gs(t)&&!Gs(n)?t!=t&&n!=n:Hs(t,n,i,a,e,s))},Qs=Mi,Zs=Js;var Xs=Tn;var er=function(e){return e==e&&!Xs(e)},tr=er,nr=ls;var ir=function(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in Object(n)))}},ar=function(e,t,n,i){var a=n.length,s=a,r=!i;if(null==e)return!s;for(e=Object(e);a--;){var o=n[a];if(r&&o[2]?o[1]!==e[o[0]]:!(o[0]in e))return!1}for(;++a<s;){var c=(o=n[a])[0],l=e[c],u=o[1];if(r&&o[2]){if(void 0===l&&!(c in e))return!1}else{var p=new Qs;if(i)var d=i(l,u,c,e,t,p);if(!(void 0===d?Zs(u,l,3,i,p):d))return!1}}return!0},sr=function(e){for(var t=nr(e),n=t.length;n--;){var i=t[n],a=e[i];t[n]=[i,a,tr(a)]}return t},rr=ir;var or=function(e){var t=sr(e);return 1==t.length&&t[0][2]?rr(t[0][0],t[0][1]):function(n){return n===e||ar(n,e,t)}},cr=kn,lr=fa;var ur=function(e){return"symbol"==typeof e||lr(e)&&"[object Symbol]"==cr(e)},pr=aa,dr=ur,mr=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,hr=/^\w*$/;var fr=function(e,t){if(pr(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!dr(e))||(hr.test(e)||!mr.test(e)||null!=t&&e in Object(t))},gr=Ii;function vr(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var i=arguments,a=t?t.apply(this,i):i[0],s=n.cache;if(s.has(a))return s.get(a);var r=e.apply(this,i);return n.cache=s.set(a,r)||s,r};return n.cache=new(vr.Cache||gr),n}vr.Cache=gr;var yr=vr;var br=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,xr=/\\(\\)?/g,wr=function(e){var t=yr(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(br,(function(e,n,i,a){t.push(i?a.replace(xr,"$1"):n||e)})),t}));var _r=function(e,t){for(var n=-1,i=null==e?0:e.length,a=Array(i);++n<i;)a[n]=t(e[n],n,e);return a},Er=_r,Sr=aa,kr=ur,Tr=hn?hn.prototype:void 0,Ir=Tr?Tr.toString:void 0;var Rr=function e(t){if("string"==typeof t)return t;if(Sr(t))return Er(t,e)+"";if(kr(t))return Ir?Ir.call(t):"";var n=t+"";return"0"==n&&1/t==-Infinity?"-0":n},Ar=Rr;var jr=aa,Or=fr,Cr=wr,Lr=function(e){return null==e?"":Ar(e)};var Fr=function(e,t){return jr(e)?e:Or(e,t)?[e]:Cr(Lr(e))},Ur=ur;var Pr=function(e){if("string"==typeof e||Ur(e))return e;var t=e+"";return"0"==t&&1/e==-Infinity?"-0":t},zr=Fr,Mr=Pr;var Nr=function(e,t){for(var n=0,i=(t=zr(t,e)).length;null!=e&&n<i;)e=e[Mr(t[n++])];return n&&n==i?e:void 0},qr=Nr;var $r=function(e,t,n){var i=null==e?void 0:qr(e,t);return void 0===i?n:i};var Dr=Fr,Br=Ea,Kr=aa,Yr=Ra,Wr=Aa,Vr=Pr;var Hr=function(e,t,n){for(var i=-1,a=(t=Dr(t,e)).length,s=!1;++i<a;){var r=Vr(t[i]);if(!(s=null!=e&&n(e,r)))break;e=e[r]}return s||++i!=a?s:!!(a=null==e?0:e.length)&&Wr(a)&&Yr(r,a)&&(Kr(e)||Br(e))},Gr=function(e,t){return null!=e&&t in Object(e)},Jr=Hr;var Qr=function(e,t){return null!=e&&Jr(e,t,Gr)},Zr=Js,Xr=$r,eo=Qr,to=fr,no=er,io=ir,ao=Pr;var so=function(e,t){return to(e)&&no(t)?io(ao(e),t):function(n){var i=Xr(n,e);return void 0===i&&i===t?eo(n,e):Zr(t,i,3)}};var ro=function(e){return e};var oo=Nr;var co=function(e){return function(t){return oo(t,e)}},lo=function(e){return function(t){return null==t?void 0:t[e]}},uo=co,po=fr,mo=Pr;var ho=function(e){return po(e)?lo(mo(e)):uo(e)},fo=or,go=so,vo=ro,yo=aa,bo=ho;var xo=function(e){return"function"==typeof e?e:null==e?vo:"object"==typeof e?yo(e)?go(e[0],e[1]):fo(e):bo(e)};var wo=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)}},_o=Hn,Eo=function(){try{var e=_o(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),So=Eo;var ko=function(e,t,n){"__proto__"==t&&So?So(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n},To=ko,Io=Bt,Ro=Object.prototype.hasOwnProperty;var Ao=function(e,t,n){var i=e[t];Ro.call(e,t)&&Io(i,n)&&(void 0!==n||t in e)||To(e,t,n)},jo=Ao,Oo=Fr,Co=Ra,Lo=Tn,Fo=Pr;var Uo=function(e,t,n,i){if(!Lo(e))return e;for(var a=-1,s=(t=Oo(t,e)).length,r=s-1,o=e;null!=o&&++a<s;){var c=Fo(t[a]),l=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return e;if(a!=r){var u=o[c];void 0===(l=i?i(u,c,o):void 0)&&(l=Lo(u)?u:Co(t[a+1])?[]:{})}jo(o,c,l),o=o[c]}return e},Po=Nr,zo=Uo,Mo=Fr;var No=function(e,t,n){for(var i=-1,a=t.length,s={};++i<a;){var r=t[i],o=Po(e,r);n(o,r)&&zo(s,Mo(r,e),o)}return s},qo=Za(Object.getPrototypeOf,Object),$o=ia,Do=qo,Bo=ma,Ko=ca,Yo=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)$o(t,Bo(e)),e=Do(e);return t}:Ko;var Wo=Tn,Vo=Qa,Ho=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t},Go=Object.prototype.hasOwnProperty;var Jo=Ga,Qo=function(e){if(!Wo(e))return Ho(e);var t=Vo(e),n=[];for(var i in e)("constructor"!=i||!t&&Go.call(e,i))&&n.push(i);return n},Zo=ss;var Xo=function(e){return Zo(e)?Jo(e,!0):Qo(e)},ec=oa,tc=Yo,nc=Xo;var ic=function(e){return ec(e,nc,tc)},ac=_r,sc=xo,rc=No,oc=ic;var cc=function(e,t){if(null==e)return{};var n=ac(oc(e),(function(e){return[e]}));return t=sc(t),rc(e,n,(function(e,n){return t(e,n[0])}))},lc=xo,uc=wo,pc=cc;var dc=i((function(e,t){return pc(e,uc(lc(t)))}));var mc=i((function(e){return null===e}));var hc=i((function(e){return void 0===e}));const fc=function(e){const t=new $(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 l(t)}}])))),t}({show_progress_bar:!1,auto_update_progress_bar:!1,message_progress_bar:`${Ue.t("progressBar")}`,on_finish:()=>{document.body.style.cursor="auto"}});var gc=i((function(e){for(var t=-1,n=null==e?0:e.length,i={};++t<n;){var a=e[t];i[a[0]]=a[1]}return i}));var vc=function(e,t){for(var n=-1,i=null==e?0:e.length;++n<i&&!1!==t(e[n],n,e););return e},yc=Ao,bc=ko;var xc=function(e,t,n,i){var a=!n;n||(n={});for(var s=-1,r=t.length;++s<r;){var o=t[s],c=i?i(n[o],e[o],o,n,e):void 0;void 0===c&&(c=e[o]),a?bc(n,o,c):yc(n,o,c)}return n},wc=xc,_c=ls;var Ec=function(e,t){return e&&wc(t,_c(t),e)},Sc=xc,kc=Xo;var Tc=function(e,t){return e&&Sc(t,kc(t),e)},Ic={exports:{}};!function(e,t){var n=mn,i=t&&!t.nodeType&&t,a=i&&e&&!e.nodeType&&e,s=a&&a.exports===i?n.Buffer:void 0,r=s?s.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,i=r?r(n):new e.constructor(n);return e.copy(i),i}}(Ic,Ic.exports);var Rc=Ic.exports;var Ac=function(e,t){var n=-1,i=e.length;for(t||(t=Array(i));++n<i;)t[n]=e[n];return t},jc=xc,Oc=ma;var Cc=function(e,t){return jc(e,Oc(e),t)},Lc=xc,Fc=Yo;var Uc=function(e,t){return Lc(e,Fc(e),t)},Pc=Object.prototype.hasOwnProperty;var zc=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&Pc.call(e,"index")&&(n.index=e.index,n.input=e.input),n},Mc=Vi;var Nc=function(e){var t=new e.constructor(e.byteLength);return new Mc(t).set(new Mc(e)),t},qc=Nc;var $c=function(e,t){var n=t?qc(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)},Dc=/\w*$/;var Bc=function(e){var t=new e.constructor(e.source,Dc.exec(e));return t.lastIndex=e.lastIndex,t},Kc=hn?hn.prototype:void 0,Yc=Kc?Kc.valueOf:void 0;var Wc=Nc;var Vc=Nc,Hc=$c,Gc=Bc,Jc=function(e){return Yc?Object(Yc.call(e)):{}},Qc=function(e,t){var n=t?Wc(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)};var Zc=function(e,t,n){var i=e.constructor;switch(t){case"[object ArrayBuffer]":return Vc(e);case"[object Boolean]":case"[object Date]":return new i(+e);case"[object DataView]":return Hc(e,n);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 Qc(e,n);case"[object Map]":case"[object Set]":return new i;case"[object Number]":case"[object String]":return new i(e);case"[object RegExp]":return Gc(e);case"[object Symbol]":return Jc(e)}},Xc=Tn,el=Object.create,tl=function(){function e(){}return function(t){if(!Xc(t))return{};if(el)return el(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}(),nl=qo,il=Qa;var al=function(e){return"function"!=typeof e.constructor||il(e)?{}:tl(nl(e))},sl=Us,rl=fa;var ol=function(e){return rl(e)&&"[object Map]"==sl(e)},cl=Ua,ll=za&&za.isMap,ul=ll?cl(ll):ol,pl=Us,dl=fa;var ml=function(e){return dl(e)&&"[object Set]"==pl(e)},hl=Ua,fl=za&&za.isSet,gl=fl?hl(fl):ml,vl=Mi,yl=vc,bl=Ao,xl=Ec,wl=Tc,_l=Rc,El=Ac,Sl=Cc,kl=Uc,Tl=ms,Il=ic,Rl=Us,Al=zc,jl=Zc,Ol=al,Cl=aa,Ll=Ta,Fl=ul,Ul=Tn,Pl=gl,zl=ls,Ml=Xo,Nl="[object Arguments]",ql="[object Function]",$l="[object Object]",Dl={};Dl[Nl]=Dl["[object Array]"]=Dl["[object ArrayBuffer]"]=Dl["[object DataView]"]=Dl["[object Boolean]"]=Dl["[object Date]"]=Dl["[object Float32Array]"]=Dl["[object Float64Array]"]=Dl["[object Int8Array]"]=Dl["[object Int16Array]"]=Dl["[object Int32Array]"]=Dl["[object Map]"]=Dl["[object Number]"]=Dl[$l]=Dl["[object RegExp]"]=Dl["[object Set]"]=Dl["[object String]"]=Dl["[object Symbol]"]=Dl["[object Uint8Array]"]=Dl["[object Uint8ClampedArray]"]=Dl["[object Uint16Array]"]=Dl["[object Uint32Array]"]=!0,Dl["[object Error]"]=Dl[ql]=Dl["[object WeakMap]"]=!1;var Bl=function e(t,n,i,a,s,r){var o,c=1&n,l=2&n,u=4&n;if(i&&(o=s?i(t,a,s,r):i(t)),void 0!==o)return o;if(!Ul(t))return t;var p=Cl(t);if(p){if(o=Al(t),!c)return El(t,o)}else{var d=Rl(t),m=d==ql||"[object GeneratorFunction]"==d;if(Ll(t))return _l(t,c);if(d==$l||d==Nl||m&&!s){if(o=l||m?{}:Ol(t),!c)return l?kl(t,wl(o,t)):Sl(t,xl(o,t))}else{if(!Dl[d])return s?t:{};o=jl(t,d,c)}}r||(r=new vl);var h=r.get(t);if(h)return h;r.set(t,o),Pl(t)?t.forEach((function(a){o.add(e(a,n,i,a,t,r))})):Fl(t)&&t.forEach((function(a,s){o.set(s,e(a,n,i,s,t,r))}));var f=p?void 0:(u?l?Il:Tl:l?Ml:zl)(t);return yl(f||t,(function(a,s){f&&(a=t[s=a]),bl(o,s,e(a,n,i,s,t,r))})),o};var Kl=Nr,Yl=function(e,t,n){var i=-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 s=Array(a);++i<a;)s[i]=e[i+t];return s};var Wl=function(e,t){return t.length<2?e:Kl(e,Yl(t,0,-1))},Vl=Fr,Hl=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0},Gl=Wl,Jl=Pr;var Ql=function(e,t){return t=Vl(t,e),null==(e=Gl(e,t))||delete e[Jl(Hl(t))]},Zl=kn,Xl=qo,eu=fa,tu=Function.prototype,nu=Object.prototype,iu=tu.toString,au=nu.hasOwnProperty,su=iu.call(Object);var ru=function(e){if(!eu(e)||"[object Object]"!=Zl(e))return!1;var t=Xl(e);if(null===t)return!0;var n=au.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&iu.call(n)==su};var ou=function(e){return ru(e)?void 0:e},cu=Ea,lu=aa,uu=hn?hn.isConcatSpreadable:void 0;var pu=ia,du=function(e){return lu(e)||cu(e)||!!(uu&&e&&e[uu])};var mu=function e(t,n,i,a,s){var r=-1,o=t.length;for(i||(i=du),s||(s=[]);++r<o;){var c=t[r];n>0&&i(c)?n>1?e(c,n-1,i,a,s):pu(s,c):a||(s[s.length]=c)}return s},hu=mu;var fu=function(e){return(null==e?0:e.length)?hu(e,1):[]};var gu=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)},vu=Math.max;var yu=function(e,t,n){return t=vu(void 0===t?e.length-1:t,0),function(){for(var i=arguments,a=-1,s=vu(i.length-t,0),r=Array(s);++a<s;)r[a]=i[t+a];a=-1;for(var o=Array(t+1);++a<t;)o[a]=i[a];return o[t]=n(r),gu(e,this,o)}};var bu=function(e){return function(){return e}},xu=Eo,wu=xu?function(e,t){return xu(e,"toString",{configurable:!0,enumerable:!1,value:bu(t),writable:!0})}:ro,_u=Date.now;var Eu=function(e){var t=0,n=0;return function(){var i=_u(),a=16-(i-n);if(n=i,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(wu),Su=fu,ku=yu,Tu=Eu;var Iu=_r,Ru=Bl,Au=Ql,ju=Fr,Ou=xc,Cu=ou,Lu=ic,Fu=function(e){return Tu(ku(e,void 0,Su),e+"")}((function(e,t){var n={};if(null==e)return n;var i=!1;t=Iu(t,(function(t){return t=ju(t,e),i||(i=t.length>1),t})),Ou(e,Lu(e),n),i&&(n=Ru(n,7,Cu));for(var a=t.length;a--;)Au(n,t[a]);return n})),Uu=i(Fu),Pu=_r;var zu=function(e,t){return Pu(t,(function(t){return[t,e[t]]}))},Mu=Us,Nu=Hi,qu=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=[e,e]})),n};var $u=i(function(e){return function(t){var n=Mu(t);return"[object Map]"==n?Nu(t):"[object Set]"==n?qu(t):zu(t,e(t))}}(ls)),Du={exports:{}};Du.exports=function e(){var n="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==n?n:{};function i(){var t=n.URL||n.webkitURL||null,i=e.toString();return c.BLOB_URL||(c.BLOB_URL=t.createObjectURL(new Blob(["(",i,")();"],{type:"text/javascript"})))}var a=!n.document&&!!n.postMessage,s=a&&/blob:/i.test((n.location||{}).protocol),r={},o=0,c={};if(c.parse=u,c.unparse=p,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=!a&&!!n.Worker,c.NODE_STREAM_INPUT=1,c.LocalChunkSize=10485760,c.RemoteChunkSize=5242880,c.DefaultDelimiter=",",c.Parser=x,c.ParserHandle=y,c.NetworkStreamer=m,c.FileStreamer=h,c.StringStreamer=f,c.ReadableStreamStreamer=g,"undefined"==typeof PAPA_BROWSER_CONTEXT&&(c.DuplexStreamStreamer=v),n.jQuery){var l=n.jQuery;l.fn.parse=function(e){var t=e.config||{},i=[];return this.each((function(e){if("INPUT"!==l(this).prop("tagName").toUpperCase()||"file"!==l(this).attr("type").toLowerCase()||!n.FileReader||!this.files||0===this.files.length)return!0;for(var a=0;a<this.files.length;a++)i.push({file:this.files[a],inputElem:this,instanceConfig:l.extend({},t)})})),a(),this;function a(){if(0!==i.length){var t=i[0];if(R(e.before)){var n=e.before(t.file,t.inputElem);if("object"==typeof n){if("abort"===n.action)return void s("AbortError",t.file,t.inputElem,n.reason);if("skip"===n.action)return void r();"object"==typeof n.config&&(t.instanceConfig=l.extend(t.instanceConfig,n.config))}else if("skip"===n)return void r()}var a=t.instanceConfig.complete;t.instanceConfig.complete=function(e){R(a)&&a(e,t.file,t.inputElem),r()},c.parse(t.file,t.instanceConfig)}else R(e.complete)&&e.complete()}function s(t,n,i,a){R(e.error)&&e.error({name:t},n,i,a)}function r(){i.splice(0,1),a()}}}function u(e,t){var i=(t=t||{}).dynamicTyping||!1;if(R(i)&&(t.dynamicTypingFunction=i,i={}),t.dynamicTyping=i,t.transform=!!R(t.transform)&&t.transform,t.worker&&c.WORKERS_SUPPORTED){var a=w();return a.userStep=t.step,a.userChunk=t.chunk,a.userComplete=t.complete,a.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 a.postMessage({input:e,config:t,workerId:a.id})}var s=null;return e===c.NODE_STREAM_INPUT&&"undefined"==typeof PAPA_BROWSER_CONTEXT?(s=new v(t)).getStream():("string"==typeof e?s=t.download?new m(t):new f(t):!0===e.readable&&R(e.read)&&R(e.on)?s=new g(t):(n.File&&e instanceof File||e instanceof Object)&&(s=new h(t)),s.stream(e))}function p(e,t){var n=!1,i=!0,a=",",s="\r\n",r='"',o=r+r,l=!1,u=null,p=!1;m();var d=new RegExp(b(r),"g");if("string"==typeof e&&(e=JSON.parse(e)),Array.isArray(e)){if(!e.length||Array.isArray(e[0]))return h(null,e,l);if("object"==typeof e[0])return h(u||Object.keys(e[0]),e,l)}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||u),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])),h(e.fields||[],e.data||[],l);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||(a=t.delimiter),("boolean"==typeof t.quotes||"function"==typeof t.quotes||Array.isArray(t.quotes))&&(n=t.quotes),"boolean"!=typeof t.skipEmptyLines&&"string"!=typeof t.skipEmptyLines||(l=t.skipEmptyLines),"string"==typeof t.newline&&(s=t.newline),"string"==typeof t.quoteChar&&(r=t.quoteChar),"boolean"==typeof t.header&&(i=t.header),Array.isArray(t.columns)){if(0===t.columns.length)throw new Error("Option columns is empty");u=t.columns}void 0!==t.escapeChar&&(o=t.escapeChar+r),("boolean"==typeof t.escapeFormulae||t.escapeFormulae instanceof RegExp)&&(p=t.escapeFormulae instanceof RegExp?t.escapeFormulae:/^[=+\-@\t\r].*$/)}}function h(e,t,n){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&&i){for(var l=0;l<e.length;l++)l>0&&(r+=a),r+=f(e[l],l);t.length>0&&(r+=s)}for(var u=0;u<t.length;u++){var p=o?e.length:t[u].length,d=!1,m=o?0===Object.keys(t[u]).length:0===t[u].length;if(n&&!o&&(d="greedy"===n?""===t[u].join("").trim():1===t[u].length&&0===t[u][0].length),"greedy"===n&&o){for(var h=[],g=0;g<p;g++){var v=c?e[g]:g;h.push(t[u][v])}d=""===h.join("").trim()}if(!d){for(var y=0;y<p;y++){y>0&&!m&&(r+=a);var b=o&&c?e[y]:y;r+=f(t[u][b],y)}u<t.length-1&&(!n||p>0&&!m)&&(r+=s)}}return r}function f(e,t){if(null==e)return"";if(e.constructor===Date)return JSON.stringify(e).slice(1,25);var i=!1;p&&"string"==typeof e&&p.test(e)&&(e="'"+e,i=!0);var s=e.toString().replace(d,o);return(i=i||!0===n||"function"==typeof n&&n(e,t)||Array.isArray(n)&&n[t]||g(s,c.BAD_DELIMITERS)||s.indexOf(a)>-1||" "===s.charAt(0)||" "===s.charAt(s.length-1))?r+s+r:s}function g(e,t){for(var n=0;n<t.length;n++)if(e.indexOf(t[n])>-1)return!0;return!1}}function d(e){function t(e){var t=T(e);t.chunkSize=parseInt(t.chunkSize),e.step||e.chunk||(t.chunkSize=null),this._handle=new y(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 i=this._config.beforeFirstChunk(e);void 0!==i&&(e=i)}this.isFirstChunk=!1,this._halted=!1;var a=this._partialLine+e;this._partialLine="";var r=this._handle.parse(a,this._baseIndex,!this._finished);if(!this._handle.paused()&&!this._handle.aborted()){var o=r.meta.cursor;this._finished||(this._partialLine=a.substring(o-this._baseIndex),this._baseIndex=o),r&&r.data&&(this._rowCount+=r.data.length);var l=this._finished||this._config.preview&&this._rowCount>=this._config.preview;if(s)n.postMessage({results:r,workerId:c.WORKER_ID,finished:l});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||!l||!R(this._config.complete)||r&&r.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),l||r&&r.meta.paused||this._nextChunk(),r}this._halted=!0},this._sendError=function(e){R(this._config.error)?this._config.error(e):s&&this._config.error&&n.postMessage({workerId:c.WORKER_ID,error:e,finished:!1})}}function m(e){var t;function n(e){var t=e.getResponseHeader("Content-Range");return null===t?-1:parseInt(t.substring(t.lastIndexOf("/")+1))}(e=e||{}).chunkSize||(e.chunkSize=c.RemoteChunkSize),d.call(this,e),this._nextChunk=a?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),a||(t.onload=I(this._chunkLoaded,this),t.onerror=I(this._chunkError,this)),t.open(this._config.downloadRequestBody?"POST":"GET",this._input,!a),this._config.downloadRequestHeaders){var e=this._config.downloadRequestHeaders;for(var n in e)t.setRequestHeader(n,e[n])}if(this._config.chunkSize){var i=this._start+this._config.chunkSize-1;t.setRequestHeader("Range","bytes="+this._start+"-"+i)}try{t.send(this._config.downloadRequestBody)}catch(e){this._chunkError(e.message)}a&&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>=n(t),this.parseChunk(t.responseText)))},this._chunkError=function(e){var n=t.statusText||e;this._sendError(new Error(n))}}function h(e){var t,n;(e=e||{}).chunkSize||(e.chunkSize=c.LocalChunkSize),d.call(this,e);var i="undefined"!=typeof FileReader;this.stream=function(e){this._input=e,n=e.slice||e.webkitSlice||e.mozSlice,i?((t=new FileReader).onload=I(this._chunkLoaded,this),t.onerror=I(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 a=Math.min(this._start+this._config.chunkSize,this._input.size);e=n.call(e,this._start,a)}var s=t.readAsText(e,this._config.encoding);i||this._chunkLoaded({target:{result:s}})},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 f(e){var t;e=e||{},d.call(this,e),this.stream=function(e){return t=e,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var e,n=this._config.chunkSize;return n?(e=t.substring(0,n),t=t.substring(n)):(e=t,t=""),this._finished=!t,this.parseChunk(e)}}}function g(e){e=e||{},d.call(this,e);var t=[],n=!0,i=!1;this.pause=function(){d.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){d.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(){i&&1===t.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),t.length?this.parseChunk(t.shift()):n=!0},this._streamData=I((function(e){try{t.push("string"==typeof e?e:e.toString(this._config.encoding)),n&&(n=!1,this._checkIsFinished(),this.parseChunk(t.shift()))}catch(e){this._streamError(e)}}),this),this._streamError=I((function(e){this._streamCleanUp(),this._sendError(e)}),this),this._streamEnd=I((function(){this._streamCleanUp(),i=!0,this._streamData("")}),this),this._streamCleanUp=I((function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)}),this)}function v(e){var n=t.Duplex,i=T(e),a=!0,s=!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)},i.step=I(this._onCsvData,this),i.complete=I(this._onCsvComplete,this),d.call(this,i),this._nextChunk=function(){s&&1===r.length&&(this._finished=!0),r.length?r.shift()():a=!0},this._addToParseQueue=function(e,t){r.push(I((function(){if(this.parseChunk("string"==typeof e?e:e.toString(i.encoding)),R(t))return t()}),this)),a&&(a=!1,this._nextChunk())},this._onRead=function(){this._handle.paused()&&this._handle.resume()},this._onWrite=function(e,t,n){this._addToParseQueue(e,n)},this._onWriteComplete=function(){s=!0,this._addToParseQueue("")},this.getStream=function(){return o},(o=new n({readableObjectMode:!0,decodeStrings:!1,read:I(this._onRead,this),write:I(this._onWrite,this)})).once("finish",I(this._onWriteComplete,this))}function y(e){var t,n,i,a=Math.pow(2,53),s=-a,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))$/,l=this,u=0,p=0,d=!1,m=!1,h=[],f={data:[],errors:[],meta:{}};if(R(e.step)){var g=e.step;e.step=function(t){if(f=t,_())w();else{if(w(),0===f.data.length)return;u+=t.data.length,e.preview&&u>e.preview?n.abort():(f.data=f.data[0],g(f,l))}}}function v(t){return"greedy"===e.skipEmptyLines?""===t.join("").trim():1===t.length&&0===t[0].length}function y(e){if(r.test(e)){var t=parseFloat(e);if(t>s&&t<a)return!0}return!1}function w(){return f&&i&&(O("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+c.DefaultDelimiter+"'"),i=!1),e.skipEmptyLines&&(f.data=f.data.filter((function(e){return!v(e)}))),_()&&E(),I()}function _(){return e.header&&0===h.length}function E(){if(f)if(Array.isArray(f.data[0])){for(var t=0;_()&&t<f.data.length;t++)f.data[t].forEach(n);f.data.splice(0,1)}else f.data.forEach(n);function n(t,n){R(e.transformHeader)&&(t=e.transformHeader(t,n)),h.push(t)}}function S(t){return e.dynamicTypingFunction&&void 0===e.dynamicTyping[t]&&(e.dynamicTyping[t]=e.dynamicTypingFunction(t)),!0===(e.dynamicTyping[t]||e.dynamicTyping)}function k(e,t){return S(e)?"true"===t||"TRUE"===t||"false"!==t&&"FALSE"!==t&&(y(t)?parseFloat(t):o.test(t)?new Date(t):""===t?null:t):t}function I(){if(!f||!e.header&&!e.dynamicTyping&&!e.transform)return f;function t(t,n){var i,a=e.header?{}:[];for(i=0;i<t.length;i++){var s=i,r=t[i];e.header&&(s=i>=h.length?"__parsed_extra":h[i]),e.transform&&(r=e.transform(r,s)),r=k(s,r),"__parsed_extra"===s?(a[s]=a[s]||[],a[s].push(r)):a[s]=r}return e.header&&(i>h.length?O("FieldMismatch","TooManyFields","Too many fields: expected "+h.length+" fields but parsed "+i,p+n):i<h.length&&O("FieldMismatch","TooFewFields","Too few fields: expected "+h.length+" fields but parsed "+i,p+n)),a}var n=1;return!f.data.length||Array.isArray(f.data[0])?(f.data=f.data.map(t),n=f.data.length):f.data=t(f.data,0),e.header&&f.meta&&(f.meta.fields=h),p+=n,f}function A(t,n,i,a,s){var r,o,l,u;s=s||[",","\t","|",";",c.RECORD_SEP,c.UNIT_SEP];for(var p=0;p<s.length;p++){var d=s[p],m=0,h=0,f=0;l=void 0;for(var g=new x({comments:a,delimiter:d,newline:n,preview:10}).parse(t),y=0;y<g.data.length;y++)if(i&&v(g.data[y]))f++;else{var b=g.data[y].length;h+=b,void 0!==l?b>0&&(m+=Math.abs(b-l),l=b):l=b}g.data.length>0&&(h/=g.data.length-f),(void 0===o||m<=o)&&(void 0===u||h>u)&&h>1.99&&(o=m,r=d,u=h)}return e.delimiter=r,{successful:!!r,bestDelimiter:r}}function j(e,t){e=e.substring(0,1048576);var n=new RegExp(b(t)+"([^]*?)"+b(t),"gm"),i=(e=e.replace(n,"")).split("\r"),a=e.split("\n"),s=a.length>1&&a[0].length<i[0].length;if(1===i.length||s)return"\n";for(var r=0,o=0;o<i.length;o++)"\n"===i[o][0]&&r++;return r>=i.length/2?"\r\n":"\r"}function O(e,t,n,i){var a={type:e,code:t,message:n};void 0!==i&&(a.row=i),f.errors.push(a)}this.parse=function(a,s,r){var o=e.quoteChar||'"';if(e.newline||(e.newline=j(a,o)),i=!1,e.delimiter)R(e.delimiter)&&(e.delimiter=e.delimiter(a),f.meta.delimiter=e.delimiter);else{var l=A(a,e.newline,e.skipEmptyLines,e.comments,e.delimitersToGuess);l.successful?e.delimiter=l.bestDelimiter:(i=!0,e.delimiter=c.DefaultDelimiter),f.meta.delimiter=e.delimiter}var u=T(e);return e.preview&&e.header&&u.preview++,t=a,n=new x(u),f=n.parse(t,s,r),w(),d?{meta:{paused:!0}}:f||{meta:{paused:!1}}},this.paused=function(){return d},this.pause=function(){d=!0,n.abort(),t=R(e.chunk)?"":t.substring(n.getCharIndex())},this.resume=function(){l.streamer._halted?(d=!1,l.streamer.parseChunk(t,!0)):setTimeout(l.resume,3)},this.aborted=function(){return m},this.abort=function(){m=!0,n.abort(),f.meta.aborted=!0,R(e.complete)&&e.complete(f),t=""}}function b(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function x(e){var t,n=(e=e||{}).delimiter,i=e.newline,a=e.comments,s=e.step,r=e.preview,o=e.fastMode,l=t=void 0===e.quoteChar||null===e.quoteChar?'"':e.quoteChar;if(void 0!==e.escapeChar&&(l=e.escapeChar),("string"!=typeof n||c.BAD_DELIMITERS.indexOf(n)>-1)&&(n=","),a===n)throw new Error("Comment character same as delimiter");!0===a?a="#":("string"!=typeof a||c.BAD_DELIMITERS.indexOf(a)>-1)&&(a=!1),"\n"!==i&&"\r"!==i&&"\r\n"!==i&&(i="\n");var u=0,p=!1;this.parse=function(e,c,d){if("string"!=typeof e)throw new Error("Input must be a string");var m=e.length,h=n.length,f=i.length,g=a.length,v=R(s);u=0;var y=[],x=[],w=[],_=0;if(!e)return P();if(o||!1!==o&&-1===e.indexOf(t)){for(var E=e.split(i),S=0;S<E.length;S++){if(w=E[S],u+=w.length,S!==E.length-1)u+=i.length;else if(d)return P();if(!a||w.substring(0,g)!==a){if(v){if(y=[],C(w.split(n)),z(),p)return P()}else C(w.split(n));if(r&&S>=r)return y=y.slice(0,r),P(!0)}}return P()}for(var k=e.indexOf(n,u),T=e.indexOf(i,u),I=new RegExp(b(l)+b(t),"g"),A=e.indexOf(t,u);;)if(e[u]!==t)if(a&&0===w.length&&e.substring(u,u+g)===a){if(-1===T)return P();u=T+f,T=e.indexOf(i,u),k=e.indexOf(n,u)}else if(-1!==k&&(k<T||-1===T))w.push(e.substring(u,k)),u=k+h,k=e.indexOf(n,u);else{if(-1===T)break;if(w.push(e.substring(u,T)),U(T+f),v&&(z(),p))return P();if(r&&y.length>=r)return P(!0)}else for(A=u,u++;;){if(-1===(A=e.indexOf(t,A+1)))return d||x.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:y.length,index:u}),F();if(A===m-1)return F(e.substring(u,A).replace(I,t));if(t!==l||e[A+1]!==l){if(t===l||0===A||e[A-1]!==l){-1!==k&&k<A+1&&(k=e.indexOf(n,A+1)),-1!==T&&T<A+1&&(T=e.indexOf(i,A+1));var j=L(-1===T?k:Math.min(k,T));if(e.substr(A+1+j,h)===n){w.push(e.substring(u,A).replace(I,t)),u=A+1+j+h,e[A+1+j+h]!==t&&(A=e.indexOf(t,u)),k=e.indexOf(n,u),T=e.indexOf(i,u);break}var O=L(T);if(e.substring(A+1+O,A+1+O+f)===i){if(w.push(e.substring(u,A).replace(I,t)),U(A+1+O+f),k=e.indexOf(n,u),A=e.indexOf(t,u),v&&(z(),p))return P();if(r&&y.length>=r)return P(!0);break}x.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:y.length,index:u}),A++}}else A++}return F();function C(e){y.push(e),_=u}function L(t){var n=0;if(-1!==t){var i=e.substring(A+1,t);i&&""===i.trim()&&(n=i.length)}return n}function F(t){return d||(void 0===t&&(t=e.substring(u)),w.push(t),u=m,C(w),v&&z()),P()}function U(t){u=t,C(w),w=[],T=e.indexOf(i,u)}function P(e){return{data:y,errors:x,meta:{delimiter:n,linebreak:i,aborted:p,truncated:!!e,cursor:_+(c||0)}}}function z(){s(P()),y=[],x=[]}},this.abort=function(){p=!0},this.getCharIndex=function(){return u}}function w(){if(!c.WORKERS_SUPPORTED)return!1;var e=i(),t=new n.Worker(e);return t.onmessage=_,t.id=o++,r[t.id]=t,t}function _(e){var t=e.data,n=r[t.workerId],i=!1;if(t.error)n.userError(t.error,t.file);else if(t.results&&t.results.data){var a={abort:function(){i=!0,E(t.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:S,resume:S};if(R(n.userStep)){for(var s=0;s<t.results.data.length&&(n.userStep({data:t.results.data[s],errors:t.results.errors,meta:t.results.meta},a),!i);s++);delete t.results}else R(n.userChunk)&&(n.userChunk(t.results,a,t.file),delete t.results)}t.finished&&!i&&E(t.workerId,t.results)}function E(e,t){var n=r[e];R(n.userComplete)&&n.userComplete(t),n.terminate(),delete r[e]}function S(){throw new Error("Not implemented.")}function k(e){var t=e.data;if(void 0===c.WORKER_ID&&t&&(c.WORKER_ID=t.workerId),"string"==typeof t.input)n.postMessage({workerId:c.WORKER_ID,results:c.parse(t.input,t.config),finished:!0});else if(n.File&&t.input instanceof File||t.input instanceof Object){var i=c.parse(t.input,t.config);i&&n.postMessage({workerId:c.WORKER_ID,results:i,finished:!0})}}function T(e){if("object"!=typeof e||null===e)return e;var t=Array.isArray(e)?[]:{};for(var n in e)t[n]=T(e[n]);return t}function I(e,t){return function(){e.apply(t,arguments)}}function R(e){return"function"==typeof e}return s&&(n.onmessage=k),m.prototype=Object.create(d.prototype),m.prototype.constructor=m,h.prototype=Object.create(d.prototype),h.prototype.constructor=h,f.prototype=Object.create(f.prototype),f.prototype.constructor=f,g.prototype=Object.create(d.prototype),g.prototype.constructor=g,"undefined"==typeof PAPA_BROWSER_CONTEXT&&(v.prototype=Object.create(d.prototype),v.prototype.constructor=v),c}();var Bu=Du.exports;class Ku{constructor(){this.tableURL="https://storage.googleapis.com/roar-sre/scores/sre_lookup_v1.csv",this.lookupTable=[],this.tableLoaded=!1}async initTable(){return new Promise(((e,t)=>{const n=r.session.get("config").userMetadata?.grade;n||t(),Bu.parse(this.tableURL,{download:!0,header:!0,dynamicTyping:!0,skipEmptyLines:!0,step:e=>{n===Number(e.data.grade)&&this.lookupTable.push(Uu(e.data,[""]))},complete:()=>{this.tableLoaded=!0,e()}})}))}computedScoreCallback=async e=>{const t=gc($u(e).map((([e,t])=>{const n="practice"===e?"practice":"test";return[e,{sreScore:(t[n]?.numCorrect||0)-(t[n]?.numIncorrect||0)}]}))),n=Math.max(t.lab?.sreScore||0,0);t.composite={sreScore:n};const i=r.session.get("config").userMetadata?.grade;if(i){this.tableLoaded||await this.initTable();const e=this.lookupTable.find((e=>e.sreScore===n)),{grade:i,sreScore:a,...s}=e;t.composite={sreScore:n,...s}}return t}}const Yu=e=>{e.displayElement&&(fc.opts.display_element=e.displayElement);const t=(e,t)=>function(){e.apply(e,arguments),t.apply(e,arguments)};fc.opts.on_finish=t(fc.opts.on_finish,(()=>{e.firekit.finishRun(),e.experimentFinished&&e.experimentFinished()}));const n=new Ku;fc.opts.on_data_update=t(fc.opts.on_data_update,(t=>{t.save_trial&&e.firekit.writeTrial(t,n.computedScoreCallback.bind(n))})),window.addEventListener("error",(t=>{const{msg:n,url:i,lineNo:a,columnNo:s,error:r}=t;e.firekit?.writeTrial({assessment_stage:"error",lastTrial:fc.data.getLastTrialData().trials[0],message:String(n),source:i||null,lineNo:String(a||null),colNo:String(s||null),error:JSON.stringify(r||null),timeStamp:(new Date).toISOString()})})),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("currentTrialCorrect",!0),r.session.set("coinTrackingIndex",0),r.session.set("initialized",!0)),r.session},Wu=e=>({timeline:$t,on_timeline_finish:async()=>{e.pid=e.pid||(()=>{let e="";const t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";for(let n=0;n<16;n++)e+=t.charAt(Math.floor(62*Math.random()));return e})(),await e.firekit.updateUser({assessmentPid:e.pid,labId:e.labId,...e.userMetadata})}}),Vu={practice:st[Ue.language].corpusPractice,lab:st[Ue.language].corpusLab,ai:st[Ue.language].corpusAI,tosrec:st[Ue.language].corpusTOSREC},Hu=e=>e.reduce(((e,t)=>{const n={sentence:t.sentence,direction:t.direction,answer:t.answer,difficulty:t.difficulty,itemId:t.itemId};return e.push(n),e}),[]),Gu=e=>e.reduce(((e,t)=>{const n={sentence:t.sentence,grade:t.grade,direction:t.direction,answer:t.answer,itemId:t.itemId};return e.push(n),e}),[]),Ju={practice:(Qu=Vu.practice,Qu.reduce(((e,t)=>{const n={sentence:t.sentence,answer:t.answer,correct_response:t.correctresponse};return e.push(n),e}),[])),lab:Hu(Vu.lab),ai:(e=>{const t=[...e];for(let e=t.length-1;e>0;e--){const n=Math.floor(Math.random()*(e+1));[t[e],t[n]]=[t[n],t[e]]}return t})(Hu(Vu.ai)).slice(0,130),tosrec1:Gu(Vu.tosrec).filter((e=>1===e.grade)),tosrec2:Gu(Vu.tosrec).filter((e=>2===e.grade)),tosrec3:Gu(Vu.tosrec).filter((e=>3===e.grade)),tosrec4:Gu(Vu.tosrec).filter((e=>4===e.grade)),tosrec5:Gu(Vu.tosrec).filter((e=>5===e.grade)),tosrec6:Gu(Vu.tosrec).filter((e=>6===e.grade)),tosrec7:Gu(Vu.tosrec).filter((e=>7===e.grade)),tosrec8:Gu(Vu.tosrec).filter((e=>8===e.grade))};var Qu;!function(e){var t=function(e){var t,n=Object.prototype,i=n.hasOwnProperty,a=Object.defineProperty||function(e,t,n){e[t]=n.value},s="function"==typeof Symbol?Symbol:{},r=s.iterator||"@@iterator",o=s.asyncIterator||"@@asyncIterator",c=s.toStringTag||"@@toStringTag";function l(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,n){return e[t]=n}}function u(e,t,n,i){var s=t&&t.prototype instanceof v?t:v,r=Object.create(s.prototype),o=new j(i||[]);return a(r,"_invoke",{value:T(e,n,o)}),r}function p(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=u;var d="suspendedStart",m="suspendedYield",h="executing",f="completed",g={};function v(){}function y(){}function b(){}var x={};l(x,r,(function(){return this}));var w=Object.getPrototypeOf,_=w&&w(w(O([])));_&&_!==n&&i.call(_,r)&&(x=_);var E=b.prototype=v.prototype=Object.create(x);function S(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function k(e,t){function n(a,s,r,o){var c=p(e[a],e,s);if("throw"!==c.type){var l=c.arg,u=l.value;return u&&"object"==typeof u&&i.call(u,"__await")?t.resolve(u.__await).then((function(e){n("next",e,r,o)}),(function(e){n("throw",e,r,o)})):t.resolve(u).then((function(e){l.value=e,r(l)}),(function(e){return n("throw",e,r,o)}))}o(c.arg)}var s;a(this,"_invoke",{value:function(e,i){function a(){return new t((function(t,a){n(e,i,t,a)}))}return s=s?s.then(a,a):a()}})}function T(e,t,n){var i=d;return function(a,s){if(i===h)throw new Error("Generator is already running");if(i===f){if("throw"===a)throw s;return C()}for(n.method=a,n.arg=s;;){var r=n.delegate;if(r){var o=I(r,n);if(o){if(o===g)continue;return o}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===d)throw i=f,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=h;var c=p(e,t,n);if("normal"===c.type){if(i=n.done?f:m,c.arg===g)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(i=f,n.method="throw",n.arg=c.arg)}}}function I(e,n){var i=n.method,a=e.iterator[i];if(a===t)return n.delegate=null,"throw"===i&&e.iterator.return&&(n.method="return",n.arg=t,I(e,n),"throw"===n.method)||"return"!==i&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+i+"' method")),g;var s=p(a,e.iterator,n.arg);if("throw"===s.type)return n.method="throw",n.arg=s.arg,n.delegate=null,g;var r=s.arg;return r?r.done?(n[e.resultName]=r.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,g):r:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.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 A(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function j(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(R,this),this.reset(!0)}function O(e){if(e){var n=e[r];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var a=-1,s=function n(){for(;++a<e.length;)if(i.call(e,a))return n.value=e[a],n.done=!1,n;return n.value=t,n.done=!0,n};return s.next=s}}return{next:C}}function C(){return{value:t,done:!0}}return y.prototype=b,a(E,"constructor",{value:b,configurable:!0}),a(b,"constructor",{value:y,configurable:!0}),y.displayName=l(b,c,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===y||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,b):(e.__proto__=b,l(e,c,"GeneratorFunction")),e.prototype=Object.create(E),e},e.awrap=function(e){return{__await:e}},S(k.prototype),l(k.prototype,o,(function(){return this})),e.AsyncIterator=k,e.async=function(t,n,i,a,s){void 0===s&&(s=Promise);var r=new k(u(t,n,i,a),s);return e.isGeneratorFunction(n)?r:r.next().then((function(e){return e.done?e.value:r.next()}))},S(E),l(E,c,"Generator"),l(E,r,(function(){return this})),l(E,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),n=[];for(var i in t)n.push(i);return n.reverse(),function e(){for(;n.length;){var i=n.pop();if(i in t)return e.value=i,e.done=!1,e}return e.done=!0,e}},e.values=O,j.prototype={constructor:j,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(A),!e)for(var n in this)"t"===n.charAt(0)&&i.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=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 n=this;function a(i,a){return o.type="throw",o.arg=e,n.next=i,a&&(n.method="next",n.arg=t),!!a}for(var s=this.tryEntries.length-1;s>=0;--s){var r=this.tryEntries[s],o=r.completion;if("root"===r.tryLoc)return a("end");if(r.tryLoc<=this.prev){var c=i.call(r,"catchLoc"),l=i.call(r,"finallyLoc");if(c&&l){if(this.prev<r.catchLoc)return a(r.catchLoc,!0);if(this.prev<r.finallyLoc)return a(r.finallyLoc)}else if(c){if(this.prev<r.catchLoc)return a(r.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<r.finallyLoc)return a(r.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var a=this.tryEntries[n];if(a.tryLoc<=this.prev&&i.call(a,"finallyLoc")&&this.prev<a.finallyLoc){var s=a;break}}s&&("break"===e||"continue"===e)&&s.tryLoc<=t&&t<=s.finallyLoc&&(s=null);var r=s?s.completion:{};return r.type=e,r.arg=t,s?(this.method="next",this.next=s.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 n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),A(n),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var i=n.completion;if("throw"===i.type){var a=i.arg;A(n)}return a}}throw new Error("illegal catch attempt")},delegateYield:function(e,n,i){return this.delegate={iterator:O(e),resultName:n,nextLoc:i},"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:{}});var Zu={exports:{}};
|
|
17
|
+
!function(t){var n,i,a,s=mt,r=e.extname,o=/^\s*([^;\s]*)(?:;|\s|$)/,c=/^text\//i;function l(e){if(!e||"string"!=typeof e)return!1;var t=o.exec(e),n=t&&s[t[1].toLowerCase()];return n&&n.charset?n.charset:!(!t||!c.test(t[1]))&&"UTF-8"}t.charset=l,t.charsets={lookup:l},t.contentType=function(e){if(!e||"string"!=typeof e)return!1;var n=-1===e.indexOf("/")?t.lookup(e):e;if(!n)return!1;if(-1===n.indexOf("charset")){var i=t.charset(n);i&&(n+="; charset="+i.toLowerCase())}return n},t.extension=function(e){if(!e||"string"!=typeof e)return!1;var n=o.exec(e),i=n&&t.extensions[n[1].toLowerCase()];if(!i||!i.length)return!1;return i[0]},t.extensions=Object.create(null),t.lookup=function(e){if(!e||"string"!=typeof e)return!1;var n=r("x."+e).toLowerCase().substr(1);if(!n)return!1;return t.types[n]||!1},t.types=Object.create(null),n=t.extensions,i=t.types,a=["nginx","apache",void 0,"iana"],Object.keys(s).forEach((function(e){var t=s[e],r=t.extensions;if(r&&r.length){n[e]=r;for(var o=0;o<r.length;o++){var c=r[o];if(i[c]){var l=a.indexOf(s[i[c]].source),u=a.indexOf(t.source);if("application/octet-stream"!==i[c]&&(l>u||l===u&&"application/"===i[c].substr(0,12)))continue}i[c]=e}}}))}(dt);var ht=i(dt),ft="undefined"!=typeof window?window:{screen:{},navigator:{}},gt=(ft.matchMedia||function(){return{matches:!1}}).bind(ft),vt={get passive(){return!0}},yt=function(){};ft.addEventListener&&ft.addEventListener("p",yt,vt),ft.removeEventListener&&ft.removeEventListener("p",yt,!1);var bt="ontouchstart"in ft,xt=bt||"TouchEvent"in ft&>("(any-pointer: coarse)").matches,wt=(ft.navigator.maxTouchPoints||0)>0||xt,_t=ft.navigator.userAgent||"",Et=gt("(pointer: coarse)").matches&&/iPad|Macintosh/.test(_t)&&Math.min(ft.screen.width||0,ft.screen.height||0)>=768,St=(gt("(pointer: coarse)").matches||!gt("(pointer: fine)").matches&&bt)&&!/Windows.*Firefox/.test(_t),kt=gt("(any-pointer: fine)").matches||gt("(any-hover: hover)").matches||Et||!bt,Tt=!wt||!kt&&St?wt?"touchOnly":"mouseOnly":"hybrid",It="mouseOnly"===Tt?"mouse":"touchOnly"===Tt||St?"touch":"mouse";function Rt(e){return e||(new URLSearchParams(window.location.search).get("lng")||"en")}function At(){return"touchOnly"===Tt||"hybrid"===Tt&&"touch"===It?"mobile":"desktop"}function jt(e,t,n,i,a,s,r){return r&&s&&"device"===a||s&&"device"===a?"".concat(e,"/").concat(n,"/").concat(i,"/").concat(t):r&&s&&"shared"===a||s&&"shared"===a?"".concat(e,"/").concat(n,"/shared/").concat(t):"device"===a?"".concat(e,"/").concat(i,"/").concat(t):"shared/device"===a?"".concat(e,"/shared/").concat(i,"/").concat(t):"languageSpecific"===a?"".concat(e,"/").concat(n,"/").concat(t):"default"===a?"".concat(e,"/").concat(t):"".concat(e,"/shared/").concat(t)}function Ot(e){var t=ht.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 Ct=function(e,t,n,i){var a=315576e5,s=new Date,r=function(e){var t=Number(e);return Object.is(t,NaN)||0===t?null:t},o=r(e),c=r(t),l=r(n),u=r(i),p={age:l,ageMonths:u};if(o&&c){p.birthMonth=o,p.birthYear=c;var d=new Date(c,o-1,s.getDate()),m=(s-d)/a;p.age=Math.floor(m),p.ageMonths=u||Math.floor(12*m)}else if(c){p.birthYear=c,p.birthMonth=s.getMonth()+1;var h=new Date(c,p.birthMonth-1,s.getDate()),f=(s-h)/a;p.age=Math.floor(f),p.ageMonths=u||Math.floor(12*f)}else if(u){var g=new Date;g.setMonth(g.getMonth()-u),p.birthYear=g.getFullYear(),p.birthMonth=g.getMonth()+1,p.age=Math.floor((s-g)/a)}else l?(p.birthYear=s.getFullYear()-l,p.birthMonth=s.getMonth()+1,p.ageMonths=12*l):(p.birthMonth=null,p.birthYear=null);return p};const Lt={name:"preload",parameters:{auto_preload:{type:d.BOOL,pretty_name:"Auto-preload",default:!1},trials:{type:d.TIMELINE,pretty_name:"Trials",default:[]},images:{type:d.STRING,pretty_name:"Images",default:[],array:!0},audio:{type:d.STRING,pretty_name:"Audio",default:[],array:!0},video:{type:d.STRING,pretty_name:"Video",default:[],array:!0},message:{type:d.HTML_STRING,pretty_name:"Message",default:null},show_progress_bar:{type:d.BOOL,pretty_name:"Show progress bar",default:!0},continue_after_error:{type:d.BOOL,pretty_name:"Continue after error",default:!1},error_message:{type:d.HTML_STRING,pretty_name:"Error message",default:"The experiment failed to load."},show_detailed_errors:{type:d.BOOL,pretty_name:"Show detailed errors",default:!1},max_load_time:{type:d.INT,pretty_name:"Max load time",default:null},on_error:{type:d.FUNCTION,pretty_name:"On error",default:null},on_success:{type:d.FUNCTION,pretty_name:"On success",default:null}}};class Ft{constructor(e){this.jsPsych=e}trial(e,t){var n=null,i=!1,a=[],s=[],r=[],o=[],c=this.jsPsych.getSafeModeStatus(),l=[],u=[],p=[];if(t.auto_preload){var d=this.jsPsych.getTimeline(),m=this.jsPsych.pluginAPI.getAutoPreloadList(d);l=l.concat(m.images),u=u.concat(m.audio),p=p.concat(m.video)}if(t.trials.length>0){var h=this.jsPsych.pluginAPI.getAutoPreloadList(t.trials);l=l.concat(h.images),u=u.concat(h.audio),p=p.concat(h.video)}l=l.concat(t.images),u=u.concat(t.audio),p=p.concat(t.video),l=this.jsPsych.utils.unique(l.flat()),u=this.jsPsych.utils.unique(u.flat()),p=this.jsPsych.utils.unique(p.flat()),c&&(p=[]);var f="";null!==t.message&&(f+=t.message),t.show_progress_bar&&(f+="\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=f;const g=()=>{if(_++,t.show_progress_bar){var n=_/w*100,i=e.querySelector("#jspsych-loading-progress-bar");null!==i&&(i.style.width=n+"%")}},v=()=>{void 0!==i&&!1===i&&(this.jsPsych.pluginAPI.clearAllTimeouts(),this.jsPsych.pluginAPI.cancelPreloads(),n=!0,x())},y=()=>{this.jsPsych.pluginAPI.cancelPreloads(),void 0===n||!1!==n&&null!==n||(i=!0,E<w&&(n=!1),T("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?x():b())},b=()=>{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})))},x=()=>{this.jsPsych.pluginAPI.clearAllTimeouts();var t={success:n,timeout:i,failed_images:a,failed_audio:s,failed_video:r};e.innerHTML="",this.jsPsych.finishTrial(t)};null!==t.max_load_time&&this.jsPsych.pluginAPI.setTimeout(y,t.max_load_time);var w=l.length+u.length+p.length,_=0,E=0;if(0==w)v();else{const e=e=>{this.jsPsych.pluginAPI.preloadVideo(p,e,k,S)},t=e=>{this.jsPsych.pluginAPI.preloadAudio(u,e,k,S)},n=e=>{this.jsPsych.pluginAPI.preloadImages(l,e,k,S)};p.length>0&&e((()=>{})),u.length>0&&t((()=>{})),l.length>0&&n((()=>{}))}function S(e){g(),null==n&&(n=!1);var i="unknown file";e.source&&(i=e.source),e.error&&e.error.path&&e.error.path.length>0&&("img"==e.error.path[0].localName?a.push(i):"audio"==e.error.path[0].localName?s.push(i):"video"==e.error.path[0].localName&&r.push(i));var c="<p><strong>Error loading file: "+i+"</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),T(i),_==w&&(t.continue_after_error?x():b())}function k(e){g(),function(e){null!==t.on_success&&t.on_success(e)}(e),++E==w?v():_==w&&(t.continue_after_error?x():b())}function T(e){null!==t.on_error&&t.on_error(e)}}simulate(e,t,n,i){"data-only"==t&&(i(),this.simulate_data_only(e,n)),"visual"==t&&this.simulate_visual(e,n,i)}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 n=this.create_simulation_data(e,t);this.jsPsych.finishTrial(n)}simulate_visual(e,t,n){const i=this.jsPsych.getDisplayElement();this.trial(i,e),n()}}function Ut(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var i,a,s,r,o=[],c=!0,l=!1;try{if(s=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;c=!1}else for(;!(c=(i=s.call(n)).done)&&(o.push(i.value),o.length!==t);c=!0);}catch(e){l=!0,a=e}finally{try{if(!c&&null!=n.return&&(r=n.return(),Object(r)!==r))return}finally{if(l)throw a}}return o}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Pt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Pt(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 Pt(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}Ft.info=Lt;var zt={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:[]},shared:["neutral-sound-2.wav","neutral-sound-sub.mp3","neutral-sound.mp3","academy-background.png","bird-happy.gif","bird-talking.gif","bird.png","cat-happy.gif","cat-talking.gif","cat.png","classroom-background.png","deer-happy.gif","deer-talking.gif","deer.png","dog-happy.gif","dog-talking.gif","dog.png","false-flash-key.gif","false-key.png","grade-keyboard.png","grade-keys.png","practice-left.png","practice-right.png","roar-sre-keyboard.png","roar-sre-practice-keyboard.png","true-flash-key.gif","true-key.png","rightArrowBlankShort.png","leftArrowBlankShort.png","false-flash-key-split.gif","false-static-key-split.png","true-flash-key-split.gif","true-static-key-split.png"]}};const Mt="mobile"===At(),Nt="https://storage.googleapis.com/roar-sre",qt=function(e,t,n){var i={images:{},video:{},audio:{}},a=Rt(n),s=At(),r=function(e,n){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=Ot(e),l=pt.parse(e).name,u=l.replace(/^([A-Z])|[\s-_](\w)/g,(function(e,t,n,i){return n?n.toUpperCase():t.toLowerCase()})),p=jt(t,e,a,s,n,r,o);i[c][u]=p}))},o=function(e){var t=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"):c(e.languageSpecific,t)),e.device&&r(e.device,"device"),e.shared&&l(e.shared))},c=function(e,t){Object.entries(e).forEach((function(e){var n=Ut(e,2),i=n[0],a=n[1];r(a,i,!0,t)}))},l=function(e){Array.isArray(e)?r(e,"shared"):Object.entries(e).forEach((function(e){var t=Ut(e,2),n=t[0],i=t[1];r(i,"device"===n?"shared/device":"shared")}))};return e.preload&&Object.entries(e.preload).forEach((function(e){var t=Ut(e,2);t[0];var n=t[1];o(n)})),e.default&&o(e.default,!0),i}(zt,Nt),$t=function(e,t,n){var i={},a=Rt(n),s=At();function r(e,n,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 l=Ot(e),u=jt(t,e,a,s,r,o,c);i[n]||(i[n]={type:Ft,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:[]}),i[n][l].push(u)}))}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];Array.isArray(t)?r(t,e,"default"):(t.languageSpecific&&function(e,t,n){Array.isArray(t)?r(t,e,"languageSpecific"):function(e,t,n){Object.entries(t).forEach((function(t){var i=Ut(t,2),a=i[0];r(i[1],e,a,!0,n)}))}(e,t,n)}(e,t.languageSpecific,n),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 n=Ut(t,2),i=n[0];r(n[1],e,"device"===i?"shared/device":"shared")}))}(e,t.shared))}return e.preload&&Object.entries(e.preload).forEach((function(e){var t=Ut(e,2);o(t[0],t[1])})),e.default&&o("default",e.default,!0),i}(zt,Nt).default,Dt=[ot,{timeline:[{type:B,questions:[{prompt:"Lab ID:",name:"labId",required:!0}],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:()=>"otherLabs"===r.session.get("config").recruitment&&null===r.session.get("config").labId},{timeline:[{type:B,questions:[{prompt:"Participant ID:",name:"pid",required:!0}],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:function(){return null===r.session.get("config").pid&&"demo"!==r.session.get("config").recruitment}},{timeline:[{type:K,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:()=>Boolean("demo"===r.session.get("config").recruitment||"otherLabs"===r.session.get("config").recruitment&&r.session.get("config").consent)},{timeline:[{type:V,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 n in e.response)""===e.response[n]?t[n]=null:t[n]="retake"===n||"ell"===n?parseInt(e.response[n],10):e.response[n];t.grade=r.session.get("config").userMetadata.grade;const n=r.session.get("config"),i=Ct(null,null,t.age);n.userMetadata={...n.userMetadata,...t,...i},r.session.set("config",n)}}],conditional_function:()=>"demo"===r.session.get("config").recruitment||r.session.get("config").consent||null===r.session.get("config").userMetadata.birthMonth},{timeline:[{type:G,stimulus:()=>qt.audio.gradeSelect,prompt:()=>Mt?`\n <div class="mobile-grade-select">\n <h3>${Ue.t("introduction.gradeSelect.text1")}</h3>\n <p>${Ue.t("introduction.gradeSelect.text2Mobile")}</p>\n <p>${Ue.t("introduction.gradeSelect.text3")}</p>\n <div class="button">${Ue.t("introduction.gradeSelect.text4Mobile")}</div>\n </div>\n `:`\n <div class="jspsych-content-modified" id="sre-background">\n <h3>${Ue.t("introduction.gradeSelect.text1")}</h3>\n <p>${Ue.t("introduction.gradeSelect.text2")}</p>\n <p>${Ue.t("introduction.gradeSelect.text3")}</p>\n <img width="50%" src="${qt.images.gradeKeyboard}" alt="grade keys">\n <div class="button">${Ue.t("introduction.gradeSelect.text4")}</div>\n </div>`,keyboard_choices:Mt?"NO_KEYS":["1","2","3","4","5","6","7","8"],button_choices:Mt?["1st Grade","2nd Grade","3rd Grade","4th Grade","5th Grade","6th Grade","7th Grade","8th Grade or higher"]:[],button_html:'<button class="grade-btn">%choice%</button>',prompt_above_buttons:!0,on_load:()=>{document.body.style.background="rgb(250, 246, 236)"},on_finish:e=>{document.body.style.background="white",Mt?r.session.set("tosrecCorpusId","tosrec"+e.button_respons+1):r.session.set("tosrecCorpusId","tosrec"+e.keyboard_response);const t=r.session.get("config");t.userMetadata={...t.userMetadata,grade:Number(e.response)},r.session.set("config",t)}}],conditional_function:()=>{const e=r.session.get("config").userMetadata.grade;return!(e&&e-Math.round(e)==0&&e<=8&&e>=1)||(r.session.set("tosrecCorpusId","tosrec"+e),!1)}}];var Bt=function(){this.__data__=[],this.size=0};var Yt=function(e,t){return e===t||e!=e&&t!=t},Kt=Yt;var Wt=function(e,t){for(var n=e.length;n--;)if(Kt(e[n][0],t))return n;return-1},Vt=Wt,Ht=Array.prototype.splice;var Gt=Wt;var Jt=Wt;var Qt=Wt;var Zt=Bt,Xt=function(e){var t=this.__data__,n=Vt(t,e);return!(n<0)&&(n==t.length-1?t.pop():Ht.call(t,n,1),--this.size,!0)},en=function(e){var t=this.__data__,n=Gt(t,e);return n<0?void 0:t[n][1]},tn=function(e){return Jt(this.__data__,e)>-1},nn=function(e,t){var n=this.__data__,i=Qt(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this};function an(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}an.prototype.clear=Zt,an.prototype.delete=Xt,an.prototype.get=en,an.prototype.has=tn,an.prototype.set=nn;var sn=an,rn=sn;var on=function(){this.__data__=new rn,this.size=0};var cn=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n};var ln=function(e){return this.__data__.get(e)};var un=function(e){return this.__data__.has(e)},pn="object"==typeof n&&n&&n.Object===Object&&n,dn=pn,mn="object"==typeof self&&self&&self.Object===Object&&self,hn=dn||mn||Function("return this")(),fn=hn.Symbol,gn=fn,vn=Object.prototype,yn=vn.hasOwnProperty,bn=vn.toString,xn=gn?gn.toStringTag:void 0;var wn=function(e){var t=yn.call(e,xn),n=e[xn];try{e[xn]=void 0;var i=!0}catch(e){}var a=bn.call(e);return i&&(t?e[xn]=n:delete e[xn]),a},_n=Object.prototype.toString;var En=wn,Sn=function(e){return _n.call(e)},kn=fn?fn.toStringTag:void 0;var Tn=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":kn&&kn in Object(e)?En(e):Sn(e)};var In=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},Rn=Tn,An=In;var jn,On=function(e){if(!An(e))return!1;var t=Rn(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},Cn=hn["__core-js_shared__"],Ln=(jn=/[^.]+$/.exec(Cn&&Cn.keys&&Cn.keys.IE_PROTO||""))?"Symbol(src)_1."+jn:"";var Fn=function(e){return!!Ln&&Ln in e},Un=Function.prototype.toString;var Pn=function(e){if(null!=e){try{return Un.call(e)}catch(e){}try{return e+""}catch(e){}}return""},zn=On,Mn=Fn,Nn=In,qn=Pn,$n=/^\[object .+?Constructor\]$/,Dn=Function.prototype,Bn=Object.prototype,Yn=Dn.toString,Kn=Bn.hasOwnProperty,Wn=RegExp("^"+Yn.call(Kn).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var Vn=function(e){return!(!Nn(e)||Mn(e))&&(zn(e)?Wn:$n).test(qn(e))},Hn=function(e,t){return null==e?void 0:e[t]};var Gn=function(e,t){var n=Hn(e,t);return Vn(n)?n:void 0},Jn=Gn(hn,"Map"),Qn=Gn(Object,"create"),Zn=Qn;var Xn=function(){this.__data__=Zn?Zn(null):{},this.size=0};var ei=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},ti=Qn,ni=Object.prototype.hasOwnProperty;var ii=function(e){var t=this.__data__;if(ti){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return ni.call(t,e)?t[e]:void 0},ai=Qn,si=Object.prototype.hasOwnProperty;var ri=Qn;var oi=Xn,ci=ei,li=ii,ui=function(e){var t=this.__data__;return ai?void 0!==t[e]:si.call(t,e)},pi=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=ri&&void 0===t?"__lodash_hash_undefined__":t,this};function di(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}di.prototype.clear=oi,di.prototype.delete=ci,di.prototype.get=li,di.prototype.has=ui,di.prototype.set=pi;var mi=di,hi=sn,fi=Jn;var gi=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var vi=function(e,t){var n=e.__data__;return gi(t)?n["string"==typeof t?"string":"hash"]:n.map},yi=vi;var bi=vi;var xi=vi;var wi=vi;var _i=function(){this.size=0,this.__data__={hash:new mi,map:new(fi||hi),string:new mi}},Ei=function(e){var t=yi(this,e).delete(e);return this.size-=t?1:0,t},Si=function(e){return bi(this,e).get(e)},ki=function(e){return xi(this,e).has(e)},Ti=function(e,t){var n=wi(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this};function Ii(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}Ii.prototype.clear=_i,Ii.prototype.delete=Ei,Ii.prototype.get=Si,Ii.prototype.has=ki,Ii.prototype.set=Ti;var Ri=Ii,Ai=sn,ji=Jn,Oi=Ri;var Ci=sn,Li=on,Fi=cn,Ui=ln,Pi=un,zi=function(e,t){var n=this.__data__;if(n instanceof Ai){var i=n.__data__;if(!ji||i.length<199)return i.push([e,t]),this.size=++n.size,this;n=this.__data__=new Oi(i)}return n.set(e,t),this.size=n.size,this};function Mi(e){var t=this.__data__=new Ci(e);this.size=t.size}Mi.prototype.clear=Li,Mi.prototype.delete=Fi,Mi.prototype.get=Ui,Mi.prototype.has=Pi,Mi.prototype.set=zi;var Ni=Mi;var qi=Ri,$i=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},Di=function(e){return this.__data__.has(e)};function Bi(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new qi;++t<n;)this.add(e[t])}Bi.prototype.add=Bi.prototype.push=$i,Bi.prototype.has=Di;var Yi=Bi,Ki=function(e,t){for(var n=-1,i=null==e?0:e.length;++n<i;)if(t(e[n],n,e))return!0;return!1},Wi=function(e,t){return e.has(t)};var Vi=function(e,t,n,i,a,s){var r=1&n,o=e.length,c=t.length;if(o!=c&&!(r&&c>o))return!1;var l=s.get(e),u=s.get(t);if(l&&u)return l==t&&u==e;var p=-1,d=!0,m=2&n?new Yi:void 0;for(s.set(e,t),s.set(t,e);++p<o;){var h=e[p],f=t[p];if(i)var g=r?i(f,h,p,t,e,s):i(h,f,p,e,t,s);if(void 0!==g){if(g)continue;d=!1;break}if(m){if(!Ki(t,(function(e,t){if(!Wi(m,t)&&(h===e||a(h,e,n,i,s)))return m.push(t)}))){d=!1;break}}else if(h!==f&&!a(h,f,n,i,s)){d=!1;break}}return s.delete(e),s.delete(t),d},Hi=hn.Uint8Array;var Gi=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e,i){n[++t]=[i,e]})),n};var Ji=Hi,Qi=Yt,Zi=Vi,Xi=Gi,ea=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n},ta=fn?fn.prototype:void 0,na=ta?ta.valueOf:void 0;var ia=function(e,t,n,i,a,s,r){switch(n){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||!s(new Ji(e),new Ji(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return Qi(+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=Xi;case"[object Set]":var c=1&i;if(o||(o=ea),e.size!=t.size&&!c)return!1;var l=r.get(e);if(l)return l==t;i|=2,r.set(e,t);var u=Zi(o(e),o(t),i,a,s,r);return r.delete(e),u;case"[object Symbol]":if(na)return na.call(e)==na.call(t)}return!1};var aa=function(e,t){for(var n=-1,i=t.length,a=e.length;++n<i;)e[a+n]=t[n];return e},sa=Array.isArray,ra=aa,oa=sa;var ca=function(e,t,n){var i=t(e);return oa(e)?i:ra(i,n(e))};var la=function(){return[]},ua=function(e,t){for(var n=-1,i=null==e?0:e.length,a=0,s=[];++n<i;){var r=e[n];t(r,n,e)&&(s[a++]=r)}return s},pa=la,da=Object.prototype.propertyIsEnumerable,ma=Object.getOwnPropertySymbols,ha=ma?function(e){return null==e?[]:(e=Object(e),ua(ma(e),(function(t){return da.call(e,t)})))}:pa;var fa=function(e,t){for(var n=-1,i=Array(e);++n<e;)i[n]=t(n);return i};var ga=function(e){return null!=e&&"object"==typeof e},va=Tn,ya=ga;var ba=function(e){return ya(e)&&"[object Arguments]"==va(e)},xa=ga,wa=Object.prototype,_a=wa.hasOwnProperty,Ea=wa.propertyIsEnumerable,Sa=ba(function(){return arguments}())?ba:function(e){return xa(e)&&_a.call(e,"callee")&&!Ea.call(e,"callee")},ka={exports:{}};var Ta=function(){return!1};!function(e,t){var n=hn,i=Ta,a=t&&!t.nodeType&&t,s=a&&e&&!e.nodeType&&e,r=s&&s.exports===a?n.Buffer:void 0,o=(r?r.isBuffer:void 0)||i;e.exports=o}(ka,ka.exports);var Ia=ka.exports,Ra=/^(?:0|[1-9]\d*)$/;var Aa=function(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&Ra.test(e))&&e>-1&&e%1==0&&e<t};var ja=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991},Oa=Tn,Ca=ja,La=ga,Fa={};Fa["[object Float32Array]"]=Fa["[object Float64Array]"]=Fa["[object Int8Array]"]=Fa["[object Int16Array]"]=Fa["[object Int32Array]"]=Fa["[object Uint8Array]"]=Fa["[object Uint8ClampedArray]"]=Fa["[object Uint16Array]"]=Fa["[object Uint32Array]"]=!0,Fa["[object Arguments]"]=Fa["[object Array]"]=Fa["[object ArrayBuffer]"]=Fa["[object Boolean]"]=Fa["[object DataView]"]=Fa["[object Date]"]=Fa["[object Error]"]=Fa["[object Function]"]=Fa["[object Map]"]=Fa["[object Number]"]=Fa["[object Object]"]=Fa["[object RegExp]"]=Fa["[object Set]"]=Fa["[object String]"]=Fa["[object WeakMap]"]=!1;var Ua=function(e){return La(e)&&Ca(e.length)&&!!Fa[Oa(e)]};var Pa=function(e){return function(t){return e(t)}},za={exports:{}};!function(e,t){var n=pn,i=t&&!t.nodeType&&t,a=i&&e&&!e.nodeType&&e,s=a&&a.exports===i&&n.process,r=function(){try{var e=a&&a.require&&a.require("util").types;return e||s&&s.binding&&s.binding("util")}catch(e){}}();e.exports=r}(za,za.exports);var Ma=za.exports,Na=Ua,qa=Pa,$a=Ma&&Ma.isTypedArray,Da=$a?qa($a):Na,Ba=fa,Ya=Sa,Ka=sa,Wa=Ia,Va=Aa,Ha=Da,Ga=Object.prototype.hasOwnProperty;var Ja=function(e,t){var n=Ka(e),i=!n&&Ya(e),a=!n&&!i&&Wa(e),s=!n&&!i&&!a&&Ha(e),r=n||i||a||s,o=r?Ba(e.length,String):[],c=o.length;for(var l in e)!t&&!Ga.call(e,l)||r&&("length"==l||a&&("offset"==l||"parent"==l)||s&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||Va(l,c))||o.push(l);return o},Qa=Object.prototype;var Za=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Qa)};var Xa=function(e,t){return function(n){return e(t(n))}},es=Xa(Object.keys,Object),ts=Za,ns=es,is=Object.prototype.hasOwnProperty;var as=On,ss=ja;var rs=function(e){return null!=e&&ss(e.length)&&!as(e)},os=Ja,cs=function(e){if(!ts(e))return ns(e);var t=[];for(var n in Object(e))is.call(e,n)&&"constructor"!=n&&t.push(n);return t},ls=rs;var us=function(e){return ls(e)?os(e):cs(e)},ps=ca,ds=ha,ms=us;var hs=function(e){return ps(e,ms,ds)},fs=hs,gs=Object.prototype.hasOwnProperty;var vs=function(e,t,n,i,a,s){var r=1&n,o=fs(e),c=o.length;if(c!=fs(t).length&&!r)return!1;for(var l=c;l--;){var u=o[l];if(!(r?u in t:gs.call(t,u)))return!1}var p=s.get(e),d=s.get(t);if(p&&d)return p==t&&d==e;var m=!0;s.set(e,t),s.set(t,e);for(var h=r;++l<c;){var f=e[u=o[l]],g=t[u];if(i)var v=r?i(g,f,u,t,e,s):i(f,g,u,e,t,s);if(!(void 0===v?f===g||a(f,g,n,i,s):v)){m=!1;break}h||(h="constructor"==u)}if(m&&!h){var y=e.constructor,b=t.constructor;y==b||!("constructor"in e)||!("constructor"in t)||"function"==typeof y&&y instanceof y&&"function"==typeof b&&b instanceof b||(m=!1)}return s.delete(e),s.delete(t),m},ys=Gn(hn,"DataView"),bs=Jn,xs=Gn(hn,"Promise"),ws=Gn(hn,"Set"),_s=Gn(hn,"WeakMap"),Es=Tn,Ss=Pn,ks="[object Map]",Ts="[object Promise]",Is="[object Set]",Rs="[object WeakMap]",As="[object DataView]",js=Ss(ys),Os=Ss(bs),Cs=Ss(xs),Ls=Ss(ws),Fs=Ss(_s),Us=Es;(ys&&Us(new ys(new ArrayBuffer(1)))!=As||bs&&Us(new bs)!=ks||xs&&Us(xs.resolve())!=Ts||ws&&Us(new ws)!=Is||_s&&Us(new _s)!=Rs)&&(Us=function(e){var t=Es(e),n="[object Object]"==t?e.constructor:void 0,i=n?Ss(n):"";if(i)switch(i){case js:return As;case Os:return ks;case Cs:return Ts;case Ls:return Is;case Fs:return Rs}return t});var Ps=Us,zs=Ni,Ms=Vi,Ns=ia,qs=vs,$s=Ps,Ds=sa,Bs=Ia,Ys=Da,Ks="[object Arguments]",Ws="[object Array]",Vs="[object Object]",Hs=Object.prototype.hasOwnProperty;var Gs=function(e,t,n,i,a,s){var r=Ds(e),o=Ds(t),c=r?Ws:$s(e),l=o?Ws:$s(t),u=(c=c==Ks?Vs:c)==Vs,p=(l=l==Ks?Vs:l)==Vs,d=c==l;if(d&&Bs(e)){if(!Bs(t))return!1;r=!0,u=!1}if(d&&!u)return s||(s=new zs),r||Ys(e)?Ms(e,t,n,i,a,s):Ns(e,t,c,n,i,a,s);if(!(1&n)){var m=u&&Hs.call(e,"__wrapped__"),h=p&&Hs.call(t,"__wrapped__");if(m||h){var f=m?e.value():e,g=h?t.value():t;return s||(s=new zs),a(f,g,n,i,s)}}return!!d&&(s||(s=new zs),qs(e,t,n,i,a,s))},Js=ga;var Qs=function e(t,n,i,a,s){return t===n||(null==t||null==n||!Js(t)&&!Js(n)?t!=t&&n!=n:Gs(t,n,i,a,e,s))},Zs=Ni,Xs=Qs;var er=In;var tr=function(e){return e==e&&!er(e)},nr=tr,ir=us;var ar=function(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in Object(n)))}},sr=function(e,t,n,i){var a=n.length,s=a,r=!i;if(null==e)return!s;for(e=Object(e);a--;){var o=n[a];if(r&&o[2]?o[1]!==e[o[0]]:!(o[0]in e))return!1}for(;++a<s;){var c=(o=n[a])[0],l=e[c],u=o[1];if(r&&o[2]){if(void 0===l&&!(c in e))return!1}else{var p=new Zs;if(i)var d=i(l,u,c,e,t,p);if(!(void 0===d?Xs(u,l,3,i,p):d))return!1}}return!0},rr=function(e){for(var t=ir(e),n=t.length;n--;){var i=t[n],a=e[i];t[n]=[i,a,nr(a)]}return t},or=ar;var cr=function(e){var t=rr(e);return 1==t.length&&t[0][2]?or(t[0][0],t[0][1]):function(n){return n===e||sr(n,e,t)}},lr=Tn,ur=ga;var pr=function(e){return"symbol"==typeof e||ur(e)&&"[object Symbol]"==lr(e)},dr=sa,mr=pr,hr=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,fr=/^\w*$/;var gr=function(e,t){if(dr(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!mr(e))||(fr.test(e)||!hr.test(e)||null!=t&&e in Object(t))},vr=Ri;function yr(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var i=arguments,a=t?t.apply(this,i):i[0],s=n.cache;if(s.has(a))return s.get(a);var r=e.apply(this,i);return n.cache=s.set(a,r)||s,r};return n.cache=new(yr.Cache||vr),n}yr.Cache=vr;var br=yr;var xr=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,wr=/\\(\\)?/g,_r=function(e){var t=br(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(xr,(function(e,n,i,a){t.push(i?a.replace(wr,"$1"):n||e)})),t}));var Er=function(e,t){for(var n=-1,i=null==e?0:e.length,a=Array(i);++n<i;)a[n]=t(e[n],n,e);return a},Sr=Er,kr=sa,Tr=pr,Ir=fn?fn.prototype:void 0,Rr=Ir?Ir.toString:void 0;var Ar=function e(t){if("string"==typeof t)return t;if(kr(t))return Sr(t,e)+"";if(Tr(t))return Rr?Rr.call(t):"";var n=t+"";return"0"==n&&1/t==-Infinity?"-0":n},jr=Ar;var Or=sa,Cr=gr,Lr=_r,Fr=function(e){return null==e?"":jr(e)};var Ur=function(e,t){return Or(e)?e:Cr(e,t)?[e]:Lr(Fr(e))},Pr=pr;var zr=function(e){if("string"==typeof e||Pr(e))return e;var t=e+"";return"0"==t&&1/e==-Infinity?"-0":t},Mr=Ur,Nr=zr;var qr=function(e,t){for(var n=0,i=(t=Mr(t,e)).length;null!=e&&n<i;)e=e[Nr(t[n++])];return n&&n==i?e:void 0},$r=qr;var Dr=function(e,t,n){var i=null==e?void 0:$r(e,t);return void 0===i?n:i};var Br=Ur,Yr=Sa,Kr=sa,Wr=Aa,Vr=ja,Hr=zr;var Gr=function(e,t,n){for(var i=-1,a=(t=Br(t,e)).length,s=!1;++i<a;){var r=Hr(t[i]);if(!(s=null!=e&&n(e,r)))break;e=e[r]}return s||++i!=a?s:!!(a=null==e?0:e.length)&&Vr(a)&&Wr(r,a)&&(Kr(e)||Yr(e))},Jr=function(e,t){return null!=e&&t in Object(e)},Qr=Gr;var Zr=function(e,t){return null!=e&&Qr(e,t,Jr)},Xr=Qs,eo=Dr,to=Zr,no=gr,io=tr,ao=ar,so=zr;var ro=function(e,t){return no(e)&&io(t)?ao(so(e),t):function(n){var i=eo(n,e);return void 0===i&&i===t?to(n,e):Xr(t,i,3)}};var oo=function(e){return e};var co=qr;var lo=function(e){return function(t){return co(t,e)}},uo=function(e){return function(t){return null==t?void 0:t[e]}},po=lo,mo=gr,ho=zr;var fo=function(e){return mo(e)?uo(ho(e)):po(e)},go=cr,vo=ro,yo=oo,bo=sa,xo=fo;var wo=function(e){return"function"==typeof e?e:null==e?yo:"object"==typeof e?bo(e)?vo(e[0],e[1]):go(e):xo(e)};var _o=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)}},Eo=Gn,So=function(){try{var e=Eo(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),ko=So;var To=function(e,t,n){"__proto__"==t&&ko?ko(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n},Io=To,Ro=Yt,Ao=Object.prototype.hasOwnProperty;var jo=function(e,t,n){var i=e[t];Ao.call(e,t)&&Ro(i,n)&&(void 0!==n||t in e)||Io(e,t,n)},Oo=jo,Co=Ur,Lo=Aa,Fo=In,Uo=zr;var Po=function(e,t,n,i){if(!Fo(e))return e;for(var a=-1,s=(t=Co(t,e)).length,r=s-1,o=e;null!=o&&++a<s;){var c=Uo(t[a]),l=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return e;if(a!=r){var u=o[c];void 0===(l=i?i(u,c,o):void 0)&&(l=Fo(u)?u:Lo(t[a+1])?[]:{})}Oo(o,c,l),o=o[c]}return e},zo=qr,Mo=Po,No=Ur;var qo=function(e,t,n){for(var i=-1,a=t.length,s={};++i<a;){var r=t[i],o=zo(e,r);n(o,r)&&Mo(s,No(r,e),o)}return s},$o=Xa(Object.getPrototypeOf,Object),Do=aa,Bo=$o,Yo=ha,Ko=la,Wo=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)Do(t,Yo(e)),e=Bo(e);return t}:Ko;var Vo=In,Ho=Za,Go=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t},Jo=Object.prototype.hasOwnProperty;var Qo=Ja,Zo=function(e){if(!Vo(e))return Go(e);var t=Ho(e),n=[];for(var i in e)("constructor"!=i||!t&&Jo.call(e,i))&&n.push(i);return n},Xo=rs;var ec=function(e){return Xo(e)?Qo(e,!0):Zo(e)},tc=ca,nc=Wo,ic=ec;var ac=function(e){return tc(e,ic,nc)},sc=Er,rc=wo,oc=qo,cc=ac;var lc=function(e,t){if(null==e)return{};var n=sc(cc(e),(function(e){return[e]}));return t=rc(t),oc(e,n,(function(e,n){return t(e,n[0])}))},uc=wo,pc=_o,dc=lc;var mc=i((function(e,t){return dc(e,pc(uc(t)))}));var hc=i((function(e){return null===e}));var fc=i((function(e){return void 0===e}));const gc=function(e){const t=new $(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 l(t)}}])))),t}({show_progress_bar:!1,auto_update_progress_bar:!1,message_progress_bar:`${Ue.t("progressBar")}`,on_finish:()=>{document.body.style.cursor="auto"}});var vc=i((function(e){for(var t=-1,n=null==e?0:e.length,i={};++t<n;){var a=e[t];i[a[0]]=a[1]}return i}));var yc=function(e,t){for(var n=-1,i=null==e?0:e.length;++n<i&&!1!==t(e[n],n,e););return e},bc=jo,xc=To;var wc=function(e,t,n,i){var a=!n;n||(n={});for(var s=-1,r=t.length;++s<r;){var o=t[s],c=i?i(n[o],e[o],o,n,e):void 0;void 0===c&&(c=e[o]),a?xc(n,o,c):bc(n,o,c)}return n},_c=wc,Ec=us;var Sc=function(e,t){return e&&_c(t,Ec(t),e)},kc=wc,Tc=ec;var Ic=function(e,t){return e&&kc(t,Tc(t),e)},Rc={exports:{}};!function(e,t){var n=hn,i=t&&!t.nodeType&&t,a=i&&e&&!e.nodeType&&e,s=a&&a.exports===i?n.Buffer:void 0,r=s?s.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,i=r?r(n):new e.constructor(n);return e.copy(i),i}}(Rc,Rc.exports);var Ac=Rc.exports;var jc=function(e,t){var n=-1,i=e.length;for(t||(t=Array(i));++n<i;)t[n]=e[n];return t},Oc=wc,Cc=ha;var Lc=function(e,t){return Oc(e,Cc(e),t)},Fc=wc,Uc=Wo;var Pc=function(e,t){return Fc(e,Uc(e),t)},zc=Object.prototype.hasOwnProperty;var Mc=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&zc.call(e,"index")&&(n.index=e.index,n.input=e.input),n},Nc=Hi;var qc=function(e){var t=new e.constructor(e.byteLength);return new Nc(t).set(new Nc(e)),t},$c=qc;var Dc=function(e,t){var n=t?$c(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)},Bc=/\w*$/;var Yc=function(e){var t=new e.constructor(e.source,Bc.exec(e));return t.lastIndex=e.lastIndex,t},Kc=fn?fn.prototype:void 0,Wc=Kc?Kc.valueOf:void 0;var Vc=qc;var Hc=qc,Gc=Dc,Jc=Yc,Qc=function(e){return Wc?Object(Wc.call(e)):{}},Zc=function(e,t){var n=t?Vc(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)};var Xc=function(e,t,n){var i=e.constructor;switch(t){case"[object ArrayBuffer]":return Hc(e);case"[object Boolean]":case"[object Date]":return new i(+e);case"[object DataView]":return Gc(e,n);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 Zc(e,n);case"[object Map]":case"[object Set]":return new i;case"[object Number]":case"[object String]":return new i(e);case"[object RegExp]":return Jc(e);case"[object Symbol]":return Qc(e)}},el=In,tl=Object.create,nl=function(){function e(){}return function(t){if(!el(t))return{};if(tl)return tl(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}(),il=$o,al=Za;var sl=function(e){return"function"!=typeof e.constructor||al(e)?{}:nl(il(e))},rl=Ps,ol=ga;var cl=function(e){return ol(e)&&"[object Map]"==rl(e)},ll=Pa,ul=Ma&&Ma.isMap,pl=ul?ll(ul):cl,dl=Ps,ml=ga;var hl=function(e){return ml(e)&&"[object Set]"==dl(e)},fl=Pa,gl=Ma&&Ma.isSet,vl=gl?fl(gl):hl,yl=Ni,bl=yc,xl=jo,wl=Sc,_l=Ic,El=Ac,Sl=jc,kl=Lc,Tl=Pc,Il=hs,Rl=ac,Al=Ps,jl=Mc,Ol=Xc,Cl=sl,Ll=sa,Fl=Ia,Ul=pl,Pl=In,zl=vl,Ml=us,Nl=ec,ql="[object Arguments]",$l="[object Function]",Dl="[object Object]",Bl={};Bl[ql]=Bl["[object Array]"]=Bl["[object ArrayBuffer]"]=Bl["[object DataView]"]=Bl["[object Boolean]"]=Bl["[object Date]"]=Bl["[object Float32Array]"]=Bl["[object Float64Array]"]=Bl["[object Int8Array]"]=Bl["[object Int16Array]"]=Bl["[object Int32Array]"]=Bl["[object Map]"]=Bl["[object Number]"]=Bl[Dl]=Bl["[object RegExp]"]=Bl["[object Set]"]=Bl["[object String]"]=Bl["[object Symbol]"]=Bl["[object Uint8Array]"]=Bl["[object Uint8ClampedArray]"]=Bl["[object Uint16Array]"]=Bl["[object Uint32Array]"]=!0,Bl["[object Error]"]=Bl[$l]=Bl["[object WeakMap]"]=!1;var Yl=function e(t,n,i,a,s,r){var o,c=1&n,l=2&n,u=4&n;if(i&&(o=s?i(t,a,s,r):i(t)),void 0!==o)return o;if(!Pl(t))return t;var p=Ll(t);if(p){if(o=jl(t),!c)return Sl(t,o)}else{var d=Al(t),m=d==$l||"[object GeneratorFunction]"==d;if(Fl(t))return El(t,c);if(d==Dl||d==ql||m&&!s){if(o=l||m?{}:Cl(t),!c)return l?Tl(t,_l(o,t)):kl(t,wl(o,t))}else{if(!Bl[d])return s?t:{};o=Ol(t,d,c)}}r||(r=new yl);var h=r.get(t);if(h)return h;r.set(t,o),zl(t)?t.forEach((function(a){o.add(e(a,n,i,a,t,r))})):Ul(t)&&t.forEach((function(a,s){o.set(s,e(a,n,i,s,t,r))}));var f=p?void 0:(u?l?Rl:Il:l?Nl:Ml)(t);return bl(f||t,(function(a,s){f&&(a=t[s=a]),xl(o,s,e(a,n,i,s,t,r))})),o};var Kl=qr,Wl=function(e,t,n){var i=-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 s=Array(a);++i<a;)s[i]=e[i+t];return s};var Vl=function(e,t){return t.length<2?e:Kl(e,Wl(t,0,-1))},Hl=Ur,Gl=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0},Jl=Vl,Ql=zr;var Zl=function(e,t){return t=Hl(t,e),null==(e=Jl(e,t))||delete e[Ql(Gl(t))]},Xl=Tn,eu=$o,tu=ga,nu=Function.prototype,iu=Object.prototype,au=nu.toString,su=iu.hasOwnProperty,ru=au.call(Object);var ou=function(e){if(!tu(e)||"[object Object]"!=Xl(e))return!1;var t=eu(e);if(null===t)return!0;var n=su.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&au.call(n)==ru};var cu=function(e){return ou(e)?void 0:e},lu=Sa,uu=sa,pu=fn?fn.isConcatSpreadable:void 0;var du=aa,mu=function(e){return uu(e)||lu(e)||!!(pu&&e&&e[pu])};var hu=function e(t,n,i,a,s){var r=-1,o=t.length;for(i||(i=mu),s||(s=[]);++r<o;){var c=t[r];n>0&&i(c)?n>1?e(c,n-1,i,a,s):du(s,c):a||(s[s.length]=c)}return s},fu=hu;var gu=function(e){return(null==e?0:e.length)?fu(e,1):[]};var vu=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)},yu=Math.max;var bu=function(e,t,n){return t=yu(void 0===t?e.length-1:t,0),function(){for(var i=arguments,a=-1,s=yu(i.length-t,0),r=Array(s);++a<s;)r[a]=i[t+a];a=-1;for(var o=Array(t+1);++a<t;)o[a]=i[a];return o[t]=n(r),vu(e,this,o)}};var xu=function(e){return function(){return e}},wu=So,_u=wu?function(e,t){return wu(e,"toString",{configurable:!0,enumerable:!1,value:xu(t),writable:!0})}:oo,Eu=Date.now;var Su=function(e){var t=0,n=0;return function(){var i=Eu(),a=16-(i-n);if(n=i,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(_u),ku=gu,Tu=bu,Iu=Su;var Ru=Er,Au=Yl,ju=Zl,Ou=Ur,Cu=wc,Lu=cu,Fu=ac,Uu=function(e){return Iu(Tu(e,void 0,ku),e+"")}((function(e,t){var n={};if(null==e)return n;var i=!1;t=Ru(t,(function(t){return t=Ou(t,e),i||(i=t.length>1),t})),Cu(e,Fu(e),n),i&&(n=Au(n,7,Lu));for(var a=t.length;a--;)ju(n,t[a]);return n})),Pu=i(Uu),zu=Er;var Mu=function(e,t){return zu(t,(function(t){return[t,e[t]]}))},Nu=Ps,qu=Gi,$u=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=[e,e]})),n};var Du=i(function(e){return function(t){var n=Nu(t);return"[object Map]"==n?qu(t):"[object Set]"==n?$u(t):Mu(t,e(t))}}(us)),Bu={exports:{}};Bu.exports=function e(){var n="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==n?n:{};function i(){var t=n.URL||n.webkitURL||null,i=e.toString();return c.BLOB_URL||(c.BLOB_URL=t.createObjectURL(new Blob(["(",i,")();"],{type:"text/javascript"})))}var a=!n.document&&!!n.postMessage,s=a&&/blob:/i.test((n.location||{}).protocol),r={},o=0,c={};if(c.parse=u,c.unparse=p,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=!a&&!!n.Worker,c.NODE_STREAM_INPUT=1,c.LocalChunkSize=10485760,c.RemoteChunkSize=5242880,c.DefaultDelimiter=",",c.Parser=x,c.ParserHandle=y,c.NetworkStreamer=m,c.FileStreamer=h,c.StringStreamer=f,c.ReadableStreamStreamer=g,"undefined"==typeof PAPA_BROWSER_CONTEXT&&(c.DuplexStreamStreamer=v),n.jQuery){var l=n.jQuery;l.fn.parse=function(e){var t=e.config||{},i=[];return this.each((function(e){if("INPUT"!==l(this).prop("tagName").toUpperCase()||"file"!==l(this).attr("type").toLowerCase()||!n.FileReader||!this.files||0===this.files.length)return!0;for(var a=0;a<this.files.length;a++)i.push({file:this.files[a],inputElem:this,instanceConfig:l.extend({},t)})})),a(),this;function a(){if(0!==i.length){var t=i[0];if(R(e.before)){var n=e.before(t.file,t.inputElem);if("object"==typeof n){if("abort"===n.action)return void s("AbortError",t.file,t.inputElem,n.reason);if("skip"===n.action)return void r();"object"==typeof n.config&&(t.instanceConfig=l.extend(t.instanceConfig,n.config))}else if("skip"===n)return void r()}var a=t.instanceConfig.complete;t.instanceConfig.complete=function(e){R(a)&&a(e,t.file,t.inputElem),r()},c.parse(t.file,t.instanceConfig)}else R(e.complete)&&e.complete()}function s(t,n,i,a){R(e.error)&&e.error({name:t},n,i,a)}function r(){i.splice(0,1),a()}}}function u(e,t){var i=(t=t||{}).dynamicTyping||!1;if(R(i)&&(t.dynamicTypingFunction=i,i={}),t.dynamicTyping=i,t.transform=!!R(t.transform)&&t.transform,t.worker&&c.WORKERS_SUPPORTED){var a=w();return a.userStep=t.step,a.userChunk=t.chunk,a.userComplete=t.complete,a.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 a.postMessage({input:e,config:t,workerId:a.id})}var s=null;return e===c.NODE_STREAM_INPUT&&"undefined"==typeof PAPA_BROWSER_CONTEXT?(s=new v(t)).getStream():("string"==typeof e?s=t.download?new m(t):new f(t):!0===e.readable&&R(e.read)&&R(e.on)?s=new g(t):(n.File&&e instanceof File||e instanceof Object)&&(s=new h(t)),s.stream(e))}function p(e,t){var n=!1,i=!0,a=",",s="\r\n",r='"',o=r+r,l=!1,u=null,p=!1;m();var d=new RegExp(b(r),"g");if("string"==typeof e&&(e=JSON.parse(e)),Array.isArray(e)){if(!e.length||Array.isArray(e[0]))return h(null,e,l);if("object"==typeof e[0])return h(u||Object.keys(e[0]),e,l)}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||u),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])),h(e.fields||[],e.data||[],l);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||(a=t.delimiter),("boolean"==typeof t.quotes||"function"==typeof t.quotes||Array.isArray(t.quotes))&&(n=t.quotes),"boolean"!=typeof t.skipEmptyLines&&"string"!=typeof t.skipEmptyLines||(l=t.skipEmptyLines),"string"==typeof t.newline&&(s=t.newline),"string"==typeof t.quoteChar&&(r=t.quoteChar),"boolean"==typeof t.header&&(i=t.header),Array.isArray(t.columns)){if(0===t.columns.length)throw new Error("Option columns is empty");u=t.columns}void 0!==t.escapeChar&&(o=t.escapeChar+r),("boolean"==typeof t.escapeFormulae||t.escapeFormulae instanceof RegExp)&&(p=t.escapeFormulae instanceof RegExp?t.escapeFormulae:/^[=+\-@\t\r].*$/)}}function h(e,t,n){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&&i){for(var l=0;l<e.length;l++)l>0&&(r+=a),r+=f(e[l],l);t.length>0&&(r+=s)}for(var u=0;u<t.length;u++){var p=o?e.length:t[u].length,d=!1,m=o?0===Object.keys(t[u]).length:0===t[u].length;if(n&&!o&&(d="greedy"===n?""===t[u].join("").trim():1===t[u].length&&0===t[u][0].length),"greedy"===n&&o){for(var h=[],g=0;g<p;g++){var v=c?e[g]:g;h.push(t[u][v])}d=""===h.join("").trim()}if(!d){for(var y=0;y<p;y++){y>0&&!m&&(r+=a);var b=o&&c?e[y]:y;r+=f(t[u][b],y)}u<t.length-1&&(!n||p>0&&!m)&&(r+=s)}}return r}function f(e,t){if(null==e)return"";if(e.constructor===Date)return JSON.stringify(e).slice(1,25);var i=!1;p&&"string"==typeof e&&p.test(e)&&(e="'"+e,i=!0);var s=e.toString().replace(d,o);return(i=i||!0===n||"function"==typeof n&&n(e,t)||Array.isArray(n)&&n[t]||g(s,c.BAD_DELIMITERS)||s.indexOf(a)>-1||" "===s.charAt(0)||" "===s.charAt(s.length-1))?r+s+r:s}function g(e,t){for(var n=0;n<t.length;n++)if(e.indexOf(t[n])>-1)return!0;return!1}}function d(e){function t(e){var t=T(e);t.chunkSize=parseInt(t.chunkSize),e.step||e.chunk||(t.chunkSize=null),this._handle=new y(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 i=this._config.beforeFirstChunk(e);void 0!==i&&(e=i)}this.isFirstChunk=!1,this._halted=!1;var a=this._partialLine+e;this._partialLine="";var r=this._handle.parse(a,this._baseIndex,!this._finished);if(!this._handle.paused()&&!this._handle.aborted()){var o=r.meta.cursor;this._finished||(this._partialLine=a.substring(o-this._baseIndex),this._baseIndex=o),r&&r.data&&(this._rowCount+=r.data.length);var l=this._finished||this._config.preview&&this._rowCount>=this._config.preview;if(s)n.postMessage({results:r,workerId:c.WORKER_ID,finished:l});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||!l||!R(this._config.complete)||r&&r.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),l||r&&r.meta.paused||this._nextChunk(),r}this._halted=!0},this._sendError=function(e){R(this._config.error)?this._config.error(e):s&&this._config.error&&n.postMessage({workerId:c.WORKER_ID,error:e,finished:!1})}}function m(e){var t;function n(e){var t=e.getResponseHeader("Content-Range");return null===t?-1:parseInt(t.substring(t.lastIndexOf("/")+1))}(e=e||{}).chunkSize||(e.chunkSize=c.RemoteChunkSize),d.call(this,e),this._nextChunk=a?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),a||(t.onload=I(this._chunkLoaded,this),t.onerror=I(this._chunkError,this)),t.open(this._config.downloadRequestBody?"POST":"GET",this._input,!a),this._config.downloadRequestHeaders){var e=this._config.downloadRequestHeaders;for(var n in e)t.setRequestHeader(n,e[n])}if(this._config.chunkSize){var i=this._start+this._config.chunkSize-1;t.setRequestHeader("Range","bytes="+this._start+"-"+i)}try{t.send(this._config.downloadRequestBody)}catch(e){this._chunkError(e.message)}a&&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>=n(t),this.parseChunk(t.responseText)))},this._chunkError=function(e){var n=t.statusText||e;this._sendError(new Error(n))}}function h(e){var t,n;(e=e||{}).chunkSize||(e.chunkSize=c.LocalChunkSize),d.call(this,e);var i="undefined"!=typeof FileReader;this.stream=function(e){this._input=e,n=e.slice||e.webkitSlice||e.mozSlice,i?((t=new FileReader).onload=I(this._chunkLoaded,this),t.onerror=I(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 a=Math.min(this._start+this._config.chunkSize,this._input.size);e=n.call(e,this._start,a)}var s=t.readAsText(e,this._config.encoding);i||this._chunkLoaded({target:{result:s}})},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 f(e){var t;e=e||{},d.call(this,e),this.stream=function(e){return t=e,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var e,n=this._config.chunkSize;return n?(e=t.substring(0,n),t=t.substring(n)):(e=t,t=""),this._finished=!t,this.parseChunk(e)}}}function g(e){e=e||{},d.call(this,e);var t=[],n=!0,i=!1;this.pause=function(){d.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){d.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(){i&&1===t.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),t.length?this.parseChunk(t.shift()):n=!0},this._streamData=I((function(e){try{t.push("string"==typeof e?e:e.toString(this._config.encoding)),n&&(n=!1,this._checkIsFinished(),this.parseChunk(t.shift()))}catch(e){this._streamError(e)}}),this),this._streamError=I((function(e){this._streamCleanUp(),this._sendError(e)}),this),this._streamEnd=I((function(){this._streamCleanUp(),i=!0,this._streamData("")}),this),this._streamCleanUp=I((function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)}),this)}function v(e){var n=t.Duplex,i=T(e),a=!0,s=!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)},i.step=I(this._onCsvData,this),i.complete=I(this._onCsvComplete,this),d.call(this,i),this._nextChunk=function(){s&&1===r.length&&(this._finished=!0),r.length?r.shift()():a=!0},this._addToParseQueue=function(e,t){r.push(I((function(){if(this.parseChunk("string"==typeof e?e:e.toString(i.encoding)),R(t))return t()}),this)),a&&(a=!1,this._nextChunk())},this._onRead=function(){this._handle.paused()&&this._handle.resume()},this._onWrite=function(e,t,n){this._addToParseQueue(e,n)},this._onWriteComplete=function(){s=!0,this._addToParseQueue("")},this.getStream=function(){return o},(o=new n({readableObjectMode:!0,decodeStrings:!1,read:I(this._onRead,this),write:I(this._onWrite,this)})).once("finish",I(this._onWriteComplete,this))}function y(e){var t,n,i,a=Math.pow(2,53),s=-a,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))$/,l=this,u=0,p=0,d=!1,m=!1,h=[],f={data:[],errors:[],meta:{}};if(R(e.step)){var g=e.step;e.step=function(t){if(f=t,_())w();else{if(w(),0===f.data.length)return;u+=t.data.length,e.preview&&u>e.preview?n.abort():(f.data=f.data[0],g(f,l))}}}function v(t){return"greedy"===e.skipEmptyLines?""===t.join("").trim():1===t.length&&0===t[0].length}function y(e){if(r.test(e)){var t=parseFloat(e);if(t>s&&t<a)return!0}return!1}function w(){return f&&i&&(O("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+c.DefaultDelimiter+"'"),i=!1),e.skipEmptyLines&&(f.data=f.data.filter((function(e){return!v(e)}))),_()&&E(),I()}function _(){return e.header&&0===h.length}function E(){if(f)if(Array.isArray(f.data[0])){for(var t=0;_()&&t<f.data.length;t++)f.data[t].forEach(n);f.data.splice(0,1)}else f.data.forEach(n);function n(t,n){R(e.transformHeader)&&(t=e.transformHeader(t,n)),h.push(t)}}function S(t){return e.dynamicTypingFunction&&void 0===e.dynamicTyping[t]&&(e.dynamicTyping[t]=e.dynamicTypingFunction(t)),!0===(e.dynamicTyping[t]||e.dynamicTyping)}function k(e,t){return S(e)?"true"===t||"TRUE"===t||"false"!==t&&"FALSE"!==t&&(y(t)?parseFloat(t):o.test(t)?new Date(t):""===t?null:t):t}function I(){if(!f||!e.header&&!e.dynamicTyping&&!e.transform)return f;function t(t,n){var i,a=e.header?{}:[];for(i=0;i<t.length;i++){var s=i,r=t[i];e.header&&(s=i>=h.length?"__parsed_extra":h[i]),e.transform&&(r=e.transform(r,s)),r=k(s,r),"__parsed_extra"===s?(a[s]=a[s]||[],a[s].push(r)):a[s]=r}return e.header&&(i>h.length?O("FieldMismatch","TooManyFields","Too many fields: expected "+h.length+" fields but parsed "+i,p+n):i<h.length&&O("FieldMismatch","TooFewFields","Too few fields: expected "+h.length+" fields but parsed "+i,p+n)),a}var n=1;return!f.data.length||Array.isArray(f.data[0])?(f.data=f.data.map(t),n=f.data.length):f.data=t(f.data,0),e.header&&f.meta&&(f.meta.fields=h),p+=n,f}function A(t,n,i,a,s){var r,o,l,u;s=s||[",","\t","|",";",c.RECORD_SEP,c.UNIT_SEP];for(var p=0;p<s.length;p++){var d=s[p],m=0,h=0,f=0;l=void 0;for(var g=new x({comments:a,delimiter:d,newline:n,preview:10}).parse(t),y=0;y<g.data.length;y++)if(i&&v(g.data[y]))f++;else{var b=g.data[y].length;h+=b,void 0!==l?b>0&&(m+=Math.abs(b-l),l=b):l=b}g.data.length>0&&(h/=g.data.length-f),(void 0===o||m<=o)&&(void 0===u||h>u)&&h>1.99&&(o=m,r=d,u=h)}return e.delimiter=r,{successful:!!r,bestDelimiter:r}}function j(e,t){e=e.substring(0,1048576);var n=new RegExp(b(t)+"([^]*?)"+b(t),"gm"),i=(e=e.replace(n,"")).split("\r"),a=e.split("\n"),s=a.length>1&&a[0].length<i[0].length;if(1===i.length||s)return"\n";for(var r=0,o=0;o<i.length;o++)"\n"===i[o][0]&&r++;return r>=i.length/2?"\r\n":"\r"}function O(e,t,n,i){var a={type:e,code:t,message:n};void 0!==i&&(a.row=i),f.errors.push(a)}this.parse=function(a,s,r){var o=e.quoteChar||'"';if(e.newline||(e.newline=j(a,o)),i=!1,e.delimiter)R(e.delimiter)&&(e.delimiter=e.delimiter(a),f.meta.delimiter=e.delimiter);else{var l=A(a,e.newline,e.skipEmptyLines,e.comments,e.delimitersToGuess);l.successful?e.delimiter=l.bestDelimiter:(i=!0,e.delimiter=c.DefaultDelimiter),f.meta.delimiter=e.delimiter}var u=T(e);return e.preview&&e.header&&u.preview++,t=a,n=new x(u),f=n.parse(t,s,r),w(),d?{meta:{paused:!0}}:f||{meta:{paused:!1}}},this.paused=function(){return d},this.pause=function(){d=!0,n.abort(),t=R(e.chunk)?"":t.substring(n.getCharIndex())},this.resume=function(){l.streamer._halted?(d=!1,l.streamer.parseChunk(t,!0)):setTimeout(l.resume,3)},this.aborted=function(){return m},this.abort=function(){m=!0,n.abort(),f.meta.aborted=!0,R(e.complete)&&e.complete(f),t=""}}function b(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function x(e){var t,n=(e=e||{}).delimiter,i=e.newline,a=e.comments,s=e.step,r=e.preview,o=e.fastMode,l=t=void 0===e.quoteChar||null===e.quoteChar?'"':e.quoteChar;if(void 0!==e.escapeChar&&(l=e.escapeChar),("string"!=typeof n||c.BAD_DELIMITERS.indexOf(n)>-1)&&(n=","),a===n)throw new Error("Comment character same as delimiter");!0===a?a="#":("string"!=typeof a||c.BAD_DELIMITERS.indexOf(a)>-1)&&(a=!1),"\n"!==i&&"\r"!==i&&"\r\n"!==i&&(i="\n");var u=0,p=!1;this.parse=function(e,c,d){if("string"!=typeof e)throw new Error("Input must be a string");var m=e.length,h=n.length,f=i.length,g=a.length,v=R(s);u=0;var y=[],x=[],w=[],_=0;if(!e)return P();if(o||!1!==o&&-1===e.indexOf(t)){for(var E=e.split(i),S=0;S<E.length;S++){if(w=E[S],u+=w.length,S!==E.length-1)u+=i.length;else if(d)return P();if(!a||w.substring(0,g)!==a){if(v){if(y=[],C(w.split(n)),z(),p)return P()}else C(w.split(n));if(r&&S>=r)return y=y.slice(0,r),P(!0)}}return P()}for(var k=e.indexOf(n,u),T=e.indexOf(i,u),I=new RegExp(b(l)+b(t),"g"),A=e.indexOf(t,u);;)if(e[u]!==t)if(a&&0===w.length&&e.substring(u,u+g)===a){if(-1===T)return P();u=T+f,T=e.indexOf(i,u),k=e.indexOf(n,u)}else if(-1!==k&&(k<T||-1===T))w.push(e.substring(u,k)),u=k+h,k=e.indexOf(n,u);else{if(-1===T)break;if(w.push(e.substring(u,T)),U(T+f),v&&(z(),p))return P();if(r&&y.length>=r)return P(!0)}else for(A=u,u++;;){if(-1===(A=e.indexOf(t,A+1)))return d||x.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:y.length,index:u}),F();if(A===m-1)return F(e.substring(u,A).replace(I,t));if(t!==l||e[A+1]!==l){if(t===l||0===A||e[A-1]!==l){-1!==k&&k<A+1&&(k=e.indexOf(n,A+1)),-1!==T&&T<A+1&&(T=e.indexOf(i,A+1));var j=L(-1===T?k:Math.min(k,T));if(e.substr(A+1+j,h)===n){w.push(e.substring(u,A).replace(I,t)),u=A+1+j+h,e[A+1+j+h]!==t&&(A=e.indexOf(t,u)),k=e.indexOf(n,u),T=e.indexOf(i,u);break}var O=L(T);if(e.substring(A+1+O,A+1+O+f)===i){if(w.push(e.substring(u,A).replace(I,t)),U(A+1+O+f),k=e.indexOf(n,u),A=e.indexOf(t,u),v&&(z(),p))return P();if(r&&y.length>=r)return P(!0);break}x.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:y.length,index:u}),A++}}else A++}return F();function C(e){y.push(e),_=u}function L(t){var n=0;if(-1!==t){var i=e.substring(A+1,t);i&&""===i.trim()&&(n=i.length)}return n}function F(t){return d||(void 0===t&&(t=e.substring(u)),w.push(t),u=m,C(w),v&&z()),P()}function U(t){u=t,C(w),w=[],T=e.indexOf(i,u)}function P(e){return{data:y,errors:x,meta:{delimiter:n,linebreak:i,aborted:p,truncated:!!e,cursor:_+(c||0)}}}function z(){s(P()),y=[],x=[]}},this.abort=function(){p=!0},this.getCharIndex=function(){return u}}function w(){if(!c.WORKERS_SUPPORTED)return!1;var e=i(),t=new n.Worker(e);return t.onmessage=_,t.id=o++,r[t.id]=t,t}function _(e){var t=e.data,n=r[t.workerId],i=!1;if(t.error)n.userError(t.error,t.file);else if(t.results&&t.results.data){var a={abort:function(){i=!0,E(t.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:S,resume:S};if(R(n.userStep)){for(var s=0;s<t.results.data.length&&(n.userStep({data:t.results.data[s],errors:t.results.errors,meta:t.results.meta},a),!i);s++);delete t.results}else R(n.userChunk)&&(n.userChunk(t.results,a,t.file),delete t.results)}t.finished&&!i&&E(t.workerId,t.results)}function E(e,t){var n=r[e];R(n.userComplete)&&n.userComplete(t),n.terminate(),delete r[e]}function S(){throw new Error("Not implemented.")}function k(e){var t=e.data;if(void 0===c.WORKER_ID&&t&&(c.WORKER_ID=t.workerId),"string"==typeof t.input)n.postMessage({workerId:c.WORKER_ID,results:c.parse(t.input,t.config),finished:!0});else if(n.File&&t.input instanceof File||t.input instanceof Object){var i=c.parse(t.input,t.config);i&&n.postMessage({workerId:c.WORKER_ID,results:i,finished:!0})}}function T(e){if("object"!=typeof e||null===e)return e;var t=Array.isArray(e)?[]:{};for(var n in e)t[n]=T(e[n]);return t}function I(e,t){return function(){e.apply(t,arguments)}}function R(e){return"function"==typeof e}return s&&(n.onmessage=k),m.prototype=Object.create(d.prototype),m.prototype.constructor=m,h.prototype=Object.create(d.prototype),h.prototype.constructor=h,f.prototype=Object.create(f.prototype),f.prototype.constructor=f,g.prototype=Object.create(d.prototype),g.prototype.constructor=g,"undefined"==typeof PAPA_BROWSER_CONTEXT&&(v.prototype=Object.create(d.prototype),v.prototype.constructor=v),c}();var Yu=Bu.exports;class Ku{constructor(){this.tableURL="https://storage.googleapis.com/roar-sre/scores/sre_lookup_v1.csv",this.lookupTable=[],this.tableLoaded=!1}async initTable(){return new Promise(((e,t)=>{const n=r.session.get("config").userMetadata?.grade;n||t(),Yu.parse(this.tableURL,{download:!0,header:!0,dynamicTyping:!0,skipEmptyLines:!0,step:e=>{n===Number(e.data.grade)&&this.lookupTable.push(Pu(e.data,[""]))},complete:()=>{this.tableLoaded=!0,e()}})}))}computedScoreCallback=async e=>{const t=vc(Du(e).map((([e,t])=>{const n="practice"===e?"practice":"test";return[e,{sreScore:(t[n]?.numCorrect||0)-(t[n]?.numIncorrect||0)}]}))),n=Math.max(t.lab?.sreScore||0,0);t.composite={sreScore:n};const i=r.session.get("config").userMetadata?.grade;if(i){this.tableLoaded||await this.initTable();const e=this.lookupTable.find((e=>e.sreScore===n)),{grade:i,sreScore:a,...s}=e;t.composite={sreScore:n,...s}}return t}}const Wu=e=>{e.displayElement&&(gc.opts.display_element=e.displayElement);const t=(e,t)=>function(){e.apply(e,arguments),t.apply(e,arguments)};gc.opts.on_finish=t(gc.opts.on_finish,(()=>{e.firekit.finishRun(),e.experimentFinished&&e.experimentFinished()}));const n=new Ku;gc.opts.on_data_update=t(gc.opts.on_data_update,(t=>{t.save_trial&&e.firekit.writeTrial(t,n.computedScoreCallback.bind(n))})),window.addEventListener("error",(t=>{const{msg:n,url:i,lineNo:a,columnNo:s,error:r}=t;e.firekit?.writeTrial({assessment_stage:"error",lastTrial:gc.data.getLastTrialData().trials[0],message:String(n),source:i||null,lineNo:String(a||null),colNo:String(s||null),error:JSON.stringify(r||null),timeStamp:(new Date).toISOString()})})),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("currentTrialCorrect",!0),r.session.set("coinTrackingIndex",0),r.session.set("initialized",!0)),r.session},Vu=e=>({timeline:Dt,on_timeline_finish:async()=>{e.pid=e.pid||(()=>{let e="";const t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";for(let n=0;n<16;n++)e+=t.charAt(Math.floor(62*Math.random()));return e})(),await e.firekit.updateUser({assessmentPid:e.pid,labId:e.labId,...e.userMetadata})}}),Hu={practice:st[Ue.language].corpusPractice,lab:st[Ue.language].corpusLab,ai:st[Ue.language].corpusAI,tosrec:st[Ue.language].corpusTOSREC},Gu=e=>e.reduce(((e,t)=>{const n={sentence:t.sentence,direction:t.direction,answer:t.answer,difficulty:t.difficulty,itemId:t.itemId};return e.push(n),e}),[]),Ju=e=>e.reduce(((e,t)=>{const n={sentence:t.sentence,grade:t.grade,direction:t.direction,answer:t.answer,itemId:t.itemId};return e.push(n),e}),[]),Qu={practice:(Zu=Hu.practice,Zu.reduce(((e,t)=>{const n={sentence:t.sentence,answer:t.answer,correct_response:t.correctresponse};return e.push(n),e}),[])),lab:Gu(Hu.lab),ai:(e=>{const t=[...e];for(let e=t.length-1;e>0;e--){const n=Math.floor(Math.random()*(e+1));[t[e],t[n]]=[t[n],t[e]]}return t})(Gu(Hu.ai)).slice(0,130),tosrec1:Ju(Hu.tosrec).filter((e=>1===e.grade)),tosrec2:Ju(Hu.tosrec).filter((e=>2===e.grade)),tosrec3:Ju(Hu.tosrec).filter((e=>3===e.grade)),tosrec4:Ju(Hu.tosrec).filter((e=>4===e.grade)),tosrec5:Ju(Hu.tosrec).filter((e=>5===e.grade)),tosrec6:Ju(Hu.tosrec).filter((e=>6===e.grade)),tosrec7:Ju(Hu.tosrec).filter((e=>7===e.grade)),tosrec8:Ju(Hu.tosrec).filter((e=>8===e.grade))};var Zu;!function(e){var t=function(e){var t,n=Object.prototype,i=n.hasOwnProperty,a=Object.defineProperty||function(e,t,n){e[t]=n.value},s="function"==typeof Symbol?Symbol:{},r=s.iterator||"@@iterator",o=s.asyncIterator||"@@asyncIterator",c=s.toStringTag||"@@toStringTag";function l(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,n){return e[t]=n}}function u(e,t,n,i){var s=t&&t.prototype instanceof v?t:v,r=Object.create(s.prototype),o=new j(i||[]);return a(r,"_invoke",{value:T(e,n,o)}),r}function p(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=u;var d="suspendedStart",m="suspendedYield",h="executing",f="completed",g={};function v(){}function y(){}function b(){}var x={};l(x,r,(function(){return this}));var w=Object.getPrototypeOf,_=w&&w(w(O([])));_&&_!==n&&i.call(_,r)&&(x=_);var E=b.prototype=v.prototype=Object.create(x);function S(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function k(e,t){function n(a,s,r,o){var c=p(e[a],e,s);if("throw"!==c.type){var l=c.arg,u=l.value;return u&&"object"==typeof u&&i.call(u,"__await")?t.resolve(u.__await).then((function(e){n("next",e,r,o)}),(function(e){n("throw",e,r,o)})):t.resolve(u).then((function(e){l.value=e,r(l)}),(function(e){return n("throw",e,r,o)}))}o(c.arg)}var s;a(this,"_invoke",{value:function(e,i){function a(){return new t((function(t,a){n(e,i,t,a)}))}return s=s?s.then(a,a):a()}})}function T(e,t,n){var i=d;return function(a,s){if(i===h)throw new Error("Generator is already running");if(i===f){if("throw"===a)throw s;return C()}for(n.method=a,n.arg=s;;){var r=n.delegate;if(r){var o=I(r,n);if(o){if(o===g)continue;return o}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===d)throw i=f,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=h;var c=p(e,t,n);if("normal"===c.type){if(i=n.done?f:m,c.arg===g)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(i=f,n.method="throw",n.arg=c.arg)}}}function I(e,n){var i=n.method,a=e.iterator[i];if(a===t)return n.delegate=null,"throw"===i&&e.iterator.return&&(n.method="return",n.arg=t,I(e,n),"throw"===n.method)||"return"!==i&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+i+"' method")),g;var s=p(a,e.iterator,n.arg);if("throw"===s.type)return n.method="throw",n.arg=s.arg,n.delegate=null,g;var r=s.arg;return r?r.done?(n[e.resultName]=r.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,g):r:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.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 A(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function j(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(R,this),this.reset(!0)}function O(e){if(e){var n=e[r];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var a=-1,s=function n(){for(;++a<e.length;)if(i.call(e,a))return n.value=e[a],n.done=!1,n;return n.value=t,n.done=!0,n};return s.next=s}}return{next:C}}function C(){return{value:t,done:!0}}return y.prototype=b,a(E,"constructor",{value:b,configurable:!0}),a(b,"constructor",{value:y,configurable:!0}),y.displayName=l(b,c,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===y||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,b):(e.__proto__=b,l(e,c,"GeneratorFunction")),e.prototype=Object.create(E),e},e.awrap=function(e){return{__await:e}},S(k.prototype),l(k.prototype,o,(function(){return this})),e.AsyncIterator=k,e.async=function(t,n,i,a,s){void 0===s&&(s=Promise);var r=new k(u(t,n,i,a),s);return e.isGeneratorFunction(n)?r:r.next().then((function(e){return e.done?e.value:r.next()}))},S(E),l(E,c,"Generator"),l(E,r,(function(){return this})),l(E,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),n=[];for(var i in t)n.push(i);return n.reverse(),function e(){for(;n.length;){var i=n.pop();if(i in t)return e.value=i,e.done=!1,e}return e.done=!0,e}},e.values=O,j.prototype={constructor:j,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(A),!e)for(var n in this)"t"===n.charAt(0)&&i.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=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 n=this;function a(i,a){return o.type="throw",o.arg=e,n.next=i,a&&(n.method="next",n.arg=t),!!a}for(var s=this.tryEntries.length-1;s>=0;--s){var r=this.tryEntries[s],o=r.completion;if("root"===r.tryLoc)return a("end");if(r.tryLoc<=this.prev){var c=i.call(r,"catchLoc"),l=i.call(r,"finallyLoc");if(c&&l){if(this.prev<r.catchLoc)return a(r.catchLoc,!0);if(this.prev<r.finallyLoc)return a(r.finallyLoc)}else if(c){if(this.prev<r.catchLoc)return a(r.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<r.finallyLoc)return a(r.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var a=this.tryEntries[n];if(a.tryLoc<=this.prev&&i.call(a,"finallyLoc")&&this.prev<a.finallyLoc){var s=a;break}}s&&("break"===e||"continue"===e)&&s.tryLoc<=t&&t<=s.finallyLoc&&(s=null);var r=s?s.completion:{};return r.type=e,r.arg=t,s?(this.method="next",this.next=s.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 n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),A(n),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var i=n.completion;if("throw"===i.type){var a=i.arg;A(n)}return a}}throw new Error("illegal catch attempt")},delegateYield:function(e,n,i){return this.delegate={iterator:O(e),resultName:n,nextLoc:i},"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:{}});var Xu={exports:{}};
|
|
18
18
|
/**
|
|
19
19
|
* @license
|
|
20
20
|
* Lodash <https://lodash.com/>
|
|
@@ -22,4 +22,4 @@ function(e){for(var t=[],n=0;n<e.elements.length;n++){var i=e.elements[n];if(i.n
|
|
|
22
22
|
* Released under MIT license <https://lodash.com/license>
|
|
23
23
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
24
24
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
25
|
-
*/!function(e,t){(function(){var i,a="Expected a function",s="__lodash_hash_undefined__",r="__lodash_placeholder__",o=16,c=32,l=64,u=128,p=256,d=1/0,m=9007199254740991,h=NaN,f=4294967295,g=[["ary",u],["bind",1],["bindKey",2],["curry",8],["curryRight",o],["flip",512],["partial",c],["partialRight",l],["rearg",p]],v="[object Arguments]",y="[object Array]",b="[object Boolean]",x="[object Date]",w="[object Error]",_="[object Function]",E="[object GeneratorFunction]",S="[object Map]",k="[object Number]",T="[object Object]",I="[object Promise]",R="[object RegExp]",A="[object Set]",j="[object String]",O="[object Symbol]",C="[object WeakMap]",L="[object ArrayBuffer]",F="[object DataView]",U="[object Float32Array]",P="[object Float64Array]",z="[object Int8Array]",M="[object Int16Array]",N="[object Int32Array]",q="[object Uint8Array]",$="[object Uint8ClampedArray]",D="[object Uint16Array]",B="[object Uint32Array]",K=/\b__p \+= '';/g,Y=/\b(__p \+=) '' \+/g,W=/(__e\(.*?\)|\b__t\)) \+\n'';/g,V=/&(?:amp|lt|gt|quot|#39);/g,H=/[&<>"']/g,G=RegExp(V.source),J=RegExp(H.source),Q=/<%-([\s\S]+?)%>/g,Z=/<%([\s\S]+?)%>/g,X=/<%=([\s\S]+?)%>/g,ee=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,te=/^\w*$/,ne=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ie=/[\\^$.*+?()[\]{}|]/g,ae=RegExp(ie.source),se=/^\s+/,re=/\s/,oe=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ce=/\{\n\/\* \[wrapped with (.+)\] \*/,le=/,? & /,ue=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,pe=/[()=,{}\[\]\/\s]/,de=/\\(\\)?/g,me=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,he=/\w*$/,fe=/^[-+]0x[0-9a-f]+$/i,ge=/^0b[01]+$/i,ve=/^\[object .+?Constructor\]$/,ye=/^0o[0-7]+$/i,be=/^(?:0|[1-9]\d*)$/,xe=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,we=/($^)/,_e=/['\n\r\u2028\u2029\\]/g,Ee="\\ud800-\\udfff",Se="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",ke="\\u2700-\\u27bf",Te="a-z\\xdf-\\xf6\\xf8-\\xff",Ie="A-Z\\xc0-\\xd6\\xd8-\\xde",Re="\\ufe0e\\ufe0f",Ae="\\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",je="['’]",Oe="["+Ee+"]",Ce="["+Ae+"]",Le="["+Se+"]",Fe="\\d+",Ue="["+ke+"]",Pe="["+Te+"]",ze="[^"+Ee+Ae+Fe+ke+Te+Ie+"]",Me="\\ud83c[\\udffb-\\udfff]",Ne="[^"+Ee+"]",qe="(?:\\ud83c[\\udde6-\\uddff]){2}",$e="[\\ud800-\\udbff][\\udc00-\\udfff]",De="["+Ie+"]",Be="\\u200d",Ke="(?:"+Pe+"|"+ze+")",Ye="(?:"+De+"|"+ze+")",We="(?:['’](?:d|ll|m|re|s|t|ve))?",Ve="(?:['’](?:D|LL|M|RE|S|T|VE))?",He="(?:"+Le+"|"+Me+")"+"?",Ge="["+Re+"]?",Je=Ge+He+("(?:"+Be+"(?:"+[Ne,qe,$e].join("|")+")"+Ge+He+")*"),Qe="(?:"+[Ue,qe,$e].join("|")+")"+Je,Ze="(?:"+[Ne+Le+"?",Le,qe,$e,Oe].join("|")+")",Xe=RegExp(je,"g"),et=RegExp(Le,"g"),tt=RegExp(Me+"(?="+Me+")|"+Ze+Je,"g"),nt=RegExp([De+"?"+Pe+"+"+We+"(?="+[Ce,De,"$"].join("|")+")",Ye+"+"+Ve+"(?="+[Ce,De+Ke,"$"].join("|")+")",De+"?"+Ke+"+"+We,De+"+"+Ve,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Fe,Qe].join("|"),"g"),it=RegExp("["+Be+Ee+Se+Re+"]"),at=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,st=["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[U]=ot[P]=ot[z]=ot[M]=ot[N]=ot[q]=ot[$]=ot[D]=ot[B]=!0,ot[v]=ot[y]=ot[L]=ot[b]=ot[F]=ot[x]=ot[w]=ot[_]=ot[S]=ot[k]=ot[T]=ot[R]=ot[A]=ot[j]=ot[C]=!1;var ct={};ct[v]=ct[y]=ct[L]=ct[F]=ct[b]=ct[x]=ct[U]=ct[P]=ct[z]=ct[M]=ct[N]=ct[S]=ct[k]=ct[T]=ct[R]=ct[A]=ct[j]=ct[O]=ct[q]=ct[$]=ct[D]=ct[B]=!0,ct[w]=ct[_]=ct[C]=!1;var lt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ut=parseFloat,pt=parseInt,dt="object"==typeof n&&n&&n.Object===Object&&n,mt="object"==typeof self&&self&&self.Object===Object&&self,ht=dt||mt||Function("return this")(),ft=t&&!t.nodeType&&t,gt=ft&&e&&!e.nodeType&&e,vt=gt&>.exports===ft,yt=vt&&dt.process,bt=function(){try{var e=gt&>.require&>.require("util").types;return e||yt&&yt.binding&&yt.binding("util")}catch(e){}}(),xt=bt&&bt.isArrayBuffer,wt=bt&&bt.isDate,_t=bt&&bt.isMap,Et=bt&&bt.isRegExp,St=bt&&bt.isSet,kt=bt&&bt.isTypedArray;function Tt(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function It(e,t,n,i){for(var a=-1,s=null==e?0:e.length;++a<s;){var r=e[a];t(i,r,n(r),e)}return i}function Rt(e,t){for(var n=-1,i=null==e?0:e.length;++n<i&&!1!==t(e[n],n,e););return e}function At(e,t){for(var n=null==e?0:e.length;n--&&!1!==t(e[n],n,e););return e}function jt(e,t){for(var n=-1,i=null==e?0:e.length;++n<i;)if(!t(e[n],n,e))return!1;return!0}function Ot(e,t){for(var n=-1,i=null==e?0:e.length,a=0,s=[];++n<i;){var r=e[n];t(r,n,e)&&(s[a++]=r)}return s}function Ct(e,t){return!!(null==e?0:e.length)&&Dt(e,t,0)>-1}function Lt(e,t,n){for(var i=-1,a=null==e?0:e.length;++i<a;)if(n(t,e[i]))return!0;return!1}function Ft(e,t){for(var n=-1,i=null==e?0:e.length,a=Array(i);++n<i;)a[n]=t(e[n],n,e);return a}function Ut(e,t){for(var n=-1,i=t.length,a=e.length;++n<i;)e[a+n]=t[n];return e}function Pt(e,t,n,i){var a=-1,s=null==e?0:e.length;for(i&&s&&(n=e[++a]);++a<s;)n=t(n,e[a],a,e);return n}function zt(e,t,n,i){var a=null==e?0:e.length;for(i&&a&&(n=e[--a]);a--;)n=t(n,e[a],a,e);return n}function Mt(e,t){for(var n=-1,i=null==e?0:e.length;++n<i;)if(t(e[n],n,e))return!0;return!1}var Nt=Wt("length");function qt(e,t,n){var i;return n(e,(function(e,n,a){if(t(e,n,a))return i=n,!1})),i}function $t(e,t,n,i){for(var a=e.length,s=n+(i?1:-1);i?s--:++s<a;)if(t(e[s],s,e))return s;return-1}function Dt(e,t,n){return t==t?function(e,t,n){var i=n-1,a=e.length;for(;++i<a;)if(e[i]===t)return i;return-1}(e,t,n):$t(e,Kt,n)}function Bt(e,t,n,i){for(var a=n-1,s=e.length;++a<s;)if(i(e[a],t))return a;return-1}function Kt(e){return e!=e}function Yt(e,t){var n=null==e?0:e.length;return n?Gt(e,t)/n:h}function Wt(e){return function(t){return null==t?i:t[e]}}function Vt(e){return function(t){return null==e?i:e[t]}}function Ht(e,t,n,i,a){return a(e,(function(e,a,s){n=i?(i=!1,e):t(n,e,a,s)})),n}function Gt(e,t){for(var n,a=-1,s=e.length;++a<s;){var r=t(e[a]);r!==i&&(n=n===i?r:n+r)}return n}function Jt(e,t){for(var n=-1,i=Array(e);++n<e;)i[n]=t(n);return i}function Qt(e){return e?e.slice(0,fn(e)+1).replace(se,""):e}function Zt(e){return function(t){return e(t)}}function Xt(e,t){return Ft(t,(function(t){return e[t]}))}function en(e,t){return e.has(t)}function tn(e,t){for(var n=-1,i=e.length;++n<i&&Dt(t,e[n],0)>-1;);return n}function nn(e,t){for(var n=e.length;n--&&Dt(t,e[n],0)>-1;);return n}var an=Vt({"À":"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"}),sn=Vt({"&":"&","<":"<",">":">",'"':""","'":"'"});function rn(e){return"\\"+lt[e]}function on(e){return it.test(e)}function cn(e){var t=-1,n=Array(e.size);return e.forEach((function(e,i){n[++t]=[i,e]})),n}function ln(e,t){return function(n){return e(t(n))}}function un(e,t){for(var n=-1,i=e.length,a=0,s=[];++n<i;){var o=e[n];o!==t&&o!==r||(e[n]=r,s[a++]=n)}return s}function pn(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}function dn(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=[e,e]})),n}function mn(e){return on(e)?function(e){var t=tt.lastIndex=0;for(;tt.test(e);)++t;return t}(e):Nt(e)}function hn(e){return on(e)?function(e){return e.match(tt)||[]}(e):function(e){return e.split("")}(e)}function fn(e){for(var t=e.length;t--&&re.test(e.charAt(t)););return t}var gn=Vt({"&":"&","<":"<",">":">",""":'"',"'":"'"});var vn=function e(t){var n=(t=null==t?ht:vn.defaults(ht.Object(),t,vn.pick(ht,st))).Array,re=t.Date,Ee=t.Error,Se=t.Function,ke=t.Math,Te=t.Object,Ie=t.RegExp,Re=t.String,Ae=t.TypeError,je=n.prototype,Oe=Se.prototype,Ce=Te.prototype,Le=t["__core-js_shared__"],Fe=Oe.toString,Ue=Ce.hasOwnProperty,Pe=0,ze=function(){var e=/[^.]+$/.exec(Le&&Le.keys&&Le.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),Me=Ce.toString,Ne=Fe.call(Te),qe=ht._,$e=Ie("^"+Fe.call(Ue).replace(ie,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),De=vt?t.Buffer:i,Be=t.Symbol,Ke=t.Uint8Array,Ye=De?De.allocUnsafe:i,We=ln(Te.getPrototypeOf,Te),Ve=Te.create,He=Ce.propertyIsEnumerable,Ge=je.splice,Je=Be?Be.isConcatSpreadable:i,Qe=Be?Be.iterator:i,Ze=Be?Be.toStringTag:i,tt=function(){try{var e=ps(Te,"defineProperty");return e({},"",{}),e}catch(e){}}(),it=t.clearTimeout!==ht.clearTimeout&&t.clearTimeout,lt=re&&re.now!==ht.Date.now&&re.now,dt=t.setTimeout!==ht.setTimeout&&t.setTimeout,mt=ke.ceil,ft=ke.floor,gt=Te.getOwnPropertySymbols,yt=De?De.isBuffer:i,bt=t.isFinite,Nt=je.join,Vt=ln(Te.keys,Te),yn=ke.max,bn=ke.min,xn=re.now,wn=t.parseInt,_n=ke.random,En=je.reverse,Sn=ps(t,"DataView"),kn=ps(t,"Map"),Tn=ps(t,"Promise"),In=ps(t,"Set"),Rn=ps(t,"WeakMap"),An=ps(Te,"create"),jn=Rn&&new Rn,On={},Cn=zs(Sn),Ln=zs(kn),Fn=zs(Tn),Un=zs(In),Pn=zs(Rn),zn=Be?Be.prototype:i,Mn=zn?zn.valueOf:i,Nn=zn?zn.toString:i;function qn(e){if(eo(e)&&!Br(e)&&!(e instanceof Kn)){if(e instanceof Bn)return e;if(Ue.call(e,"__wrapped__"))return Ms(e)}return new Bn(e)}var $n=function(){function e(){}return function(t){if(!Xr(t))return{};if(Ve)return Ve(t);e.prototype=t;var n=new e;return e.prototype=i,n}}();function Dn(){}function Bn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=i}function Kn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=f,this.__views__=[]}function Yn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function Wn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function Vn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function Hn(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new Vn;++t<n;)this.add(e[t])}function Gn(e){var t=this.__data__=new Wn(e);this.size=t.size}function Jn(e,t){var n=Br(e),i=!n&&Dr(e),a=!n&&!i&&Vr(e),s=!n&&!i&&!a&&co(e),r=n||i||a||s,o=r?Jt(e.length,Re):[],c=o.length;for(var l in e)!t&&!Ue.call(e,l)||r&&("length"==l||a&&("offset"==l||"parent"==l)||s&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||ys(l,c))||o.push(l);return o}function Qn(e){var t=e.length;return t?e[Hi(0,t-1)]:i}function Zn(e,t){return Fs(Aa(e),oi(t,0,e.length))}function Xn(e){return Fs(Aa(e))}function ei(e,t,n){(n!==i&&!Nr(e[t],n)||n===i&&!(t in e))&&si(e,t,n)}function ti(e,t,n){var a=e[t];Ue.call(e,t)&&Nr(a,n)&&(n!==i||t in e)||si(e,t,n)}function ni(e,t){for(var n=e.length;n--;)if(Nr(e[n][0],t))return n;return-1}function ii(e,t,n,i){return di(e,(function(e,a,s){t(i,e,n(e),s)})),i}function ai(e,t){return e&&ja(t,Oo(t),e)}function si(e,t,n){"__proto__"==t&&tt?tt(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function ri(e,t){for(var a=-1,s=t.length,r=n(s),o=null==e;++a<s;)r[a]=o?i:To(e,t[a]);return r}function oi(e,t,n){return e==e&&(n!==i&&(e=e<=n?e:n),t!==i&&(e=e>=t?e:t)),e}function ci(e,t,n,a,s,r){var o,c=1&t,l=2&t,u=4&t;if(n&&(o=s?n(e,a,s,r):n(e)),o!==i)return o;if(!Xr(e))return e;var p=Br(e);if(p){if(o=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&Ue.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!c)return Aa(e,o)}else{var d=hs(e),m=d==_||d==E;if(Vr(e))return Ea(e,c);if(d==T||d==v||m&&!s){if(o=l||m?{}:gs(e),!c)return l?function(e,t){return ja(e,ms(e),t)}(e,function(e,t){return e&&ja(t,Co(t),e)}(o,e)):function(e,t){return ja(e,ds(e),t)}(e,ai(o,e))}else{if(!ct[d])return s?e:{};o=function(e,t,n){var i=e.constructor;switch(t){case L:return Sa(e);case b:case x:return new i(+e);case F:return function(e,t){var n=t?Sa(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case U:case P:case z:case M:case N:case q:case $:case D:case B:return ka(e,n);case S:return new i;case k:case j:return new i(e);case R:return function(e){var t=new e.constructor(e.source,he.exec(e));return t.lastIndex=e.lastIndex,t}(e);case A:return new i;case O:return a=e,Mn?Te(Mn.call(a)):{}}var a}(e,d,c)}}r||(r=new Gn);var h=r.get(e);if(h)return h;r.set(e,o),so(e)?e.forEach((function(i){o.add(ci(i,t,n,i,e,r))})):to(e)&&e.forEach((function(i,a){o.set(a,ci(i,t,n,a,e,r))}));var f=p?i:(u?l?as:is:l?Co:Oo)(e);return Rt(f||e,(function(i,a){f&&(i=e[a=i]),ti(o,a,ci(i,t,n,a,e,r))})),o}function li(e,t,n){var a=n.length;if(null==e)return!a;for(e=Te(e);a--;){var s=n[a],r=t[s],o=e[s];if(o===i&&!(s in e)||!r(o))return!1}return!0}function ui(e,t,n){if("function"!=typeof e)throw new Ae(a);return js((function(){e.apply(i,n)}),t)}function pi(e,t,n,i){var a=-1,s=Ct,r=!0,o=e.length,c=[],l=t.length;if(!o)return c;n&&(t=Ft(t,Zt(n))),i?(s=Lt,r=!1):t.length>=200&&(s=en,r=!1,t=new Hn(t));e:for(;++a<o;){var u=e[a],p=null==n?u:n(u);if(u=i||0!==u?u:0,r&&p==p){for(var d=l;d--;)if(t[d]===p)continue e;c.push(u)}else s(t,p,i)||c.push(u)}return c}qn.templateSettings={escape:Q,evaluate:Z,interpolate:X,variable:"",imports:{_:qn}},qn.prototype=Dn.prototype,qn.prototype.constructor=qn,Bn.prototype=$n(Dn.prototype),Bn.prototype.constructor=Bn,Kn.prototype=$n(Dn.prototype),Kn.prototype.constructor=Kn,Yn.prototype.clear=function(){this.__data__=An?An(null):{},this.size=0},Yn.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Yn.prototype.get=function(e){var t=this.__data__;if(An){var n=t[e];return n===s?i:n}return Ue.call(t,e)?t[e]:i},Yn.prototype.has=function(e){var t=this.__data__;return An?t[e]!==i:Ue.call(t,e)},Yn.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=An&&t===i?s:t,this},Wn.prototype.clear=function(){this.__data__=[],this.size=0},Wn.prototype.delete=function(e){var t=this.__data__,n=ni(t,e);return!(n<0)&&(n==t.length-1?t.pop():Ge.call(t,n,1),--this.size,!0)},Wn.prototype.get=function(e){var t=this.__data__,n=ni(t,e);return n<0?i:t[n][1]},Wn.prototype.has=function(e){return ni(this.__data__,e)>-1},Wn.prototype.set=function(e,t){var n=this.__data__,i=ni(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this},Vn.prototype.clear=function(){this.size=0,this.__data__={hash:new Yn,map:new(kn||Wn),string:new Yn}},Vn.prototype.delete=function(e){var t=ls(this,e).delete(e);return this.size-=t?1:0,t},Vn.prototype.get=function(e){return ls(this,e).get(e)},Vn.prototype.has=function(e){return ls(this,e).has(e)},Vn.prototype.set=function(e,t){var n=ls(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this},Hn.prototype.add=Hn.prototype.push=function(e){return this.__data__.set(e,s),this},Hn.prototype.has=function(e){return this.__data__.has(e)},Gn.prototype.clear=function(){this.__data__=new Wn,this.size=0},Gn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Gn.prototype.get=function(e){return this.__data__.get(e)},Gn.prototype.has=function(e){return this.__data__.has(e)},Gn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Wn){var i=n.__data__;if(!kn||i.length<199)return i.push([e,t]),this.size=++n.size,this;n=this.__data__=new Vn(i)}return n.set(e,t),this.size=n.size,this};var di=La(xi),mi=La(wi,!0);function hi(e,t){var n=!0;return di(e,(function(e,i,a){return n=!!t(e,i,a)})),n}function fi(e,t,n){for(var a=-1,s=e.length;++a<s;){var r=e[a],o=t(r);if(null!=o&&(c===i?o==o&&!oo(o):n(o,c)))var c=o,l=r}return l}function gi(e,t){var n=[];return di(e,(function(e,i,a){t(e,i,a)&&n.push(e)})),n}function vi(e,t,n,i,a){var s=-1,r=e.length;for(n||(n=vs),a||(a=[]);++s<r;){var o=e[s];t>0&&n(o)?t>1?vi(o,t-1,n,i,a):Ut(a,o):i||(a[a.length]=o)}return a}var yi=Fa(),bi=Fa(!0);function xi(e,t){return e&&yi(e,t,Oo)}function wi(e,t){return e&&bi(e,t,Oo)}function _i(e,t){return Ot(t,(function(t){return Jr(e[t])}))}function Ei(e,t){for(var n=0,a=(t=ba(t,e)).length;null!=e&&n<a;)e=e[Ps(t[n++])];return n&&n==a?e:i}function Si(e,t,n){var i=t(e);return Br(e)?i:Ut(i,n(e))}function ki(e){return null==e?e===i?"[object Undefined]":"[object Null]":Ze&&Ze in Te(e)?function(e){var t=Ue.call(e,Ze),n=e[Ze];try{e[Ze]=i;var a=!0}catch(e){}var s=Me.call(e);a&&(t?e[Ze]=n:delete e[Ze]);return s}(e):function(e){return Me.call(e)}(e)}function Ti(e,t){return e>t}function Ii(e,t){return null!=e&&Ue.call(e,t)}function Ri(e,t){return null!=e&&t in Te(e)}function Ai(e,t,a){for(var s=a?Lt:Ct,r=e[0].length,o=e.length,c=o,l=n(o),u=1/0,p=[];c--;){var d=e[c];c&&t&&(d=Ft(d,Zt(t))),u=bn(d.length,u),l[c]=!a&&(t||r>=120&&d.length>=120)?new Hn(c&&d):i}d=e[0];var m=-1,h=l[0];e:for(;++m<r&&p.length<u;){var f=d[m],g=t?t(f):f;if(f=a||0!==f?f:0,!(h?en(h,g):s(p,g,a))){for(c=o;--c;){var v=l[c];if(!(v?en(v,g):s(e[c],g,a)))continue e}h&&h.push(g),p.push(f)}}return p}function ji(e,t,n){var a=null==(e=Is(e,t=ba(t,e)))?e:e[Ps(Gs(t))];return null==a?i:Tt(a,e,n)}function Oi(e){return eo(e)&&ki(e)==v}function Ci(e,t,n,a,s){return e===t||(null==e||null==t||!eo(e)&&!eo(t)?e!=e&&t!=t:function(e,t,n,a,s,r){var o=Br(e),c=Br(t),l=o?y:hs(e),u=c?y:hs(t),p=(l=l==v?T:l)==T,d=(u=u==v?T:u)==T,m=l==u;if(m&&Vr(e)){if(!Vr(t))return!1;o=!0,p=!1}if(m&&!p)return r||(r=new Gn),o||co(e)?ts(e,t,n,a,s,r):function(e,t,n,i,a,s,r){switch(n){case F:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case L:return!(e.byteLength!=t.byteLength||!s(new Ke(e),new Ke(t)));case b:case x:case k:return Nr(+e,+t);case w:return e.name==t.name&&e.message==t.message;case R:case j:return e==t+"";case S:var o=cn;case A:var c=1&i;if(o||(o=pn),e.size!=t.size&&!c)return!1;var l=r.get(e);if(l)return l==t;i|=2,r.set(e,t);var u=ts(o(e),o(t),i,a,s,r);return r.delete(e),u;case O:if(Mn)return Mn.call(e)==Mn.call(t)}return!1}(e,t,l,n,a,s,r);if(!(1&n)){var h=p&&Ue.call(e,"__wrapped__"),f=d&&Ue.call(t,"__wrapped__");if(h||f){var g=h?e.value():e,_=f?t.value():t;return r||(r=new Gn),s(g,_,n,a,r)}}if(!m)return!1;return r||(r=new Gn),function(e,t,n,a,s,r){var o=1&n,c=is(e),l=c.length,u=is(t),p=u.length;if(l!=p&&!o)return!1;var d=l;for(;d--;){var m=c[d];if(!(o?m in t:Ue.call(t,m)))return!1}var h=r.get(e),f=r.get(t);if(h&&f)return h==t&&f==e;var g=!0;r.set(e,t),r.set(t,e);var v=o;for(;++d<l;){var y=e[m=c[d]],b=t[m];if(a)var x=o?a(b,y,m,t,e,r):a(y,b,m,e,t,r);if(!(x===i?y===b||s(y,b,n,a,r):x)){g=!1;break}v||(v="constructor"==m)}if(g&&!v){var w=e.constructor,_=t.constructor;w==_||!("constructor"in e)||!("constructor"in t)||"function"==typeof w&&w instanceof w&&"function"==typeof _&&_ instanceof _||(g=!1)}return r.delete(e),r.delete(t),g}(e,t,n,a,s,r)}(e,t,n,a,Ci,s))}function Li(e,t,n,a){var s=n.length,r=s,o=!a;if(null==e)return!r;for(e=Te(e);s--;){var c=n[s];if(o&&c[2]?c[1]!==e[c[0]]:!(c[0]in e))return!1}for(;++s<r;){var l=(c=n[s])[0],u=e[l],p=c[1];if(o&&c[2]){if(u===i&&!(l in e))return!1}else{var d=new Gn;if(a)var m=a(u,p,l,e,t,d);if(!(m===i?Ci(p,u,3,a,d):m))return!1}}return!0}function Fi(e){return!(!Xr(e)||(t=e,ze&&ze in t))&&(Jr(e)?$e:ve).test(zs(e));var t}function Ui(e){return"function"==typeof e?e:null==e?ic:"object"==typeof e?Br(e)?$i(e[0],e[1]):qi(e):dc(e)}function Pi(e){if(!Es(e))return Vt(e);var t=[];for(var n in Te(e))Ue.call(e,n)&&"constructor"!=n&&t.push(n);return t}function zi(e){if(!Xr(e))return function(e){var t=[];if(null!=e)for(var n in Te(e))t.push(n);return t}(e);var t=Es(e),n=[];for(var i in e)("constructor"!=i||!t&&Ue.call(e,i))&&n.push(i);return n}function Mi(e,t){return e<t}function Ni(e,t){var i=-1,a=Yr(e)?n(e.length):[];return di(e,(function(e,n,s){a[++i]=t(e,n,s)})),a}function qi(e){var t=us(e);return 1==t.length&&t[0][2]?ks(t[0][0],t[0][1]):function(n){return n===e||Li(n,e,t)}}function $i(e,t){return xs(e)&&Ss(t)?ks(Ps(e),t):function(n){var a=To(n,e);return a===i&&a===t?Io(n,e):Ci(t,a,3)}}function Di(e,t,n,a,s){e!==t&&yi(t,(function(r,o){if(s||(s=new Gn),Xr(r))!function(e,t,n,a,s,r,o){var c=Rs(e,n),l=Rs(t,n),u=o.get(l);if(u)return void ei(e,n,u);var p=r?r(c,l,n+"",e,t,o):i,d=p===i;if(d){var m=Br(l),h=!m&&Vr(l),f=!m&&!h&&co(l);p=l,m||h||f?Br(c)?p=c:Wr(c)?p=Aa(c):h?(d=!1,p=Ea(l,!0)):f?(d=!1,p=ka(l,!0)):p=[]:io(l)||Dr(l)?(p=c,Dr(c)?p=vo(c):Xr(c)&&!Jr(c)||(p=gs(l))):d=!1}d&&(o.set(l,p),s(p,l,a,r,o),o.delete(l));ei(e,n,p)}(e,t,o,n,Di,a,s);else{var c=a?a(Rs(e,o),r,o+"",e,t,s):i;c===i&&(c=r),ei(e,o,c)}}),Co)}function Bi(e,t){var n=e.length;if(n)return ys(t+=t<0?n:0,n)?e[t]:i}function Ki(e,t,n){t=t.length?Ft(t,(function(e){return Br(e)?function(t){return Ei(t,1===e.length?e[0]:e)}:e})):[ic];var i=-1;t=Ft(t,Zt(cs()));var a=Ni(e,(function(e,n,a){var s=Ft(t,(function(t){return t(e)}));return{criteria:s,index:++i,value:e}}));return function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}(a,(function(e,t){return function(e,t,n){var i=-1,a=e.criteria,s=t.criteria,r=a.length,o=n.length;for(;++i<r;){var c=Ta(a[i],s[i]);if(c)return i>=o?c:c*("desc"==n[i]?-1:1)}return e.index-t.index}(e,t,n)}))}function Yi(e,t,n){for(var i=-1,a=t.length,s={};++i<a;){var r=t[i],o=Ei(e,r);n(o,r)&&Xi(s,ba(r,e),o)}return s}function Wi(e,t,n,i){var a=i?Bt:Dt,s=-1,r=t.length,o=e;for(e===t&&(t=Aa(t)),n&&(o=Ft(e,Zt(n)));++s<r;)for(var c=0,l=t[s],u=n?n(l):l;(c=a(o,u,c,i))>-1;)o!==e&&Ge.call(o,c,1),Ge.call(e,c,1);return e}function Vi(e,t){for(var n=e?t.length:0,i=n-1;n--;){var a=t[n];if(n==i||a!==s){var s=a;ys(a)?Ge.call(e,a,1):pa(e,a)}}return e}function Hi(e,t){return e+ft(_n()*(t-e+1))}function Gi(e,t){var n="";if(!e||t<1||t>m)return n;do{t%2&&(n+=e),(t=ft(t/2))&&(e+=e)}while(t);return n}function Ji(e,t){return Os(Ts(e,t,ic),e+"")}function Qi(e){return Qn(qo(e))}function Zi(e,t){var n=qo(e);return Fs(n,oi(t,0,n.length))}function Xi(e,t,n,a){if(!Xr(e))return e;for(var s=-1,r=(t=ba(t,e)).length,o=r-1,c=e;null!=c&&++s<r;){var l=Ps(t[s]),u=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return e;if(s!=o){var p=c[l];(u=a?a(p,l,c):i)===i&&(u=Xr(p)?p:ys(t[s+1])?[]:{})}ti(c,l,u),c=c[l]}return e}var ea=jn?function(e,t){return jn.set(e,t),e}:ic,ta=tt?function(e,t){return tt(e,"toString",{configurable:!0,enumerable:!1,value:ec(t),writable:!0})}:ic;function na(e){return Fs(qo(e))}function ia(e,t,i){var a=-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 r=n(s);++a<s;)r[a]=e[a+t];return r}function aa(e,t){var n;return di(e,(function(e,i,a){return!(n=t(e,i,a))})),!!n}function sa(e,t,n){var i=0,a=null==e?i:e.length;if("number"==typeof t&&t==t&&a<=2147483647){for(;i<a;){var s=i+a>>>1,r=e[s];null!==r&&!oo(r)&&(n?r<=t:r<t)?i=s+1:a=s}return a}return ra(e,t,ic,n)}function ra(e,t,n,a){var s=0,r=null==e?0:e.length;if(0===r)return 0;for(var o=(t=n(t))!=t,c=null===t,l=oo(t),u=t===i;s<r;){var p=ft((s+r)/2),d=n(e[p]),m=d!==i,h=null===d,f=d==d,g=oo(d);if(o)var v=a||f;else v=u?f&&(a||m):c?f&&m&&(a||!h):l?f&&m&&!h&&(a||!g):!h&&!g&&(a?d<=t:d<t);v?s=p+1:r=p}return bn(r,4294967294)}function oa(e,t){for(var n=-1,i=e.length,a=0,s=[];++n<i;){var r=e[n],o=t?t(r):r;if(!n||!Nr(o,c)){var c=o;s[a++]=0===r?0:r}}return s}function ca(e){return"number"==typeof e?e:oo(e)?h:+e}function la(e){if("string"==typeof e)return e;if(Br(e))return Ft(e,la)+"";if(oo(e))return Nn?Nn.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function ua(e,t,n){var i=-1,a=Ct,s=e.length,r=!0,o=[],c=o;if(n)r=!1,a=Lt;else if(s>=200){var l=t?null:Ga(e);if(l)return pn(l);r=!1,a=en,c=new Hn}else c=t?[]:o;e:for(;++i<s;){var u=e[i],p=t?t(u):u;if(u=n||0!==u?u:0,r&&p==p){for(var d=c.length;d--;)if(c[d]===p)continue e;t&&c.push(p),o.push(u)}else a(c,p,n)||(c!==o&&c.push(p),o.push(u))}return o}function pa(e,t){return null==(e=Is(e,t=ba(t,e)))||delete e[Ps(Gs(t))]}function da(e,t,n,i){return Xi(e,t,n(Ei(e,t)),i)}function ma(e,t,n,i){for(var a=e.length,s=i?a:-1;(i?s--:++s<a)&&t(e[s],s,e););return n?ia(e,i?0:s,i?s+1:a):ia(e,i?s+1:0,i?a:s)}function ha(e,t){var n=e;return n instanceof Kn&&(n=n.value()),Pt(t,(function(e,t){return t.func.apply(t.thisArg,Ut([e],t.args))}),n)}function fa(e,t,i){var a=e.length;if(a<2)return a?ua(e[0]):[];for(var s=-1,r=n(a);++s<a;)for(var o=e[s],c=-1;++c<a;)c!=s&&(r[s]=pi(r[s]||o,e[c],t,i));return ua(vi(r,1),t,i)}function ga(e,t,n){for(var a=-1,s=e.length,r=t.length,o={};++a<s;){var c=a<r?t[a]:i;n(o,e[a],c)}return o}function va(e){return Wr(e)?e:[]}function ya(e){return"function"==typeof e?e:ic}function ba(e,t){return Br(e)?e:xs(e,t)?[e]:Us(yo(e))}var xa=Ji;function wa(e,t,n){var a=e.length;return n=n===i?a:n,!t&&n>=a?e:ia(e,t,n)}var _a=it||function(e){return ht.clearTimeout(e)};function Ea(e,t){if(t)return e.slice();var n=e.length,i=Ye?Ye(n):new e.constructor(n);return e.copy(i),i}function Sa(e){var t=new e.constructor(e.byteLength);return new Ke(t).set(new Ke(e)),t}function ka(e,t){var n=t?Sa(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function Ta(e,t){if(e!==t){var n=e!==i,a=null===e,s=e==e,r=oo(e),o=t!==i,c=null===t,l=t==t,u=oo(t);if(!c&&!u&&!r&&e>t||r&&o&&l&&!c&&!u||a&&o&&l||!n&&l||!s)return 1;if(!a&&!r&&!u&&e<t||u&&n&&s&&!a&&!r||c&&n&&s||!o&&s||!l)return-1}return 0}function Ia(e,t,i,a){for(var s=-1,r=e.length,o=i.length,c=-1,l=t.length,u=yn(r-o,0),p=n(l+u),d=!a;++c<l;)p[c]=t[c];for(;++s<o;)(d||s<r)&&(p[i[s]]=e[s]);for(;u--;)p[c++]=e[s++];return p}function Ra(e,t,i,a){for(var s=-1,r=e.length,o=-1,c=i.length,l=-1,u=t.length,p=yn(r-c,0),d=n(p+u),m=!a;++s<p;)d[s]=e[s];for(var h=s;++l<u;)d[h+l]=t[l];for(;++o<c;)(m||s<r)&&(d[h+i[o]]=e[s++]);return d}function Aa(e,t){var i=-1,a=e.length;for(t||(t=n(a));++i<a;)t[i]=e[i];return t}function ja(e,t,n,a){var s=!n;n||(n={});for(var r=-1,o=t.length;++r<o;){var c=t[r],l=a?a(n[c],e[c],c,n,e):i;l===i&&(l=e[c]),s?si(n,c,l):ti(n,c,l)}return n}function Oa(e,t){return function(n,i){var a=Br(n)?It:ii,s=t?t():{};return a(n,e,cs(i,2),s)}}function Ca(e){return Ji((function(t,n){var a=-1,s=n.length,r=s>1?n[s-1]:i,o=s>2?n[2]:i;for(r=e.length>3&&"function"==typeof r?(s--,r):i,o&&bs(n[0],n[1],o)&&(r=s<3?i:r,s=1),t=Te(t);++a<s;){var c=n[a];c&&e(t,c,a,r)}return t}))}function La(e,t){return function(n,i){if(null==n)return n;if(!Yr(n))return e(n,i);for(var a=n.length,s=t?a:-1,r=Te(n);(t?s--:++s<a)&&!1!==i(r[s],s,r););return n}}function Fa(e){return function(t,n,i){for(var a=-1,s=Te(t),r=i(t),o=r.length;o--;){var c=r[e?o:++a];if(!1===n(s[c],c,s))break}return t}}function Ua(e){return function(t){var n=on(t=yo(t))?hn(t):i,a=n?n[0]:t.charAt(0),s=n?wa(n,1).join(""):t.slice(1);return a[e]()+s}}function Pa(e){return function(t){return Pt(Qo(Bo(t).replace(Xe,"")),e,"")}}function za(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 n=$n(e.prototype),i=e.apply(n,t);return Xr(i)?i:n}}function Ma(e){return function(t,n,a){var s=Te(t);if(!Yr(t)){var r=cs(n,3);t=Oo(t),n=function(e){return r(s[e],e,s)}}var o=e(t,n,a);return o>-1?s[r?t[o]:o]:i}}function Na(e){return ns((function(t){var n=t.length,s=n,r=Bn.prototype.thru;for(e&&t.reverse();s--;){var o=t[s];if("function"!=typeof o)throw new Ae(a);if(r&&!c&&"wrapper"==rs(o))var c=new Bn([],!0)}for(s=c?s:n;++s<n;){var l=rs(o=t[s]),u="wrapper"==l?ss(o):i;c=u&&ws(u[0])&&424==u[1]&&!u[4].length&&1==u[9]?c[rs(u[0])].apply(c,u[3]):1==o.length&&ws(o)?c[l]():c.thru(o)}return function(){var e=arguments,i=e[0];if(c&&1==e.length&&Br(i))return c.plant(i).value();for(var a=0,s=n?t[a].apply(this,e):i;++a<n;)s=t[a].call(this,s);return s}}))}function qa(e,t,a,s,r,o,c,l,p,d){var m=t&u,h=1&t,f=2&t,g=24&t,v=512&t,y=f?i:za(e);return function u(){for(var b=arguments.length,x=n(b),w=b;w--;)x[w]=arguments[w];if(g)var _=os(u),E=function(e,t){for(var n=e.length,i=0;n--;)e[n]===t&&++i;return i}(x,_);if(s&&(x=Ia(x,s,r,g)),o&&(x=Ra(x,o,c,g)),b-=E,g&&b<d){var S=un(x,_);return Va(e,t,qa,u.placeholder,a,x,S,l,p,d-b)}var k=h?a:this,T=f?k[e]:e;return b=x.length,l?x=function(e,t){var n=e.length,a=bn(t.length,n),s=Aa(e);for(;a--;){var r=t[a];e[a]=ys(r,n)?s[r]:i}return e}(x,l):v&&b>1&&x.reverse(),m&&p<b&&(x.length=p),this&&this!==ht&&this instanceof u&&(T=y||za(T)),T.apply(k,x)}}function $a(e,t){return function(n,i){return function(e,t,n,i){return xi(e,(function(e,a,s){t(i,n(e),a,s)})),i}(n,e,t(i),{})}}function Da(e,t){return function(n,a){var s;if(n===i&&a===i)return t;if(n!==i&&(s=n),a!==i){if(s===i)return a;"string"==typeof n||"string"==typeof a?(n=la(n),a=la(a)):(n=ca(n),a=ca(a)),s=e(n,a)}return s}}function Ba(e){return ns((function(t){return t=Ft(t,Zt(cs())),Ji((function(n){var i=this;return e(t,(function(e){return Tt(e,i,n)}))}))}))}function Ka(e,t){var n=(t=t===i?" ":la(t)).length;if(n<2)return n?Gi(t,e):t;var a=Gi(t,mt(e/mn(t)));return on(t)?wa(hn(a),0,e).join(""):a.slice(0,e)}function Ya(e){return function(t,a,s){return s&&"number"!=typeof s&&bs(t,a,s)&&(a=s=i),t=mo(t),a===i?(a=t,t=0):a=mo(a),function(e,t,i,a){for(var s=-1,r=yn(mt((t-e)/(i||1)),0),o=n(r);r--;)o[a?r:++s]=e,e+=i;return o}(t,a,s=s===i?t<a?1:-1:mo(s),e)}}function Wa(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=go(t),n=go(n)),e(t,n)}}function Va(e,t,n,a,s,r,o,u,p,d){var m=8&t;t|=m?c:l,4&(t&=~(m?l:c))||(t&=-4);var h=[e,t,s,m?r:i,m?o:i,m?i:r,m?i:o,u,p,d],f=n.apply(i,h);return ws(e)&&As(f,h),f.placeholder=a,Cs(f,e,t)}function Ha(e){var t=ke[e];return function(e,n){if(e=go(e),(n=null==n?0:bn(ho(n),292))&&bt(e)){var i=(yo(e)+"e").split("e");return+((i=(yo(t(i[0]+"e"+(+i[1]+n)))+"e").split("e"))[0]+"e"+(+i[1]-n))}return t(e)}}var Ga=In&&1/pn(new In([,-0]))[1]==d?function(e){return new In(e)}:cc;function Ja(e){return function(t){var n=hs(t);return n==S?cn(t):n==A?dn(t):function(e,t){return Ft(t,(function(t){return[t,e[t]]}))}(t,e(t))}}function Qa(e,t,s,d,m,h,f,g){var v=2&t;if(!v&&"function"!=typeof e)throw new Ae(a);var y=d?d.length:0;if(y||(t&=-97,d=m=i),f=f===i?f:yn(ho(f),0),g=g===i?g:ho(g),y-=m?m.length:0,t&l){var b=d,x=m;d=m=i}var w=v?i:ss(e),_=[e,t,s,d,m,b,x,h,f,g];if(w&&function(e,t){var n=e[1],i=t[1],a=n|i,s=a<131,o=i==u&&8==n||i==u&&n==p&&e[7].length<=t[8]||384==i&&t[7].length<=t[8]&&8==n;if(!s&&!o)return e;1&i&&(e[2]=t[2],a|=1&n?0:4);var c=t[3];if(c){var l=e[3];e[3]=l?Ia(l,c,t[4]):c,e[4]=l?un(e[3],r):t[4]}(c=t[5])&&(l=e[5],e[5]=l?Ra(l,c,t[6]):c,e[6]=l?un(e[5],r):t[6]);(c=t[7])&&(e[7]=c);i&u&&(e[8]=null==e[8]?t[8]:bn(e[8],t[8]));null==e[9]&&(e[9]=t[9]);e[0]=t[0],e[1]=a}(_,w),e=_[0],t=_[1],s=_[2],d=_[3],m=_[4],!(g=_[9]=_[9]===i?v?0:e.length:yn(_[9]-y,0))&&24&t&&(t&=-25),t&&1!=t)E=8==t||t==o?function(e,t,a){var s=za(e);return function r(){for(var o=arguments.length,c=n(o),l=o,u=os(r);l--;)c[l]=arguments[l];var p=o<3&&c[0]!==u&&c[o-1]!==u?[]:un(c,u);return(o-=p.length)<a?Va(e,t,qa,r.placeholder,i,c,p,i,i,a-o):Tt(this&&this!==ht&&this instanceof r?s:e,this,c)}}(e,t,g):t!=c&&33!=t||m.length?qa.apply(i,_):function(e,t,i,a){var s=1&t,r=za(e);return function t(){for(var o=-1,c=arguments.length,l=-1,u=a.length,p=n(u+c),d=this&&this!==ht&&this instanceof t?r:e;++l<u;)p[l]=a[l];for(;c--;)p[l++]=arguments[++o];return Tt(d,s?i:this,p)}}(e,t,s,d);else var E=function(e,t,n){var i=1&t,a=za(e);return function t(){return(this&&this!==ht&&this instanceof t?a:e).apply(i?n:this,arguments)}}(e,t,s);return Cs((w?ea:As)(E,_),e,t)}function Za(e,t,n,a){return e===i||Nr(e,Ce[n])&&!Ue.call(a,n)?t:e}function Xa(e,t,n,a,s,r){return Xr(e)&&Xr(t)&&(r.set(t,e),Di(e,t,i,Xa,r),r.delete(t)),e}function es(e){return io(e)?i:e}function ts(e,t,n,a,s,r){var o=1&n,c=e.length,l=t.length;if(c!=l&&!(o&&l>c))return!1;var u=r.get(e),p=r.get(t);if(u&&p)return u==t&&p==e;var d=-1,m=!0,h=2&n?new Hn:i;for(r.set(e,t),r.set(t,e);++d<c;){var f=e[d],g=t[d];if(a)var v=o?a(g,f,d,t,e,r):a(f,g,d,e,t,r);if(v!==i){if(v)continue;m=!1;break}if(h){if(!Mt(t,(function(e,t){if(!en(h,t)&&(f===e||s(f,e,n,a,r)))return h.push(t)}))){m=!1;break}}else if(f!==g&&!s(f,g,n,a,r)){m=!1;break}}return r.delete(e),r.delete(t),m}function ns(e){return Os(Ts(e,i,Ks),e+"")}function is(e){return Si(e,Oo,ds)}function as(e){return Si(e,Co,ms)}var ss=jn?function(e){return jn.get(e)}:cc;function rs(e){for(var t=e.name+"",n=On[t],i=Ue.call(On,t)?n.length:0;i--;){var a=n[i],s=a.func;if(null==s||s==e)return a.name}return t}function os(e){return(Ue.call(qn,"placeholder")?qn:e).placeholder}function cs(){var e=qn.iteratee||ac;return e=e===ac?Ui:e,arguments.length?e(arguments[0],arguments[1]):e}function ls(e,t){var n,i,a=e.__data__;return("string"==(i=typeof(n=t))||"number"==i||"symbol"==i||"boolean"==i?"__proto__"!==n:null===n)?a["string"==typeof t?"string":"hash"]:a.map}function us(e){for(var t=Oo(e),n=t.length;n--;){var i=t[n],a=e[i];t[n]=[i,a,Ss(a)]}return t}function ps(e,t){var n=function(e,t){return null==e?i:e[t]}(e,t);return Fi(n)?n:i}var ds=gt?function(e){return null==e?[]:(e=Te(e),Ot(gt(e),(function(t){return He.call(e,t)})))}:fc,ms=gt?function(e){for(var t=[];e;)Ut(t,ds(e)),e=We(e);return t}:fc,hs=ki;function fs(e,t,n){for(var i=-1,a=(t=ba(t,e)).length,s=!1;++i<a;){var r=Ps(t[i]);if(!(s=null!=e&&n(e,r)))break;e=e[r]}return s||++i!=a?s:!!(a=null==e?0:e.length)&&Zr(a)&&ys(r,a)&&(Br(e)||Dr(e))}function gs(e){return"function"!=typeof e.constructor||Es(e)?{}:$n(We(e))}function vs(e){return Br(e)||Dr(e)||!!(Je&&e&&e[Je])}function ys(e,t){var n=typeof e;return!!(t=null==t?m:t)&&("number"==n||"symbol"!=n&&be.test(e))&&e>-1&&e%1==0&&e<t}function bs(e,t,n){if(!Xr(n))return!1;var i=typeof t;return!!("number"==i?Yr(n)&&ys(t,n.length):"string"==i&&t in n)&&Nr(n[t],e)}function xs(e,t){if(Br(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!oo(e))||(te.test(e)||!ee.test(e)||null!=t&&e in Te(t))}function ws(e){var t=rs(e),n=qn[t];if("function"!=typeof n||!(t in Kn.prototype))return!1;if(e===n)return!0;var i=ss(n);return!!i&&e===i[0]}(Sn&&hs(new Sn(new ArrayBuffer(1)))!=F||kn&&hs(new kn)!=S||Tn&&hs(Tn.resolve())!=I||In&&hs(new In)!=A||Rn&&hs(new Rn)!=C)&&(hs=function(e){var t=ki(e),n=t==T?e.constructor:i,a=n?zs(n):"";if(a)switch(a){case Cn:return F;case Ln:return S;case Fn:return I;case Un:return A;case Pn:return C}return t});var _s=Le?Jr:gc;function Es(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Ce)}function Ss(e){return e==e&&!Xr(e)}function ks(e,t){return function(n){return null!=n&&(n[e]===t&&(t!==i||e in Te(n)))}}function Ts(e,t,a){return t=yn(t===i?e.length-1:t,0),function(){for(var i=arguments,s=-1,r=yn(i.length-t,0),o=n(r);++s<r;)o[s]=i[t+s];s=-1;for(var c=n(t+1);++s<t;)c[s]=i[s];return c[t]=a(o),Tt(e,this,c)}}function Is(e,t){return t.length<2?e:Ei(e,ia(t,0,-1))}function Rs(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var As=Ls(ea),js=dt||function(e,t){return ht.setTimeout(e,t)},Os=Ls(ta);function Cs(e,t,n){var i=t+"";return Os(e,function(e,t){var n=t.length;if(!n)return e;var i=n-1;return t[i]=(n>1?"& ":"")+t[i],t=t.join(n>2?", ":" "),e.replace(oe,"{\n/* [wrapped with "+t+"] */\n")}(i,function(e,t){return Rt(g,(function(n){var i="_."+n[0];t&n[1]&&!Ct(e,i)&&e.push(i)})),e.sort()}(function(e){var t=e.match(ce);return t?t[1].split(le):[]}(i),n)))}function Ls(e){var t=0,n=0;return function(){var a=xn(),s=16-(a-n);if(n=a,s>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(i,arguments)}}function Fs(e,t){var n=-1,a=e.length,s=a-1;for(t=t===i?a:t;++n<t;){var r=Hi(n,s),o=e[r];e[r]=e[n],e[n]=o}return e.length=t,e}var Us=function(e){var t=Lr(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(ne,(function(e,n,i,a){t.push(i?a.replace(de,"$1"):n||e)})),t}));function Ps(e){if("string"==typeof e||oo(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function zs(e){if(null!=e){try{return Fe.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Ms(e){if(e instanceof Kn)return e.clone();var t=new Bn(e.__wrapped__,e.__chain__);return t.__actions__=Aa(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var Ns=Ji((function(e,t){return Wr(e)?pi(e,vi(t,1,Wr,!0)):[]})),qs=Ji((function(e,t){var n=Gs(t);return Wr(n)&&(n=i),Wr(e)?pi(e,vi(t,1,Wr,!0),cs(n,2)):[]})),$s=Ji((function(e,t){var n=Gs(t);return Wr(n)&&(n=i),Wr(e)?pi(e,vi(t,1,Wr,!0),i,n):[]}));function Ds(e,t,n){var i=null==e?0:e.length;if(!i)return-1;var a=null==n?0:ho(n);return a<0&&(a=yn(i+a,0)),$t(e,cs(t,3),a)}function Bs(e,t,n){var a=null==e?0:e.length;if(!a)return-1;var s=a-1;return n!==i&&(s=ho(n),s=n<0?yn(a+s,0):bn(s,a-1)),$t(e,cs(t,3),s,!0)}function Ks(e){return(null==e?0:e.length)?vi(e,1):[]}function Ys(e){return e&&e.length?e[0]:i}var Ws=Ji((function(e){var t=Ft(e,va);return t.length&&t[0]===e[0]?Ai(t):[]})),Vs=Ji((function(e){var t=Gs(e),n=Ft(e,va);return t===Gs(n)?t=i:n.pop(),n.length&&n[0]===e[0]?Ai(n,cs(t,2)):[]})),Hs=Ji((function(e){var t=Gs(e),n=Ft(e,va);return(t="function"==typeof t?t:i)&&n.pop(),n.length&&n[0]===e[0]?Ai(n,i,t):[]}));function Gs(e){var t=null==e?0:e.length;return t?e[t-1]:i}var Js=Ji(Qs);function Qs(e,t){return e&&e.length&&t&&t.length?Wi(e,t):e}var Zs=ns((function(e,t){var n=null==e?0:e.length,i=ri(e,t);return Vi(e,Ft(t,(function(e){return ys(e,n)?+e:e})).sort(Ta)),i}));function Xs(e){return null==e?e:En.call(e)}var er=Ji((function(e){return ua(vi(e,1,Wr,!0))})),tr=Ji((function(e){var t=Gs(e);return Wr(t)&&(t=i),ua(vi(e,1,Wr,!0),cs(t,2))})),nr=Ji((function(e){var t=Gs(e);return t="function"==typeof t?t:i,ua(vi(e,1,Wr,!0),i,t)}));function ir(e){if(!e||!e.length)return[];var t=0;return e=Ot(e,(function(e){if(Wr(e))return t=yn(e.length,t),!0})),Jt(t,(function(t){return Ft(e,Wt(t))}))}function ar(e,t){if(!e||!e.length)return[];var n=ir(e);return null==t?n:Ft(n,(function(e){return Tt(t,i,e)}))}var sr=Ji((function(e,t){return Wr(e)?pi(e,t):[]})),rr=Ji((function(e){return fa(Ot(e,Wr))})),or=Ji((function(e){var t=Gs(e);return Wr(t)&&(t=i),fa(Ot(e,Wr),cs(t,2))})),cr=Ji((function(e){var t=Gs(e);return t="function"==typeof t?t:i,fa(Ot(e,Wr),i,t)})),lr=Ji(ir);var ur=Ji((function(e){var t=e.length,n=t>1?e[t-1]:i;return n="function"==typeof n?(e.pop(),n):i,ar(e,n)}));function pr(e){var t=qn(e);return t.__chain__=!0,t}function dr(e,t){return t(e)}var mr=ns((function(e){var t=e.length,n=t?e[0]:0,a=this.__wrapped__,s=function(t){return ri(t,e)};return!(t>1||this.__actions__.length)&&a instanceof Kn&&ys(n)?((a=a.slice(n,+n+(t?1:0))).__actions__.push({func:dr,args:[s],thisArg:i}),new Bn(a,this.__chain__).thru((function(e){return t&&!e.length&&e.push(i),e}))):this.thru(s)}));var hr=Oa((function(e,t,n){Ue.call(e,n)?++e[n]:si(e,n,1)}));var fr=Ma(Ds),gr=Ma(Bs);function vr(e,t){return(Br(e)?Rt:di)(e,cs(t,3))}function yr(e,t){return(Br(e)?At:mi)(e,cs(t,3))}var br=Oa((function(e,t,n){Ue.call(e,n)?e[n].push(t):si(e,n,[t])}));var xr=Ji((function(e,t,i){var a=-1,s="function"==typeof t,r=Yr(e)?n(e.length):[];return di(e,(function(e){r[++a]=s?Tt(t,e,i):ji(e,t,i)})),r})),wr=Oa((function(e,t,n){si(e,n,t)}));function _r(e,t){return(Br(e)?Ft:Ni)(e,cs(t,3))}var Er=Oa((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var Sr=Ji((function(e,t){if(null==e)return[];var n=t.length;return n>1&&bs(e,t[0],t[1])?t=[]:n>2&&bs(t[0],t[1],t[2])&&(t=[t[0]]),Ki(e,vi(t,1),[])})),kr=lt||function(){return ht.Date.now()};function Tr(e,t,n){return t=n?i:t,t=e&&null==t?e.length:t,Qa(e,u,i,i,i,i,t)}function Ir(e,t){var n;if("function"!=typeof t)throw new Ae(a);return e=ho(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=i),n}}var Rr=Ji((function(e,t,n){var i=1;if(n.length){var a=un(n,os(Rr));i|=c}return Qa(e,i,t,n,a)})),Ar=Ji((function(e,t,n){var i=3;if(n.length){var a=un(n,os(Ar));i|=c}return Qa(t,i,e,n,a)}));function jr(e,t,n){var s,r,o,c,l,u,p=0,d=!1,m=!1,h=!0;if("function"!=typeof e)throw new Ae(a);function f(t){var n=s,a=r;return s=r=i,p=t,c=e.apply(a,n)}function g(e){var n=e-u;return u===i||n>=t||n<0||m&&e-p>=o}function v(){var e=kr();if(g(e))return y(e);l=js(v,function(e){var n=t-(e-u);return m?bn(n,o-(e-p)):n}(e))}function y(e){return l=i,h&&s?f(e):(s=r=i,c)}function b(){var e=kr(),n=g(e);if(s=arguments,r=this,u=e,n){if(l===i)return function(e){return p=e,l=js(v,t),d?f(e):c}(u);if(m)return _a(l),l=js(v,t),f(u)}return l===i&&(l=js(v,t)),c}return t=go(t)||0,Xr(n)&&(d=!!n.leading,o=(m="maxWait"in n)?yn(go(n.maxWait)||0,t):o,h="trailing"in n?!!n.trailing:h),b.cancel=function(){l!==i&&_a(l),p=0,s=u=r=l=i},b.flush=function(){return l===i?c:y(kr())},b}var Or=Ji((function(e,t){return ui(e,1,t)})),Cr=Ji((function(e,t,n){return ui(e,go(t)||0,n)}));function Lr(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Ae(a);var n=function(){var i=arguments,a=t?t.apply(this,i):i[0],s=n.cache;if(s.has(a))return s.get(a);var r=e.apply(this,i);return n.cache=s.set(a,r)||s,r};return n.cache=new(Lr.Cache||Vn),n}function Fr(e){if("function"!=typeof e)throw new Ae(a);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)}}Lr.Cache=Vn;var Ur=xa((function(e,t){var n=(t=1==t.length&&Br(t[0])?Ft(t[0],Zt(cs())):Ft(vi(t,1),Zt(cs()))).length;return Ji((function(i){for(var a=-1,s=bn(i.length,n);++a<s;)i[a]=t[a].call(this,i[a]);return Tt(e,this,i)}))})),Pr=Ji((function(e,t){var n=un(t,os(Pr));return Qa(e,c,i,t,n)})),zr=Ji((function(e,t){var n=un(t,os(zr));return Qa(e,l,i,t,n)})),Mr=ns((function(e,t){return Qa(e,p,i,i,i,t)}));function Nr(e,t){return e===t||e!=e&&t!=t}var qr=Wa(Ti),$r=Wa((function(e,t){return e>=t})),Dr=Oi(function(){return arguments}())?Oi:function(e){return eo(e)&&Ue.call(e,"callee")&&!He.call(e,"callee")},Br=n.isArray,Kr=xt?Zt(xt):function(e){return eo(e)&&ki(e)==L};function Yr(e){return null!=e&&Zr(e.length)&&!Jr(e)}function Wr(e){return eo(e)&&Yr(e)}var Vr=yt||gc,Hr=wt?Zt(wt):function(e){return eo(e)&&ki(e)==x};function Gr(e){if(!eo(e))return!1;var t=ki(e);return t==w||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!io(e)}function Jr(e){if(!Xr(e))return!1;var t=ki(e);return t==_||t==E||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Qr(e){return"number"==typeof e&&e==ho(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=_t?Zt(_t):function(e){return eo(e)&&hs(e)==S};function no(e){return"number"==typeof e||eo(e)&&ki(e)==k}function io(e){if(!eo(e)||ki(e)!=T)return!1;var t=We(e);if(null===t)return!0;var n=Ue.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Fe.call(n)==Ne}var ao=Et?Zt(Et):function(e){return eo(e)&&ki(e)==R};var so=St?Zt(St):function(e){return eo(e)&&hs(e)==A};function ro(e){return"string"==typeof e||!Br(e)&&eo(e)&&ki(e)==j}function oo(e){return"symbol"==typeof e||eo(e)&&ki(e)==O}var co=kt?Zt(kt):function(e){return eo(e)&&Zr(e.length)&&!!ot[ki(e)]};var lo=Wa(Mi),uo=Wa((function(e,t){return e<=t}));function po(e){if(!e)return[];if(Yr(e))return ro(e)?hn(e):Aa(e);if(Qe&&e[Qe])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Qe]());var t=hs(e);return(t==S?cn:t==A?pn:qo)(e)}function mo(e){return e?(e=go(e))===d||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function ho(e){var t=mo(e),n=t%1;return t==t?n?t-n:t:0}function fo(e){return e?oi(ho(e),0,f):0}function go(e){if("number"==typeof e)return e;if(oo(e))return h;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 n=ge.test(e);return n||ye.test(e)?pt(e.slice(2),n?2:8):fe.test(e)?h:+e}function vo(e){return ja(e,Co(e))}function yo(e){return null==e?"":la(e)}var bo=Ca((function(e,t){if(Es(t)||Yr(t))ja(t,Oo(t),e);else for(var n in t)Ue.call(t,n)&&ti(e,n,t[n])})),xo=Ca((function(e,t){ja(t,Co(t),e)})),wo=Ca((function(e,t,n,i){ja(t,Co(t),e,i)})),_o=Ca((function(e,t,n,i){ja(t,Oo(t),e,i)})),Eo=ns(ri);var So=Ji((function(e,t){e=Te(e);var n=-1,a=t.length,s=a>2?t[2]:i;for(s&&bs(t[0],t[1],s)&&(a=1);++n<a;)for(var r=t[n],o=Co(r),c=-1,l=o.length;++c<l;){var u=o[c],p=e[u];(p===i||Nr(p,Ce[u])&&!Ue.call(e,u))&&(e[u]=r[u])}return e})),ko=Ji((function(e){return e.push(i,Xa),Tt(Fo,i,e)}));function To(e,t,n){var a=null==e?i:Ei(e,t);return a===i?n:a}function Io(e,t){return null!=e&&fs(e,t,Ri)}var Ro=$a((function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Me.call(t)),e[t]=n}),ec(ic)),Ao=$a((function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Me.call(t)),Ue.call(e,t)?e[t].push(n):e[t]=[n]}),cs),jo=Ji(ji);function Oo(e){return Yr(e)?Jn(e):Pi(e)}function Co(e){return Yr(e)?Jn(e,!0):zi(e)}var Lo=Ca((function(e,t,n){Di(e,t,n)})),Fo=Ca((function(e,t,n,i){Di(e,t,n,i)})),Uo=ns((function(e,t){var n={};if(null==e)return n;var i=!1;t=Ft(t,(function(t){return t=ba(t,e),i||(i=t.length>1),t})),ja(e,as(e),n),i&&(n=ci(n,7,es));for(var a=t.length;a--;)pa(n,t[a]);return n}));var Po=ns((function(e,t){return null==e?{}:function(e,t){return Yi(e,t,(function(t,n){return Io(e,n)}))}(e,t)}));function zo(e,t){if(null==e)return{};var n=Ft(as(e),(function(e){return[e]}));return t=cs(t),Yi(e,n,(function(e,n){return t(e,n[0])}))}var Mo=Ja(Oo),No=Ja(Co);function qo(e){return null==e?[]:Xt(e,Oo(e))}var $o=Pa((function(e,t,n){return t=t.toLowerCase(),e+(n?Do(t):t)}));function Do(e){return Jo(yo(e).toLowerCase())}function Bo(e){return(e=yo(e))&&e.replace(xe,an).replace(et,"")}var Ko=Pa((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Yo=Pa((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Wo=Ua("toLowerCase");var Vo=Pa((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ho=Pa((function(e,t,n){return e+(n?" ":"")+Jo(t)}));var Go=Pa((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Jo=Ua("toUpperCase");function Qo(e,t,n){return e=yo(e),(t=n?i:t)===i?function(e){return at.test(e)}(e)?function(e){return e.match(nt)||[]}(e):function(e){return e.match(ue)||[]}(e):e.match(t)||[]}var Zo=Ji((function(e,t){try{return Tt(e,i,t)}catch(e){return Gr(e)?e:new Ee(e)}})),Xo=ns((function(e,t){return Rt(t,(function(t){t=Ps(t),si(e,t,Rr(e[t],e))})),e}));function ec(e){return function(){return e}}var tc=Na(),nc=Na(!0);function ic(e){return e}function ac(e){return Ui("function"==typeof e?e:ci(e,1))}var sc=Ji((function(e,t){return function(n){return ji(n,e,t)}})),rc=Ji((function(e,t){return function(n){return ji(e,n,t)}}));function oc(e,t,n){var i=Oo(t),a=_i(t,i);null!=n||Xr(t)&&(a.length||!i.length)||(n=t,t=e,e=this,a=_i(t,Oo(t)));var s=!(Xr(n)&&"chain"in n&&!n.chain),r=Jr(e);return Rt(a,(function(n){var i=t[n];e[n]=i,r&&(e.prototype[n]=function(){var t=this.__chain__;if(s||t){var n=e(this.__wrapped__);return(n.__actions__=Aa(this.__actions__)).push({func:i,args:arguments,thisArg:e}),n.__chain__=t,n}return i.apply(e,Ut([this.value()],arguments))})})),e}function cc(){}var lc=Ba(Ft),uc=Ba(jt),pc=Ba(Mt);function dc(e){return xs(e)?Wt(Ps(e)):function(e){return function(t){return Ei(t,e)}}(e)}var mc=Ya(),hc=Ya(!0);function fc(){return[]}function gc(){return!1}var vc=Da((function(e,t){return e+t}),0),yc=Ha("ceil"),bc=Da((function(e,t){return e/t}),1),xc=Ha("floor");var wc,_c=Da((function(e,t){return e*t}),1),Ec=Ha("round"),Sc=Da((function(e,t){return e-t}),0);return qn.after=function(e,t){if("function"!=typeof t)throw new Ae(a);return e=ho(e),function(){if(--e<1)return t.apply(this,arguments)}},qn.ary=Tr,qn.assign=bo,qn.assignIn=xo,qn.assignInWith=wo,qn.assignWith=_o,qn.at=Eo,qn.before=Ir,qn.bind=Rr,qn.bindAll=Xo,qn.bindKey=Ar,qn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Br(e)?e:[e]},qn.chain=pr,qn.chunk=function(e,t,a){t=(a?bs(e,t,a):t===i)?1:yn(ho(t),0);var s=null==e?0:e.length;if(!s||t<1)return[];for(var r=0,o=0,c=n(mt(s/t));r<s;)c[o++]=ia(e,r,r+=t);return c},qn.compact=function(e){for(var t=-1,n=null==e?0:e.length,i=0,a=[];++t<n;){var s=e[t];s&&(a[i++]=s)}return a},qn.concat=function(){var e=arguments.length;if(!e)return[];for(var t=n(e-1),i=arguments[0],a=e;a--;)t[a-1]=arguments[a];return Ut(Br(i)?Aa(i):[i],vi(t,1))},qn.cond=function(e){var t=null==e?0:e.length,n=cs();return e=t?Ft(e,(function(e){if("function"!=typeof e[1])throw new Ae(a);return[n(e[0]),e[1]]})):[],Ji((function(n){for(var i=-1;++i<t;){var a=e[i];if(Tt(a[0],this,n))return Tt(a[1],this,n)}}))},qn.conforms=function(e){return function(e){var t=Oo(e);return function(n){return li(n,e,t)}}(ci(e,1))},qn.constant=ec,qn.countBy=hr,qn.create=function(e,t){var n=$n(e);return null==t?n:ai(n,t)},qn.curry=function e(t,n,a){var s=Qa(t,8,i,i,i,i,i,n=a?i:n);return s.placeholder=e.placeholder,s},qn.curryRight=function e(t,n,a){var s=Qa(t,o,i,i,i,i,i,n=a?i:n);return s.placeholder=e.placeholder,s},qn.debounce=jr,qn.defaults=So,qn.defaultsDeep=ko,qn.defer=Or,qn.delay=Cr,qn.difference=Ns,qn.differenceBy=qs,qn.differenceWith=$s,qn.drop=function(e,t,n){var a=null==e?0:e.length;return a?ia(e,(t=n||t===i?1:ho(t))<0?0:t,a):[]},qn.dropRight=function(e,t,n){var a=null==e?0:e.length;return a?ia(e,0,(t=a-(t=n||t===i?1:ho(t)))<0?0:t):[]},qn.dropRightWhile=function(e,t){return e&&e.length?ma(e,cs(t,3),!0,!0):[]},qn.dropWhile=function(e,t){return e&&e.length?ma(e,cs(t,3),!0):[]},qn.fill=function(e,t,n,a){var s=null==e?0:e.length;return s?(n&&"number"!=typeof n&&bs(e,t,n)&&(n=0,a=s),function(e,t,n,a){var s=e.length;for((n=ho(n))<0&&(n=-n>s?0:s+n),(a=a===i||a>s?s:ho(a))<0&&(a+=s),a=n>a?0:fo(a);n<a;)e[n++]=t;return e}(e,t,n,a)):[]},qn.filter=function(e,t){return(Br(e)?Ot:gi)(e,cs(t,3))},qn.flatMap=function(e,t){return vi(_r(e,t),1)},qn.flatMapDeep=function(e,t){return vi(_r(e,t),d)},qn.flatMapDepth=function(e,t,n){return n=n===i?1:ho(n),vi(_r(e,t),n)},qn.flatten=Ks,qn.flattenDeep=function(e){return(null==e?0:e.length)?vi(e,d):[]},qn.flattenDepth=function(e,t){return(null==e?0:e.length)?vi(e,t=t===i?1:ho(t)):[]},qn.flip=function(e){return Qa(e,512)},qn.flow=tc,qn.flowRight=nc,qn.fromPairs=function(e){for(var t=-1,n=null==e?0:e.length,i={};++t<n;){var a=e[t];i[a[0]]=a[1]}return i},qn.functions=function(e){return null==e?[]:_i(e,Oo(e))},qn.functionsIn=function(e){return null==e?[]:_i(e,Co(e))},qn.groupBy=br,qn.initial=function(e){return(null==e?0:e.length)?ia(e,0,-1):[]},qn.intersection=Ws,qn.intersectionBy=Vs,qn.intersectionWith=Hs,qn.invert=Ro,qn.invertBy=Ao,qn.invokeMap=xr,qn.iteratee=ac,qn.keyBy=wr,qn.keys=Oo,qn.keysIn=Co,qn.map=_r,qn.mapKeys=function(e,t){var n={};return t=cs(t,3),xi(e,(function(e,i,a){si(n,t(e,i,a),e)})),n},qn.mapValues=function(e,t){var n={};return t=cs(t,3),xi(e,(function(e,i,a){si(n,i,t(e,i,a))})),n},qn.matches=function(e){return qi(ci(e,1))},qn.matchesProperty=function(e,t){return $i(e,ci(t,1))},qn.memoize=Lr,qn.merge=Lo,qn.mergeWith=Fo,qn.method=sc,qn.methodOf=rc,qn.mixin=oc,qn.negate=Fr,qn.nthArg=function(e){return e=ho(e),Ji((function(t){return Bi(t,e)}))},qn.omit=Uo,qn.omitBy=function(e,t){return zo(e,Fr(cs(t)))},qn.once=function(e){return Ir(2,e)},qn.orderBy=function(e,t,n,a){return null==e?[]:(Br(t)||(t=null==t?[]:[t]),Br(n=a?i:n)||(n=null==n?[]:[n]),Ki(e,t,n))},qn.over=lc,qn.overArgs=Ur,qn.overEvery=uc,qn.overSome=pc,qn.partial=Pr,qn.partialRight=zr,qn.partition=Er,qn.pick=Po,qn.pickBy=zo,qn.property=dc,qn.propertyOf=function(e){return function(t){return null==e?i:Ei(e,t)}},qn.pull=Js,qn.pullAll=Qs,qn.pullAllBy=function(e,t,n){return e&&e.length&&t&&t.length?Wi(e,t,cs(n,2)):e},qn.pullAllWith=function(e,t,n){return e&&e.length&&t&&t.length?Wi(e,t,i,n):e},qn.pullAt=Zs,qn.range=mc,qn.rangeRight=hc,qn.rearg=Mr,qn.reject=function(e,t){return(Br(e)?Ot:gi)(e,Fr(cs(t,3)))},qn.remove=function(e,t){var n=[];if(!e||!e.length)return n;var i=-1,a=[],s=e.length;for(t=cs(t,3);++i<s;){var r=e[i];t(r,i,e)&&(n.push(r),a.push(i))}return Vi(e,a),n},qn.rest=function(e,t){if("function"!=typeof e)throw new Ae(a);return Ji(e,t=t===i?t:ho(t))},qn.reverse=Xs,qn.sampleSize=function(e,t,n){return t=(n?bs(e,t,n):t===i)?1:ho(t),(Br(e)?Zn:Zi)(e,t)},qn.set=function(e,t,n){return null==e?e:Xi(e,t,n)},qn.setWith=function(e,t,n,a){return a="function"==typeof a?a:i,null==e?e:Xi(e,t,n,a)},qn.shuffle=function(e){return(Br(e)?Xn:na)(e)},qn.slice=function(e,t,n){var a=null==e?0:e.length;return a?(n&&"number"!=typeof n&&bs(e,t,n)?(t=0,n=a):(t=null==t?0:ho(t),n=n===i?a:ho(n)),ia(e,t,n)):[]},qn.sortBy=Sr,qn.sortedUniq=function(e){return e&&e.length?oa(e):[]},qn.sortedUniqBy=function(e,t){return e&&e.length?oa(e,cs(t,2)):[]},qn.split=function(e,t,n){return n&&"number"!=typeof n&&bs(e,t,n)&&(t=n=i),(n=n===i?f:n>>>0)?(e=yo(e))&&("string"==typeof t||null!=t&&!ao(t))&&!(t=la(t))&&on(e)?wa(hn(e),0,n):e.split(t,n):[]},qn.spread=function(e,t){if("function"!=typeof e)throw new Ae(a);return t=null==t?0:yn(ho(t),0),Ji((function(n){var i=n[t],a=wa(n,0,t);return i&&Ut(a,i),Tt(e,this,a)}))},qn.tail=function(e){var t=null==e?0:e.length;return t?ia(e,1,t):[]},qn.take=function(e,t,n){return e&&e.length?ia(e,0,(t=n||t===i?1:ho(t))<0?0:t):[]},qn.takeRight=function(e,t,n){var a=null==e?0:e.length;return a?ia(e,(t=a-(t=n||t===i?1:ho(t)))<0?0:t,a):[]},qn.takeRightWhile=function(e,t){return e&&e.length?ma(e,cs(t,3),!1,!0):[]},qn.takeWhile=function(e,t){return e&&e.length?ma(e,cs(t,3)):[]},qn.tap=function(e,t){return t(e),e},qn.throttle=function(e,t,n){var i=!0,s=!0;if("function"!=typeof e)throw new Ae(a);return Xr(n)&&(i="leading"in n?!!n.leading:i,s="trailing"in n?!!n.trailing:s),jr(e,t,{leading:i,maxWait:t,trailing:s})},qn.thru=dr,qn.toArray=po,qn.toPairs=Mo,qn.toPairsIn=No,qn.toPath=function(e){return Br(e)?Ft(e,Ps):oo(e)?[e]:Aa(Us(yo(e)))},qn.toPlainObject=vo,qn.transform=function(e,t,n){var i=Br(e),a=i||Vr(e)||co(e);if(t=cs(t,4),null==n){var s=e&&e.constructor;n=a?i?new s:[]:Xr(e)&&Jr(s)?$n(We(e)):{}}return(a?Rt:xi)(e,(function(e,i,a){return t(n,e,i,a)})),n},qn.unary=function(e){return Tr(e,1)},qn.union=er,qn.unionBy=tr,qn.unionWith=nr,qn.uniq=function(e){return e&&e.length?ua(e):[]},qn.uniqBy=function(e,t){return e&&e.length?ua(e,cs(t,2)):[]},qn.uniqWith=function(e,t){return t="function"==typeof t?t:i,e&&e.length?ua(e,i,t):[]},qn.unset=function(e,t){return null==e||pa(e,t)},qn.unzip=ir,qn.unzipWith=ar,qn.update=function(e,t,n){return null==e?e:da(e,t,ya(n))},qn.updateWith=function(e,t,n,a){return a="function"==typeof a?a:i,null==e?e:da(e,t,ya(n),a)},qn.values=qo,qn.valuesIn=function(e){return null==e?[]:Xt(e,Co(e))},qn.without=sr,qn.words=Qo,qn.wrap=function(e,t){return Pr(ya(t),e)},qn.xor=rr,qn.xorBy=or,qn.xorWith=cr,qn.zip=lr,qn.zipObject=function(e,t){return ga(e||[],t||[],ti)},qn.zipObjectDeep=function(e,t){return ga(e||[],t||[],Xi)},qn.zipWith=ur,qn.entries=Mo,qn.entriesIn=No,qn.extend=xo,qn.extendWith=wo,oc(qn,qn),qn.add=vc,qn.attempt=Zo,qn.camelCase=$o,qn.capitalize=Do,qn.ceil=yc,qn.clamp=function(e,t,n){return n===i&&(n=t,t=i),n!==i&&(n=(n=go(n))==n?n:0),t!==i&&(t=(t=go(t))==t?t:0),oi(go(e),t,n)},qn.clone=function(e){return ci(e,4)},qn.cloneDeep=function(e){return ci(e,5)},qn.cloneDeepWith=function(e,t){return ci(e,5,t="function"==typeof t?t:i)},qn.cloneWith=function(e,t){return ci(e,4,t="function"==typeof t?t:i)},qn.conformsTo=function(e,t){return null==t||li(e,t,Oo(t))},qn.deburr=Bo,qn.defaultTo=function(e,t){return null==e||e!=e?t:e},qn.divide=bc,qn.endsWith=function(e,t,n){e=yo(e),t=la(t);var a=e.length,s=n=n===i?a:oi(ho(n),0,a);return(n-=t.length)>=0&&e.slice(n,s)==t},qn.eq=Nr,qn.escape=function(e){return(e=yo(e))&&J.test(e)?e.replace(H,sn):e},qn.escapeRegExp=function(e){return(e=yo(e))&&ae.test(e)?e.replace(ie,"\\$&"):e},qn.every=function(e,t,n){var a=Br(e)?jt:hi;return n&&bs(e,t,n)&&(t=i),a(e,cs(t,3))},qn.find=fr,qn.findIndex=Ds,qn.findKey=function(e,t){return qt(e,cs(t,3),xi)},qn.findLast=gr,qn.findLastIndex=Bs,qn.findLastKey=function(e,t){return qt(e,cs(t,3),wi)},qn.floor=xc,qn.forEach=vr,qn.forEachRight=yr,qn.forIn=function(e,t){return null==e?e:yi(e,cs(t,3),Co)},qn.forInRight=function(e,t){return null==e?e:bi(e,cs(t,3),Co)},qn.forOwn=function(e,t){return e&&xi(e,cs(t,3))},qn.forOwnRight=function(e,t){return e&&wi(e,cs(t,3))},qn.get=To,qn.gt=qr,qn.gte=$r,qn.has=function(e,t){return null!=e&&fs(e,t,Ii)},qn.hasIn=Io,qn.head=Ys,qn.identity=ic,qn.includes=function(e,t,n,i){e=Yr(e)?e:qo(e),n=n&&!i?ho(n):0;var a=e.length;return n<0&&(n=yn(a+n,0)),ro(e)?n<=a&&e.indexOf(t,n)>-1:!!a&&Dt(e,t,n)>-1},qn.indexOf=function(e,t,n){var i=null==e?0:e.length;if(!i)return-1;var a=null==n?0:ho(n);return a<0&&(a=yn(i+a,0)),Dt(e,t,a)},qn.inRange=function(e,t,n){return t=mo(t),n===i?(n=t,t=0):n=mo(n),function(e,t,n){return e>=bn(t,n)&&e<yn(t,n)}(e=go(e),t,n)},qn.invoke=jo,qn.isArguments=Dr,qn.isArray=Br,qn.isArrayBuffer=Kr,qn.isArrayLike=Yr,qn.isArrayLikeObject=Wr,qn.isBoolean=function(e){return!0===e||!1===e||eo(e)&&ki(e)==b},qn.isBuffer=Vr,qn.isDate=Hr,qn.isElement=function(e){return eo(e)&&1===e.nodeType&&!io(e)},qn.isEmpty=function(e){if(null==e)return!0;if(Yr(e)&&(Br(e)||"string"==typeof e||"function"==typeof e.splice||Vr(e)||co(e)||Dr(e)))return!e.length;var t=hs(e);if(t==S||t==A)return!e.size;if(Es(e))return!Pi(e).length;for(var n in e)if(Ue.call(e,n))return!1;return!0},qn.isEqual=function(e,t){return Ci(e,t)},qn.isEqualWith=function(e,t,n){var a=(n="function"==typeof n?n:i)?n(e,t):i;return a===i?Ci(e,t,i,n):!!a},qn.isError=Gr,qn.isFinite=function(e){return"number"==typeof e&&bt(e)},qn.isFunction=Jr,qn.isInteger=Qr,qn.isLength=Zr,qn.isMap=to,qn.isMatch=function(e,t){return e===t||Li(e,t,us(t))},qn.isMatchWith=function(e,t,n){return n="function"==typeof n?n:i,Li(e,t,us(t),n)},qn.isNaN=function(e){return no(e)&&e!=+e},qn.isNative=function(e){if(_s(e))throw new Ee("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Fi(e)},qn.isNil=function(e){return null==e},qn.isNull=function(e){return null===e},qn.isNumber=no,qn.isObject=Xr,qn.isObjectLike=eo,qn.isPlainObject=io,qn.isRegExp=ao,qn.isSafeInteger=function(e){return Qr(e)&&e>=-9007199254740991&&e<=m},qn.isSet=so,qn.isString=ro,qn.isSymbol=oo,qn.isTypedArray=co,qn.isUndefined=function(e){return e===i},qn.isWeakMap=function(e){return eo(e)&&hs(e)==C},qn.isWeakSet=function(e){return eo(e)&&"[object WeakSet]"==ki(e)},qn.join=function(e,t){return null==e?"":Nt.call(e,t)},qn.kebabCase=Ko,qn.last=Gs,qn.lastIndexOf=function(e,t,n){var a=null==e?0:e.length;if(!a)return-1;var s=a;return n!==i&&(s=(s=ho(n))<0?yn(a+s,0):bn(s,a-1)),t==t?function(e,t,n){for(var i=n+1;i--;)if(e[i]===t)return i;return i}(e,t,s):$t(e,Kt,s,!0)},qn.lowerCase=Yo,qn.lowerFirst=Wo,qn.lt=lo,qn.lte=uo,qn.max=function(e){return e&&e.length?fi(e,ic,Ti):i},qn.maxBy=function(e,t){return e&&e.length?fi(e,cs(t,2),Ti):i},qn.mean=function(e){return Yt(e,ic)},qn.meanBy=function(e,t){return Yt(e,cs(t,2))},qn.min=function(e){return e&&e.length?fi(e,ic,Mi):i},qn.minBy=function(e,t){return e&&e.length?fi(e,cs(t,2),Mi):i},qn.stubArray=fc,qn.stubFalse=gc,qn.stubObject=function(){return{}},qn.stubString=function(){return""},qn.stubTrue=function(){return!0},qn.multiply=_c,qn.nth=function(e,t){return e&&e.length?Bi(e,ho(t)):i},qn.noConflict=function(){return ht._===this&&(ht._=qe),this},qn.noop=cc,qn.now=kr,qn.pad=function(e,t,n){e=yo(e);var i=(t=ho(t))?mn(e):0;if(!t||i>=t)return e;var a=(t-i)/2;return Ka(ft(a),n)+e+Ka(mt(a),n)},qn.padEnd=function(e,t,n){e=yo(e);var i=(t=ho(t))?mn(e):0;return t&&i<t?e+Ka(t-i,n):e},qn.padStart=function(e,t,n){e=yo(e);var i=(t=ho(t))?mn(e):0;return t&&i<t?Ka(t-i,n)+e:e},qn.parseInt=function(e,t,n){return n||null==t?t=0:t&&(t=+t),wn(yo(e).replace(se,""),t||0)},qn.random=function(e,t,n){if(n&&"boolean"!=typeof n&&bs(e,t,n)&&(t=n=i),n===i&&("boolean"==typeof t?(n=t,t=i):"boolean"==typeof e&&(n=e,e=i)),e===i&&t===i?(e=0,t=1):(e=mo(e),t===i?(t=e,e=0):t=mo(t)),e>t){var a=e;e=t,t=a}if(n||e%1||t%1){var s=_n();return bn(e+s*(t-e+ut("1e-"+((s+"").length-1))),t)}return Hi(e,t)},qn.reduce=function(e,t,n){var i=Br(e)?Pt:Ht,a=arguments.length<3;return i(e,cs(t,4),n,a,di)},qn.reduceRight=function(e,t,n){var i=Br(e)?zt:Ht,a=arguments.length<3;return i(e,cs(t,4),n,a,mi)},qn.repeat=function(e,t,n){return t=(n?bs(e,t,n):t===i)?1:ho(t),Gi(yo(e),t)},qn.replace=function(){var e=arguments,t=yo(e[0]);return e.length<3?t:t.replace(e[1],e[2])},qn.result=function(e,t,n){var a=-1,s=(t=ba(t,e)).length;for(s||(s=1,e=i);++a<s;){var r=null==e?i:e[Ps(t[a])];r===i&&(a=s,r=n),e=Jr(r)?r.call(e):r}return e},qn.round=Ec,qn.runInContext=e,qn.sample=function(e){return(Br(e)?Qn:Qi)(e)},qn.size=function(e){if(null==e)return 0;if(Yr(e))return ro(e)?mn(e):e.length;var t=hs(e);return t==S||t==A?e.size:Pi(e).length},qn.snakeCase=Vo,qn.some=function(e,t,n){var a=Br(e)?Mt:aa;return n&&bs(e,t,n)&&(t=i),a(e,cs(t,3))},qn.sortedIndex=function(e,t){return sa(e,t)},qn.sortedIndexBy=function(e,t,n){return ra(e,t,cs(n,2))},qn.sortedIndexOf=function(e,t){var n=null==e?0:e.length;if(n){var i=sa(e,t);if(i<n&&Nr(e[i],t))return i}return-1},qn.sortedLastIndex=function(e,t){return sa(e,t,!0)},qn.sortedLastIndexBy=function(e,t,n){return ra(e,t,cs(n,2),!0)},qn.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var n=sa(e,t,!0)-1;if(Nr(e[n],t))return n}return-1},qn.startCase=Ho,qn.startsWith=function(e,t,n){return e=yo(e),n=null==n?0:oi(ho(n),0,e.length),t=la(t),e.slice(n,n+t.length)==t},qn.subtract=Sc,qn.sum=function(e){return e&&e.length?Gt(e,ic):0},qn.sumBy=function(e,t){return e&&e.length?Gt(e,cs(t,2)):0},qn.template=function(e,t,n){var a=qn.templateSettings;n&&bs(e,t,n)&&(t=i),e=yo(e),t=wo({},t,a,Za);var s,r,o=wo({},t.imports,a.imports,Za),c=Oo(o),l=Xt(o,c),u=0,p=t.interpolate||we,d="__p += '",m=Ie((t.escape||we).source+"|"+p.source+"|"+(p===X?me:we).source+"|"+(t.evaluate||we).source+"|$","g"),h="//# sourceURL="+(Ue.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++rt+"]")+"\n";e.replace(m,(function(t,n,i,a,o,c){return i||(i=a),d+=e.slice(u,c).replace(_e,rn),n&&(s=!0,d+="' +\n__e("+n+") +\n'"),o&&(r=!0,d+="';\n"+o+";\n__p += '"),i&&(d+="' +\n((__t = ("+i+")) == null ? '' : __t) +\n'"),u=c+t.length,t})),d+="';\n";var f=Ue.call(t,"variable")&&t.variable;if(f){if(pe.test(f))throw new Ee("Invalid `variable` option passed into `_.template`")}else d="with (obj) {\n"+d+"\n}\n";d=(r?d.replace(K,""):d).replace(Y,"$1").replace(W,"$1;"),d="function("+(f||"obj")+") {\n"+(f?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(s?", __e = _.escape":"")+(r?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var g=Zo((function(){return Se(c,h+"return "+d).apply(i,l)}));if(g.source=d,Gr(g))throw g;return g},qn.times=function(e,t){if((e=ho(e))<1||e>m)return[];var n=f,i=bn(e,f);t=cs(t),e-=f;for(var a=Jt(i,t);++n<e;)t(n);return a},qn.toFinite=mo,qn.toInteger=ho,qn.toLength=fo,qn.toLower=function(e){return yo(e).toLowerCase()},qn.toNumber=go,qn.toSafeInteger=function(e){return e?oi(ho(e),-9007199254740991,m):0===e?e:0},qn.toString=yo,qn.toUpper=function(e){return yo(e).toUpperCase()},qn.trim=function(e,t,n){if((e=yo(e))&&(n||t===i))return Qt(e);if(!e||!(t=la(t)))return e;var a=hn(e),s=hn(t);return wa(a,tn(a,s),nn(a,s)+1).join("")},qn.trimEnd=function(e,t,n){if((e=yo(e))&&(n||t===i))return e.slice(0,fn(e)+1);if(!e||!(t=la(t)))return e;var a=hn(e);return wa(a,0,nn(a,hn(t))+1).join("")},qn.trimStart=function(e,t,n){if((e=yo(e))&&(n||t===i))return e.replace(se,"");if(!e||!(t=la(t)))return e;var a=hn(e);return wa(a,tn(a,hn(t))).join("")},qn.truncate=function(e,t){var n=30,a="...";if(Xr(t)){var s="separator"in t?t.separator:s;n="length"in t?ho(t.length):n,a="omission"in t?la(t.omission):a}var r=(e=yo(e)).length;if(on(e)){var o=hn(e);r=o.length}if(n>=r)return e;var c=n-mn(a);if(c<1)return a;var l=o?wa(o,0,c).join(""):e.slice(0,c);if(s===i)return l+a;if(o&&(c+=l.length-c),ao(s)){if(e.slice(c).search(s)){var u,p=l;for(s.global||(s=Ie(s.source,yo(he.exec(s))+"g")),s.lastIndex=0;u=s.exec(p);)var d=u.index;l=l.slice(0,d===i?c:d)}}else if(e.indexOf(la(s),c)!=c){var m=l.lastIndexOf(s);m>-1&&(l=l.slice(0,m))}return l+a},qn.unescape=function(e){return(e=yo(e))&&G.test(e)?e.replace(V,gn):e},qn.uniqueId=function(e){var t=++Pe;return yo(e)+t},qn.upperCase=Go,qn.upperFirst=Jo,qn.each=vr,qn.eachRight=yr,qn.first=Ys,oc(qn,(wc={},xi(qn,(function(e,t){Ue.call(qn.prototype,t)||(wc[t]=e)})),wc),{chain:!1}),qn.VERSION="4.17.21",Rt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){qn[e].placeholder=qn})),Rt(["drop","take"],(function(e,t){Kn.prototype[e]=function(n){n=n===i?1:yn(ho(n),0);var a=this.__filtered__&&!t?new Kn(this):this.clone();return a.__filtered__?a.__takeCount__=bn(n,a.__takeCount__):a.__views__.push({size:bn(n,f),type:e+(a.__dir__<0?"Right":"")}),a},Kn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),Rt(["filter","map","takeWhile"],(function(e,t){var n=t+1,i=1==n||3==n;Kn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:cs(e,3),type:n}),t.__filtered__=t.__filtered__||i,t}})),Rt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Kn.prototype[e]=function(){return this[n](1).value()[0]}})),Rt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Kn.prototype[e]=function(){return this.__filtered__?new Kn(this):this[n](1)}})),Kn.prototype.compact=function(){return this.filter(ic)},Kn.prototype.find=function(e){return this.filter(e).head()},Kn.prototype.findLast=function(e){return this.reverse().find(e)},Kn.prototype.invokeMap=Ji((function(e,t){return"function"==typeof e?new Kn(this):this.map((function(n){return ji(n,e,t)}))})),Kn.prototype.reject=function(e){return this.filter(Fr(cs(e)))},Kn.prototype.slice=function(e,t){e=ho(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Kn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==i&&(n=(t=ho(t))<0?n.dropRight(-t):n.take(t-e)),n)},Kn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Kn.prototype.toArray=function(){return this.take(f)},xi(Kn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),a=/^(?:head|last)$/.test(t),s=qn[a?"take"+("last"==t?"Right":""):t],r=a||/^find/.test(t);s&&(qn.prototype[t]=function(){var t=this.__wrapped__,o=a?[1]:arguments,c=t instanceof Kn,l=o[0],u=c||Br(t),p=function(e){var t=s.apply(qn,Ut([e],o));return a&&d?t[0]:t};u&&n&&"function"==typeof l&&1!=l.length&&(c=u=!1);var d=this.__chain__,m=!!this.__actions__.length,h=r&&!d,f=c&&!m;if(!r&&u){t=f?t:new Kn(this);var g=e.apply(t,o);return g.__actions__.push({func:dr,args:[p],thisArg:i}),new Bn(g,d)}return h&&f?e.apply(this,o):(g=this.thru(p),h?a?g.value()[0]:g.value():g)})})),Rt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=je[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",i=/^(?:pop|shift)$/.test(e);qn.prototype[e]=function(){var e=arguments;if(i&&!this.__chain__){var a=this.value();return t.apply(Br(a)?a:[],e)}return this[n]((function(n){return t.apply(Br(n)?n:[],e)}))}})),xi(Kn.prototype,(function(e,t){var n=qn[t];if(n){var i=n.name+"";Ue.call(On,i)||(On[i]=[]),On[i].push({name:t,func:n})}})),On[qa(i,2).name]=[{name:"wrapper",func:i}],Kn.prototype.clone=function(){var e=new Kn(this.__wrapped__);return e.__actions__=Aa(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Aa(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Aa(this.__views__),e},Kn.prototype.reverse=function(){if(this.__filtered__){var e=new Kn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Kn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Br(e),i=t<0,a=n?e.length:0,s=function(e,t,n){var i=-1,a=n.length;for(;++i<a;){var s=n[i],r=s.size;switch(s.type){case"drop":e+=r;break;case"dropRight":t-=r;break;case"take":t=bn(t,e+r);break;case"takeRight":e=yn(e,t-r)}}return{start:e,end:t}}(0,a,this.__views__),r=s.start,o=s.end,c=o-r,l=i?o:r-1,u=this.__iteratees__,p=u.length,d=0,m=bn(c,this.__takeCount__);if(!n||!i&&a==c&&m==c)return ha(e,this.__actions__);var h=[];e:for(;c--&&d<m;){for(var f=-1,g=e[l+=t];++f<p;){var v=u[f],y=v.iteratee,b=v.type,x=y(g);if(2==b)g=x;else if(!x){if(1==b)continue e;break e}}h[d++]=g}return h},qn.prototype.at=mr,qn.prototype.chain=function(){return pr(this)},qn.prototype.commit=function(){return new Bn(this.value(),this.__chain__)},qn.prototype.next=function(){this.__values__===i&&(this.__values__=po(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?i:this.__values__[this.__index__++]}},qn.prototype.plant=function(e){for(var t,n=this;n instanceof Dn;){var a=Ms(n);a.__index__=0,a.__values__=i,t?s.__wrapped__=a:t=a;var s=a;n=n.__wrapped__}return s.__wrapped__=e,t},qn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Kn){var t=e;return this.__actions__.length&&(t=new Kn(this)),(t=t.reverse()).__actions__.push({func:dr,args:[Xs],thisArg:i}),new Bn(t,this.__chain__)}return this.thru(Xs)},qn.prototype.toJSON=qn.prototype.valueOf=qn.prototype.value=function(){return ha(this.__wrapped__,this.__actions__)},qn.prototype.first=qn.prototype.head,Qe&&(qn.prototype[Qe]=function(){return this}),qn}();gt?((gt.exports=vn)._=vn,ft._=vn):ht._=vn}).call(n)}(Zu,Zu.exports);var Xu=Zu.exports;const ep={type:G,stimulus:()=>!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6?Nt.audio[Xu.camelCase("introductionNs")]:Nt.audio[Xu.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="${Nt.images.academyBackground}" alt= "background" style="width:100%;"> \n </div>\n <div class="text-block">\n <h3> ${Ue.t("introduction.intro.text1")} </h3>\n <p> ${Ue.t("introduction.intro.text2")} </p> \n <p> ${Ue.t("introduction.intro.text3")} </p>\n </div>\n ${zt?"":`<div class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.continue")}`})} </div>`}\n </div>\n `:`\n <div class = "jspsych-content-modified">\n <div class="container">\n <img src="${Nt.images.academyBackground}" alt= "background" style="width:100%;"> \n </div>\n <div class="text-block">\n <h3> ${Ue.t("introduction.intro.text4")} </h3>\n <p> ${Ue.t("introduction.intro.text5")} </p> \n <p> ${Ue.t("introduction.intro.text6")} </p> \n <p> ${Ue.t("introduction.intro.text3")} </p>\n </div>\n ${zt?"":`<div class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.continue")}`})} </div>`}\n </div>`,keyboard_choices:()=>zt?"NO_KEYS":"ALL_KEYS",button_choices:()=>zt?["HERE"]:[],button_html:()=>zt?`<button class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.here")}`,action:`${Ue.t("terms.continue")}`})} </button>`:"",on_start:()=>document.body.style.cursor="none"},tp={timeline:[{type:G,stimulus:()=>Nt.audio.postPracticeInstruction,prompt:()=>`\n <div class="jspsych-content-modified" id="sre-background">\n <h3>${Ue.t("practice.postPracticeIntro.text1")}</h3>\n <p>${Ue.t("practice.postPracticeIntro.text2")}</p>\n <p>${Ue.t("practice.postPracticeIntro.text3")}</p>\n <p>${Ue.t("practice.postPracticeIntro.text4")}</p>\n <p>${Ue.t("practice.postPracticeIntro.text5")}</p>\n ${zt?"":`<div class="button">${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.continue")}`})}</div>`}\n </div>`,keyboard_choices:()=>zt?"NO_KEYS":"ALL_KEYS",button_choices:()=>zt?["HERE"]:[],button_html:()=>zt?`<button class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.here")}`,action:`${Ue.t("terms.continue")}`})} </button>`:""},{type:G,stimulus:()=>Nt.audio.postPracticeReminder,prompt:()=>`\n <div class="jspsych-content-modified" id="sre-background">\n <h2>Remember!</h2>\n <div class="row">\n <div class="column_2_lower" style="background-color:#FFFFFF;">\n <p style = "text-align:center;"> ${Ue.t(zt?"practice.postPracticeReminder.text1Mobile":"practice.postPracticeReminder.text1")} </p>\n <img width="70%" src="${Nt.images.falseKey}" alt="arrow keys">\n </div>\n <div class="column_2_lower" style="background-color:#FFFFFF;">\n <p style = "text-align:center;"> ${Ue.t(zt?"practice.postPracticeReminder.text2Mobile":"practice.postPracticeReminder.text2")} </p>\n <img width="70%" src="${Nt.images.trueKey}" alt="arrow keys">\n </div>\n </div>\n <p><b> ${Ue.t("practice.postPracticeReminder.text3")} </b></p>\n <p><b> ${Ue.t("practice.postPracticeReminder.text4")} </b></p>\n ${zt?"":`<div class="button">${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.begin")}`})} </div>`}\n </div>`,keyboard_choices:()=>zt?"NO_KEYS":"ALL_KEYS",button_choices:()=>zt?["HERE"]:[],button_html:()=>zt?`<button class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.here")}`,action:`${Ue.t("terms.begin")}`})} </button>`:"",on_finish:e=>{r.session.set("indexTracking",0)}}]},np={name:"html-multi-response",parameters:{stimulus:{type:d.HTML_STRING,pretty_name:"Stimulus",default:void 0},button_choices:{type:d.STRING,pretty_name:"Button Choices",default:[],array:!0},keyboard_choices:{type:d.KEYS,pretty_name:"Keyboard Choices",default:"NO_KEYS"},button_html:{type:d.HTML_STRING,pretty_name:"Button HTML",default:'<button class="jspsych-btn">%choice%</button>',array:!0},prompt:{type:d.HTML_STRING,pretty_name:"Prompt",default:null},stimulus_duration:{type:d.INT,pretty_name:"Stimulus duration",default:null},trial_duration:{type:d.INT,pretty_name:"Trial duration",default:null},margin_vertical:{type:d.STRING,pretty_name:"Margin vertical",default:"0px"},margin_horizontal:{type:d.STRING,pretty_name:"Margin horizontal",default:"8px"},response_ends_trial:{type:d.BOOL,pretty_name:"Response ends trial",default:!0}}};class ip{constructor(e){this.jsPsych=e}trial(e,t){var n='<div id="jspsych-html-multi-response-stimulus">'+t.stimulus+"</div>",i=[];if(Array.isArray(t.button_html))t.button_html.length==t.button_choices.length?i=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 a=0;a<t.button_choices.length;a++)i.push(t.button_html);n+='<div id="jspsych-html-multi-response-btngroup">';for(a=0;a<t.button_choices.length;a++){var s=i[a].replace(/%choice%/g,t.button_choices[a]);n+='<div class="jspsych-html-multi-response-button" style="display: inline-block; margin:'+t.margin_vertical+" "+t.margin_horizontal+'" id="jspsych-html-multi-response-button-'+a+'" data-choice="'+a+'">'+s+"</div>"}n+="</div>",null!==t.prompt&&(n+=t.prompt),e.innerHTML=n;if("NO_KEYS"!=t.keyboard_choices)var r=this.jsPsych.pluginAPI.getKeyboardResponse({callback_function:function(n){e.querySelector("#jspsych-html-multi-response-stimulus").className+=" responded",null==c.key&&(c=Object.assign({source:"keyboard",button:null},n)),t.response_ends_trial&&l()},valid_responses:t.keyboard_choices,rt_method:"performance",persist:!1,allow_held_key:!1});var o=performance.now();for(a=0;a<t.button_choices.length;a++)e.querySelector("#jspsych-html-multi-response-button-"+a).addEventListener("click",(e=>{u(e.currentTarget.getAttribute("data-choice"))}));var c={rt:null,button:null,key:null,source:null};const l=()=>{this.jsPsych.pluginAPI.clearAllTimeouts(),void 0!==r&&this.jsPsych.pluginAPI.cancelKeyboardResponse(r);var n={rt:c.rt,stimulus:t.stimulus,button_response:c.button,keyboard_response:c.key,response_source:c.source};e.innerHTML="",this.jsPsych.finishTrial(n)};function u(n){var i=performance.now(),a=Math.round(i-o);c.button=parseInt(n),c.rt=a,c.source="button",e.querySelector("#jspsych-html-multi-response-stimulus").className+=" responded";for(var s=document.querySelectorAll(".jspsych-html-multi-response-button button"),r=0;r<s.length;r++)s[r].setAttribute("disabled","disabled");t.response_ends_trial&&l()}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(l,t.trial_duration)}simulate(e,t,n,i){"data-only"==t&&(i(),this.simulate_data_only(e,n)),"visual"==t&&this.simulate_visual(e,n,i)}create_simulation_data(e,t){const n={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"},i={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"},a=Math.random()<.5?n:i,s=this.jsPsych.pluginAPI.mergeSimulationData(a,t);return this.jsPsych.pluginAPI.ensureSimulationDataConsistency(e,s),s}simulate_data_only(e,t){const n=this.create_simulation_data(e,t);this.jsPsych.finishTrial(n)}simulate_visual(e,t,n){const i=this.create_simulation_data(e,t),a=this.jsPsych.getDisplayElement();this.trial(a,e),n(),null!==i.rt&&(null!==i.button_response?this.jsPsych.pluginAPI.clickTarget(a.querySelector(`div[data-choice="${i.button_response}"] button`),i.rt):this.jsPsych.pluginAPI.pressKey(i.keyboard_response,i.rt))}}ip.info=np,d.HTML_STRING,d.KEYS,d.HTML_STRING,d.INT,d.INT,d.BOOL;const ap={type:G,stimulus:()=>!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6?Nt.audio[Xu.camelCase("halfwayNs")]:r.session.get("config").story?Nt.audio[Xu.camelCase(`${r.session("character")}Halfway`)]:void 0,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="${Nt.images.classroomBackground}" alt= "background" style="width:100%;"> \n </div>\n <div class="text-block">\n <h3> ${Ue.t("gameBreak.halfwayScreen.text1")} </h3>\n <p> ${Ue.t("gameBreak.halfwayScreen.text2")} </p>\n </div>\n ${zt?"":`<div class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.continue")}`})} </div>`}\n </div>\n `:`\n <div class="jspsych-content-modified" id="sre-background">\n <div class="row">\n <div class="column_1">\n <img class="characterleft" src="${Nt.images[Xu.camelCase(`${r.session("character")}Talking`)]}" alt="animation of student talking">\n </div>\n <div class= "column_3 halfway-text-block">\n <div class="middle" id="halfway-position">\n <p> ${Ue.t("gameBreak.halfwayScreen.text3")}</p>\n <p> ${Ue.t("gameBreak.halfwayScreen.text4")}</p>\n </div>\n </div>\n </div>\n ${zt?"":`<div class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.continue")}`})} </div>`}\n </div>`,keyboard_choices:()=>zt?"NO_KEYS":"ALL_KEYS",button_choices:()=>zt?["HERE"]:[],button_html:()=>`<button class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.here")}`,action:`${Ue.t("terms.continue")}`})} </button>`,on_finish:e=>{r.session.set("indexTracking",0)}},sp={timeline:[{type:G,stimulus:()=>!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6?Nt.audio[Xu.camelCase("endNs")]:r.session.get("config").story?Nt.audio[Xu.camelCase(`${r.session("character")}End`)]:void 0,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="${Nt.images.academyBackground}" alt= "background" style="width:100%;"> \n </div>\n <div class="text-block">\n <h3> ${Ue.t("gameBreak.endScreen.text1")} </h3>\n <p> ${Ue.t("gameBreak.endScreen.text2")} </p> \n </div>\n ${zt?"":`<div class="button">${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.save")}`})}</div>`}\n </div>\n `:`\n <div class="jspsych-content-modified">\n <div class="class-container">\n <img src="${Nt.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> ${Ue.t("gameBreak.endScreen.text3")} </h3>\n <p> ${r.session("character_name")} ${Ue.t("gameBreak.endScreen.text4")} </p> \n </div>\n </div>\n <div class="student" id="end-student">\n <img src="${Nt.images[Xu.camelCase(`${r.session("character")}Happy`)]}" alt= "character is happy"> \n </div>\n ${zt?"":`<div class="button">${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.save")}`})}</div>`}\n </div>\n `,keyboard_choices:()=>zt?"NO_KEYS":"ALL_KEYS",button_choices:()=>zt?["HERE"]:[],button_html:()=>`<button class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.here")}`,action:`${Ue.t("terms.save")}`})} </button>`,data:{save_trial:!1}},{timeline:[{type:ip,stimulus:()=>`<div class="jspsych-content-modified">\n <div class="container">\n <img src="${Nt.images.academyBackground}" alt= "background" style="width:100%;"> </div>\n <div class="demo-text-block">\n <h3>${Ue.t("gameBreak.debrief.text1")}</h3>\n <p>${Ue.t("gameBreak.debrief.text2")}</p>\n </div>\n ${zt?"":`<div class="button">${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.close")}`})}</div>`}\n </div>`,keyboard_choices:()=>zt?"NO_KEYS":"ALL_KEYS",button_choices:()=>zt?["HERE"]:[],button_html:()=>`<button class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.here")}`,action:`${Ue.t("terms.close")}`})} </button>`}],conditional_function:()=>"demo"===r.session.get("config").userMode},{type:Q,fullscreen_mode:!1,delay_after:0}]},rp={1:{character:"dog",characterName:"Amy",characterActivity:"go to track practice"},2:{character:"cat",characterName:"Carson",characterActivity:"go to debate club"},3:{character:"bird",characterName:"Jaiden",characterActivity:"hang out with my friends"},4:{character:"deer",characterName:"Dylan",characterActivity:"volunteer at the soup kitchen"}},op=[1,2,3,4],cp=["dog","cat","bird","deer"],lp={timeline:[{type:G,stimulus:()=>Nt.audio.studentSelect,prompt:()=>zt?`\n <div>\n <img id="mobile-classroom-bg" src=${Nt.images.classroomBackground} alt="background"/>\n <h3>${Ue.t("characterSelect.studentSelect.paragraph1")}</h3>\n <p> ${Ue.t(zt?"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=${Nt.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>${Ue.t("characterSelect.studentSelect.paragraph1")}</h3>\n <p> ${Ue.t(zt?"characterSelect.studentSelect.paragraph2Mobile":"characterSelect.studentSelect.paragraph2")} </p> \n </div>\n </div>\n ${zt?"":`<div class="number">${op.map((e=>`<div class="number-block"><n>${e}</n></div>`)).join("")}</div>`}\n <div class="student ${zt?"mobile-student-select-characters":""}">\n ${cp.map((e=>`<img src=${Nt.images[e]} alt=${e}>`)).join("")}\n </div>\n <div class="button">\n ${Ue.t("navigation.studentSelect")} \n </div>\n </div>\n `,keyboard_choices:()=>zt?"NO_KEYS":["1","2","3","4"],button_choices:()=>zt?["1","2","3","4"]:[],button_html:()=>'<button class="grade-btn">%choice%</button>',prompt_above_buttons:()=>zt,data:{save_trial:!1},on_load:()=>{if(zt){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"),n=document.createTextNode(Ue.t("characterSelect.studentSelect.paragraph3MobileBefore")),i=document.createTextNode(Ue.t("characterSelect.studentSelect.paragraph3MobileAfter")),a=document.createElement("span");a.classList.add("yellow"),a.textContent=Ue.t("characterSelect.studentSelect.paragraph3MobileSpan"),t.appendChild(n),t.appendChild(a),t.appendChild(i),t.classList.add("button");const s=document.createElement("div"),r=cp.map((e=>{const t=document.createElement("img");return t.setAttribute("src",Nt.images[e]),t.setAttribute("alt",e),t.classList.add("mobile-character-select"),t}));for(const e of r)s.appendChild(e);e.appendChild(s),e.appendChild(t)}}},on_finish:e=>{r.session.set("character",rp[zt?e.button_response+1:e.keyboard_response].character),r.session.set("character_name",rp[zt?e.button_response+1:e.keyboard_response].characterName),r.session.set("character_activity",rp[zt?e.button_response+1:e.keyboard_response].characterActivity)}},{type:G,stimulus:()=>Nt.audio[Xu.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="${Nt.images[Xu.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> ${Ue.t("characterSelect.studentIntro.paragraph1")} ${r.session("character_name")}. </p>\n <p> ${Ue.t("characterSelect.studentIntro.paragraph2")} ${r.session("character_activity")}. </p>\n <p> ${Ue.t("characterSelect.studentIntro.paragraph3")} </p>\n </div>\n </div>\n </div>\n ${zt?"":`<div class="button">${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.continue")}`})}</div>`}\n </div>`,keyboard_choices:()=>zt?"NO_KEYS":"ALL_KEYS",button_choices:()=>zt?["HERE"]:[],button_html:()=>`<button class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.here")}`,action:`${Ue.t("terms.continue")}`})} </button>`}],conditional_function:()=>!(!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6)},up=e=>({timeline:[{type:ip,stimulus:()=>(0===r.session("indexTracking")&&(setTimeout((()=>r.session.set("timeOut",!0)),18e4),"lab"===e||"ai"===e?r.session.set("currentCorpus",Ju[e]):r.session.set("currentCorpus",Ju[r.session("tosrecCorpusId")])),zt?`\n <p id="mobile-stimulus">${r.session("currentCorpus")[r.session("indexTracking")].sentence}</p>\n `:`\n <div class=stimulus_div>\n <p class='stimulus'>${r.session("currentCorpus")[r.session("indexTracking")].sentence}</p>\n </div>`),prompt:()=>{if(!zt)return`\n <div> \n <img class="lower" src="${Nt.images.roarSreKeyboard}" alt="arrow keys"> \n </div>`},keyboard_choices:()=>zt?"NO_KEYS":["ArrowLeft","ArrowRight"],button_choices:()=>zt?[Ue.t("terms.false")[0].toUpperCase(),Ue.t("terms.true")[0].toUpperCase()]:[],button_html:()=>zt?[`<button id="mobile-stimulus-btn-left" class="mobile-stimulus-btn"><img src=${Nt.images.leftArrowBlankShort} alt=${Ue.t("terms.false")}/><span>${Ue.t("terms.false")[0].toLocaleUpperCase()}</span></button>`,`<button id="mobile-stimulus-btn-right" class="mobile-stimulus-btn"><img src=${Nt.images.rightArrowBlankShort} alt=${Ue.t("terms.true")}/><span>${Ue.t("terms.true")[0].toLocaleUpperCase()}</span></button>`]:[],on_load:()=>{if(zt){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:t=>{t.keyboard_response?"arrowleft"===t.keyboard_response?r.session.set("keyResponse","left"):r.session.set("keyResponse","right"):0===t.button_response?r.session.set("buttonResponse","left"):r.session.set("buttonResponse","right"),t.keyboard_response?t.correct=fc.pluginAPI.compareKeys(r.session("keyResponse"),r.session("currentCorpus")[r.session("indexTracking")].direction):t.correct=0===t.button_response&&"left"===r.session("currentCorpus")[r.session("indexTracking")].direction||1===t.button_response&&"right"===r.session("currentCorpus")[r.session("indexTracking")].direction,t.correct?r.session.set("dataCorrect",1):r.session.set("dataCorrect",0),console.log("data.correct: ",t.correct),fc.data.addDataToLastTrial({save_trial:!r.session("timeOut"),pid:r.session.get("config").pid,subtask:e,corpusId:"lab"===e||"ai"==e?e:r.session("tosrecCorpusId"),trialNumBlock:r.session("indexTracking")+1,itemId:r.session("currentCorpus")[r.session("indexTracking")].itemId,item:r.session("currentCorpus")[r.session("indexTracking")].sentence,truefalse:r.session("currentCorpus")[r.session("indexTracking")].answer,correct:r.session("dataCorrect")})}},{type:G,stimulus:()=>Nt.audio.neutralSoundSub,prompt:()=>zt?'<p id="mobile-placeholder-stimulus">Invisible Place holder text</p>':`\n <div>\n <img class="lower" src="${Nt.images.roarSreKeyboard}" alt="arrow keys">\n </div>`,keyboard_choices:"NO_KEYS",button_choices:()=>zt?[Ue.t("terms.false")[0].toUpperCase(),Ue.t("terms.true")[0].toUpperCase()]:[],button_html:()=>zt?[`<button id="mobile-stimulus-btn-left" class="mobile-stimulus-btn"><img src=${Nt.images.leftArrowBlankShort} alt=${Ue.t("terms.false")}/><span>${Ue.t("terms.false")[0].toLocaleUpperCase()}</span></button>`,`<button id="mobile-stimulus-btn-right" class="mobile-stimulus-btn"><img src=${Nt.images.rightArrowBlankShort} alt=${Ue.t("terms.true")}/><span>${Ue.t("terms.true")[0].toLocaleUpperCase()}</span></button>`]:[],prompt_above_buttons:!0,on_load:()=>{if(zt){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")}},trial_duration:200,response_allowed_while_playing:!1,trial_ends_after_audio:!0}],loop_function:function(e){return r.session("indexTracking")===r.session("currentCorpus").length-1||r.session("timeOut")?(r.session.set("indexTracking",0),r.session.set("timeOut",!1),!1):(r.session.transact("indexTracking",(e=>e+1)),!0)}}),pp={type:G,stimulus:()=>Nt.audio.practiceInstruction,prompt:()=>`\n <div class="jspsych-content-modified" id="sre-background">\n <h2>${Ue.t("practice.intro.text1")}</h2>\n <p>${Ue.t("practice.intro.text2")}</p>\n <div class="row">\n <div class="column_2_upper" style="background-color:#FFFFFF;">\n <p style = "text-align:center;"> \n ${Ue.t(zt?"practice.intro.text3Mobile":"practice.intro.text3")} \n </p>\n <img width="60%" src="${Nt.images.practiceLeft}" alt="arrow keys">\n </div>\n <div class="column_2_upper" style="background-color:#FFFFFF;">\n <p style = "text-align:center;"> \n ${Ue.t(zt?"practice.intro.text4Mobile":"practice.intro.text4")} \n </p>\n <img width="60%" src="${Nt.images.practiceRight}" alt="arrow keys">\n </div>\n </div>\n <p> <b>${Ue.t("practice.intro.text5")}</b> </p> \n <div class="button">${Ue.t("practice.intro.text6")}</div>\n </div>\n `,keyboard_choices:()=>zt?"NO_KEYS":"ALL_KEYS",button_choices:()=>zt?["HERE"]:[],button_html:()=>`<button class="button">${Ue.t("practice.intro.text6Mobile")}</button>`,on_finish:e=>{r.session.set("indexTracking",-1)}},dp={type:ip,stimulus:()=>(r.session.transact("indexTracking",(e=>e+1)),zt?`\n <p id="mobile-stimulus">${r.session("practiceCorpus")[r.session("indexTracking")].sentence}</p>\n `:`\n <div class = stimulus_div>\n <p class = 'stimulus'>${r.session("practiceCorpus")[r.session("indexTracking")].sentence}</p>\n </div>`),prompt:()=>{if(!zt)return`\n <div> \n <img class="lower" src="${Nt.images.roarSreKeyboard}" alt="arrow keys"> \n </div>`},keyboard_choices:()=>zt?"NO_KEYS":["ArrowLeft","ArrowRight"],button_choices:()=>zt?[Ue.t("terms.false")[0].toUpperCase(),Ue.t("terms.true")[0].toUpperCase()]:[],button_html:()=>zt?[`<button id="mobile-stimulus-btn-left" class="mobile-stimulus-btn"><img src=${Nt.images.leftArrowBlankShort} alt=${Ue.t("terms.false")}/><span>${Ue.t("terms.false")[0].toLocaleUpperCase()}</span></button>`,`<button id="mobile-stimulus-btn-right" class="mobile-stimulus-btn"><img src=${Nt.images.rightArrowBlankShort} alt=${Ue.t("terms.true")}/><span>${Ue.t("terms.true")[0].toLocaleUpperCase()}</span></button>`]:[],on_load:()=>{if(zt){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=fc.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","Correct!")):(r.session.set("dataCorrect",0),r.session.set("feedbackResponse","That's not quite right."));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 n="arrowleft"===r.session("practiceCorpus")[r.session("indexTracking")].correct_response;r.session.set("correctLR",n?"left":"right"),r.session.set("correctRP",n?"false":"true"),r.session.set("answerColor",n?"orange":"blue"),fc.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})}};"false"===r.session("correctRP")?Nt.images.falseFlashKeySplit:Nt.images.falseStaticKeySplit,"false"===r.session("correctRP")?Nt.images.trueStaticKeySplit:Nt.images.trueFlashKeySplit;const mp={type:G,response_allowed_while_playing:()=>r.session.get("config").skipInstructions,stimulus:()=>1===r.session("dataCorrect")?Nt.audio[`feedback${r.session("indexTracking")}Correct`]:Nt.audio[`feedback${r.session("indexTracking")}Incorrect`],prompt:()=>`\n <div class=${zt?"":"stimulus_div"}>\n <p id=${zt?"mobile-stimulus-text":""} class="feedback">\n <span class=${r.session("responseColor")}>${r.session("feedbackResponse")} ${Ue.t(zt?"practice.feedback.text1Mobile":"practice.feedback.text1",{arrow:"left"===r.session("responseLR")?Ue.t("terms.left"):Ue.t("terms.right"),type:"true"==r.session("answerRP")?Ue.t("terms.true"):Ue.t("terms.false")})}</span>\n <br></br> \n "${r.session("practiceCorpus")[r.session("indexTracking")].sentence}"\n <span class=${r.session("answerColor")}> ${Ue.t(zt?"practice.feedback.text2Mobile":"practice.feedback.text2",{arrow:"left"===r.session("correctLR")?Ue.t("terms.left"):Ue.t("terms.right"),type:"true"==r.session("correctRP")?Ue.t("terms.true"):Ue.t("terms.false")})}</span>\n </p>\n </div>\n ${zt?"":`<img class="lower" src= "${"false"===r.session("correctRP")?Nt.images.falseFlashKey:Nt.images.trueFlashKey}" alt="arrow keys">`}`,keyboard_choices:()=>zt?"NO_KEYS":"false"===r.session("correctRP")?["ArrowLeft"]:["ArrowRight"],button_choices:()=>zt?["ArrowLeft","ArrowRight"]:[],button_html:()=>zt?[`<button class="mobile-practice-feedback ${"false"===r.session("correctRP")?"":"mobile-disable-button"}">\n <img src=${"false"===r.session("correctRP")?Nt.images.falseFlashKeySplit:Nt.images.falseStaticKeySplit} alt="feedback arrow"/>\n </button>`,`<button class="mobile-practice-feedback ${"false"===r.session("correctRP")?"mobile-disable-button":""}" >\n <img src=${"false"===r.session("correctRP")?Nt.images.trueStaticKeySplit:Nt.images.trueFlashKeySplit} alt="feedback arrow"/>\n </button>`]:"",prompt_above_buttons:()=>zt,on_load:()=>{document.querySelectorAll(".jspsych-audio-multi-response-button").forEach(((e,t)=>{const n="false"===r.session("correctRP");0!=t||n?1==t&&n&&e.classList.add("mobile-disable-button"):e.classList.add("mobile-disable-button")}))}};!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var i=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===n&&i.firstChild?i.insertBefore(a,i.firstChild):i.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}}('/* CSS Document */\n.jspsych-display-element {\n font-family: "Source Sans Pro", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";\n width: 60%;\n margin: auto;\n text-align: center;\n /*.jspsych-content {\n \tdisplay: flex;\n \tflex-direction: column;\n \tjustify-content: center;\n \talign-items: center;\n \tposition: fixed;\n \tleft: 0;\n \ttop: 0;\n \twidth: 100%;\n \theight: 100%;\n }\n */\n /* jsPsych progress bar */\n /* Control appearance of jsPsych.data.displayData() */\n /* borrowing Bootstrap style for btn elements, but combining styles a bit */\n}\n.jspsych-display-element .grade-btn {\n padding: 1vh 2vh;\n margin: 1vh;\n margin-top: 4vh;\n font-size: 4vh;\n font-weight: bold;\n cursor: pointer;\n text-align: center;\n vertical-align: middle;\n border: 1vh solid transparent;\n border-radius: 1vh;\n color: rgb(255, 202, 97);\n background-color: rgb(76, 101, 139);\n border-color: rgb(65, 91, 127);\n}\n.jspsych-display-element .mobile-grade-select {\n margin-top: 8rem;\n}\n.jspsych-display-element .mobile-student-select-characters {\n margin-top: 40vh;\n}\n.jspsych-display-element #mobile-classroom-bg {\n position: fixed; /* or absolute, depending on your needs */\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: -1; /* This ensures the image stays behind other content */\n object-fit: cover;\n}\n.jspsych-display-element .mobile-character-select {\n width: 20%;\n}\n.jspsych-display-element .mobile-audio-btn-container {\n display: flex;\n justify-content: center;\n gap: 10%;\n}\n.jspsych-display-element .mobile-stimulus-wrap {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content {\n height: 40%;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content #mobile-stimulus {\n font-size: 4rem;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content #mobile-placeholder-stimulus {\n color: white;\n font-size: 4rem;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content .mobile-stimulus-btn {\n position: relative;\n border: none;\n background: none;\n cursor: pointer;\n padding: 0;\n display: inline-block;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content .mobile-stimulus-btn img {\n display: block;\n width: 100%;\n height: auto;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content .mobile-stimulus-btn span {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n color: white;\n font-size: 7rem;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content #mobile-stimulus-btn-left {\n margin-right: 4rem;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content #mobile-stimulus-btn-right {\n margin-left: 4rem;\n}\n.jspsych-display-element .mobile-practice-feedback {\n background: none;\n margin-top: 4rem;\n}\n.jspsych-display-element .mobile-disable-button {\n pointer-events: none;\n}\n.jspsych-display-element #mobile-stimulus-text {\n font-size: 1.75rem;\n}\n.jspsych-display-element #sre-background {\n background-color: rgb(250, 246, 236);\n -webkit-background-size: cover;\n -moz-background-size: cover;\n -o-background-size: cover;\n background-size: cover;\n max-height: 100%;\n max-width: 100%;\n padding: 0px;\n margin: 0px;\n}\n.jspsych-display-element #halfway-position {\n top: 15%;\n}\n.jspsych-display-element #end-classroom {\n position: absolute;\n height: 80%;\n left: 0vh;\n bottom: 45vh;\n}\n.jspsych-display-element #end-student {\n position: relative;\n left: 0vh;\n top: 10vh;\n height: 65%;\n}\n.jspsych-display-element .instruction-background {\n display: block;\n background-color: rgb(250, 246, 236);\n padding-top: 0vh;\n min-height: 100%;\n min-width: 100%;\n}\n.jspsych-display-element h1 {\n margin-top: 10%;\n margin-right: 10%;\n margin-left: 10%;\n text-align: center;\n padding-inline: 10px;\n font-weight: semi-bold;\n font-size: 6vh;\n color: rgb(76, 101, 139);\n}\n.jspsych-display-element h2 {\n text-align: center;\n font-style: normal;\n font-weight: regular;\n font-size: 5vh;\n color: rgb(76, 101, 139);\n}\n.jspsych-display-element h3 {\n text-align: center;\n font-style: normal;\n font-weight: regular;\n font-size: 4vh;\n color: rgb(76, 101, 139);\n z-index: 1;\n}\n.jspsych-display-element p:not(.feedback, .stimulus) {\n text-align: center;\n vertical-align: middle;\n font-style: normal;\n font-weight: normal;\n font-size: 3vh;\n color: rgb(0, 0, 0);\n z-index: 1;\n}\n.jspsych-display-element n {\n text-align: center;\n vertical-align: middle;\n font-style: normal;\n font-weight: bold;\n font-size: 3vh;\n color: rgb(255, 202, 97);\n z-index: 1;\n}\n.jspsych-display-element .consent_form_title {\n margin-right: 10%;\n margin-left: 10%;\n font-size: 3vh;\n}\n.jspsych-display-element .consent_form_text {\n margin: 10%;\n text-align: left;\n font-size: 2vh;\n}\n.jspsych-display-element .survey_form_text {\n text-align: center;\n font-size: 3vh;\n}\n.jspsych-display-element .consent_form_agree {\n margin: 5%;\n text-align: left;\n font-size: 2vh;\n}\n.jspsych-display-element .debrief_text {\n margin: 20%;\n text-align: left;\n font-size: 2vh;\n}\n.jspsych-display-element .jspsych-survey-multi-select-option {\n font-size: 2vh;\n text-align: center;\n}\n.jspsych-display-element .stimulus {\n text-align: center;\n vertical-align: middle;\n font-style: normal;\n font-weight: normal;\n font-size: 4vh;\n line-height: 4vh;\n color: rgb(0, 0, 0);\n}\n.jspsych-display-element .full_screen {\n text-align: center;\n font-style: normal;\n font-weight: normal;\n font-size: 32px;\n line-height: 32px;\n padding-top: 300px;\n color: rgb(0, 0, 0);\n}\n.jspsych-display-element .feedback {\n text-align: center;\n font-style: normal;\n font-weight: bold;\n font-size: 3vh;\n line-height: 3vh;\n color: rgb(0, 0, 0);\n}\n.jspsych-display-element .jspsych-content-modified {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n}\n.jspsych-display-element .jspsych-content-modified .class-container {\n width: 100%;\n position: absolute;\n margin: auto;\n display: block;\n}\n.jspsych-display-element .jspsych-content-modified .class-container #classroom-bg {\n position: fixed; /* or absolute, depending on your needs */\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: -1; /* This ensures the image stays behind other content */\n object-fit: cover;\n}\n.jspsych-display-element .text-block {\n position: relative;\n bottom: 15px;\n top: 15px;\n background-color: rgb(246, 241, 230);\n padding-left: 25px;\n padding-right: 25px;\n padding-top: 15px;\n padding-bottom: 15px;\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n}\n.jspsych-display-element .demo-text-block {\n position: relative;\n bottom: 25px;\n top: 15px;\n background-color: rgb(246, 241, 230);\n padding-left: 85px;\n padding-right: 85px;\n padding-top: 60px;\n padding-bottom: 60px;\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n}\n.jspsych-display-element .grade-text-block {\n position: relative;\n bottom: 0px;\n top: 0px;\n left: 0px;\n right: 0px;\n background-color: rgb(246, 241, 230);\n padding-left: 0px;\n padding-right: 0px;\n padding-top: 50px;\n padding-bottom: 90px;\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n}\n.jspsych-display-element .select-text-block {\n position: relative;\n bottom: 15px;\n top: 30px;\n background-color: rgb(246, 241, 230);\n padding-left: 20px;\n padding-right: 20px;\n padding-top: 10px;\n padding-bottom: 10px;\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n}\n.jspsych-display-element .student-text-block {\n position: relative;\n margin-top: 10vh;\n margin-left: 5vh;\n margin-right: 5vh;\n height: 50vh;\n background-color: rgb(255, 255, 255);\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n}\n.jspsych-display-element .halfway-text-block {\n position: relative;\n margin-top: 20vh;\n margin-left: 5vh;\n margin-right: 5vh;\n margin-bottom: 10vh;\n height: 30vh;\n background-color: rgb(255, 255, 255);\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n}\n.jspsych-display-element .number-block {\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n height: 5vh;\n width: 6vh;\n padding-left: 3vh;\n padding-right: 3vh;\n text-align: center;\n vertical-align: middle;\n background-color: rgb(76, 101, 139);\n border: 6px solid rgb(65, 91, 127);\n border-radius: 10px;\n align-self: center;\n}\n.jspsych-display-element .container {\n width: 100%;\n position: fixed;\n display: block;\n}\n.jspsych-display-element .transparent {\n background: rgba(255, 255, 255, 0);\n border-color: rgba(255, 255, 255, 0);\n}\n.jspsych-display-element .center {\n margin: 0;\n position: absolute;\n top: 50%;\n left: 50%;\n -ms-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n}\n.jspsych-display-element .star-center {\n margin: 0;\n position: absolute;\n top: 45%;\n left: 51%;\n -ms-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n}\n.jspsych-display-element .vertical-center {\n margin: 0;\n position: absolute;\n top: 50%;\n -ms-transform: translateY(-50%);\n transform: translateY(-50%);\n}\n.jspsych-display-element .jspsych-video-button-response-stimulus {\n margin: 0;\n position: absolute;\n top: 45%;\n height: 90%;\n -ms-transform: translateY(-45%);\n transform: translateY(-45%);\n}\n.jspsych-display-element .stimulus_div {\n display: flex;\n justify-content: center;\n align-items: center;\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n}\n.jspsych-display-element .text_div {\n display: flex;\n justify-content: center;\n align-items: center;\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 60%;\n}\n.jspsych-display-element .center {\n vertical-align: middle;\n text-align: center;\n}\n.jspsych-display-element .upper {\n position: fixed;\n top: 0%;\n left: 50%;\n transform: translate(-50%, -50%);\n height: 2vh;\n}\n.jspsych-display-element .middle {\n position: relative;\n text-align: left;\n padding-right: 2vh;\n padding-left: 2vh;\n top: 23%;\n}\n.jspsych-display-element .lower {\n position: fixed;\n bottom: 20%;\n left: 50%;\n transform: translate(-50%, -50%);\n height: 7vh;\n}\n.jspsych-display-element .orange {\n color: rgb(219, 97, 69);\n}\n.jspsych-display-element .blue {\n color: rgb(66, 152, 181);\n}\n.jspsych-display-element .yellow {\n color: rgb(255, 202, 97);\n}\n.jspsych-display-element .row {\n display: flex;\n}\n.jspsych-display-element .column_1 {\n padding: 0 0 10vh 0;\n flex: 30%;\n}\n.jspsych-display-element .column_2_upper {\n margin-top: 2%;\n margin-bottom: 2%;\n padding: 3vh 2vh 3vh 2vh;\n flex: 50%;\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n margin-right: 5%;\n margin-left: 5%;\n}\n.jspsych-display-element .column_2_lower {\n padding: 0 2vh 3vh 2vh;\n flex: 50%;\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n margin-right: 5%;\n margin-left: 5%;\n}\n.jspsych-display-element .column_3 {\n padding: 0 0 0 0;\n flex: 70%;\n margin-right: 10%;\n vertical-align: middle;\n}\n.jspsych-display-element .button {\n left: 0;\n right: 0;\n background-color: rgb(76, 101, 139);\n text-align: center;\n vertical-align: middle;\n padding: 2vh;\n font-style: normal;\n font-weight: bold;\n font-size: 3vh;\n color: white;\n position: fixed;\n display: block;\n bottom: 0;\n border: none;\n z-index: 1;\n}\n.jspsych-display-element .story-scene {\n width: 100%;\n position: fixed;\n display: block;\n bottom: 5vh;\n}\n.jspsych-display-element .scene {\n position: fixed;\n bottom: 5vh;\n width: 100%;\n display: block;\n}\n.jspsych-display-element .characterleft {\n text-align: center;\n vertical-align: middle;\n position: relative;\n top: 10%;\n height: 70vh;\n}\n.jspsych-display-element .student {\n position: relative;\n display: inline-flex;\n flex-direction: row;\n height: 50%;\n width: 50%;\n bottom: 10vh;\n right: 0vh;\n justify-content: center;\n gap: 50px;\n}\n.jspsych-display-element .number {\n position: relative;\n display: inline-flex;\n flex-direction: row;\n height: 50%;\n width: 50%;\n bottom: -10vh;\n left: 1vh;\n justify-content: center;\n gap: 200px;\n}\n.jspsych-display-element .imageleft {\n text-align: center;\n position: relative;\n top: 50%;\n height: 30vh;\n}\n.jspsych-display-element #jspsych-progressbar-container {\n color: #555;\n border-bottom: 1px solid #dedede;\n background-color: #f9f9f9;\n margin-bottom: 1em;\n text-align: center;\n padding: 8px 0px;\n width: 100%;\n line-height: 1em;\n}\n.jspsych-display-element #jspsych-progressbar-container span {\n font-size: 14px;\n padding-right: 14px;\n}\n.jspsych-display-element #jspsych-progressbar-outer {\n background-color: #eee;\n width: 50%;\n margin: auto;\n height: 14px;\n display: inline-block;\n vertical-align: middle;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n.jspsych-display-element #jspsych-progressbar-inner {\n background-color: #aaa;\n width: 0%;\n height: 100%;\n}\n.jspsych-display-element #jspsych-data-display {\n text-align: left;\n}\n.jspsych-display-element .jspsych-btn {\n display: inline-block;\n padding: 1vh 2vh;\n margin: 1vh;\n font-size: 4vh;\n font-weight: bold;\n cursor: pointer;\n line-height: 1.4;\n text-align: center;\n white-space: nowrap;\n vertical-align: middle;\n background-image: none;\n border: 1vh solid transparent;\n border-radius: 1vh;\n color: rgb(255, 202, 97);\n background-color: rgb(76, 101, 139);\n border-color: rgb(65, 91, 127);\n}\n.jspsych-display-element .mep-stimulus {\n display: inline-block;\n width: 1.65vw;\n height: 1.65vw;\n margin: 0.13vw;\n padding: 0px 0px 0.825vw 0px;\n background: white;\n border-style: solid;\n border-width: 0px 0px 8px 0px;\n border-color: rgba(255, 255, 255, 0);\n}\n.jspsych-display-element .bottom-border-blue {\n border-bottom-color: blue !important;\n}\n.jspsych-display-element #jspsych-html-button-response-stimulus {\n margin-bottom: 25vw;\n}\n.jspsych-display-element #fixation-prompt {\n margin-bottom: 0.825%;\n}\n.jspsych-display-element .jspsych-html-button-response-button {\n display: inline-block;\n width: 4vw;\n height: 4vw;\n margin: 0.75vw;\n}\n.jspsych-display-element #jspsych-fullscreen-btn {\n position: sticky;\n bottom: 20%;\n left: 50%;\n transform: translate(-50%, -50%);\n color: rgb(255, 255, 255);\n background-color: rgb(76, 101, 139);\n border-color: darkgrey;\n display: inline-block;\n padding: 1vh 2vh;\n margin: 16vh 1vh 1vh 1vh;\n font-size: 4vh;\n font-weight: bold;\n cursor: pointer;\n line-height: 1.4;\n text-align: center;\n white-space: nowrap;\n vertical-align: middle;\n background-image: none;\n border: 1vh solid transparent;\n border-radius: 1vh;\n}\n.jspsych-display-element .jspsych-survey-html-form {\n position: fixed;\n bottom: 20%;\n left: 50%;\n transform: translate(-50%, -50%);\n}');class hp{constructor(e,t,n,i){this.gameParams=t,this.userParams=n,this.firekit=e,this.displayElement=i}async init(){await this.firekit.startRun();const e=await(async(e,t,n,i)=>{const a=dc(dc({...t,...n},mc),hc),{userMode:s,assessmentPid:r,labId:o,recruitment:c,userMetadata:l,urlParams:u,consent:p,story:d,language:m,skipInstructions:h,grade:f}=a;console.log({cleanParams:a});const g={pid:r,labId:o,userMode:s||"default",recruitment:c||"pilot",consent:p,story:d,userMetadata:{...l,grade:f},startTime:new Date,urlParams:u,firekit:e,language:m,skipInstructions:h,displayElement:i||null};console.log({config:g});const v=Object.fromEntries(Object.entries(t).map((([e,t])=>[e,g[e]??t])));return console.log({updatedGameParams:v}),await g.firekit.updateTaskParams(v),null!==g.pid&&await g.firekit.updateUser({assessmentPid:g.pid,...l}),g})(this.firekit,this.gameParams,this.userParams,this.displayElement);return r.session.set("config",e),function(e){Yu(e);const t=Wu(e),n=[qt,...t.timeline];return(()=>{r.session.set("timeOut",!1),r.session.set("practiceCorpus",Ju.practice);const e={timeline:[dp,mp],repetitions:4};n.push(ep),n.push(lp),n.push(pp),n.push(e),n.push(tp),n.push(up("lab")),n.push(ap),n.push(up("ai")),n.push(sp)})(),{jsPsych:fc,timeline:n}}(e)}async run(){const{jsPsych:e,timeline:t}=await this.init();e.run(t),await(e=>{const t=n=>{e()?n():setTimeout((e=>t(n)),400)};return new Promise(t)})((()=>!0===this.firekit.run.completed))}}export{hp as default};
|
|
25
|
+
*/!function(e,t){(function(){var i,a="Expected a function",s="__lodash_hash_undefined__",r="__lodash_placeholder__",o=16,c=32,l=64,u=128,p=256,d=1/0,m=9007199254740991,h=NaN,f=4294967295,g=[["ary",u],["bind",1],["bindKey",2],["curry",8],["curryRight",o],["flip",512],["partial",c],["partialRight",l],["rearg",p]],v="[object Arguments]",y="[object Array]",b="[object Boolean]",x="[object Date]",w="[object Error]",_="[object Function]",E="[object GeneratorFunction]",S="[object Map]",k="[object Number]",T="[object Object]",I="[object Promise]",R="[object RegExp]",A="[object Set]",j="[object String]",O="[object Symbol]",C="[object WeakMap]",L="[object ArrayBuffer]",F="[object DataView]",U="[object Float32Array]",P="[object Float64Array]",z="[object Int8Array]",M="[object Int16Array]",N="[object Int32Array]",q="[object Uint8Array]",$="[object Uint8ClampedArray]",D="[object Uint16Array]",B="[object Uint32Array]",Y=/\b__p \+= '';/g,K=/\b(__p \+=) '' \+/g,W=/(__e\(.*?\)|\b__t\)) \+\n'';/g,V=/&(?:amp|lt|gt|quot|#39);/g,H=/[&<>"']/g,G=RegExp(V.source),J=RegExp(H.source),Q=/<%-([\s\S]+?)%>/g,Z=/<%([\s\S]+?)%>/g,X=/<%=([\s\S]+?)%>/g,ee=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,te=/^\w*$/,ne=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ie=/[\\^$.*+?()[\]{}|]/g,ae=RegExp(ie.source),se=/^\s+/,re=/\s/,oe=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ce=/\{\n\/\* \[wrapped with (.+)\] \*/,le=/,? & /,ue=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,pe=/[()=,{}\[\]\/\s]/,de=/\\(\\)?/g,me=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,he=/\w*$/,fe=/^[-+]0x[0-9a-f]+$/i,ge=/^0b[01]+$/i,ve=/^\[object .+?Constructor\]$/,ye=/^0o[0-7]+$/i,be=/^(?:0|[1-9]\d*)$/,xe=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,we=/($^)/,_e=/['\n\r\u2028\u2029\\]/g,Ee="\\ud800-\\udfff",Se="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",ke="\\u2700-\\u27bf",Te="a-z\\xdf-\\xf6\\xf8-\\xff",Ie="A-Z\\xc0-\\xd6\\xd8-\\xde",Re="\\ufe0e\\ufe0f",Ae="\\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",je="['’]",Oe="["+Ee+"]",Ce="["+Ae+"]",Le="["+Se+"]",Fe="\\d+",Ue="["+ke+"]",Pe="["+Te+"]",ze="[^"+Ee+Ae+Fe+ke+Te+Ie+"]",Me="\\ud83c[\\udffb-\\udfff]",Ne="[^"+Ee+"]",qe="(?:\\ud83c[\\udde6-\\uddff]){2}",$e="[\\ud800-\\udbff][\\udc00-\\udfff]",De="["+Ie+"]",Be="\\u200d",Ye="(?:"+Pe+"|"+ze+")",Ke="(?:"+De+"|"+ze+")",We="(?:['’](?:d|ll|m|re|s|t|ve))?",Ve="(?:['’](?:D|LL|M|RE|S|T|VE))?",He="(?:"+Le+"|"+Me+")"+"?",Ge="["+Re+"]?",Je=Ge+He+("(?:"+Be+"(?:"+[Ne,qe,$e].join("|")+")"+Ge+He+")*"),Qe="(?:"+[Ue,qe,$e].join("|")+")"+Je,Ze="(?:"+[Ne+Le+"?",Le,qe,$e,Oe].join("|")+")",Xe=RegExp(je,"g"),et=RegExp(Le,"g"),tt=RegExp(Me+"(?="+Me+")|"+Ze+Je,"g"),nt=RegExp([De+"?"+Pe+"+"+We+"(?="+[Ce,De,"$"].join("|")+")",Ke+"+"+Ve+"(?="+[Ce,De+Ye,"$"].join("|")+")",De+"?"+Ye+"+"+We,De+"+"+Ve,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Fe,Qe].join("|"),"g"),it=RegExp("["+Be+Ee+Se+Re+"]"),at=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,st=["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[U]=ot[P]=ot[z]=ot[M]=ot[N]=ot[q]=ot[$]=ot[D]=ot[B]=!0,ot[v]=ot[y]=ot[L]=ot[b]=ot[F]=ot[x]=ot[w]=ot[_]=ot[S]=ot[k]=ot[T]=ot[R]=ot[A]=ot[j]=ot[C]=!1;var ct={};ct[v]=ct[y]=ct[L]=ct[F]=ct[b]=ct[x]=ct[U]=ct[P]=ct[z]=ct[M]=ct[N]=ct[S]=ct[k]=ct[T]=ct[R]=ct[A]=ct[j]=ct[O]=ct[q]=ct[$]=ct[D]=ct[B]=!0,ct[w]=ct[_]=ct[C]=!1;var lt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ut=parseFloat,pt=parseInt,dt="object"==typeof n&&n&&n.Object===Object&&n,mt="object"==typeof self&&self&&self.Object===Object&&self,ht=dt||mt||Function("return this")(),ft=t&&!t.nodeType&&t,gt=ft&&e&&!e.nodeType&&e,vt=gt&>.exports===ft,yt=vt&&dt.process,bt=function(){try{var e=gt&>.require&>.require("util").types;return e||yt&&yt.binding&&yt.binding("util")}catch(e){}}(),xt=bt&&bt.isArrayBuffer,wt=bt&&bt.isDate,_t=bt&&bt.isMap,Et=bt&&bt.isRegExp,St=bt&&bt.isSet,kt=bt&&bt.isTypedArray;function Tt(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function It(e,t,n,i){for(var a=-1,s=null==e?0:e.length;++a<s;){var r=e[a];t(i,r,n(r),e)}return i}function Rt(e,t){for(var n=-1,i=null==e?0:e.length;++n<i&&!1!==t(e[n],n,e););return e}function At(e,t){for(var n=null==e?0:e.length;n--&&!1!==t(e[n],n,e););return e}function jt(e,t){for(var n=-1,i=null==e?0:e.length;++n<i;)if(!t(e[n],n,e))return!1;return!0}function Ot(e,t){for(var n=-1,i=null==e?0:e.length,a=0,s=[];++n<i;){var r=e[n];t(r,n,e)&&(s[a++]=r)}return s}function Ct(e,t){return!!(null==e?0:e.length)&&Dt(e,t,0)>-1}function Lt(e,t,n){for(var i=-1,a=null==e?0:e.length;++i<a;)if(n(t,e[i]))return!0;return!1}function Ft(e,t){for(var n=-1,i=null==e?0:e.length,a=Array(i);++n<i;)a[n]=t(e[n],n,e);return a}function Ut(e,t){for(var n=-1,i=t.length,a=e.length;++n<i;)e[a+n]=t[n];return e}function Pt(e,t,n,i){var a=-1,s=null==e?0:e.length;for(i&&s&&(n=e[++a]);++a<s;)n=t(n,e[a],a,e);return n}function zt(e,t,n,i){var a=null==e?0:e.length;for(i&&a&&(n=e[--a]);a--;)n=t(n,e[a],a,e);return n}function Mt(e,t){for(var n=-1,i=null==e?0:e.length;++n<i;)if(t(e[n],n,e))return!0;return!1}var Nt=Wt("length");function qt(e,t,n){var i;return n(e,(function(e,n,a){if(t(e,n,a))return i=n,!1})),i}function $t(e,t,n,i){for(var a=e.length,s=n+(i?1:-1);i?s--:++s<a;)if(t(e[s],s,e))return s;return-1}function Dt(e,t,n){return t==t?function(e,t,n){var i=n-1,a=e.length;for(;++i<a;)if(e[i]===t)return i;return-1}(e,t,n):$t(e,Yt,n)}function Bt(e,t,n,i){for(var a=n-1,s=e.length;++a<s;)if(i(e[a],t))return a;return-1}function Yt(e){return e!=e}function Kt(e,t){var n=null==e?0:e.length;return n?Gt(e,t)/n:h}function Wt(e){return function(t){return null==t?i:t[e]}}function Vt(e){return function(t){return null==e?i:e[t]}}function Ht(e,t,n,i,a){return a(e,(function(e,a,s){n=i?(i=!1,e):t(n,e,a,s)})),n}function Gt(e,t){for(var n,a=-1,s=e.length;++a<s;){var r=t(e[a]);r!==i&&(n=n===i?r:n+r)}return n}function Jt(e,t){for(var n=-1,i=Array(e);++n<e;)i[n]=t(n);return i}function Qt(e){return e?e.slice(0,fn(e)+1).replace(se,""):e}function Zt(e){return function(t){return e(t)}}function Xt(e,t){return Ft(t,(function(t){return e[t]}))}function en(e,t){return e.has(t)}function tn(e,t){for(var n=-1,i=e.length;++n<i&&Dt(t,e[n],0)>-1;);return n}function nn(e,t){for(var n=e.length;n--&&Dt(t,e[n],0)>-1;);return n}var an=Vt({"À":"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"}),sn=Vt({"&":"&","<":"<",">":">",'"':""","'":"'"});function rn(e){return"\\"+lt[e]}function on(e){return it.test(e)}function cn(e){var t=-1,n=Array(e.size);return e.forEach((function(e,i){n[++t]=[i,e]})),n}function ln(e,t){return function(n){return e(t(n))}}function un(e,t){for(var n=-1,i=e.length,a=0,s=[];++n<i;){var o=e[n];o!==t&&o!==r||(e[n]=r,s[a++]=n)}return s}function pn(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}function dn(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=[e,e]})),n}function mn(e){return on(e)?function(e){var t=tt.lastIndex=0;for(;tt.test(e);)++t;return t}(e):Nt(e)}function hn(e){return on(e)?function(e){return e.match(tt)||[]}(e):function(e){return e.split("")}(e)}function fn(e){for(var t=e.length;t--&&re.test(e.charAt(t)););return t}var gn=Vt({"&":"&","<":"<",">":">",""":'"',"'":"'"});var vn=function e(t){var n=(t=null==t?ht:vn.defaults(ht.Object(),t,vn.pick(ht,st))).Array,re=t.Date,Ee=t.Error,Se=t.Function,ke=t.Math,Te=t.Object,Ie=t.RegExp,Re=t.String,Ae=t.TypeError,je=n.prototype,Oe=Se.prototype,Ce=Te.prototype,Le=t["__core-js_shared__"],Fe=Oe.toString,Ue=Ce.hasOwnProperty,Pe=0,ze=function(){var e=/[^.]+$/.exec(Le&&Le.keys&&Le.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),Me=Ce.toString,Ne=Fe.call(Te),qe=ht._,$e=Ie("^"+Fe.call(Ue).replace(ie,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),De=vt?t.Buffer:i,Be=t.Symbol,Ye=t.Uint8Array,Ke=De?De.allocUnsafe:i,We=ln(Te.getPrototypeOf,Te),Ve=Te.create,He=Ce.propertyIsEnumerable,Ge=je.splice,Je=Be?Be.isConcatSpreadable:i,Qe=Be?Be.iterator:i,Ze=Be?Be.toStringTag:i,tt=function(){try{var e=ps(Te,"defineProperty");return e({},"",{}),e}catch(e){}}(),it=t.clearTimeout!==ht.clearTimeout&&t.clearTimeout,lt=re&&re.now!==ht.Date.now&&re.now,dt=t.setTimeout!==ht.setTimeout&&t.setTimeout,mt=ke.ceil,ft=ke.floor,gt=Te.getOwnPropertySymbols,yt=De?De.isBuffer:i,bt=t.isFinite,Nt=je.join,Vt=ln(Te.keys,Te),yn=ke.max,bn=ke.min,xn=re.now,wn=t.parseInt,_n=ke.random,En=je.reverse,Sn=ps(t,"DataView"),kn=ps(t,"Map"),Tn=ps(t,"Promise"),In=ps(t,"Set"),Rn=ps(t,"WeakMap"),An=ps(Te,"create"),jn=Rn&&new Rn,On={},Cn=zs(Sn),Ln=zs(kn),Fn=zs(Tn),Un=zs(In),Pn=zs(Rn),zn=Be?Be.prototype:i,Mn=zn?zn.valueOf:i,Nn=zn?zn.toString:i;function qn(e){if(eo(e)&&!Br(e)&&!(e instanceof Yn)){if(e instanceof Bn)return e;if(Ue.call(e,"__wrapped__"))return Ms(e)}return new Bn(e)}var $n=function(){function e(){}return function(t){if(!Xr(t))return{};if(Ve)return Ve(t);e.prototype=t;var n=new e;return e.prototype=i,n}}();function Dn(){}function Bn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=i}function Yn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=f,this.__views__=[]}function Kn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function Wn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function Vn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}function Hn(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new Vn;++t<n;)this.add(e[t])}function Gn(e){var t=this.__data__=new Wn(e);this.size=t.size}function Jn(e,t){var n=Br(e),i=!n&&Dr(e),a=!n&&!i&&Vr(e),s=!n&&!i&&!a&&co(e),r=n||i||a||s,o=r?Jt(e.length,Re):[],c=o.length;for(var l in e)!t&&!Ue.call(e,l)||r&&("length"==l||a&&("offset"==l||"parent"==l)||s&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||ys(l,c))||o.push(l);return o}function Qn(e){var t=e.length;return t?e[Hi(0,t-1)]:i}function Zn(e,t){return Fs(Aa(e),oi(t,0,e.length))}function Xn(e){return Fs(Aa(e))}function ei(e,t,n){(n!==i&&!Nr(e[t],n)||n===i&&!(t in e))&&si(e,t,n)}function ti(e,t,n){var a=e[t];Ue.call(e,t)&&Nr(a,n)&&(n!==i||t in e)||si(e,t,n)}function ni(e,t){for(var n=e.length;n--;)if(Nr(e[n][0],t))return n;return-1}function ii(e,t,n,i){return di(e,(function(e,a,s){t(i,e,n(e),s)})),i}function ai(e,t){return e&&ja(t,Oo(t),e)}function si(e,t,n){"__proto__"==t&&tt?tt(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function ri(e,t){for(var a=-1,s=t.length,r=n(s),o=null==e;++a<s;)r[a]=o?i:To(e,t[a]);return r}function oi(e,t,n){return e==e&&(n!==i&&(e=e<=n?e:n),t!==i&&(e=e>=t?e:t)),e}function ci(e,t,n,a,s,r){var o,c=1&t,l=2&t,u=4&t;if(n&&(o=s?n(e,a,s,r):n(e)),o!==i)return o;if(!Xr(e))return e;var p=Br(e);if(p){if(o=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&Ue.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!c)return Aa(e,o)}else{var d=hs(e),m=d==_||d==E;if(Vr(e))return Ea(e,c);if(d==T||d==v||m&&!s){if(o=l||m?{}:gs(e),!c)return l?function(e,t){return ja(e,ms(e),t)}(e,function(e,t){return e&&ja(t,Co(t),e)}(o,e)):function(e,t){return ja(e,ds(e),t)}(e,ai(o,e))}else{if(!ct[d])return s?e:{};o=function(e,t,n){var i=e.constructor;switch(t){case L:return Sa(e);case b:case x:return new i(+e);case F:return function(e,t){var n=t?Sa(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case U:case P:case z:case M:case N:case q:case $:case D:case B:return ka(e,n);case S:return new i;case k:case j:return new i(e);case R:return function(e){var t=new e.constructor(e.source,he.exec(e));return t.lastIndex=e.lastIndex,t}(e);case A:return new i;case O:return a=e,Mn?Te(Mn.call(a)):{}}var a}(e,d,c)}}r||(r=new Gn);var h=r.get(e);if(h)return h;r.set(e,o),so(e)?e.forEach((function(i){o.add(ci(i,t,n,i,e,r))})):to(e)&&e.forEach((function(i,a){o.set(a,ci(i,t,n,a,e,r))}));var f=p?i:(u?l?as:is:l?Co:Oo)(e);return Rt(f||e,(function(i,a){f&&(i=e[a=i]),ti(o,a,ci(i,t,n,a,e,r))})),o}function li(e,t,n){var a=n.length;if(null==e)return!a;for(e=Te(e);a--;){var s=n[a],r=t[s],o=e[s];if(o===i&&!(s in e)||!r(o))return!1}return!0}function ui(e,t,n){if("function"!=typeof e)throw new Ae(a);return js((function(){e.apply(i,n)}),t)}function pi(e,t,n,i){var a=-1,s=Ct,r=!0,o=e.length,c=[],l=t.length;if(!o)return c;n&&(t=Ft(t,Zt(n))),i?(s=Lt,r=!1):t.length>=200&&(s=en,r=!1,t=new Hn(t));e:for(;++a<o;){var u=e[a],p=null==n?u:n(u);if(u=i||0!==u?u:0,r&&p==p){for(var d=l;d--;)if(t[d]===p)continue e;c.push(u)}else s(t,p,i)||c.push(u)}return c}qn.templateSettings={escape:Q,evaluate:Z,interpolate:X,variable:"",imports:{_:qn}},qn.prototype=Dn.prototype,qn.prototype.constructor=qn,Bn.prototype=$n(Dn.prototype),Bn.prototype.constructor=Bn,Yn.prototype=$n(Dn.prototype),Yn.prototype.constructor=Yn,Kn.prototype.clear=function(){this.__data__=An?An(null):{},this.size=0},Kn.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Kn.prototype.get=function(e){var t=this.__data__;if(An){var n=t[e];return n===s?i:n}return Ue.call(t,e)?t[e]:i},Kn.prototype.has=function(e){var t=this.__data__;return An?t[e]!==i:Ue.call(t,e)},Kn.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=An&&t===i?s:t,this},Wn.prototype.clear=function(){this.__data__=[],this.size=0},Wn.prototype.delete=function(e){var t=this.__data__,n=ni(t,e);return!(n<0)&&(n==t.length-1?t.pop():Ge.call(t,n,1),--this.size,!0)},Wn.prototype.get=function(e){var t=this.__data__,n=ni(t,e);return n<0?i:t[n][1]},Wn.prototype.has=function(e){return ni(this.__data__,e)>-1},Wn.prototype.set=function(e,t){var n=this.__data__,i=ni(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this},Vn.prototype.clear=function(){this.size=0,this.__data__={hash:new Kn,map:new(kn||Wn),string:new Kn}},Vn.prototype.delete=function(e){var t=ls(this,e).delete(e);return this.size-=t?1:0,t},Vn.prototype.get=function(e){return ls(this,e).get(e)},Vn.prototype.has=function(e){return ls(this,e).has(e)},Vn.prototype.set=function(e,t){var n=ls(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this},Hn.prototype.add=Hn.prototype.push=function(e){return this.__data__.set(e,s),this},Hn.prototype.has=function(e){return this.__data__.has(e)},Gn.prototype.clear=function(){this.__data__=new Wn,this.size=0},Gn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Gn.prototype.get=function(e){return this.__data__.get(e)},Gn.prototype.has=function(e){return this.__data__.has(e)},Gn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Wn){var i=n.__data__;if(!kn||i.length<199)return i.push([e,t]),this.size=++n.size,this;n=this.__data__=new Vn(i)}return n.set(e,t),this.size=n.size,this};var di=La(xi),mi=La(wi,!0);function hi(e,t){var n=!0;return di(e,(function(e,i,a){return n=!!t(e,i,a)})),n}function fi(e,t,n){for(var a=-1,s=e.length;++a<s;){var r=e[a],o=t(r);if(null!=o&&(c===i?o==o&&!oo(o):n(o,c)))var c=o,l=r}return l}function gi(e,t){var n=[];return di(e,(function(e,i,a){t(e,i,a)&&n.push(e)})),n}function vi(e,t,n,i,a){var s=-1,r=e.length;for(n||(n=vs),a||(a=[]);++s<r;){var o=e[s];t>0&&n(o)?t>1?vi(o,t-1,n,i,a):Ut(a,o):i||(a[a.length]=o)}return a}var yi=Fa(),bi=Fa(!0);function xi(e,t){return e&&yi(e,t,Oo)}function wi(e,t){return e&&bi(e,t,Oo)}function _i(e,t){return Ot(t,(function(t){return Jr(e[t])}))}function Ei(e,t){for(var n=0,a=(t=ba(t,e)).length;null!=e&&n<a;)e=e[Ps(t[n++])];return n&&n==a?e:i}function Si(e,t,n){var i=t(e);return Br(e)?i:Ut(i,n(e))}function ki(e){return null==e?e===i?"[object Undefined]":"[object Null]":Ze&&Ze in Te(e)?function(e){var t=Ue.call(e,Ze),n=e[Ze];try{e[Ze]=i;var a=!0}catch(e){}var s=Me.call(e);a&&(t?e[Ze]=n:delete e[Ze]);return s}(e):function(e){return Me.call(e)}(e)}function Ti(e,t){return e>t}function Ii(e,t){return null!=e&&Ue.call(e,t)}function Ri(e,t){return null!=e&&t in Te(e)}function Ai(e,t,a){for(var s=a?Lt:Ct,r=e[0].length,o=e.length,c=o,l=n(o),u=1/0,p=[];c--;){var d=e[c];c&&t&&(d=Ft(d,Zt(t))),u=bn(d.length,u),l[c]=!a&&(t||r>=120&&d.length>=120)?new Hn(c&&d):i}d=e[0];var m=-1,h=l[0];e:for(;++m<r&&p.length<u;){var f=d[m],g=t?t(f):f;if(f=a||0!==f?f:0,!(h?en(h,g):s(p,g,a))){for(c=o;--c;){var v=l[c];if(!(v?en(v,g):s(e[c],g,a)))continue e}h&&h.push(g),p.push(f)}}return p}function ji(e,t,n){var a=null==(e=Is(e,t=ba(t,e)))?e:e[Ps(Gs(t))];return null==a?i:Tt(a,e,n)}function Oi(e){return eo(e)&&ki(e)==v}function Ci(e,t,n,a,s){return e===t||(null==e||null==t||!eo(e)&&!eo(t)?e!=e&&t!=t:function(e,t,n,a,s,r){var o=Br(e),c=Br(t),l=o?y:hs(e),u=c?y:hs(t),p=(l=l==v?T:l)==T,d=(u=u==v?T:u)==T,m=l==u;if(m&&Vr(e)){if(!Vr(t))return!1;o=!0,p=!1}if(m&&!p)return r||(r=new Gn),o||co(e)?ts(e,t,n,a,s,r):function(e,t,n,i,a,s,r){switch(n){case F:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case L:return!(e.byteLength!=t.byteLength||!s(new Ye(e),new Ye(t)));case b:case x:case k:return Nr(+e,+t);case w:return e.name==t.name&&e.message==t.message;case R:case j:return e==t+"";case S:var o=cn;case A:var c=1&i;if(o||(o=pn),e.size!=t.size&&!c)return!1;var l=r.get(e);if(l)return l==t;i|=2,r.set(e,t);var u=ts(o(e),o(t),i,a,s,r);return r.delete(e),u;case O:if(Mn)return Mn.call(e)==Mn.call(t)}return!1}(e,t,l,n,a,s,r);if(!(1&n)){var h=p&&Ue.call(e,"__wrapped__"),f=d&&Ue.call(t,"__wrapped__");if(h||f){var g=h?e.value():e,_=f?t.value():t;return r||(r=new Gn),s(g,_,n,a,r)}}if(!m)return!1;return r||(r=new Gn),function(e,t,n,a,s,r){var o=1&n,c=is(e),l=c.length,u=is(t),p=u.length;if(l!=p&&!o)return!1;var d=l;for(;d--;){var m=c[d];if(!(o?m in t:Ue.call(t,m)))return!1}var h=r.get(e),f=r.get(t);if(h&&f)return h==t&&f==e;var g=!0;r.set(e,t),r.set(t,e);var v=o;for(;++d<l;){var y=e[m=c[d]],b=t[m];if(a)var x=o?a(b,y,m,t,e,r):a(y,b,m,e,t,r);if(!(x===i?y===b||s(y,b,n,a,r):x)){g=!1;break}v||(v="constructor"==m)}if(g&&!v){var w=e.constructor,_=t.constructor;w==_||!("constructor"in e)||!("constructor"in t)||"function"==typeof w&&w instanceof w&&"function"==typeof _&&_ instanceof _||(g=!1)}return r.delete(e),r.delete(t),g}(e,t,n,a,s,r)}(e,t,n,a,Ci,s))}function Li(e,t,n,a){var s=n.length,r=s,o=!a;if(null==e)return!r;for(e=Te(e);s--;){var c=n[s];if(o&&c[2]?c[1]!==e[c[0]]:!(c[0]in e))return!1}for(;++s<r;){var l=(c=n[s])[0],u=e[l],p=c[1];if(o&&c[2]){if(u===i&&!(l in e))return!1}else{var d=new Gn;if(a)var m=a(u,p,l,e,t,d);if(!(m===i?Ci(p,u,3,a,d):m))return!1}}return!0}function Fi(e){return!(!Xr(e)||(t=e,ze&&ze in t))&&(Jr(e)?$e:ve).test(zs(e));var t}function Ui(e){return"function"==typeof e?e:null==e?ic:"object"==typeof e?Br(e)?$i(e[0],e[1]):qi(e):dc(e)}function Pi(e){if(!Es(e))return Vt(e);var t=[];for(var n in Te(e))Ue.call(e,n)&&"constructor"!=n&&t.push(n);return t}function zi(e){if(!Xr(e))return function(e){var t=[];if(null!=e)for(var n in Te(e))t.push(n);return t}(e);var t=Es(e),n=[];for(var i in e)("constructor"!=i||!t&&Ue.call(e,i))&&n.push(i);return n}function Mi(e,t){return e<t}function Ni(e,t){var i=-1,a=Kr(e)?n(e.length):[];return di(e,(function(e,n,s){a[++i]=t(e,n,s)})),a}function qi(e){var t=us(e);return 1==t.length&&t[0][2]?ks(t[0][0],t[0][1]):function(n){return n===e||Li(n,e,t)}}function $i(e,t){return xs(e)&&Ss(t)?ks(Ps(e),t):function(n){var a=To(n,e);return a===i&&a===t?Io(n,e):Ci(t,a,3)}}function Di(e,t,n,a,s){e!==t&&yi(t,(function(r,o){if(s||(s=new Gn),Xr(r))!function(e,t,n,a,s,r,o){var c=Rs(e,n),l=Rs(t,n),u=o.get(l);if(u)return void ei(e,n,u);var p=r?r(c,l,n+"",e,t,o):i,d=p===i;if(d){var m=Br(l),h=!m&&Vr(l),f=!m&&!h&&co(l);p=l,m||h||f?Br(c)?p=c:Wr(c)?p=Aa(c):h?(d=!1,p=Ea(l,!0)):f?(d=!1,p=ka(l,!0)):p=[]:io(l)||Dr(l)?(p=c,Dr(c)?p=vo(c):Xr(c)&&!Jr(c)||(p=gs(l))):d=!1}d&&(o.set(l,p),s(p,l,a,r,o),o.delete(l));ei(e,n,p)}(e,t,o,n,Di,a,s);else{var c=a?a(Rs(e,o),r,o+"",e,t,s):i;c===i&&(c=r),ei(e,o,c)}}),Co)}function Bi(e,t){var n=e.length;if(n)return ys(t+=t<0?n:0,n)?e[t]:i}function Yi(e,t,n){t=t.length?Ft(t,(function(e){return Br(e)?function(t){return Ei(t,1===e.length?e[0]:e)}:e})):[ic];var i=-1;t=Ft(t,Zt(cs()));var a=Ni(e,(function(e,n,a){var s=Ft(t,(function(t){return t(e)}));return{criteria:s,index:++i,value:e}}));return function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}(a,(function(e,t){return function(e,t,n){var i=-1,a=e.criteria,s=t.criteria,r=a.length,o=n.length;for(;++i<r;){var c=Ta(a[i],s[i]);if(c)return i>=o?c:c*("desc"==n[i]?-1:1)}return e.index-t.index}(e,t,n)}))}function Ki(e,t,n){for(var i=-1,a=t.length,s={};++i<a;){var r=t[i],o=Ei(e,r);n(o,r)&&Xi(s,ba(r,e),o)}return s}function Wi(e,t,n,i){var a=i?Bt:Dt,s=-1,r=t.length,o=e;for(e===t&&(t=Aa(t)),n&&(o=Ft(e,Zt(n)));++s<r;)for(var c=0,l=t[s],u=n?n(l):l;(c=a(o,u,c,i))>-1;)o!==e&&Ge.call(o,c,1),Ge.call(e,c,1);return e}function Vi(e,t){for(var n=e?t.length:0,i=n-1;n--;){var a=t[n];if(n==i||a!==s){var s=a;ys(a)?Ge.call(e,a,1):pa(e,a)}}return e}function Hi(e,t){return e+ft(_n()*(t-e+1))}function Gi(e,t){var n="";if(!e||t<1||t>m)return n;do{t%2&&(n+=e),(t=ft(t/2))&&(e+=e)}while(t);return n}function Ji(e,t){return Os(Ts(e,t,ic),e+"")}function Qi(e){return Qn(qo(e))}function Zi(e,t){var n=qo(e);return Fs(n,oi(t,0,n.length))}function Xi(e,t,n,a){if(!Xr(e))return e;for(var s=-1,r=(t=ba(t,e)).length,o=r-1,c=e;null!=c&&++s<r;){var l=Ps(t[s]),u=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return e;if(s!=o){var p=c[l];(u=a?a(p,l,c):i)===i&&(u=Xr(p)?p:ys(t[s+1])?[]:{})}ti(c,l,u),c=c[l]}return e}var ea=jn?function(e,t){return jn.set(e,t),e}:ic,ta=tt?function(e,t){return tt(e,"toString",{configurable:!0,enumerable:!1,value:ec(t),writable:!0})}:ic;function na(e){return Fs(qo(e))}function ia(e,t,i){var a=-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 r=n(s);++a<s;)r[a]=e[a+t];return r}function aa(e,t){var n;return di(e,(function(e,i,a){return!(n=t(e,i,a))})),!!n}function sa(e,t,n){var i=0,a=null==e?i:e.length;if("number"==typeof t&&t==t&&a<=2147483647){for(;i<a;){var s=i+a>>>1,r=e[s];null!==r&&!oo(r)&&(n?r<=t:r<t)?i=s+1:a=s}return a}return ra(e,t,ic,n)}function ra(e,t,n,a){var s=0,r=null==e?0:e.length;if(0===r)return 0;for(var o=(t=n(t))!=t,c=null===t,l=oo(t),u=t===i;s<r;){var p=ft((s+r)/2),d=n(e[p]),m=d!==i,h=null===d,f=d==d,g=oo(d);if(o)var v=a||f;else v=u?f&&(a||m):c?f&&m&&(a||!h):l?f&&m&&!h&&(a||!g):!h&&!g&&(a?d<=t:d<t);v?s=p+1:r=p}return bn(r,4294967294)}function oa(e,t){for(var n=-1,i=e.length,a=0,s=[];++n<i;){var r=e[n],o=t?t(r):r;if(!n||!Nr(o,c)){var c=o;s[a++]=0===r?0:r}}return s}function ca(e){return"number"==typeof e?e:oo(e)?h:+e}function la(e){if("string"==typeof e)return e;if(Br(e))return Ft(e,la)+"";if(oo(e))return Nn?Nn.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function ua(e,t,n){var i=-1,a=Ct,s=e.length,r=!0,o=[],c=o;if(n)r=!1,a=Lt;else if(s>=200){var l=t?null:Ga(e);if(l)return pn(l);r=!1,a=en,c=new Hn}else c=t?[]:o;e:for(;++i<s;){var u=e[i],p=t?t(u):u;if(u=n||0!==u?u:0,r&&p==p){for(var d=c.length;d--;)if(c[d]===p)continue e;t&&c.push(p),o.push(u)}else a(c,p,n)||(c!==o&&c.push(p),o.push(u))}return o}function pa(e,t){return null==(e=Is(e,t=ba(t,e)))||delete e[Ps(Gs(t))]}function da(e,t,n,i){return Xi(e,t,n(Ei(e,t)),i)}function ma(e,t,n,i){for(var a=e.length,s=i?a:-1;(i?s--:++s<a)&&t(e[s],s,e););return n?ia(e,i?0:s,i?s+1:a):ia(e,i?s+1:0,i?a:s)}function ha(e,t){var n=e;return n instanceof Yn&&(n=n.value()),Pt(t,(function(e,t){return t.func.apply(t.thisArg,Ut([e],t.args))}),n)}function fa(e,t,i){var a=e.length;if(a<2)return a?ua(e[0]):[];for(var s=-1,r=n(a);++s<a;)for(var o=e[s],c=-1;++c<a;)c!=s&&(r[s]=pi(r[s]||o,e[c],t,i));return ua(vi(r,1),t,i)}function ga(e,t,n){for(var a=-1,s=e.length,r=t.length,o={};++a<s;){var c=a<r?t[a]:i;n(o,e[a],c)}return o}function va(e){return Wr(e)?e:[]}function ya(e){return"function"==typeof e?e:ic}function ba(e,t){return Br(e)?e:xs(e,t)?[e]:Us(yo(e))}var xa=Ji;function wa(e,t,n){var a=e.length;return n=n===i?a:n,!t&&n>=a?e:ia(e,t,n)}var _a=it||function(e){return ht.clearTimeout(e)};function Ea(e,t){if(t)return e.slice();var n=e.length,i=Ke?Ke(n):new e.constructor(n);return e.copy(i),i}function Sa(e){var t=new e.constructor(e.byteLength);return new Ye(t).set(new Ye(e)),t}function ka(e,t){var n=t?Sa(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function Ta(e,t){if(e!==t){var n=e!==i,a=null===e,s=e==e,r=oo(e),o=t!==i,c=null===t,l=t==t,u=oo(t);if(!c&&!u&&!r&&e>t||r&&o&&l&&!c&&!u||a&&o&&l||!n&&l||!s)return 1;if(!a&&!r&&!u&&e<t||u&&n&&s&&!a&&!r||c&&n&&s||!o&&s||!l)return-1}return 0}function Ia(e,t,i,a){for(var s=-1,r=e.length,o=i.length,c=-1,l=t.length,u=yn(r-o,0),p=n(l+u),d=!a;++c<l;)p[c]=t[c];for(;++s<o;)(d||s<r)&&(p[i[s]]=e[s]);for(;u--;)p[c++]=e[s++];return p}function Ra(e,t,i,a){for(var s=-1,r=e.length,o=-1,c=i.length,l=-1,u=t.length,p=yn(r-c,0),d=n(p+u),m=!a;++s<p;)d[s]=e[s];for(var h=s;++l<u;)d[h+l]=t[l];for(;++o<c;)(m||s<r)&&(d[h+i[o]]=e[s++]);return d}function Aa(e,t){var i=-1,a=e.length;for(t||(t=n(a));++i<a;)t[i]=e[i];return t}function ja(e,t,n,a){var s=!n;n||(n={});for(var r=-1,o=t.length;++r<o;){var c=t[r],l=a?a(n[c],e[c],c,n,e):i;l===i&&(l=e[c]),s?si(n,c,l):ti(n,c,l)}return n}function Oa(e,t){return function(n,i){var a=Br(n)?It:ii,s=t?t():{};return a(n,e,cs(i,2),s)}}function Ca(e){return Ji((function(t,n){var a=-1,s=n.length,r=s>1?n[s-1]:i,o=s>2?n[2]:i;for(r=e.length>3&&"function"==typeof r?(s--,r):i,o&&bs(n[0],n[1],o)&&(r=s<3?i:r,s=1),t=Te(t);++a<s;){var c=n[a];c&&e(t,c,a,r)}return t}))}function La(e,t){return function(n,i){if(null==n)return n;if(!Kr(n))return e(n,i);for(var a=n.length,s=t?a:-1,r=Te(n);(t?s--:++s<a)&&!1!==i(r[s],s,r););return n}}function Fa(e){return function(t,n,i){for(var a=-1,s=Te(t),r=i(t),o=r.length;o--;){var c=r[e?o:++a];if(!1===n(s[c],c,s))break}return t}}function Ua(e){return function(t){var n=on(t=yo(t))?hn(t):i,a=n?n[0]:t.charAt(0),s=n?wa(n,1).join(""):t.slice(1);return a[e]()+s}}function Pa(e){return function(t){return Pt(Qo(Bo(t).replace(Xe,"")),e,"")}}function za(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 n=$n(e.prototype),i=e.apply(n,t);return Xr(i)?i:n}}function Ma(e){return function(t,n,a){var s=Te(t);if(!Kr(t)){var r=cs(n,3);t=Oo(t),n=function(e){return r(s[e],e,s)}}var o=e(t,n,a);return o>-1?s[r?t[o]:o]:i}}function Na(e){return ns((function(t){var n=t.length,s=n,r=Bn.prototype.thru;for(e&&t.reverse();s--;){var o=t[s];if("function"!=typeof o)throw new Ae(a);if(r&&!c&&"wrapper"==rs(o))var c=new Bn([],!0)}for(s=c?s:n;++s<n;){var l=rs(o=t[s]),u="wrapper"==l?ss(o):i;c=u&&ws(u[0])&&424==u[1]&&!u[4].length&&1==u[9]?c[rs(u[0])].apply(c,u[3]):1==o.length&&ws(o)?c[l]():c.thru(o)}return function(){var e=arguments,i=e[0];if(c&&1==e.length&&Br(i))return c.plant(i).value();for(var a=0,s=n?t[a].apply(this,e):i;++a<n;)s=t[a].call(this,s);return s}}))}function qa(e,t,a,s,r,o,c,l,p,d){var m=t&u,h=1&t,f=2&t,g=24&t,v=512&t,y=f?i:za(e);return function u(){for(var b=arguments.length,x=n(b),w=b;w--;)x[w]=arguments[w];if(g)var _=os(u),E=function(e,t){for(var n=e.length,i=0;n--;)e[n]===t&&++i;return i}(x,_);if(s&&(x=Ia(x,s,r,g)),o&&(x=Ra(x,o,c,g)),b-=E,g&&b<d){var S=un(x,_);return Va(e,t,qa,u.placeholder,a,x,S,l,p,d-b)}var k=h?a:this,T=f?k[e]:e;return b=x.length,l?x=function(e,t){var n=e.length,a=bn(t.length,n),s=Aa(e);for(;a--;){var r=t[a];e[a]=ys(r,n)?s[r]:i}return e}(x,l):v&&b>1&&x.reverse(),m&&p<b&&(x.length=p),this&&this!==ht&&this instanceof u&&(T=y||za(T)),T.apply(k,x)}}function $a(e,t){return function(n,i){return function(e,t,n,i){return xi(e,(function(e,a,s){t(i,n(e),a,s)})),i}(n,e,t(i),{})}}function Da(e,t){return function(n,a){var s;if(n===i&&a===i)return t;if(n!==i&&(s=n),a!==i){if(s===i)return a;"string"==typeof n||"string"==typeof a?(n=la(n),a=la(a)):(n=ca(n),a=ca(a)),s=e(n,a)}return s}}function Ba(e){return ns((function(t){return t=Ft(t,Zt(cs())),Ji((function(n){var i=this;return e(t,(function(e){return Tt(e,i,n)}))}))}))}function Ya(e,t){var n=(t=t===i?" ":la(t)).length;if(n<2)return n?Gi(t,e):t;var a=Gi(t,mt(e/mn(t)));return on(t)?wa(hn(a),0,e).join(""):a.slice(0,e)}function Ka(e){return function(t,a,s){return s&&"number"!=typeof s&&bs(t,a,s)&&(a=s=i),t=mo(t),a===i?(a=t,t=0):a=mo(a),function(e,t,i,a){for(var s=-1,r=yn(mt((t-e)/(i||1)),0),o=n(r);r--;)o[a?r:++s]=e,e+=i;return o}(t,a,s=s===i?t<a?1:-1:mo(s),e)}}function Wa(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=go(t),n=go(n)),e(t,n)}}function Va(e,t,n,a,s,r,o,u,p,d){var m=8&t;t|=m?c:l,4&(t&=~(m?l:c))||(t&=-4);var h=[e,t,s,m?r:i,m?o:i,m?i:r,m?i:o,u,p,d],f=n.apply(i,h);return ws(e)&&As(f,h),f.placeholder=a,Cs(f,e,t)}function Ha(e){var t=ke[e];return function(e,n){if(e=go(e),(n=null==n?0:bn(ho(n),292))&&bt(e)){var i=(yo(e)+"e").split("e");return+((i=(yo(t(i[0]+"e"+(+i[1]+n)))+"e").split("e"))[0]+"e"+(+i[1]-n))}return t(e)}}var Ga=In&&1/pn(new In([,-0]))[1]==d?function(e){return new In(e)}:cc;function Ja(e){return function(t){var n=hs(t);return n==S?cn(t):n==A?dn(t):function(e,t){return Ft(t,(function(t){return[t,e[t]]}))}(t,e(t))}}function Qa(e,t,s,d,m,h,f,g){var v=2&t;if(!v&&"function"!=typeof e)throw new Ae(a);var y=d?d.length:0;if(y||(t&=-97,d=m=i),f=f===i?f:yn(ho(f),0),g=g===i?g:ho(g),y-=m?m.length:0,t&l){var b=d,x=m;d=m=i}var w=v?i:ss(e),_=[e,t,s,d,m,b,x,h,f,g];if(w&&function(e,t){var n=e[1],i=t[1],a=n|i,s=a<131,o=i==u&&8==n||i==u&&n==p&&e[7].length<=t[8]||384==i&&t[7].length<=t[8]&&8==n;if(!s&&!o)return e;1&i&&(e[2]=t[2],a|=1&n?0:4);var c=t[3];if(c){var l=e[3];e[3]=l?Ia(l,c,t[4]):c,e[4]=l?un(e[3],r):t[4]}(c=t[5])&&(l=e[5],e[5]=l?Ra(l,c,t[6]):c,e[6]=l?un(e[5],r):t[6]);(c=t[7])&&(e[7]=c);i&u&&(e[8]=null==e[8]?t[8]:bn(e[8],t[8]));null==e[9]&&(e[9]=t[9]);e[0]=t[0],e[1]=a}(_,w),e=_[0],t=_[1],s=_[2],d=_[3],m=_[4],!(g=_[9]=_[9]===i?v?0:e.length:yn(_[9]-y,0))&&24&t&&(t&=-25),t&&1!=t)E=8==t||t==o?function(e,t,a){var s=za(e);return function r(){for(var o=arguments.length,c=n(o),l=o,u=os(r);l--;)c[l]=arguments[l];var p=o<3&&c[0]!==u&&c[o-1]!==u?[]:un(c,u);return(o-=p.length)<a?Va(e,t,qa,r.placeholder,i,c,p,i,i,a-o):Tt(this&&this!==ht&&this instanceof r?s:e,this,c)}}(e,t,g):t!=c&&33!=t||m.length?qa.apply(i,_):function(e,t,i,a){var s=1&t,r=za(e);return function t(){for(var o=-1,c=arguments.length,l=-1,u=a.length,p=n(u+c),d=this&&this!==ht&&this instanceof t?r:e;++l<u;)p[l]=a[l];for(;c--;)p[l++]=arguments[++o];return Tt(d,s?i:this,p)}}(e,t,s,d);else var E=function(e,t,n){var i=1&t,a=za(e);return function t(){return(this&&this!==ht&&this instanceof t?a:e).apply(i?n:this,arguments)}}(e,t,s);return Cs((w?ea:As)(E,_),e,t)}function Za(e,t,n,a){return e===i||Nr(e,Ce[n])&&!Ue.call(a,n)?t:e}function Xa(e,t,n,a,s,r){return Xr(e)&&Xr(t)&&(r.set(t,e),Di(e,t,i,Xa,r),r.delete(t)),e}function es(e){return io(e)?i:e}function ts(e,t,n,a,s,r){var o=1&n,c=e.length,l=t.length;if(c!=l&&!(o&&l>c))return!1;var u=r.get(e),p=r.get(t);if(u&&p)return u==t&&p==e;var d=-1,m=!0,h=2&n?new Hn:i;for(r.set(e,t),r.set(t,e);++d<c;){var f=e[d],g=t[d];if(a)var v=o?a(g,f,d,t,e,r):a(f,g,d,e,t,r);if(v!==i){if(v)continue;m=!1;break}if(h){if(!Mt(t,(function(e,t){if(!en(h,t)&&(f===e||s(f,e,n,a,r)))return h.push(t)}))){m=!1;break}}else if(f!==g&&!s(f,g,n,a,r)){m=!1;break}}return r.delete(e),r.delete(t),m}function ns(e){return Os(Ts(e,i,Ys),e+"")}function is(e){return Si(e,Oo,ds)}function as(e){return Si(e,Co,ms)}var ss=jn?function(e){return jn.get(e)}:cc;function rs(e){for(var t=e.name+"",n=On[t],i=Ue.call(On,t)?n.length:0;i--;){var a=n[i],s=a.func;if(null==s||s==e)return a.name}return t}function os(e){return(Ue.call(qn,"placeholder")?qn:e).placeholder}function cs(){var e=qn.iteratee||ac;return e=e===ac?Ui:e,arguments.length?e(arguments[0],arguments[1]):e}function ls(e,t){var n,i,a=e.__data__;return("string"==(i=typeof(n=t))||"number"==i||"symbol"==i||"boolean"==i?"__proto__"!==n:null===n)?a["string"==typeof t?"string":"hash"]:a.map}function us(e){for(var t=Oo(e),n=t.length;n--;){var i=t[n],a=e[i];t[n]=[i,a,Ss(a)]}return t}function ps(e,t){var n=function(e,t){return null==e?i:e[t]}(e,t);return Fi(n)?n:i}var ds=gt?function(e){return null==e?[]:(e=Te(e),Ot(gt(e),(function(t){return He.call(e,t)})))}:fc,ms=gt?function(e){for(var t=[];e;)Ut(t,ds(e)),e=We(e);return t}:fc,hs=ki;function fs(e,t,n){for(var i=-1,a=(t=ba(t,e)).length,s=!1;++i<a;){var r=Ps(t[i]);if(!(s=null!=e&&n(e,r)))break;e=e[r]}return s||++i!=a?s:!!(a=null==e?0:e.length)&&Zr(a)&&ys(r,a)&&(Br(e)||Dr(e))}function gs(e){return"function"!=typeof e.constructor||Es(e)?{}:$n(We(e))}function vs(e){return Br(e)||Dr(e)||!!(Je&&e&&e[Je])}function ys(e,t){var n=typeof e;return!!(t=null==t?m:t)&&("number"==n||"symbol"!=n&&be.test(e))&&e>-1&&e%1==0&&e<t}function bs(e,t,n){if(!Xr(n))return!1;var i=typeof t;return!!("number"==i?Kr(n)&&ys(t,n.length):"string"==i&&t in n)&&Nr(n[t],e)}function xs(e,t){if(Br(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!oo(e))||(te.test(e)||!ee.test(e)||null!=t&&e in Te(t))}function ws(e){var t=rs(e),n=qn[t];if("function"!=typeof n||!(t in Yn.prototype))return!1;if(e===n)return!0;var i=ss(n);return!!i&&e===i[0]}(Sn&&hs(new Sn(new ArrayBuffer(1)))!=F||kn&&hs(new kn)!=S||Tn&&hs(Tn.resolve())!=I||In&&hs(new In)!=A||Rn&&hs(new Rn)!=C)&&(hs=function(e){var t=ki(e),n=t==T?e.constructor:i,a=n?zs(n):"";if(a)switch(a){case Cn:return F;case Ln:return S;case Fn:return I;case Un:return A;case Pn:return C}return t});var _s=Le?Jr:gc;function Es(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Ce)}function Ss(e){return e==e&&!Xr(e)}function ks(e,t){return function(n){return null!=n&&(n[e]===t&&(t!==i||e in Te(n)))}}function Ts(e,t,a){return t=yn(t===i?e.length-1:t,0),function(){for(var i=arguments,s=-1,r=yn(i.length-t,0),o=n(r);++s<r;)o[s]=i[t+s];s=-1;for(var c=n(t+1);++s<t;)c[s]=i[s];return c[t]=a(o),Tt(e,this,c)}}function Is(e,t){return t.length<2?e:Ei(e,ia(t,0,-1))}function Rs(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var As=Ls(ea),js=dt||function(e,t){return ht.setTimeout(e,t)},Os=Ls(ta);function Cs(e,t,n){var i=t+"";return Os(e,function(e,t){var n=t.length;if(!n)return e;var i=n-1;return t[i]=(n>1?"& ":"")+t[i],t=t.join(n>2?", ":" "),e.replace(oe,"{\n/* [wrapped with "+t+"] */\n")}(i,function(e,t){return Rt(g,(function(n){var i="_."+n[0];t&n[1]&&!Ct(e,i)&&e.push(i)})),e.sort()}(function(e){var t=e.match(ce);return t?t[1].split(le):[]}(i),n)))}function Ls(e){var t=0,n=0;return function(){var a=xn(),s=16-(a-n);if(n=a,s>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(i,arguments)}}function Fs(e,t){var n=-1,a=e.length,s=a-1;for(t=t===i?a:t;++n<t;){var r=Hi(n,s),o=e[r];e[r]=e[n],e[n]=o}return e.length=t,e}var Us=function(e){var t=Lr(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(ne,(function(e,n,i,a){t.push(i?a.replace(de,"$1"):n||e)})),t}));function Ps(e){if("string"==typeof e||oo(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function zs(e){if(null!=e){try{return Fe.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Ms(e){if(e instanceof Yn)return e.clone();var t=new Bn(e.__wrapped__,e.__chain__);return t.__actions__=Aa(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var Ns=Ji((function(e,t){return Wr(e)?pi(e,vi(t,1,Wr,!0)):[]})),qs=Ji((function(e,t){var n=Gs(t);return Wr(n)&&(n=i),Wr(e)?pi(e,vi(t,1,Wr,!0),cs(n,2)):[]})),$s=Ji((function(e,t){var n=Gs(t);return Wr(n)&&(n=i),Wr(e)?pi(e,vi(t,1,Wr,!0),i,n):[]}));function Ds(e,t,n){var i=null==e?0:e.length;if(!i)return-1;var a=null==n?0:ho(n);return a<0&&(a=yn(i+a,0)),$t(e,cs(t,3),a)}function Bs(e,t,n){var a=null==e?0:e.length;if(!a)return-1;var s=a-1;return n!==i&&(s=ho(n),s=n<0?yn(a+s,0):bn(s,a-1)),$t(e,cs(t,3),s,!0)}function Ys(e){return(null==e?0:e.length)?vi(e,1):[]}function Ks(e){return e&&e.length?e[0]:i}var Ws=Ji((function(e){var t=Ft(e,va);return t.length&&t[0]===e[0]?Ai(t):[]})),Vs=Ji((function(e){var t=Gs(e),n=Ft(e,va);return t===Gs(n)?t=i:n.pop(),n.length&&n[0]===e[0]?Ai(n,cs(t,2)):[]})),Hs=Ji((function(e){var t=Gs(e),n=Ft(e,va);return(t="function"==typeof t?t:i)&&n.pop(),n.length&&n[0]===e[0]?Ai(n,i,t):[]}));function Gs(e){var t=null==e?0:e.length;return t?e[t-1]:i}var Js=Ji(Qs);function Qs(e,t){return e&&e.length&&t&&t.length?Wi(e,t):e}var Zs=ns((function(e,t){var n=null==e?0:e.length,i=ri(e,t);return Vi(e,Ft(t,(function(e){return ys(e,n)?+e:e})).sort(Ta)),i}));function Xs(e){return null==e?e:En.call(e)}var er=Ji((function(e){return ua(vi(e,1,Wr,!0))})),tr=Ji((function(e){var t=Gs(e);return Wr(t)&&(t=i),ua(vi(e,1,Wr,!0),cs(t,2))})),nr=Ji((function(e){var t=Gs(e);return t="function"==typeof t?t:i,ua(vi(e,1,Wr,!0),i,t)}));function ir(e){if(!e||!e.length)return[];var t=0;return e=Ot(e,(function(e){if(Wr(e))return t=yn(e.length,t),!0})),Jt(t,(function(t){return Ft(e,Wt(t))}))}function ar(e,t){if(!e||!e.length)return[];var n=ir(e);return null==t?n:Ft(n,(function(e){return Tt(t,i,e)}))}var sr=Ji((function(e,t){return Wr(e)?pi(e,t):[]})),rr=Ji((function(e){return fa(Ot(e,Wr))})),or=Ji((function(e){var t=Gs(e);return Wr(t)&&(t=i),fa(Ot(e,Wr),cs(t,2))})),cr=Ji((function(e){var t=Gs(e);return t="function"==typeof t?t:i,fa(Ot(e,Wr),i,t)})),lr=Ji(ir);var ur=Ji((function(e){var t=e.length,n=t>1?e[t-1]:i;return n="function"==typeof n?(e.pop(),n):i,ar(e,n)}));function pr(e){var t=qn(e);return t.__chain__=!0,t}function dr(e,t){return t(e)}var mr=ns((function(e){var t=e.length,n=t?e[0]:0,a=this.__wrapped__,s=function(t){return ri(t,e)};return!(t>1||this.__actions__.length)&&a instanceof Yn&&ys(n)?((a=a.slice(n,+n+(t?1:0))).__actions__.push({func:dr,args:[s],thisArg:i}),new Bn(a,this.__chain__).thru((function(e){return t&&!e.length&&e.push(i),e}))):this.thru(s)}));var hr=Oa((function(e,t,n){Ue.call(e,n)?++e[n]:si(e,n,1)}));var fr=Ma(Ds),gr=Ma(Bs);function vr(e,t){return(Br(e)?Rt:di)(e,cs(t,3))}function yr(e,t){return(Br(e)?At:mi)(e,cs(t,3))}var br=Oa((function(e,t,n){Ue.call(e,n)?e[n].push(t):si(e,n,[t])}));var xr=Ji((function(e,t,i){var a=-1,s="function"==typeof t,r=Kr(e)?n(e.length):[];return di(e,(function(e){r[++a]=s?Tt(t,e,i):ji(e,t,i)})),r})),wr=Oa((function(e,t,n){si(e,n,t)}));function _r(e,t){return(Br(e)?Ft:Ni)(e,cs(t,3))}var Er=Oa((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var Sr=Ji((function(e,t){if(null==e)return[];var n=t.length;return n>1&&bs(e,t[0],t[1])?t=[]:n>2&&bs(t[0],t[1],t[2])&&(t=[t[0]]),Yi(e,vi(t,1),[])})),kr=lt||function(){return ht.Date.now()};function Tr(e,t,n){return t=n?i:t,t=e&&null==t?e.length:t,Qa(e,u,i,i,i,i,t)}function Ir(e,t){var n;if("function"!=typeof t)throw new Ae(a);return e=ho(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=i),n}}var Rr=Ji((function(e,t,n){var i=1;if(n.length){var a=un(n,os(Rr));i|=c}return Qa(e,i,t,n,a)})),Ar=Ji((function(e,t,n){var i=3;if(n.length){var a=un(n,os(Ar));i|=c}return Qa(t,i,e,n,a)}));function jr(e,t,n){var s,r,o,c,l,u,p=0,d=!1,m=!1,h=!0;if("function"!=typeof e)throw new Ae(a);function f(t){var n=s,a=r;return s=r=i,p=t,c=e.apply(a,n)}function g(e){var n=e-u;return u===i||n>=t||n<0||m&&e-p>=o}function v(){var e=kr();if(g(e))return y(e);l=js(v,function(e){var n=t-(e-u);return m?bn(n,o-(e-p)):n}(e))}function y(e){return l=i,h&&s?f(e):(s=r=i,c)}function b(){var e=kr(),n=g(e);if(s=arguments,r=this,u=e,n){if(l===i)return function(e){return p=e,l=js(v,t),d?f(e):c}(u);if(m)return _a(l),l=js(v,t),f(u)}return l===i&&(l=js(v,t)),c}return t=go(t)||0,Xr(n)&&(d=!!n.leading,o=(m="maxWait"in n)?yn(go(n.maxWait)||0,t):o,h="trailing"in n?!!n.trailing:h),b.cancel=function(){l!==i&&_a(l),p=0,s=u=r=l=i},b.flush=function(){return l===i?c:y(kr())},b}var Or=Ji((function(e,t){return ui(e,1,t)})),Cr=Ji((function(e,t,n){return ui(e,go(t)||0,n)}));function Lr(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Ae(a);var n=function(){var i=arguments,a=t?t.apply(this,i):i[0],s=n.cache;if(s.has(a))return s.get(a);var r=e.apply(this,i);return n.cache=s.set(a,r)||s,r};return n.cache=new(Lr.Cache||Vn),n}function Fr(e){if("function"!=typeof e)throw new Ae(a);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)}}Lr.Cache=Vn;var Ur=xa((function(e,t){var n=(t=1==t.length&&Br(t[0])?Ft(t[0],Zt(cs())):Ft(vi(t,1),Zt(cs()))).length;return Ji((function(i){for(var a=-1,s=bn(i.length,n);++a<s;)i[a]=t[a].call(this,i[a]);return Tt(e,this,i)}))})),Pr=Ji((function(e,t){var n=un(t,os(Pr));return Qa(e,c,i,t,n)})),zr=Ji((function(e,t){var n=un(t,os(zr));return Qa(e,l,i,t,n)})),Mr=ns((function(e,t){return Qa(e,p,i,i,i,t)}));function Nr(e,t){return e===t||e!=e&&t!=t}var qr=Wa(Ti),$r=Wa((function(e,t){return e>=t})),Dr=Oi(function(){return arguments}())?Oi:function(e){return eo(e)&&Ue.call(e,"callee")&&!He.call(e,"callee")},Br=n.isArray,Yr=xt?Zt(xt):function(e){return eo(e)&&ki(e)==L};function Kr(e){return null!=e&&Zr(e.length)&&!Jr(e)}function Wr(e){return eo(e)&&Kr(e)}var Vr=yt||gc,Hr=wt?Zt(wt):function(e){return eo(e)&&ki(e)==x};function Gr(e){if(!eo(e))return!1;var t=ki(e);return t==w||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!io(e)}function Jr(e){if(!Xr(e))return!1;var t=ki(e);return t==_||t==E||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Qr(e){return"number"==typeof e&&e==ho(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=_t?Zt(_t):function(e){return eo(e)&&hs(e)==S};function no(e){return"number"==typeof e||eo(e)&&ki(e)==k}function io(e){if(!eo(e)||ki(e)!=T)return!1;var t=We(e);if(null===t)return!0;var n=Ue.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Fe.call(n)==Ne}var ao=Et?Zt(Et):function(e){return eo(e)&&ki(e)==R};var so=St?Zt(St):function(e){return eo(e)&&hs(e)==A};function ro(e){return"string"==typeof e||!Br(e)&&eo(e)&&ki(e)==j}function oo(e){return"symbol"==typeof e||eo(e)&&ki(e)==O}var co=kt?Zt(kt):function(e){return eo(e)&&Zr(e.length)&&!!ot[ki(e)]};var lo=Wa(Mi),uo=Wa((function(e,t){return e<=t}));function po(e){if(!e)return[];if(Kr(e))return ro(e)?hn(e):Aa(e);if(Qe&&e[Qe])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Qe]());var t=hs(e);return(t==S?cn:t==A?pn:qo)(e)}function mo(e){return e?(e=go(e))===d||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function ho(e){var t=mo(e),n=t%1;return t==t?n?t-n:t:0}function fo(e){return e?oi(ho(e),0,f):0}function go(e){if("number"==typeof e)return e;if(oo(e))return h;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 n=ge.test(e);return n||ye.test(e)?pt(e.slice(2),n?2:8):fe.test(e)?h:+e}function vo(e){return ja(e,Co(e))}function yo(e){return null==e?"":la(e)}var bo=Ca((function(e,t){if(Es(t)||Kr(t))ja(t,Oo(t),e);else for(var n in t)Ue.call(t,n)&&ti(e,n,t[n])})),xo=Ca((function(e,t){ja(t,Co(t),e)})),wo=Ca((function(e,t,n,i){ja(t,Co(t),e,i)})),_o=Ca((function(e,t,n,i){ja(t,Oo(t),e,i)})),Eo=ns(ri);var So=Ji((function(e,t){e=Te(e);var n=-1,a=t.length,s=a>2?t[2]:i;for(s&&bs(t[0],t[1],s)&&(a=1);++n<a;)for(var r=t[n],o=Co(r),c=-1,l=o.length;++c<l;){var u=o[c],p=e[u];(p===i||Nr(p,Ce[u])&&!Ue.call(e,u))&&(e[u]=r[u])}return e})),ko=Ji((function(e){return e.push(i,Xa),Tt(Fo,i,e)}));function To(e,t,n){var a=null==e?i:Ei(e,t);return a===i?n:a}function Io(e,t){return null!=e&&fs(e,t,Ri)}var Ro=$a((function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Me.call(t)),e[t]=n}),ec(ic)),Ao=$a((function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Me.call(t)),Ue.call(e,t)?e[t].push(n):e[t]=[n]}),cs),jo=Ji(ji);function Oo(e){return Kr(e)?Jn(e):Pi(e)}function Co(e){return Kr(e)?Jn(e,!0):zi(e)}var Lo=Ca((function(e,t,n){Di(e,t,n)})),Fo=Ca((function(e,t,n,i){Di(e,t,n,i)})),Uo=ns((function(e,t){var n={};if(null==e)return n;var i=!1;t=Ft(t,(function(t){return t=ba(t,e),i||(i=t.length>1),t})),ja(e,as(e),n),i&&(n=ci(n,7,es));for(var a=t.length;a--;)pa(n,t[a]);return n}));var Po=ns((function(e,t){return null==e?{}:function(e,t){return Ki(e,t,(function(t,n){return Io(e,n)}))}(e,t)}));function zo(e,t){if(null==e)return{};var n=Ft(as(e),(function(e){return[e]}));return t=cs(t),Ki(e,n,(function(e,n){return t(e,n[0])}))}var Mo=Ja(Oo),No=Ja(Co);function qo(e){return null==e?[]:Xt(e,Oo(e))}var $o=Pa((function(e,t,n){return t=t.toLowerCase(),e+(n?Do(t):t)}));function Do(e){return Jo(yo(e).toLowerCase())}function Bo(e){return(e=yo(e))&&e.replace(xe,an).replace(et,"")}var Yo=Pa((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ko=Pa((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Wo=Ua("toLowerCase");var Vo=Pa((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ho=Pa((function(e,t,n){return e+(n?" ":"")+Jo(t)}));var Go=Pa((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Jo=Ua("toUpperCase");function Qo(e,t,n){return e=yo(e),(t=n?i:t)===i?function(e){return at.test(e)}(e)?function(e){return e.match(nt)||[]}(e):function(e){return e.match(ue)||[]}(e):e.match(t)||[]}var Zo=Ji((function(e,t){try{return Tt(e,i,t)}catch(e){return Gr(e)?e:new Ee(e)}})),Xo=ns((function(e,t){return Rt(t,(function(t){t=Ps(t),si(e,t,Rr(e[t],e))})),e}));function ec(e){return function(){return e}}var tc=Na(),nc=Na(!0);function ic(e){return e}function ac(e){return Ui("function"==typeof e?e:ci(e,1))}var sc=Ji((function(e,t){return function(n){return ji(n,e,t)}})),rc=Ji((function(e,t){return function(n){return ji(e,n,t)}}));function oc(e,t,n){var i=Oo(t),a=_i(t,i);null!=n||Xr(t)&&(a.length||!i.length)||(n=t,t=e,e=this,a=_i(t,Oo(t)));var s=!(Xr(n)&&"chain"in n&&!n.chain),r=Jr(e);return Rt(a,(function(n){var i=t[n];e[n]=i,r&&(e.prototype[n]=function(){var t=this.__chain__;if(s||t){var n=e(this.__wrapped__);return(n.__actions__=Aa(this.__actions__)).push({func:i,args:arguments,thisArg:e}),n.__chain__=t,n}return i.apply(e,Ut([this.value()],arguments))})})),e}function cc(){}var lc=Ba(Ft),uc=Ba(jt),pc=Ba(Mt);function dc(e){return xs(e)?Wt(Ps(e)):function(e){return function(t){return Ei(t,e)}}(e)}var mc=Ka(),hc=Ka(!0);function fc(){return[]}function gc(){return!1}var vc=Da((function(e,t){return e+t}),0),yc=Ha("ceil"),bc=Da((function(e,t){return e/t}),1),xc=Ha("floor");var wc,_c=Da((function(e,t){return e*t}),1),Ec=Ha("round"),Sc=Da((function(e,t){return e-t}),0);return qn.after=function(e,t){if("function"!=typeof t)throw new Ae(a);return e=ho(e),function(){if(--e<1)return t.apply(this,arguments)}},qn.ary=Tr,qn.assign=bo,qn.assignIn=xo,qn.assignInWith=wo,qn.assignWith=_o,qn.at=Eo,qn.before=Ir,qn.bind=Rr,qn.bindAll=Xo,qn.bindKey=Ar,qn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Br(e)?e:[e]},qn.chain=pr,qn.chunk=function(e,t,a){t=(a?bs(e,t,a):t===i)?1:yn(ho(t),0);var s=null==e?0:e.length;if(!s||t<1)return[];for(var r=0,o=0,c=n(mt(s/t));r<s;)c[o++]=ia(e,r,r+=t);return c},qn.compact=function(e){for(var t=-1,n=null==e?0:e.length,i=0,a=[];++t<n;){var s=e[t];s&&(a[i++]=s)}return a},qn.concat=function(){var e=arguments.length;if(!e)return[];for(var t=n(e-1),i=arguments[0],a=e;a--;)t[a-1]=arguments[a];return Ut(Br(i)?Aa(i):[i],vi(t,1))},qn.cond=function(e){var t=null==e?0:e.length,n=cs();return e=t?Ft(e,(function(e){if("function"!=typeof e[1])throw new Ae(a);return[n(e[0]),e[1]]})):[],Ji((function(n){for(var i=-1;++i<t;){var a=e[i];if(Tt(a[0],this,n))return Tt(a[1],this,n)}}))},qn.conforms=function(e){return function(e){var t=Oo(e);return function(n){return li(n,e,t)}}(ci(e,1))},qn.constant=ec,qn.countBy=hr,qn.create=function(e,t){var n=$n(e);return null==t?n:ai(n,t)},qn.curry=function e(t,n,a){var s=Qa(t,8,i,i,i,i,i,n=a?i:n);return s.placeholder=e.placeholder,s},qn.curryRight=function e(t,n,a){var s=Qa(t,o,i,i,i,i,i,n=a?i:n);return s.placeholder=e.placeholder,s},qn.debounce=jr,qn.defaults=So,qn.defaultsDeep=ko,qn.defer=Or,qn.delay=Cr,qn.difference=Ns,qn.differenceBy=qs,qn.differenceWith=$s,qn.drop=function(e,t,n){var a=null==e?0:e.length;return a?ia(e,(t=n||t===i?1:ho(t))<0?0:t,a):[]},qn.dropRight=function(e,t,n){var a=null==e?0:e.length;return a?ia(e,0,(t=a-(t=n||t===i?1:ho(t)))<0?0:t):[]},qn.dropRightWhile=function(e,t){return e&&e.length?ma(e,cs(t,3),!0,!0):[]},qn.dropWhile=function(e,t){return e&&e.length?ma(e,cs(t,3),!0):[]},qn.fill=function(e,t,n,a){var s=null==e?0:e.length;return s?(n&&"number"!=typeof n&&bs(e,t,n)&&(n=0,a=s),function(e,t,n,a){var s=e.length;for((n=ho(n))<0&&(n=-n>s?0:s+n),(a=a===i||a>s?s:ho(a))<0&&(a+=s),a=n>a?0:fo(a);n<a;)e[n++]=t;return e}(e,t,n,a)):[]},qn.filter=function(e,t){return(Br(e)?Ot:gi)(e,cs(t,3))},qn.flatMap=function(e,t){return vi(_r(e,t),1)},qn.flatMapDeep=function(e,t){return vi(_r(e,t),d)},qn.flatMapDepth=function(e,t,n){return n=n===i?1:ho(n),vi(_r(e,t),n)},qn.flatten=Ys,qn.flattenDeep=function(e){return(null==e?0:e.length)?vi(e,d):[]},qn.flattenDepth=function(e,t){return(null==e?0:e.length)?vi(e,t=t===i?1:ho(t)):[]},qn.flip=function(e){return Qa(e,512)},qn.flow=tc,qn.flowRight=nc,qn.fromPairs=function(e){for(var t=-1,n=null==e?0:e.length,i={};++t<n;){var a=e[t];i[a[0]]=a[1]}return i},qn.functions=function(e){return null==e?[]:_i(e,Oo(e))},qn.functionsIn=function(e){return null==e?[]:_i(e,Co(e))},qn.groupBy=br,qn.initial=function(e){return(null==e?0:e.length)?ia(e,0,-1):[]},qn.intersection=Ws,qn.intersectionBy=Vs,qn.intersectionWith=Hs,qn.invert=Ro,qn.invertBy=Ao,qn.invokeMap=xr,qn.iteratee=ac,qn.keyBy=wr,qn.keys=Oo,qn.keysIn=Co,qn.map=_r,qn.mapKeys=function(e,t){var n={};return t=cs(t,3),xi(e,(function(e,i,a){si(n,t(e,i,a),e)})),n},qn.mapValues=function(e,t){var n={};return t=cs(t,3),xi(e,(function(e,i,a){si(n,i,t(e,i,a))})),n},qn.matches=function(e){return qi(ci(e,1))},qn.matchesProperty=function(e,t){return $i(e,ci(t,1))},qn.memoize=Lr,qn.merge=Lo,qn.mergeWith=Fo,qn.method=sc,qn.methodOf=rc,qn.mixin=oc,qn.negate=Fr,qn.nthArg=function(e){return e=ho(e),Ji((function(t){return Bi(t,e)}))},qn.omit=Uo,qn.omitBy=function(e,t){return zo(e,Fr(cs(t)))},qn.once=function(e){return Ir(2,e)},qn.orderBy=function(e,t,n,a){return null==e?[]:(Br(t)||(t=null==t?[]:[t]),Br(n=a?i:n)||(n=null==n?[]:[n]),Yi(e,t,n))},qn.over=lc,qn.overArgs=Ur,qn.overEvery=uc,qn.overSome=pc,qn.partial=Pr,qn.partialRight=zr,qn.partition=Er,qn.pick=Po,qn.pickBy=zo,qn.property=dc,qn.propertyOf=function(e){return function(t){return null==e?i:Ei(e,t)}},qn.pull=Js,qn.pullAll=Qs,qn.pullAllBy=function(e,t,n){return e&&e.length&&t&&t.length?Wi(e,t,cs(n,2)):e},qn.pullAllWith=function(e,t,n){return e&&e.length&&t&&t.length?Wi(e,t,i,n):e},qn.pullAt=Zs,qn.range=mc,qn.rangeRight=hc,qn.rearg=Mr,qn.reject=function(e,t){return(Br(e)?Ot:gi)(e,Fr(cs(t,3)))},qn.remove=function(e,t){var n=[];if(!e||!e.length)return n;var i=-1,a=[],s=e.length;for(t=cs(t,3);++i<s;){var r=e[i];t(r,i,e)&&(n.push(r),a.push(i))}return Vi(e,a),n},qn.rest=function(e,t){if("function"!=typeof e)throw new Ae(a);return Ji(e,t=t===i?t:ho(t))},qn.reverse=Xs,qn.sampleSize=function(e,t,n){return t=(n?bs(e,t,n):t===i)?1:ho(t),(Br(e)?Zn:Zi)(e,t)},qn.set=function(e,t,n){return null==e?e:Xi(e,t,n)},qn.setWith=function(e,t,n,a){return a="function"==typeof a?a:i,null==e?e:Xi(e,t,n,a)},qn.shuffle=function(e){return(Br(e)?Xn:na)(e)},qn.slice=function(e,t,n){var a=null==e?0:e.length;return a?(n&&"number"!=typeof n&&bs(e,t,n)?(t=0,n=a):(t=null==t?0:ho(t),n=n===i?a:ho(n)),ia(e,t,n)):[]},qn.sortBy=Sr,qn.sortedUniq=function(e){return e&&e.length?oa(e):[]},qn.sortedUniqBy=function(e,t){return e&&e.length?oa(e,cs(t,2)):[]},qn.split=function(e,t,n){return n&&"number"!=typeof n&&bs(e,t,n)&&(t=n=i),(n=n===i?f:n>>>0)?(e=yo(e))&&("string"==typeof t||null!=t&&!ao(t))&&!(t=la(t))&&on(e)?wa(hn(e),0,n):e.split(t,n):[]},qn.spread=function(e,t){if("function"!=typeof e)throw new Ae(a);return t=null==t?0:yn(ho(t),0),Ji((function(n){var i=n[t],a=wa(n,0,t);return i&&Ut(a,i),Tt(e,this,a)}))},qn.tail=function(e){var t=null==e?0:e.length;return t?ia(e,1,t):[]},qn.take=function(e,t,n){return e&&e.length?ia(e,0,(t=n||t===i?1:ho(t))<0?0:t):[]},qn.takeRight=function(e,t,n){var a=null==e?0:e.length;return a?ia(e,(t=a-(t=n||t===i?1:ho(t)))<0?0:t,a):[]},qn.takeRightWhile=function(e,t){return e&&e.length?ma(e,cs(t,3),!1,!0):[]},qn.takeWhile=function(e,t){return e&&e.length?ma(e,cs(t,3)):[]},qn.tap=function(e,t){return t(e),e},qn.throttle=function(e,t,n){var i=!0,s=!0;if("function"!=typeof e)throw new Ae(a);return Xr(n)&&(i="leading"in n?!!n.leading:i,s="trailing"in n?!!n.trailing:s),jr(e,t,{leading:i,maxWait:t,trailing:s})},qn.thru=dr,qn.toArray=po,qn.toPairs=Mo,qn.toPairsIn=No,qn.toPath=function(e){return Br(e)?Ft(e,Ps):oo(e)?[e]:Aa(Us(yo(e)))},qn.toPlainObject=vo,qn.transform=function(e,t,n){var i=Br(e),a=i||Vr(e)||co(e);if(t=cs(t,4),null==n){var s=e&&e.constructor;n=a?i?new s:[]:Xr(e)&&Jr(s)?$n(We(e)):{}}return(a?Rt:xi)(e,(function(e,i,a){return t(n,e,i,a)})),n},qn.unary=function(e){return Tr(e,1)},qn.union=er,qn.unionBy=tr,qn.unionWith=nr,qn.uniq=function(e){return e&&e.length?ua(e):[]},qn.uniqBy=function(e,t){return e&&e.length?ua(e,cs(t,2)):[]},qn.uniqWith=function(e,t){return t="function"==typeof t?t:i,e&&e.length?ua(e,i,t):[]},qn.unset=function(e,t){return null==e||pa(e,t)},qn.unzip=ir,qn.unzipWith=ar,qn.update=function(e,t,n){return null==e?e:da(e,t,ya(n))},qn.updateWith=function(e,t,n,a){return a="function"==typeof a?a:i,null==e?e:da(e,t,ya(n),a)},qn.values=qo,qn.valuesIn=function(e){return null==e?[]:Xt(e,Co(e))},qn.without=sr,qn.words=Qo,qn.wrap=function(e,t){return Pr(ya(t),e)},qn.xor=rr,qn.xorBy=or,qn.xorWith=cr,qn.zip=lr,qn.zipObject=function(e,t){return ga(e||[],t||[],ti)},qn.zipObjectDeep=function(e,t){return ga(e||[],t||[],Xi)},qn.zipWith=ur,qn.entries=Mo,qn.entriesIn=No,qn.extend=xo,qn.extendWith=wo,oc(qn,qn),qn.add=vc,qn.attempt=Zo,qn.camelCase=$o,qn.capitalize=Do,qn.ceil=yc,qn.clamp=function(e,t,n){return n===i&&(n=t,t=i),n!==i&&(n=(n=go(n))==n?n:0),t!==i&&(t=(t=go(t))==t?t:0),oi(go(e),t,n)},qn.clone=function(e){return ci(e,4)},qn.cloneDeep=function(e){return ci(e,5)},qn.cloneDeepWith=function(e,t){return ci(e,5,t="function"==typeof t?t:i)},qn.cloneWith=function(e,t){return ci(e,4,t="function"==typeof t?t:i)},qn.conformsTo=function(e,t){return null==t||li(e,t,Oo(t))},qn.deburr=Bo,qn.defaultTo=function(e,t){return null==e||e!=e?t:e},qn.divide=bc,qn.endsWith=function(e,t,n){e=yo(e),t=la(t);var a=e.length,s=n=n===i?a:oi(ho(n),0,a);return(n-=t.length)>=0&&e.slice(n,s)==t},qn.eq=Nr,qn.escape=function(e){return(e=yo(e))&&J.test(e)?e.replace(H,sn):e},qn.escapeRegExp=function(e){return(e=yo(e))&&ae.test(e)?e.replace(ie,"\\$&"):e},qn.every=function(e,t,n){var a=Br(e)?jt:hi;return n&&bs(e,t,n)&&(t=i),a(e,cs(t,3))},qn.find=fr,qn.findIndex=Ds,qn.findKey=function(e,t){return qt(e,cs(t,3),xi)},qn.findLast=gr,qn.findLastIndex=Bs,qn.findLastKey=function(e,t){return qt(e,cs(t,3),wi)},qn.floor=xc,qn.forEach=vr,qn.forEachRight=yr,qn.forIn=function(e,t){return null==e?e:yi(e,cs(t,3),Co)},qn.forInRight=function(e,t){return null==e?e:bi(e,cs(t,3),Co)},qn.forOwn=function(e,t){return e&&xi(e,cs(t,3))},qn.forOwnRight=function(e,t){return e&&wi(e,cs(t,3))},qn.get=To,qn.gt=qr,qn.gte=$r,qn.has=function(e,t){return null!=e&&fs(e,t,Ii)},qn.hasIn=Io,qn.head=Ks,qn.identity=ic,qn.includes=function(e,t,n,i){e=Kr(e)?e:qo(e),n=n&&!i?ho(n):0;var a=e.length;return n<0&&(n=yn(a+n,0)),ro(e)?n<=a&&e.indexOf(t,n)>-1:!!a&&Dt(e,t,n)>-1},qn.indexOf=function(e,t,n){var i=null==e?0:e.length;if(!i)return-1;var a=null==n?0:ho(n);return a<0&&(a=yn(i+a,0)),Dt(e,t,a)},qn.inRange=function(e,t,n){return t=mo(t),n===i?(n=t,t=0):n=mo(n),function(e,t,n){return e>=bn(t,n)&&e<yn(t,n)}(e=go(e),t,n)},qn.invoke=jo,qn.isArguments=Dr,qn.isArray=Br,qn.isArrayBuffer=Yr,qn.isArrayLike=Kr,qn.isArrayLikeObject=Wr,qn.isBoolean=function(e){return!0===e||!1===e||eo(e)&&ki(e)==b},qn.isBuffer=Vr,qn.isDate=Hr,qn.isElement=function(e){return eo(e)&&1===e.nodeType&&!io(e)},qn.isEmpty=function(e){if(null==e)return!0;if(Kr(e)&&(Br(e)||"string"==typeof e||"function"==typeof e.splice||Vr(e)||co(e)||Dr(e)))return!e.length;var t=hs(e);if(t==S||t==A)return!e.size;if(Es(e))return!Pi(e).length;for(var n in e)if(Ue.call(e,n))return!1;return!0},qn.isEqual=function(e,t){return Ci(e,t)},qn.isEqualWith=function(e,t,n){var a=(n="function"==typeof n?n:i)?n(e,t):i;return a===i?Ci(e,t,i,n):!!a},qn.isError=Gr,qn.isFinite=function(e){return"number"==typeof e&&bt(e)},qn.isFunction=Jr,qn.isInteger=Qr,qn.isLength=Zr,qn.isMap=to,qn.isMatch=function(e,t){return e===t||Li(e,t,us(t))},qn.isMatchWith=function(e,t,n){return n="function"==typeof n?n:i,Li(e,t,us(t),n)},qn.isNaN=function(e){return no(e)&&e!=+e},qn.isNative=function(e){if(_s(e))throw new Ee("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Fi(e)},qn.isNil=function(e){return null==e},qn.isNull=function(e){return null===e},qn.isNumber=no,qn.isObject=Xr,qn.isObjectLike=eo,qn.isPlainObject=io,qn.isRegExp=ao,qn.isSafeInteger=function(e){return Qr(e)&&e>=-9007199254740991&&e<=m},qn.isSet=so,qn.isString=ro,qn.isSymbol=oo,qn.isTypedArray=co,qn.isUndefined=function(e){return e===i},qn.isWeakMap=function(e){return eo(e)&&hs(e)==C},qn.isWeakSet=function(e){return eo(e)&&"[object WeakSet]"==ki(e)},qn.join=function(e,t){return null==e?"":Nt.call(e,t)},qn.kebabCase=Yo,qn.last=Gs,qn.lastIndexOf=function(e,t,n){var a=null==e?0:e.length;if(!a)return-1;var s=a;return n!==i&&(s=(s=ho(n))<0?yn(a+s,0):bn(s,a-1)),t==t?function(e,t,n){for(var i=n+1;i--;)if(e[i]===t)return i;return i}(e,t,s):$t(e,Yt,s,!0)},qn.lowerCase=Ko,qn.lowerFirst=Wo,qn.lt=lo,qn.lte=uo,qn.max=function(e){return e&&e.length?fi(e,ic,Ti):i},qn.maxBy=function(e,t){return e&&e.length?fi(e,cs(t,2),Ti):i},qn.mean=function(e){return Kt(e,ic)},qn.meanBy=function(e,t){return Kt(e,cs(t,2))},qn.min=function(e){return e&&e.length?fi(e,ic,Mi):i},qn.minBy=function(e,t){return e&&e.length?fi(e,cs(t,2),Mi):i},qn.stubArray=fc,qn.stubFalse=gc,qn.stubObject=function(){return{}},qn.stubString=function(){return""},qn.stubTrue=function(){return!0},qn.multiply=_c,qn.nth=function(e,t){return e&&e.length?Bi(e,ho(t)):i},qn.noConflict=function(){return ht._===this&&(ht._=qe),this},qn.noop=cc,qn.now=kr,qn.pad=function(e,t,n){e=yo(e);var i=(t=ho(t))?mn(e):0;if(!t||i>=t)return e;var a=(t-i)/2;return Ya(ft(a),n)+e+Ya(mt(a),n)},qn.padEnd=function(e,t,n){e=yo(e);var i=(t=ho(t))?mn(e):0;return t&&i<t?e+Ya(t-i,n):e},qn.padStart=function(e,t,n){e=yo(e);var i=(t=ho(t))?mn(e):0;return t&&i<t?Ya(t-i,n)+e:e},qn.parseInt=function(e,t,n){return n||null==t?t=0:t&&(t=+t),wn(yo(e).replace(se,""),t||0)},qn.random=function(e,t,n){if(n&&"boolean"!=typeof n&&bs(e,t,n)&&(t=n=i),n===i&&("boolean"==typeof t?(n=t,t=i):"boolean"==typeof e&&(n=e,e=i)),e===i&&t===i?(e=0,t=1):(e=mo(e),t===i?(t=e,e=0):t=mo(t)),e>t){var a=e;e=t,t=a}if(n||e%1||t%1){var s=_n();return bn(e+s*(t-e+ut("1e-"+((s+"").length-1))),t)}return Hi(e,t)},qn.reduce=function(e,t,n){var i=Br(e)?Pt:Ht,a=arguments.length<3;return i(e,cs(t,4),n,a,di)},qn.reduceRight=function(e,t,n){var i=Br(e)?zt:Ht,a=arguments.length<3;return i(e,cs(t,4),n,a,mi)},qn.repeat=function(e,t,n){return t=(n?bs(e,t,n):t===i)?1:ho(t),Gi(yo(e),t)},qn.replace=function(){var e=arguments,t=yo(e[0]);return e.length<3?t:t.replace(e[1],e[2])},qn.result=function(e,t,n){var a=-1,s=(t=ba(t,e)).length;for(s||(s=1,e=i);++a<s;){var r=null==e?i:e[Ps(t[a])];r===i&&(a=s,r=n),e=Jr(r)?r.call(e):r}return e},qn.round=Ec,qn.runInContext=e,qn.sample=function(e){return(Br(e)?Qn:Qi)(e)},qn.size=function(e){if(null==e)return 0;if(Kr(e))return ro(e)?mn(e):e.length;var t=hs(e);return t==S||t==A?e.size:Pi(e).length},qn.snakeCase=Vo,qn.some=function(e,t,n){var a=Br(e)?Mt:aa;return n&&bs(e,t,n)&&(t=i),a(e,cs(t,3))},qn.sortedIndex=function(e,t){return sa(e,t)},qn.sortedIndexBy=function(e,t,n){return ra(e,t,cs(n,2))},qn.sortedIndexOf=function(e,t){var n=null==e?0:e.length;if(n){var i=sa(e,t);if(i<n&&Nr(e[i],t))return i}return-1},qn.sortedLastIndex=function(e,t){return sa(e,t,!0)},qn.sortedLastIndexBy=function(e,t,n){return ra(e,t,cs(n,2),!0)},qn.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var n=sa(e,t,!0)-1;if(Nr(e[n],t))return n}return-1},qn.startCase=Ho,qn.startsWith=function(e,t,n){return e=yo(e),n=null==n?0:oi(ho(n),0,e.length),t=la(t),e.slice(n,n+t.length)==t},qn.subtract=Sc,qn.sum=function(e){return e&&e.length?Gt(e,ic):0},qn.sumBy=function(e,t){return e&&e.length?Gt(e,cs(t,2)):0},qn.template=function(e,t,n){var a=qn.templateSettings;n&&bs(e,t,n)&&(t=i),e=yo(e),t=wo({},t,a,Za);var s,r,o=wo({},t.imports,a.imports,Za),c=Oo(o),l=Xt(o,c),u=0,p=t.interpolate||we,d="__p += '",m=Ie((t.escape||we).source+"|"+p.source+"|"+(p===X?me:we).source+"|"+(t.evaluate||we).source+"|$","g"),h="//# sourceURL="+(Ue.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++rt+"]")+"\n";e.replace(m,(function(t,n,i,a,o,c){return i||(i=a),d+=e.slice(u,c).replace(_e,rn),n&&(s=!0,d+="' +\n__e("+n+") +\n'"),o&&(r=!0,d+="';\n"+o+";\n__p += '"),i&&(d+="' +\n((__t = ("+i+")) == null ? '' : __t) +\n'"),u=c+t.length,t})),d+="';\n";var f=Ue.call(t,"variable")&&t.variable;if(f){if(pe.test(f))throw new Ee("Invalid `variable` option passed into `_.template`")}else d="with (obj) {\n"+d+"\n}\n";d=(r?d.replace(Y,""):d).replace(K,"$1").replace(W,"$1;"),d="function("+(f||"obj")+") {\n"+(f?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(s?", __e = _.escape":"")+(r?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var g=Zo((function(){return Se(c,h+"return "+d).apply(i,l)}));if(g.source=d,Gr(g))throw g;return g},qn.times=function(e,t){if((e=ho(e))<1||e>m)return[];var n=f,i=bn(e,f);t=cs(t),e-=f;for(var a=Jt(i,t);++n<e;)t(n);return a},qn.toFinite=mo,qn.toInteger=ho,qn.toLength=fo,qn.toLower=function(e){return yo(e).toLowerCase()},qn.toNumber=go,qn.toSafeInteger=function(e){return e?oi(ho(e),-9007199254740991,m):0===e?e:0},qn.toString=yo,qn.toUpper=function(e){return yo(e).toUpperCase()},qn.trim=function(e,t,n){if((e=yo(e))&&(n||t===i))return Qt(e);if(!e||!(t=la(t)))return e;var a=hn(e),s=hn(t);return wa(a,tn(a,s),nn(a,s)+1).join("")},qn.trimEnd=function(e,t,n){if((e=yo(e))&&(n||t===i))return e.slice(0,fn(e)+1);if(!e||!(t=la(t)))return e;var a=hn(e);return wa(a,0,nn(a,hn(t))+1).join("")},qn.trimStart=function(e,t,n){if((e=yo(e))&&(n||t===i))return e.replace(se,"");if(!e||!(t=la(t)))return e;var a=hn(e);return wa(a,tn(a,hn(t))).join("")},qn.truncate=function(e,t){var n=30,a="...";if(Xr(t)){var s="separator"in t?t.separator:s;n="length"in t?ho(t.length):n,a="omission"in t?la(t.omission):a}var r=(e=yo(e)).length;if(on(e)){var o=hn(e);r=o.length}if(n>=r)return e;var c=n-mn(a);if(c<1)return a;var l=o?wa(o,0,c).join(""):e.slice(0,c);if(s===i)return l+a;if(o&&(c+=l.length-c),ao(s)){if(e.slice(c).search(s)){var u,p=l;for(s.global||(s=Ie(s.source,yo(he.exec(s))+"g")),s.lastIndex=0;u=s.exec(p);)var d=u.index;l=l.slice(0,d===i?c:d)}}else if(e.indexOf(la(s),c)!=c){var m=l.lastIndexOf(s);m>-1&&(l=l.slice(0,m))}return l+a},qn.unescape=function(e){return(e=yo(e))&&G.test(e)?e.replace(V,gn):e},qn.uniqueId=function(e){var t=++Pe;return yo(e)+t},qn.upperCase=Go,qn.upperFirst=Jo,qn.each=vr,qn.eachRight=yr,qn.first=Ks,oc(qn,(wc={},xi(qn,(function(e,t){Ue.call(qn.prototype,t)||(wc[t]=e)})),wc),{chain:!1}),qn.VERSION="4.17.21",Rt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){qn[e].placeholder=qn})),Rt(["drop","take"],(function(e,t){Yn.prototype[e]=function(n){n=n===i?1:yn(ho(n),0);var a=this.__filtered__&&!t?new Yn(this):this.clone();return a.__filtered__?a.__takeCount__=bn(n,a.__takeCount__):a.__views__.push({size:bn(n,f),type:e+(a.__dir__<0?"Right":"")}),a},Yn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),Rt(["filter","map","takeWhile"],(function(e,t){var n=t+1,i=1==n||3==n;Yn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:cs(e,3),type:n}),t.__filtered__=t.__filtered__||i,t}})),Rt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Yn.prototype[e]=function(){return this[n](1).value()[0]}})),Rt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Yn.prototype[e]=function(){return this.__filtered__?new Yn(this):this[n](1)}})),Yn.prototype.compact=function(){return this.filter(ic)},Yn.prototype.find=function(e){return this.filter(e).head()},Yn.prototype.findLast=function(e){return this.reverse().find(e)},Yn.prototype.invokeMap=Ji((function(e,t){return"function"==typeof e?new Yn(this):this.map((function(n){return ji(n,e,t)}))})),Yn.prototype.reject=function(e){return this.filter(Fr(cs(e)))},Yn.prototype.slice=function(e,t){e=ho(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Yn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==i&&(n=(t=ho(t))<0?n.dropRight(-t):n.take(t-e)),n)},Yn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Yn.prototype.toArray=function(){return this.take(f)},xi(Yn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),a=/^(?:head|last)$/.test(t),s=qn[a?"take"+("last"==t?"Right":""):t],r=a||/^find/.test(t);s&&(qn.prototype[t]=function(){var t=this.__wrapped__,o=a?[1]:arguments,c=t instanceof Yn,l=o[0],u=c||Br(t),p=function(e){var t=s.apply(qn,Ut([e],o));return a&&d?t[0]:t};u&&n&&"function"==typeof l&&1!=l.length&&(c=u=!1);var d=this.__chain__,m=!!this.__actions__.length,h=r&&!d,f=c&&!m;if(!r&&u){t=f?t:new Yn(this);var g=e.apply(t,o);return g.__actions__.push({func:dr,args:[p],thisArg:i}),new Bn(g,d)}return h&&f?e.apply(this,o):(g=this.thru(p),h?a?g.value()[0]:g.value():g)})})),Rt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=je[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",i=/^(?:pop|shift)$/.test(e);qn.prototype[e]=function(){var e=arguments;if(i&&!this.__chain__){var a=this.value();return t.apply(Br(a)?a:[],e)}return this[n]((function(n){return t.apply(Br(n)?n:[],e)}))}})),xi(Yn.prototype,(function(e,t){var n=qn[t];if(n){var i=n.name+"";Ue.call(On,i)||(On[i]=[]),On[i].push({name:t,func:n})}})),On[qa(i,2).name]=[{name:"wrapper",func:i}],Yn.prototype.clone=function(){var e=new Yn(this.__wrapped__);return e.__actions__=Aa(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Aa(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Aa(this.__views__),e},Yn.prototype.reverse=function(){if(this.__filtered__){var e=new Yn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Yn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Br(e),i=t<0,a=n?e.length:0,s=function(e,t,n){var i=-1,a=n.length;for(;++i<a;){var s=n[i],r=s.size;switch(s.type){case"drop":e+=r;break;case"dropRight":t-=r;break;case"take":t=bn(t,e+r);break;case"takeRight":e=yn(e,t-r)}}return{start:e,end:t}}(0,a,this.__views__),r=s.start,o=s.end,c=o-r,l=i?o:r-1,u=this.__iteratees__,p=u.length,d=0,m=bn(c,this.__takeCount__);if(!n||!i&&a==c&&m==c)return ha(e,this.__actions__);var h=[];e:for(;c--&&d<m;){for(var f=-1,g=e[l+=t];++f<p;){var v=u[f],y=v.iteratee,b=v.type,x=y(g);if(2==b)g=x;else if(!x){if(1==b)continue e;break e}}h[d++]=g}return h},qn.prototype.at=mr,qn.prototype.chain=function(){return pr(this)},qn.prototype.commit=function(){return new Bn(this.value(),this.__chain__)},qn.prototype.next=function(){this.__values__===i&&(this.__values__=po(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?i:this.__values__[this.__index__++]}},qn.prototype.plant=function(e){for(var t,n=this;n instanceof Dn;){var a=Ms(n);a.__index__=0,a.__values__=i,t?s.__wrapped__=a:t=a;var s=a;n=n.__wrapped__}return s.__wrapped__=e,t},qn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Yn){var t=e;return this.__actions__.length&&(t=new Yn(this)),(t=t.reverse()).__actions__.push({func:dr,args:[Xs],thisArg:i}),new Bn(t,this.__chain__)}return this.thru(Xs)},qn.prototype.toJSON=qn.prototype.valueOf=qn.prototype.value=function(){return ha(this.__wrapped__,this.__actions__)},qn.prototype.first=qn.prototype.head,Qe&&(qn.prototype[Qe]=function(){return this}),qn}();gt?((gt.exports=vn)._=vn,ft._=vn):ht._=vn}).call(n)}(Xu,Xu.exports);var ep=Xu.exports;const tp={type:G,stimulus:()=>!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6?qt.audio[ep.camelCase("introductionNs")]:qt.audio[ep.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="${qt.images.academyBackground}" alt= "background" style="width:100%;"> \n </div>\n <div class="text-block">\n <h3> ${Ue.t("introduction.intro.text1")} </h3>\n <p> ${Ue.t("introduction.intro.text2")} </p> \n <p> ${Ue.t("introduction.intro.text3")} </p>\n </div>\n ${Mt?"":`<div class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.continue")}`})} </div>`}\n </div>\n `:`\n <div class = "jspsych-content-modified">\n <div class="container">\n <img src="${qt.images.academyBackground}" alt= "background" style="width:100%;"> \n </div>\n <div class="text-block">\n <h3> ${Ue.t("introduction.intro.text4")} </h3>\n <p> ${Ue.t("introduction.intro.text5")} </p> \n <p> ${Ue.t("introduction.intro.text6")} </p> \n <p> ${Ue.t("introduction.intro.text3")} </p>\n </div>\n ${Mt?"":`<div class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.continue")}`})} </div>`}\n </div>`,keyboard_choices:()=>Mt?"NO_KEYS":"ALL_KEYS",button_choices:()=>Mt?["HERE"]:[],button_html:()=>Mt?`<button class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.here")}`,action:`${Ue.t("terms.continue")}`})} </button>`:"",on_start:()=>document.body.style.cursor="none"},np={timeline:[{type:G,stimulus:()=>qt.audio.postPracticeInstruction,prompt:()=>`\n <div class="jspsych-content-modified" id="sre-background">\n <h3>${Ue.t("practice.postPracticeIntro.text1")}</h3>\n <p>${Ue.t("practice.postPracticeIntro.text2")}</p>\n <p>${Ue.t("practice.postPracticeIntro.text3")}</p>\n <p>${Ue.t("practice.postPracticeIntro.text4")}</p>\n <p>${Ue.t("practice.postPracticeIntro.text5")}</p>\n ${Mt?"":`<div class="button">${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.continue")}`})}</div>`}\n </div>`,keyboard_choices:()=>Mt?"NO_KEYS":"ALL_KEYS",button_choices:()=>Mt?["HERE"]:[],button_html:()=>Mt?`<button class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.here")}`,action:`${Ue.t("terms.continue")}`})} </button>`:""},{type:G,stimulus:()=>qt.audio.postPracticeReminder,prompt:()=>`\n <div class="jspsych-content-modified" id="sre-background">\n <h2>Remember!</h2>\n <div class="row">\n <div class="column_2_lower" style="background-color:#FFFFFF;">\n <p style = "text-align:center;"> ${Ue.t(Mt?"practice.postPracticeReminder.text1Mobile":"practice.postPracticeReminder.text1")} </p>\n <img width="70%" src="${qt.images.falseKey}" alt="arrow keys">\n </div>\n <div class="column_2_lower" style="background-color:#FFFFFF;">\n <p style = "text-align:center;"> ${Ue.t(Mt?"practice.postPracticeReminder.text2Mobile":"practice.postPracticeReminder.text2")} </p>\n <img width="70%" src="${qt.images.trueKey}" alt="arrow keys">\n </div>\n </div>\n <p><b> ${Ue.t("practice.postPracticeReminder.text3")} </b></p>\n <p><b> ${Ue.t("practice.postPracticeReminder.text4")} </b></p>\n ${Mt?"":`<div class="button">${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.begin")}`})} </div>`}\n </div>`,keyboard_choices:()=>Mt?"NO_KEYS":"ALL_KEYS",button_choices:()=>Mt?["HERE"]:[],button_html:()=>Mt?`<button class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.here")}`,action:`${Ue.t("terms.begin")}`})} </button>`:"",on_finish:e=>{r.session.set("indexTracking",0)}}]},ip={name:"html-multi-response",parameters:{stimulus:{type:d.HTML_STRING,pretty_name:"Stimulus",default:void 0},button_choices:{type:d.STRING,pretty_name:"Button Choices",default:[],array:!0},keyboard_choices:{type:d.KEYS,pretty_name:"Keyboard Choices",default:"NO_KEYS"},button_html:{type:d.HTML_STRING,pretty_name:"Button HTML",default:'<button class="jspsych-btn">%choice%</button>',array:!0},prompt:{type:d.HTML_STRING,pretty_name:"Prompt",default:null},stimulus_duration:{type:d.INT,pretty_name:"Stimulus duration",default:null},trial_duration:{type:d.INT,pretty_name:"Trial duration",default:null},margin_vertical:{type:d.STRING,pretty_name:"Margin vertical",default:"0px"},margin_horizontal:{type:d.STRING,pretty_name:"Margin horizontal",default:"8px"},response_ends_trial:{type:d.BOOL,pretty_name:"Response ends trial",default:!0}}};class ap{constructor(e){this.jsPsych=e}trial(e,t){var n='<div id="jspsych-html-multi-response-stimulus">'+t.stimulus+"</div>",i=[];if(Array.isArray(t.button_html))t.button_html.length==t.button_choices.length?i=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 a=0;a<t.button_choices.length;a++)i.push(t.button_html);n+='<div id="jspsych-html-multi-response-btngroup">';for(a=0;a<t.button_choices.length;a++){var s=i[a].replace(/%choice%/g,t.button_choices[a]);n+='<div class="jspsych-html-multi-response-button" style="display: inline-block; margin:'+t.margin_vertical+" "+t.margin_horizontal+'" id="jspsych-html-multi-response-button-'+a+'" data-choice="'+a+'">'+s+"</div>"}n+="</div>",null!==t.prompt&&(n+=t.prompt),e.innerHTML=n;if("NO_KEYS"!=t.keyboard_choices)var r=this.jsPsych.pluginAPI.getKeyboardResponse({callback_function:function(n){e.querySelector("#jspsych-html-multi-response-stimulus").className+=" responded",null==c.key&&(c=Object.assign({source:"keyboard",button:null},n)),t.response_ends_trial&&l()},valid_responses:t.keyboard_choices,rt_method:"performance",persist:!1,allow_held_key:!1});var o=performance.now();for(a=0;a<t.button_choices.length;a++)e.querySelector("#jspsych-html-multi-response-button-"+a).addEventListener("click",(e=>{u(e.currentTarget.getAttribute("data-choice"))}));var c={rt:null,button:null,key:null,source:null};const l=()=>{this.jsPsych.pluginAPI.clearAllTimeouts(),void 0!==r&&this.jsPsych.pluginAPI.cancelKeyboardResponse(r);var n={rt:c.rt,stimulus:t.stimulus,button_response:c.button,keyboard_response:c.key,response_source:c.source};e.innerHTML="",this.jsPsych.finishTrial(n)};function u(n){var i=performance.now(),a=Math.round(i-o);c.button=parseInt(n),c.rt=a,c.source="button",e.querySelector("#jspsych-html-multi-response-stimulus").className+=" responded";for(var s=document.querySelectorAll(".jspsych-html-multi-response-button button"),r=0;r<s.length;r++)s[r].setAttribute("disabled","disabled");t.response_ends_trial&&l()}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(l,t.trial_duration)}simulate(e,t,n,i){"data-only"==t&&(i(),this.simulate_data_only(e,n)),"visual"==t&&this.simulate_visual(e,n,i)}create_simulation_data(e,t){const n={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"},i={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"},a=Math.random()<.5?n:i,s=this.jsPsych.pluginAPI.mergeSimulationData(a,t);return this.jsPsych.pluginAPI.ensureSimulationDataConsistency(e,s),s}simulate_data_only(e,t){const n=this.create_simulation_data(e,t);this.jsPsych.finishTrial(n)}simulate_visual(e,t,n){const i=this.create_simulation_data(e,t),a=this.jsPsych.getDisplayElement();this.trial(a,e),n(),null!==i.rt&&(null!==i.button_response?this.jsPsych.pluginAPI.clickTarget(a.querySelector(`div[data-choice="${i.button_response}"] button`),i.rt):this.jsPsych.pluginAPI.pressKey(i.keyboard_response,i.rt))}}ap.info=ip,d.HTML_STRING,d.KEYS,d.HTML_STRING,d.INT,d.INT,d.BOOL;const sp={type:G,stimulus:()=>!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6?qt.audio[ep.camelCase("halfwayNs")]:r.session.get("config").story?qt.audio[ep.camelCase(`${r.session("character")}Halfway`)]:void 0,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="${qt.images.classroomBackground}" alt= "background" style="width:100%;"> \n </div>\n <div class="text-block">\n <h3> ${Ue.t("gameBreak.halfwayScreen.text1")} </h3>\n <p> ${Ue.t("gameBreak.halfwayScreen.text2")} </p>\n </div>\n ${Mt?"":`<div class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.continue")}`})} </div>`}\n </div>\n `:`\n <div class="jspsych-content-modified" id="sre-background">\n <div class="row">\n <div class="column_1">\n <img class="characterleft" src="${qt.images[ep.camelCase(`${r.session("character")}Talking`)]}" alt="animation of student talking">\n </div>\n <div class= "column_3 halfway-text-block">\n <div class="middle" id="halfway-position">\n <p> ${Ue.t("gameBreak.halfwayScreen.text3")}</p>\n <p> ${Ue.t("gameBreak.halfwayScreen.text4")}</p>\n </div>\n </div>\n </div>\n ${Mt?"":`<div class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.continue")}`})} </div>`}\n </div>`,keyboard_choices:()=>Mt?"NO_KEYS":"ALL_KEYS",button_choices:()=>Mt?["HERE"]:[],button_html:()=>`<button class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.here")}`,action:`${Ue.t("terms.continue")}`})} </button>`,on_finish:e=>{r.session.set("indexTracking",0)}},rp={timeline:[{type:G,stimulus:()=>!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6?qt.audio[ep.camelCase("endNs")]:r.session.get("config").story?qt.audio[ep.camelCase(`${r.session("character")}End`)]:void 0,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="${qt.images.academyBackground}" alt= "background" style="width:100%;"> \n </div>\n <div class="text-block">\n <h3> ${Ue.t("gameBreak.endScreen.text1")} </h3>\n <p> ${Ue.t("gameBreak.endScreen.text2")} </p> \n </div>\n ${Mt?"":`<div class="button">${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.save")}`})}</div>`}\n </div>\n `:`\n <div class="jspsych-content-modified">\n <div class="class-container">\n <img src="${qt.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> ${Ue.t("gameBreak.endScreen.text3")} </h3>\n <p> ${r.session("character_name")} ${Ue.t("gameBreak.endScreen.text4")} </p> \n </div>\n </div>\n <div class="student" id="end-student">\n <img src="${qt.images[ep.camelCase(`${r.session("character")}Happy`)]}" alt= "character is happy"> \n </div>\n ${Mt?"":`<div class="button">${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.save")}`})}</div>`}\n </div>\n `,keyboard_choices:()=>Mt?"NO_KEYS":"ALL_KEYS",button_choices:()=>Mt?["HERE"]:[],button_html:()=>`<button class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.here")}`,action:`${Ue.t("terms.save")}`})} </button>`,data:{save_trial:!1}},{timeline:[{type:ap,stimulus:()=>`<div class="jspsych-content-modified">\n <div class="container">\n <img src="${qt.images.academyBackground}" alt= "background" style="width:100%;"> </div>\n <div class="demo-text-block">\n <h3>${Ue.t("gameBreak.debrief.text1")}</h3>\n <p>${Ue.t("gameBreak.debrief.text2")}</p>\n </div>\n ${Mt?"":`<div class="button">${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.close")}`})}</div>`}\n </div>`,keyboard_choices:()=>Mt?"NO_KEYS":"ALL_KEYS",button_choices:()=>Mt?["HERE"]:[],button_html:()=>`<button class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.here")}`,action:`${Ue.t("terms.close")}`})} </button>`}],conditional_function:()=>"demo"===r.session.get("config").userMode},{type:Q,fullscreen_mode:!1,delay_after:0}]},op={1:{character:"dog",characterName:"Amy",characterActivity:"go to track practice"},2:{character:"cat",characterName:"Carson",characterActivity:"go to debate club"},3:{character:"bird",characterName:"Jaiden",characterActivity:"hang out with my friends"},4:{character:"deer",characterName:"Dylan",characterActivity:"volunteer at the soup kitchen"}},cp=[1,2,3,4],lp=["dog","cat","bird","deer"],up={timeline:[{type:G,stimulus:()=>qt.audio.studentSelect,prompt:()=>Mt?`\n <div>\n <img id="mobile-classroom-bg" src=${qt.images.classroomBackground} alt="background"/>\n <h3>${Ue.t("characterSelect.studentSelect.paragraph1")}</h3>\n <p> ${Ue.t(Mt?"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=${qt.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>${Ue.t("characterSelect.studentSelect.paragraph1")}</h3>\n <p> ${Ue.t(Mt?"characterSelect.studentSelect.paragraph2Mobile":"characterSelect.studentSelect.paragraph2")} </p> \n </div>\n </div>\n ${Mt?"":`<div class="number">${cp.map((e=>`<div class="number-block"><n>${e}</n></div>`)).join("")}</div>`}\n <div class="student ${Mt?"mobile-student-select-characters":""}">\n ${lp.map((e=>`<img src=${qt.images[e]} alt=${e}>`)).join("")}\n </div>\n <div class="button">\n ${Ue.t("navigation.studentSelect")} \n </div>\n </div>\n `,keyboard_choices:()=>Mt?"NO_KEYS":["1","2","3","4"],button_choices:()=>Mt?["1","2","3","4"]:[],button_html:()=>'<button class="grade-btn">%choice%</button>',prompt_above_buttons:()=>Mt,data:{save_trial:!1},on_load:()=>{if(Mt){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"),n=document.createTextNode(Ue.t("characterSelect.studentSelect.paragraph3MobileBefore")),i=document.createTextNode(Ue.t("characterSelect.studentSelect.paragraph3MobileAfter")),a=document.createElement("span");a.classList.add("yellow"),a.textContent=Ue.t("characterSelect.studentSelect.paragraph3MobileSpan"),t.appendChild(n),t.appendChild(a),t.appendChild(i),t.classList.add("button");const s=document.createElement("div"),r=lp.map((e=>{const t=document.createElement("img");return t.setAttribute("src",qt.images[e]),t.setAttribute("alt",e),t.classList.add("mobile-character-select"),t}));for(const e of r)s.appendChild(e);e.appendChild(s),e.appendChild(t)}}},on_finish:e=>{r.session.set("character",op[Mt?e.button_response+1:e.keyboard_response].character),r.session.set("character_name",op[Mt?e.button_response+1:e.keyboard_response].characterName),r.session.set("character_activity",op[Mt?e.button_response+1:e.keyboard_response].characterActivity)}},{type:G,stimulus:()=>qt.audio[ep.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="${qt.images[ep.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> ${Ue.t("characterSelect.studentIntro.paragraph1")} ${r.session("character_name")}. </p>\n <p> ${Ue.t("characterSelect.studentIntro.paragraph2")} ${r.session("character_activity")}. </p>\n <p> ${Ue.t("characterSelect.studentIntro.paragraph3")} </p>\n </div>\n </div>\n </div>\n ${Mt?"":`<div class="button">${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.anyKey")}`,action:`${Ue.t("terms.continue")}`})}</div>`}\n </div>`,keyboard_choices:()=>Mt?"NO_KEYS":"ALL_KEYS",button_choices:()=>Mt?["HERE"]:[],button_html:()=>`<button class="button"> ${Ue.t("navigation.continueButtonText",{input:`${Ue.t("terms.here")}`,action:`${Ue.t("terms.continue")}`})} </button>`}],conditional_function:()=>!(!r.session.get("config").story||"default"===r.session.get("config").userMode&&r.session.get("config").userMetadata.grade>=6)},pp=e=>({timeline:[{type:ap,stimulus:()=>(0===r.session("indexTracking")&&(setTimeout((()=>r.session.set("timeOut",!0)),18e4),"lab"===e||"ai"===e?r.session.set("currentCorpus",Qu[e]):r.session.set("currentCorpus",Qu[r.session("tosrecCorpusId")])),Mt?`\n <p id="mobile-stimulus">${r.session("currentCorpus")[r.session("indexTracking")].sentence}</p>\n `:`\n <div class=stimulus_div>\n <p class='stimulus'>${r.session("currentCorpus")[r.session("indexTracking")].sentence}</p>\n </div>`),prompt:()=>{if(!Mt)return`\n <div> \n <img class="lower" src="${qt.images.roarSreKeyboard}" alt="arrow keys"> \n </div>`},keyboard_choices:()=>Mt?"NO_KEYS":["ArrowLeft","ArrowRight"],button_choices:()=>Mt?[Ue.t("terms.false")[0].toUpperCase(),Ue.t("terms.true")[0].toUpperCase()]:[],button_html:()=>Mt?[`<button id="mobile-stimulus-btn-left" class="mobile-stimulus-btn"><img src=${qt.images.leftArrowBlankShort} alt=${Ue.t("terms.false")}/><span>${Ue.t("terms.false")[0].toLocaleUpperCase()}</span></button>`,`<button id="mobile-stimulus-btn-right" class="mobile-stimulus-btn"><img src=${qt.images.rightArrowBlankShort} alt=${Ue.t("terms.true")}/><span>${Ue.t("terms.true")[0].toLocaleUpperCase()}</span></button>`]:[],on_load:()=>{if(Mt){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:t=>{t.keyboard_response?"arrowleft"===t.keyboard_response?r.session.set("keyResponse","left"):r.session.set("keyResponse","right"):0===t.button_response?r.session.set("buttonResponse","left"):r.session.set("buttonResponse","right"),t.keyboard_response?t.correct=gc.pluginAPI.compareKeys(r.session("keyResponse"),r.session("currentCorpus")[r.session("indexTracking")].direction):t.correct=0===t.button_response&&"left"===r.session("currentCorpus")[r.session("indexTracking")].direction||1===t.button_response&&"right"===r.session("currentCorpus")[r.session("indexTracking")].direction,t.correct?r.session.set("dataCorrect",1):r.session.set("dataCorrect",0),console.log("data.correct: ",t.correct),gc.data.addDataToLastTrial({save_trial:!r.session("timeOut"),pid:r.session.get("config").pid,subtask:e,corpusId:"lab"===e||"ai"==e?e:r.session("tosrecCorpusId"),trialNumBlock:r.session("indexTracking")+1,itemId:r.session("currentCorpus")[r.session("indexTracking")].itemId,item:r.session("currentCorpus")[r.session("indexTracking")].sentence,truefalse:r.session("currentCorpus")[r.session("indexTracking")].answer,correct:r.session("dataCorrect")})}},{type:G,stimulus:()=>qt.audio.neutralSoundSub,prompt:()=>Mt?'<p id="mobile-placeholder-stimulus">Invisible Place holder text</p>':`\n <div>\n <img class="lower" src="${qt.images.roarSreKeyboard}" alt="arrow keys">\n </div>`,keyboard_choices:"NO_KEYS",button_choices:()=>Mt?[Ue.t("terms.false")[0].toUpperCase(),Ue.t("terms.true")[0].toUpperCase()]:[],button_html:()=>Mt?[`<button id="mobile-stimulus-btn-left" class="mobile-stimulus-btn"><img src=${qt.images.leftArrowBlankShort} alt=${Ue.t("terms.false")}/><span>${Ue.t("terms.false")[0].toLocaleUpperCase()}</span></button>`,`<button id="mobile-stimulus-btn-right" class="mobile-stimulus-btn"><img src=${qt.images.rightArrowBlankShort} alt=${Ue.t("terms.true")}/><span>${Ue.t("terms.true")[0].toLocaleUpperCase()}</span></button>`]:[],prompt_above_buttons:!0,on_load:()=>{if(Mt){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")}},trial_duration:200,response_allowed_while_playing:!1,trial_ends_after_audio:!0}],loop_function:function(e){return r.session("indexTracking")===r.session("currentCorpus").length-1||r.session("timeOut")?(r.session.set("indexTracking",0),r.session.set("timeOut",!1),!1):(r.session.transact("indexTracking",(e=>e+1)),!0)}}),dp={type:G,stimulus:()=>qt.audio.practiceInstruction,prompt:()=>`\n <div class="jspsych-content-modified" id="sre-background">\n <h2>${Ue.t("practice.intro.text1")}</h2>\n <p>${Ue.t("practice.intro.text2")}</p>\n <div class="row">\n <div class="column_2_upper" style="background-color:#FFFFFF;">\n <p style = "text-align:center;"> \n ${Ue.t(Mt?"practice.intro.text3Mobile":"practice.intro.text3")} \n </p>\n <img width="60%" src="${qt.images.practiceLeft}" alt="arrow keys">\n </div>\n <div class="column_2_upper" style="background-color:#FFFFFF;">\n <p style = "text-align:center;"> \n ${Ue.t(Mt?"practice.intro.text4Mobile":"practice.intro.text4")} \n </p>\n <img width="60%" src="${qt.images.practiceRight}" alt="arrow keys">\n </div>\n </div>\n <p> <b>${Ue.t("practice.intro.text5")}</b> </p> \n <div class="button">${Ue.t("practice.intro.text6")}</div>\n </div>\n `,keyboard_choices:()=>Mt?"NO_KEYS":"ALL_KEYS",button_choices:()=>Mt?["HERE"]:[],button_html:()=>`<button class="button">${Ue.t("practice.intro.text6Mobile")}</button>`,on_finish:e=>{r.session.set("indexTracking",-1)}},mp={type:ap,stimulus:()=>(r.session.transact("indexTracking",(e=>e+1)),Mt?`\n <p id="mobile-stimulus">${r.session("practiceCorpus")[r.session("indexTracking")].sentence}</p>\n `:`\n <div class = stimulus_div>\n <p class = 'stimulus'>${r.session("practiceCorpus")[r.session("indexTracking")].sentence}</p>\n </div>`),prompt:()=>{if(!Mt)return`\n <div> \n <img class="lower" src="${qt.images.roarSreKeyboard}" alt="arrow keys"> \n </div>`},keyboard_choices:()=>Mt?"NO_KEYS":["ArrowLeft","ArrowRight"],button_choices:()=>Mt?[Ue.t("terms.false")[0].toUpperCase(),Ue.t("terms.true")[0].toUpperCase()]:[],button_html:()=>Mt?[`<button id="mobile-stimulus-btn-left" class="mobile-stimulus-btn"><img src=${qt.images.leftArrowBlankShort} alt=${Ue.t("terms.false")}/><span>${Ue.t("terms.false")[0].toLocaleUpperCase()}</span></button>`,`<button id="mobile-stimulus-btn-right" class="mobile-stimulus-btn"><img src=${qt.images.rightArrowBlankShort} alt=${Ue.t("terms.true")}/><span>${Ue.t("terms.true")[0].toLocaleUpperCase()}</span></button>`]:[],on_load:()=>{if(Mt){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=gc.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","Correct!")):(r.session.set("dataCorrect",0),r.session.set("feedbackResponse","That's not quite right."));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 n="arrowleft"===r.session("practiceCorpus")[r.session("indexTracking")].correct_response;r.session.set("correctLR",n?"left":"right"),r.session.set("correctRP",n?"false":"true"),r.session.set("answerColor",n?"orange":"blue"),gc.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})}};"false"===r.session("correctRP")?qt.images.falseFlashKeySplit:qt.images.falseStaticKeySplit,"false"===r.session("correctRP")?qt.images.trueStaticKeySplit:qt.images.trueFlashKeySplit;const hp={type:G,response_allowed_while_playing:()=>r.session.get("config").skipInstructions,stimulus:()=>1===r.session("dataCorrect")?qt.audio[`feedback${r.session("indexTracking")}Correct`]:qt.audio[`feedback${r.session("indexTracking")}Incorrect`],prompt:()=>`\n <div class=${Mt?"":"stimulus_div"}>\n <p id=${Mt?"mobile-stimulus-text":""} class="feedback">\n <span class=${r.session("responseColor")}>${r.session("feedbackResponse")} ${Ue.t(Mt?"practice.feedback.text1Mobile":"practice.feedback.text1",{arrow:"left"===r.session("responseLR")?Ue.t("terms.left"):Ue.t("terms.right"),type:"true"==r.session("answerRP")?Ue.t("terms.true"):Ue.t("terms.false")})}</span>\n <br></br> \n "${r.session("practiceCorpus")[r.session("indexTracking")].sentence}"\n <span class=${r.session("answerColor")}> ${Ue.t(Mt?"practice.feedback.text2Mobile":"practice.feedback.text2",{arrow:"left"===r.session("correctLR")?Ue.t("terms.left"):Ue.t("terms.right"),type:"true"==r.session("correctRP")?Ue.t("terms.true"):Ue.t("terms.false")})}</span>\n </p>\n </div>\n ${Mt?"":`<img class="lower" src= "${"false"===r.session("correctRP")?qt.images.falseFlashKey:qt.images.trueFlashKey}" alt="arrow keys">`}`,keyboard_choices:()=>Mt?"NO_KEYS":"false"===r.session("correctRP")?["ArrowLeft"]:["ArrowRight"],button_choices:()=>Mt?["ArrowLeft","ArrowRight"]:[],button_html:()=>Mt?[`<button class="mobile-practice-feedback ${"false"===r.session("correctRP")?"":"mobile-disable-button"}">\n <img src=${"false"===r.session("correctRP")?qt.images.falseFlashKeySplit:qt.images.falseStaticKeySplit} alt="feedback arrow"/>\n </button>`,`<button class="mobile-practice-feedback ${"false"===r.session("correctRP")?"mobile-disable-button":""}" >\n <img src=${"false"===r.session("correctRP")?qt.images.trueStaticKeySplit:qt.images.trueFlashKeySplit} alt="feedback arrow"/>\n </button>`]:"",prompt_above_buttons:()=>Mt,on_load:()=>{document.querySelectorAll(".jspsych-audio-multi-response-button").forEach(((e,t)=>{const n="false"===r.session("correctRP");0!=t||n?1==t&&n&&e.classList.add("mobile-disable-button"):e.classList.add("mobile-disable-button")}))}};!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var i=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===n&&i.firstChild?i.insertBefore(a,i.firstChild):i.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}}('/* CSS Document */\n.jspsych-display-element {\n font-family: "Source Sans Pro", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";\n width: 60%;\n margin: auto;\n text-align: center;\n /*.jspsych-content {\n \tdisplay: flex;\n \tflex-direction: column;\n \tjustify-content: center;\n \talign-items: center;\n \tposition: fixed;\n \tleft: 0;\n \ttop: 0;\n \twidth: 100%;\n \theight: 100%;\n }\n */\n /* jsPsych progress bar */\n /* Control appearance of jsPsych.data.displayData() */\n /* borrowing Bootstrap style for btn elements, but combining styles a bit */\n}\n.jspsych-display-element .grade-btn {\n padding: 1vh 2vh;\n margin: 1vh;\n margin-top: 4vh;\n font-size: 4vh;\n font-weight: bold;\n cursor: pointer;\n text-align: center;\n vertical-align: middle;\n border: 1vh solid transparent;\n border-radius: 1vh;\n color: rgb(255, 202, 97);\n background-color: rgb(76, 101, 139);\n border-color: rgb(65, 91, 127);\n}\n.jspsych-display-element .mobile-grade-select {\n margin-top: 8rem;\n}\n.jspsych-display-element .mobile-student-select-characters {\n margin-top: 40vh;\n}\n.jspsych-display-element #mobile-classroom-bg {\n position: fixed; /* or absolute, depending on your needs */\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: -1; /* This ensures the image stays behind other content */\n object-fit: cover;\n}\n.jspsych-display-element .mobile-character-select {\n width: 20%;\n}\n.jspsych-display-element .mobile-audio-btn-container {\n display: flex;\n justify-content: center;\n gap: 10%;\n}\n.jspsych-display-element .mobile-stimulus-wrap {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content {\n height: 40%;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content #mobile-stimulus {\n font-size: 4rem;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content #mobile-placeholder-stimulus {\n color: white;\n font-size: 4rem;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content .mobile-stimulus-btn {\n position: relative;\n border: none;\n background: none;\n cursor: pointer;\n padding: 0;\n display: inline-block;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content .mobile-stimulus-btn img {\n display: block;\n width: 100%;\n height: auto;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content .mobile-stimulus-btn span {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n color: white;\n font-size: 7rem;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content #mobile-stimulus-btn-left {\n margin-right: 4rem;\n}\n.jspsych-display-element .mobile-stimulus-wrap .mobile-stimulus-jspsych-content #mobile-stimulus-btn-right {\n margin-left: 4rem;\n}\n.jspsych-display-element .mobile-practice-feedback {\n background: none;\n margin-top: 4rem;\n}\n.jspsych-display-element .mobile-disable-button {\n pointer-events: none;\n}\n.jspsych-display-element #mobile-stimulus-text {\n font-size: 1.75rem;\n}\n.jspsych-display-element #sre-background {\n background-color: rgb(250, 246, 236);\n -webkit-background-size: cover;\n -moz-background-size: cover;\n -o-background-size: cover;\n background-size: cover;\n max-height: 100%;\n max-width: 100%;\n padding: 0px;\n margin: 0px;\n}\n.jspsych-display-element #halfway-position {\n top: 15%;\n}\n.jspsych-display-element #end-classroom {\n position: absolute;\n height: 80%;\n left: 0vh;\n bottom: 45vh;\n}\n.jspsych-display-element #end-student {\n position: relative;\n left: 0vh;\n top: 10vh;\n height: 65%;\n}\n.jspsych-display-element .instruction-background {\n display: block;\n background-color: rgb(250, 246, 236);\n padding-top: 0vh;\n min-height: 100%;\n min-width: 100%;\n}\n.jspsych-display-element h1 {\n margin-top: 10%;\n margin-right: 10%;\n margin-left: 10%;\n text-align: center;\n padding-inline: 10px;\n font-weight: semi-bold;\n font-size: 6vh;\n color: rgb(76, 101, 139);\n}\n.jspsych-display-element h2 {\n text-align: center;\n font-style: normal;\n font-weight: regular;\n font-size: 5vh;\n color: rgb(76, 101, 139);\n}\n.jspsych-display-element h3 {\n text-align: center;\n font-style: normal;\n font-weight: regular;\n font-size: 4vh;\n color: rgb(76, 101, 139);\n z-index: 1;\n}\n.jspsych-display-element p:not(.feedback, .stimulus) {\n text-align: center;\n vertical-align: middle;\n font-style: normal;\n font-weight: normal;\n font-size: 3vh;\n color: rgb(0, 0, 0);\n z-index: 1;\n}\n.jspsych-display-element n {\n text-align: center;\n vertical-align: middle;\n font-style: normal;\n font-weight: bold;\n font-size: 3vh;\n color: rgb(255, 202, 97);\n z-index: 1;\n}\n.jspsych-display-element .consent_form_title {\n margin-right: 10%;\n margin-left: 10%;\n font-size: 3vh;\n}\n.jspsych-display-element .consent_form_text {\n margin: 10%;\n text-align: left;\n font-size: 2vh;\n}\n.jspsych-display-element .survey_form_text {\n text-align: center;\n font-size: 3vh;\n}\n.jspsych-display-element .consent_form_agree {\n margin: 5%;\n text-align: left;\n font-size: 2vh;\n}\n.jspsych-display-element .debrief_text {\n margin: 20%;\n text-align: left;\n font-size: 2vh;\n}\n.jspsych-display-element .jspsych-survey-multi-select-option {\n font-size: 2vh;\n text-align: center;\n}\n.jspsych-display-element .stimulus {\n text-align: center;\n vertical-align: middle;\n font-style: normal;\n font-weight: normal;\n font-size: 4vh;\n line-height: 4vh;\n color: rgb(0, 0, 0);\n}\n.jspsych-display-element .full_screen {\n text-align: center;\n font-style: normal;\n font-weight: normal;\n font-size: 32px;\n line-height: 32px;\n padding-top: 300px;\n color: rgb(0, 0, 0);\n}\n.jspsych-display-element .feedback {\n text-align: center;\n font-style: normal;\n font-weight: bold;\n font-size: 3vh;\n line-height: 3vh;\n color: rgb(0, 0, 0);\n}\n.jspsych-display-element .jspsych-content-modified {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n}\n.jspsych-display-element .jspsych-content-modified .class-container {\n width: 100%;\n position: absolute;\n margin: auto;\n display: block;\n}\n.jspsych-display-element .jspsych-content-modified .class-container #classroom-bg {\n position: fixed; /* or absolute, depending on your needs */\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: -1; /* This ensures the image stays behind other content */\n object-fit: cover;\n}\n.jspsych-display-element .text-block {\n position: relative;\n bottom: 15px;\n top: 15px;\n background-color: rgb(246, 241, 230);\n padding-left: 25px;\n padding-right: 25px;\n padding-top: 15px;\n padding-bottom: 15px;\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n}\n.jspsych-display-element .demo-text-block {\n position: relative;\n bottom: 25px;\n top: 15px;\n background-color: rgb(246, 241, 230);\n padding-left: 85px;\n padding-right: 85px;\n padding-top: 60px;\n padding-bottom: 60px;\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n}\n.jspsych-display-element .grade-text-block {\n position: relative;\n bottom: 0px;\n top: 0px;\n left: 0px;\n right: 0px;\n background-color: rgb(246, 241, 230);\n padding-left: 0px;\n padding-right: 0px;\n padding-top: 50px;\n padding-bottom: 90px;\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n}\n.jspsych-display-element .select-text-block {\n position: relative;\n bottom: 15px;\n top: 30px;\n background-color: rgb(246, 241, 230);\n padding-left: 20px;\n padding-right: 20px;\n padding-top: 10px;\n padding-bottom: 10px;\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n}\n.jspsych-display-element .student-text-block {\n position: relative;\n margin-top: 10vh;\n margin-left: 5vh;\n margin-right: 5vh;\n height: 50vh;\n background-color: rgb(255, 255, 255);\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n}\n.jspsych-display-element .halfway-text-block {\n position: relative;\n margin-top: 20vh;\n margin-left: 5vh;\n margin-right: 5vh;\n margin-bottom: 10vh;\n height: 30vh;\n background-color: rgb(255, 255, 255);\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n}\n.jspsych-display-element .number-block {\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n height: 5vh;\n width: 6vh;\n padding-left: 3vh;\n padding-right: 3vh;\n text-align: center;\n vertical-align: middle;\n background-color: rgb(76, 101, 139);\n border: 6px solid rgb(65, 91, 127);\n border-radius: 10px;\n align-self: center;\n}\n.jspsych-display-element .container {\n width: 100%;\n position: fixed;\n display: block;\n}\n.jspsych-display-element .transparent {\n background: rgba(255, 255, 255, 0);\n border-color: rgba(255, 255, 255, 0);\n}\n.jspsych-display-element .center {\n margin: 0;\n position: absolute;\n top: 50%;\n left: 50%;\n -ms-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n}\n.jspsych-display-element .star-center {\n margin: 0;\n position: absolute;\n top: 45%;\n left: 51%;\n -ms-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n}\n.jspsych-display-element .vertical-center {\n margin: 0;\n position: absolute;\n top: 50%;\n -ms-transform: translateY(-50%);\n transform: translateY(-50%);\n}\n.jspsych-display-element .jspsych-video-button-response-stimulus {\n margin: 0;\n position: absolute;\n top: 45%;\n height: 90%;\n -ms-transform: translateY(-45%);\n transform: translateY(-45%);\n}\n.jspsych-display-element .stimulus_div {\n display: flex;\n justify-content: center;\n align-items: center;\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n}\n.jspsych-display-element .text_div {\n display: flex;\n justify-content: center;\n align-items: center;\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 60%;\n}\n.jspsych-display-element .center {\n vertical-align: middle;\n text-align: center;\n}\n.jspsych-display-element .upper {\n position: fixed;\n top: 0%;\n left: 50%;\n transform: translate(-50%, -50%);\n height: 2vh;\n}\n.jspsych-display-element .middle {\n position: relative;\n text-align: left;\n padding-right: 2vh;\n padding-left: 2vh;\n top: 23%;\n}\n.jspsych-display-element .lower {\n position: fixed;\n bottom: 20%;\n left: 50%;\n transform: translate(-50%, -50%);\n height: 7vh;\n}\n.jspsych-display-element .orange {\n color: rgb(219, 97, 69);\n}\n.jspsych-display-element .blue {\n color: rgb(66, 152, 181);\n}\n.jspsych-display-element .yellow {\n color: rgb(255, 202, 97);\n}\n.jspsych-display-element .row {\n display: flex;\n}\n.jspsych-display-element .column_1 {\n padding: 0 0 10vh 0;\n flex: 30%;\n}\n.jspsych-display-element .column_2_upper {\n margin-top: 2%;\n margin-bottom: 2%;\n padding: 3vh 2vh 3vh 2vh;\n flex: 50%;\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n margin-right: 5%;\n margin-left: 5%;\n}\n.jspsych-display-element .column_2_lower {\n padding: 0 2vh 3vh 2vh;\n flex: 50%;\n border: 6px solid rgb(229, 218, 191);\n border-radius: 10px;\n margin-right: 5%;\n margin-left: 5%;\n}\n.jspsych-display-element .column_3 {\n padding: 0 0 0 0;\n flex: 70%;\n margin-right: 10%;\n vertical-align: middle;\n}\n.jspsych-display-element .button {\n left: 0;\n right: 0;\n background-color: rgb(76, 101, 139);\n text-align: center;\n vertical-align: middle;\n padding: 2vh;\n font-style: normal;\n font-weight: bold;\n font-size: 3vh;\n color: white;\n position: fixed;\n display: block;\n bottom: 0;\n border: none;\n z-index: 1;\n}\n.jspsych-display-element .story-scene {\n width: 100%;\n position: fixed;\n display: block;\n bottom: 5vh;\n}\n.jspsych-display-element .scene {\n position: fixed;\n bottom: 5vh;\n width: 100%;\n display: block;\n}\n.jspsych-display-element .characterleft {\n text-align: center;\n vertical-align: middle;\n position: relative;\n top: 10%;\n height: 70vh;\n}\n.jspsych-display-element .student {\n position: relative;\n display: inline-flex;\n flex-direction: row;\n height: 50%;\n width: 50%;\n bottom: 10vh;\n right: 0vh;\n justify-content: center;\n gap: 50px;\n}\n.jspsych-display-element .number {\n position: relative;\n display: inline-flex;\n flex-direction: row;\n height: 50%;\n width: 50%;\n bottom: -10vh;\n left: 1vh;\n justify-content: center;\n gap: 200px;\n}\n.jspsych-display-element .imageleft {\n text-align: center;\n position: relative;\n top: 50%;\n height: 30vh;\n}\n.jspsych-display-element #jspsych-progressbar-container {\n color: #555;\n border-bottom: 1px solid #dedede;\n background-color: #f9f9f9;\n margin-bottom: 1em;\n text-align: center;\n padding: 8px 0px;\n width: 100%;\n line-height: 1em;\n}\n.jspsych-display-element #jspsych-progressbar-container span {\n font-size: 14px;\n padding-right: 14px;\n}\n.jspsych-display-element #jspsych-progressbar-outer {\n background-color: #eee;\n width: 50%;\n margin: auto;\n height: 14px;\n display: inline-block;\n vertical-align: middle;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n.jspsych-display-element #jspsych-progressbar-inner {\n background-color: #aaa;\n width: 0%;\n height: 100%;\n}\n.jspsych-display-element #jspsych-data-display {\n text-align: left;\n}\n.jspsych-display-element .jspsych-btn {\n display: inline-block;\n padding: 1vh 2vh;\n margin: 1vh;\n font-size: 4vh;\n font-weight: bold;\n cursor: pointer;\n line-height: 1.4;\n text-align: center;\n white-space: nowrap;\n vertical-align: middle;\n background-image: none;\n border: 1vh solid transparent;\n border-radius: 1vh;\n color: rgb(255, 202, 97);\n background-color: rgb(76, 101, 139);\n border-color: rgb(65, 91, 127);\n}\n.jspsych-display-element .mep-stimulus {\n display: inline-block;\n width: 1.65vw;\n height: 1.65vw;\n margin: 0.13vw;\n padding: 0px 0px 0.825vw 0px;\n background: white;\n border-style: solid;\n border-width: 0px 0px 8px 0px;\n border-color: rgba(255, 255, 255, 0);\n}\n.jspsych-display-element .bottom-border-blue {\n border-bottom-color: blue !important;\n}\n.jspsych-display-element #jspsych-html-button-response-stimulus {\n margin-bottom: 25vw;\n}\n.jspsych-display-element #fixation-prompt {\n margin-bottom: 0.825%;\n}\n.jspsych-display-element .jspsych-html-button-response-button {\n display: inline-block;\n width: 4vw;\n height: 4vw;\n margin: 0.75vw;\n}\n.jspsych-display-element #jspsych-fullscreen-btn {\n position: sticky;\n bottom: 20%;\n left: 50%;\n transform: translate(-50%, -50%);\n color: rgb(255, 255, 255);\n background-color: rgb(76, 101, 139);\n border-color: darkgrey;\n display: inline-block;\n padding: 1vh 2vh;\n margin: 16vh 1vh 1vh 1vh;\n font-size: 4vh;\n font-weight: bold;\n cursor: pointer;\n line-height: 1.4;\n text-align: center;\n white-space: nowrap;\n vertical-align: middle;\n background-image: none;\n border: 1vh solid transparent;\n border-radius: 1vh;\n}\n.jspsych-display-element .jspsych-survey-html-form {\n position: fixed;\n bottom: 20%;\n left: 50%;\n transform: translate(-50%, -50%);\n}');class fp{constructor(e,t,n,i){this.gameParams=t,this.userParams=n,this.firekit=e,this.displayElement=i}async init(){await this.firekit.startRun();const e=await(async(e,t,n,i)=>{const a=mc(mc({...t,...n},hc),fc),{userMode:s,assessmentPid:r,labId:o,recruitment:c,userMetadata:l,urlParams:u,consent:p,story:d,language:m,skipInstructions:h,grade:f,birthMonth:g,birthYear:v,age:y,ageMonths:b}=a,x=Ct(g,v,y,b),w={pid:r,labId:o,userMode:s||"default",recruitment:c||"pilot",consent:p,story:d,userMetadata:{...l,grade:f,...x},startTime:new Date,urlParams:u,firekit:e,language:m,skipInstructions:h,displayElement:i||null},_=Object.fromEntries(Object.entries(t).map((([e,t])=>[e,w[e]??t])));return await w.firekit.updateTaskParams(_),null!==w.pid&&await w.firekit.updateUser({assessmentPid:w.pid,...l}),w})(this.firekit,this.gameParams,this.userParams,this.displayElement);return r.session.set("config",e),function(e){Wu(e);const t=Vu(e),n=[$t,...t.timeline];return(()=>{r.session.set("timeOut",!1),r.session.set("practiceCorpus",Qu.practice);const e={timeline:[mp,hp],repetitions:4};n.push(tp),n.push(up),n.push(dp),n.push(e),n.push(np),n.push(pp("lab")),n.push(sp),n.push(pp("ai")),n.push(rp)})(),{jsPsych:gc,timeline:n}}(e)}async run(){const{jsPsych:e,timeline:t}=await this.init();e.run(t),await(e=>{const t=n=>{e()?n():setTimeout((e=>t(n)),400)};return new Promise(t)})((()=>!0===this.firekit.run.completed))}}export{fp as default};
|