@citolab/qti-components 7.0.3 → 7.0.5
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/cdn/chunks/chunk-4UJBK6JO.js +1 -0
- package/cdn/chunks/chunk-5FCXUJAG.js +23 -0
- package/cdn/chunks/chunk-5O3Z7TDV.js +1 -0
- package/cdn/chunks/chunk-65LFT33L.js +8 -0
- package/cdn/chunks/chunk-6D25UFJR.js +8 -0
- package/cdn/chunks/chunk-6DMSHH5X.js +0 -0
- package/cdn/chunks/chunk-6UGPNL7M.js +1 -0
- package/cdn/chunks/chunk-CFXQCNG6.js +3523 -0
- package/cdn/chunks/chunk-CSUKVUZF.js +3 -0
- package/cdn/chunks/chunk-CSY3WI5A.js +1 -0
- package/cdn/chunks/chunk-DAZR7RUI.js +0 -0
- package/cdn/chunks/chunk-EHK76KRT.js +1 -0
- package/cdn/chunks/chunk-EOPEMJS3.js +0 -0
- package/cdn/chunks/chunk-G5O7EN45.js +5 -0
- package/cdn/chunks/chunk-GEFUIFM7.js +0 -0
- package/cdn/chunks/chunk-JLNHEMQG.js +1 -0
- package/cdn/chunks/chunk-LPWIM7QJ.js +902 -0
- package/cdn/chunks/chunk-M3YRM3AV.js +1 -0
- package/cdn/chunks/chunk-M6BOWL2U.js +1 -0
- package/cdn/chunks/chunk-P5IE36FO.js +8 -0
- package/cdn/chunks/chunk-PXH5KN5O.js +1 -0
- package/cdn/chunks/chunk-RBEI6NIF.js +1 -0
- package/cdn/chunks/chunk-SMKIYFFI.js +1 -0
- package/cdn/chunks/chunk-SRLMW23F.js +0 -0
- package/cdn/chunks/chunk-T3YDLD2H.js +11 -0
- package/cdn/chunks/chunk-T4HD2C4F.js +1 -0
- package/cdn/chunks/chunk-T6IXJ4W4.js +1 -0
- package/cdn/chunks/chunk-TFAUBGP2.js +0 -0
- package/cdn/chunks/chunk-UIEC4LXR.js +17 -0
- package/cdn/chunks/chunk-V44O3GTW.js +0 -0
- package/cdn/chunks/chunk-V6B54FQW.js +5 -0
- package/cdn/chunks/chunk-V6KX6BQN.js +1 -0
- package/cdn/chunks/chunk-VYANBI35.js +1 -0
- package/cdn/chunks/chunk-XUJ7TXHW.js +1 -0
- package/cdn/chunks/chunk-ZIZLFFSG.js +0 -0
- package/cdn/index.css +1 -0
- package/cdn/index.global.js +45 -45
- package/cdn/index.js +354 -4148
- package/cdn/qti-components/index.global.js +226 -0
- package/cdn/qti-components/index.js +924 -0
- package/cdn/qti-item/components/index.css +1 -0
- package/cdn/qti-item/components/index.global.js +149 -0
- package/cdn/qti-item/components/index.js +3549 -0
- package/cdn/qti-item/components/item-container.css +1 -0
- package/cdn/qti-item/components/item-container.global.js +149 -0
- package/cdn/qti-item/components/item-container.js +3549 -0
- package/cdn/qti-item/index.css +1 -0
- package/cdn/qti-item/index.global.js +149 -0
- package/cdn/qti-item/index.js +3549 -0
- package/cdn/qti-item/qti-item.global.js +114 -0
- package/cdn/qti-item/qti-item.js +1 -0
- package/cdn/qti-loader/index.global.js +1 -0
- package/cdn/qti-loader/index.js +23 -0
- package/cdn/qti-test/components/index.css +1 -0
- package/cdn/qti-test/components/index.global.js +242 -0
- package/cdn/qti-test/components/index.js +3598 -0
- package/cdn/qti-test/components/styles.global.js +44 -0
- package/cdn/qti-test/components/styles.js +17 -0
- package/cdn/qti-test/components/test-component.abstract.global.js +170 -0
- package/cdn/qti-test/components/test-component.abstract.js +1 -0
- package/cdn/qti-test/components/test-container.css +1 -0
- package/cdn/qti-test/components/test-container.global.js +149 -0
- package/cdn/qti-test/components/test-container.js +3549 -0
- package/cdn/qti-test/components/test-item-link.global.js +170 -0
- package/cdn/qti-test/components/test-item-link.js +24 -0
- package/cdn/qti-test/components/test-next.global.js +170 -0
- package/cdn/qti-test/components/test-next.js +24 -0
- package/cdn/qti-test/components/test-next.spec.css +1 -0
- package/cdn/qti-test/components/test-next.spec.global.js +297 -0
- package/cdn/qti-test/components/test-next.spec.js +5215 -0
- package/cdn/qti-test/components/test-paging-buttons-stamp.global.js +207 -0
- package/cdn/qti-test/components/test-paging-buttons-stamp.js +3 -0
- package/cdn/qti-test/components/test-prev.global.js +170 -0
- package/cdn/qti-test/components/test-prev.js +24 -0
- package/cdn/qti-test/components/test-view.global.js +170 -0
- package/cdn/qti-test/components/test-view.js +11 -0
- package/cdn/qti-test/context/index.global.js +58 -0
- package/cdn/qti-test/context/index.js +1 -0
- package/cdn/qti-test/context/test.context.global.js +58 -0
- package/cdn/qti-test/context/test.context.js +1 -0
- package/cdn/qti-test/index.css +1 -0
- package/cdn/qti-test/index.global.js +242 -0
- package/cdn/qti-test/index.js +3598 -0
- package/cdn/qti-test/mixins/index.global.js +1 -0
- package/cdn/qti-test/mixins/index.js +23 -0
- package/cdn/qti-test/mixins/test-loader.mixin.global.js +1 -0
- package/cdn/qti-test/mixins/test-loader.mixin.js +23 -0
- package/cdn/qti-test/mixins/test-navigation.mixin.global.js +1 -0
- package/cdn/qti-test/mixins/test-navigation.mixin.js +1 -0
- package/cdn/qti-test/mixins/test-view.mixin.global.js +1 -0
- package/cdn/qti-test/mixins/test-view.mixin.js +1 -0
- package/cdn/qti-test/qti-assessment-test/index.global.js +170 -0
- package/cdn/qti-test/qti-assessment-test/index.js +1 -0
- package/cdn/qti-test/qti-assessment-test/qti-assessment-item-ref.global.js +170 -0
- package/cdn/qti-test/qti-assessment-test/qti-assessment-item-ref.js +1 -0
- package/cdn/qti-test/qti-assessment-test/qti-assessment-section.global.js +170 -0
- package/cdn/qti-test/qti-assessment-test/qti-assessment-section.js +1 -0
- package/cdn/qti-test/qti-assessment-test/qti-assessment-test.global.js +170 -0
- package/cdn/qti-test/qti-assessment-test/qti-assessment-test.js +1 -0
- package/cdn/qti-test/qti-assessment-test/qti-test-part.global.js +114 -0
- package/cdn/qti-test/qti-assessment-test/qti-test-part.js +1 -0
- package/cdn/qti-test/qti-test.global.js +170 -0
- package/cdn/qti-test/qti-test.js +23 -0
- package/cdn/qti-test/test-base.global.js +170 -0
- package/cdn/qti-test/test-base.js +1 -0
- package/cdn/qti-transformers/index.global.js +1 -0
- package/cdn/qti-transformers/index.js +23 -0
- package/dist/chunks/chunk-3G2DDBJW.js +44 -0
- package/dist/chunks/chunk-3G2DDBJW.js.map +1 -0
- package/dist/chunks/chunk-3NLCJYSX.js +1 -0
- package/dist/chunks/chunk-3NLCJYSX.js.map +1 -0
- package/dist/chunks/chunk-3OXGDCSU.js +6253 -0
- package/dist/chunks/chunk-3OXGDCSU.js.map +1 -0
- package/dist/chunks/chunk-3ROZMGAN.js +43 -0
- package/dist/chunks/chunk-3ROZMGAN.js.map +1 -0
- package/dist/chunks/chunk-4O5F7WV7.js +30 -0
- package/dist/chunks/chunk-4O5F7WV7.js.map +1 -0
- package/dist/chunks/chunk-6YE2KJ4C.js +55 -0
- package/dist/chunks/chunk-6YE2KJ4C.js.map +1 -0
- package/dist/chunks/chunk-AAQCM2FP.js +56 -0
- package/dist/chunks/chunk-AAQCM2FP.js.map +1 -0
- package/dist/chunks/chunk-D3RGDWKP.js +37 -0
- package/dist/chunks/chunk-D3RGDWKP.js.map +1 -0
- package/dist/chunks/chunk-DJLE6EV2.js +36 -0
- package/dist/chunks/chunk-DJLE6EV2.js.map +1 -0
- package/dist/chunks/chunk-ELDMXTUQ.js +31 -0
- package/dist/chunks/chunk-ELDMXTUQ.js.map +1 -0
- package/dist/chunks/chunk-EW5CTHAD.js +1 -0
- package/dist/chunks/chunk-EW5CTHAD.js.map +1 -0
- package/dist/chunks/chunk-HWA4A3SR.js +50 -0
- package/dist/chunks/chunk-HWA4A3SR.js.map +1 -0
- package/dist/chunks/chunk-IKZWK2C5.js +1 -0
- package/dist/chunks/chunk-IKZWK2C5.js.map +1 -0
- package/dist/chunks/chunk-IP7JSYO6.js +1 -0
- package/dist/chunks/chunk-IP7JSYO6.js.map +1 -0
- package/dist/chunks/chunk-JE6BMXZU.js +94 -0
- package/dist/chunks/chunk-JE6BMXZU.js.map +1 -0
- package/dist/chunks/chunk-JSPJGWGT.js +20 -0
- package/dist/chunks/chunk-JSPJGWGT.js.map +1 -0
- package/dist/chunks/chunk-LKINC6JO.js +118 -0
- package/dist/chunks/chunk-LKINC6JO.js.map +1 -0
- package/dist/chunks/chunk-LROTNPC2.js +94 -0
- package/dist/chunks/chunk-LROTNPC2.js.map +1 -0
- package/dist/chunks/chunk-MTMT2RMF.js +63 -0
- package/dist/chunks/chunk-MTMT2RMF.js.map +1 -0
- package/dist/chunks/chunk-NDJZGJUR.js +65 -0
- package/dist/chunks/chunk-NDJZGJUR.js.map +1 -0
- package/dist/chunks/chunk-OE2LFIH2.js +1 -0
- package/dist/chunks/chunk-OE2LFIH2.js.map +1 -0
- package/dist/chunks/chunk-OJ2XGDWK.js +1 -0
- package/dist/chunks/chunk-OJ2XGDWK.js.map +1 -0
- package/dist/chunks/chunk-PUBGXXTM.js +50 -0
- package/dist/chunks/chunk-PUBGXXTM.js.map +1 -0
- package/dist/chunks/chunk-QRCUNRP5.js +75 -0
- package/dist/chunks/chunk-QRCUNRP5.js.map +1 -0
- package/dist/chunks/chunk-S6JJYCO7.js +51 -0
- package/dist/chunks/chunk-S6JJYCO7.js.map +1 -0
- package/dist/chunks/chunk-U3AALKEP.js +1 -0
- package/dist/chunks/chunk-U3AALKEP.js.map +1 -0
- package/dist/chunks/chunk-UCQFSRYF.js +34 -0
- package/dist/chunks/chunk-UCQFSRYF.js.map +1 -0
- package/dist/chunks/chunk-URGVQ64M.js +1 -0
- package/dist/chunks/chunk-URGVQ64M.js.map +1 -0
- package/dist/chunks/chunk-V4FXK4TP.js +128 -0
- package/dist/chunks/chunk-V4FXK4TP.js.map +1 -0
- package/dist/chunks/chunk-W4B23OIP.js +72 -0
- package/dist/chunks/chunk-W4B23OIP.js.map +1 -0
- package/dist/chunks/chunk-XDFXD3BI.js +10 -0
- package/dist/chunks/chunk-XDFXD3BI.js.map +1 -0
- package/dist/chunks/chunk-XDMSEAYC.js +294 -0
- package/dist/chunks/chunk-XDMSEAYC.js.map +1 -0
- package/dist/chunks/chunk-XPDS72XY.js +29 -0
- package/dist/chunks/chunk-XPDS72XY.js.map +1 -0
- package/dist/chunks/chunk-Y6UWSECL.js +3529 -0
- package/dist/chunks/chunk-Y6UWSECL.js.map +1 -0
- package/dist/chunks/chunk-ZEFOMZNY.js +78 -0
- package/dist/chunks/chunk-ZEFOMZNY.js.map +1 -0
- package/dist/index-Cvrd4KQA.d.ts +109 -0
- package/dist/index.d.ts +18 -469
- package/dist/index.js +2717 -8728
- package/dist/index.js.map +1 -1
- package/dist/item.css +10 -78
- package/dist/qti-components/index.d.ts +150 -0
- package/dist/qti-components/index.js +6525 -0
- package/dist/qti-components/index.js.map +1 -0
- package/dist/qti-components-jsx.d.ts +159 -184
- package/dist/qti-item/components/index.d.ts +3 -0
- package/dist/qti-item/components/index.js +3856 -0
- package/dist/qti-item/components/index.js.map +1 -0
- package/dist/qti-item/components/item-container.d.ts +40 -0
- package/dist/qti-item/components/item-container.js +3856 -0
- package/dist/qti-item/components/item-container.js.map +1 -0
- package/dist/qti-item/index.d.ts +4 -0
- package/dist/qti-item/index.js +3869 -0
- package/dist/qti-item/index.js.map +1 -0
- package/dist/qti-item/qti-item.d.ts +25 -0
- package/dist/qti-item/qti-item.js +26 -0
- package/dist/qti-item/qti-item.js.map +1 -0
- package/dist/{loader → qti-loader}/index.d.ts +1 -1
- package/dist/{loader → qti-loader}/index.js +5 -0
- package/dist/{loader → qti-loader}/index.js.map +1 -1
- package/dist/{qti-simple-choice-UTrFa_RQ.d.ts → qti-simple-choice-DxWcdKHi.d.ts} +71 -90
- package/dist/qti-test/components/index.d.ts +13 -0
- package/dist/qti-test/components/index.js +4144 -0
- package/dist/qti-test/components/index.js.map +1 -0
- package/dist/qti-test/components/styles.d.ts +8 -0
- package/dist/qti-test/components/styles.js +29 -0
- package/dist/qti-test/components/styles.js.map +1 -0
- package/dist/qti-test/components/test-component.abstract.d.ts +23 -0
- package/dist/qti-test/components/test-component.abstract.js +149 -0
- package/dist/qti-test/components/test-component.abstract.js.map +1 -0
- package/dist/qti-test/components/test-container.d.ts +37 -0
- package/dist/qti-test/components/test-container.js +3782 -0
- package/dist/qti-test/components/test-container.js.map +1 -0
- package/dist/qti-test/components/test-item-link.d.ts +21 -0
- package/dist/qti-test/components/test-item-link.js +202 -0
- package/dist/qti-test/components/test-item-link.js.map +1 -0
- package/dist/qti-test/components/test-next.d.ts +32 -0
- package/dist/qti-test/components/test-next.js +209 -0
- package/dist/qti-test/components/test-next.js.map +1 -0
- package/dist/qti-test/components/test-next.spec.d.ts +16 -0
- package/dist/qti-test/components/test-next.spec.js +56915 -0
- package/dist/qti-test/components/test-next.spec.js.map +1 -0
- package/dist/qti-test/components/test-paging-buttons-stamp.d.ts +22 -0
- package/dist/qti-test/components/test-paging-buttons-stamp.js +218 -0
- package/dist/qti-test/components/test-paging-buttons-stamp.js.map +1 -0
- package/dist/qti-test/components/test-prev.d.ts +32 -0
- package/dist/qti-test/components/test-prev.js +209 -0
- package/dist/qti-test/components/test-prev.js.map +1 -0
- package/dist/qti-test/components/test-view.d.ts +27 -0
- package/dist/qti-test/components/test-view.js +209 -0
- package/dist/qti-test/components/test-view.js.map +1 -0
- package/dist/qti-test/context/index.d.ts +6 -0
- package/dist/qti-test/context/index.js +9 -0
- package/dist/qti-test/context/index.js.map +1 -0
- package/dist/qti-test/context/test.context.d.ts +6 -0
- package/dist/qti-test/context/test.context.js +9 -0
- package/dist/qti-test/context/test.context.js.map +1 -0
- package/dist/qti-test/index.d.ts +14 -0
- package/dist/qti-test/index.js +4746 -0
- package/dist/qti-test/index.js.map +1 -0
- package/dist/qti-test/mixins/index.d.ts +8 -0
- package/dist/qti-test/mixins/index.js +350 -0
- package/dist/qti-test/mixins/index.js.map +1 -0
- package/dist/qti-test/mixins/test-loader.mixin.d.ts +8 -0
- package/dist/qti-test/mixins/test-loader.mixin.js +240 -0
- package/dist/qti-test/mixins/test-loader.mixin.js.map +1 -0
- package/dist/qti-test/mixins/test-navigation.mixin.d.ts +22 -0
- package/dist/qti-test/mixins/test-navigation.mixin.js +64 -0
- package/dist/qti-test/mixins/test-navigation.mixin.js.map +1 -0
- package/dist/qti-test/mixins/test-view.mixin.d.ts +6 -0
- package/dist/qti-test/mixins/test-view.mixin.js +50 -0
- package/dist/qti-test/mixins/test-view.mixin.js.map +1 -0
- package/dist/qti-test/qti-assessment-test/index.d.ts +6 -0
- package/dist/qti-test/qti-assessment-test/index.js +221 -0
- package/dist/qti-test/qti-assessment-test/index.js.map +1 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-item-ref.d.ts +6 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-item-ref.js +85 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-item-ref.js.map +1 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-section.d.ts +6 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-section.js +73 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-section.js.map +1 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-test.d.ts +6 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-test.js +54 -0
- package/dist/qti-test/qti-assessment-test/qti-assessment-test.js.map +1 -0
- package/dist/qti-test/qti-assessment-test/qti-test-part.d.ts +19 -0
- package/dist/qti-test/qti-assessment-test/qti-test-part.js +62 -0
- package/dist/qti-test/qti-assessment-test/qti-test-part.js.map +1 -0
- package/dist/qti-test/qti-test.d.ts +68 -0
- package/dist/qti-test/qti-test.js +500 -0
- package/dist/qti-test/qti-test.js.map +1 -0
- package/dist/qti-test/test-base.d.ts +6 -0
- package/dist/qti-test/test-base.js +137 -0
- package/dist/qti-test/test-base.js.map +1 -0
- package/dist/{transformers → qti-transformers}/index.d.ts +1 -0
- package/dist/{transformers → qti-transformers}/index.js +5 -0
- package/dist/{transformers → qti-transformers}/index.js.map +1 -1
- package/dist/test-base-BJwG9Ie8.d.ts +109 -0
- package/dist/vscode.css-custom-data.json +1 -37
- package/dist/vscode.html-custom-data.json +70 -45
- package/package.json +29 -51
- package/dist/custom-element-eslint-rules.js +0 -337
- package/dist/custom-elements.json +0 -27271
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
var k=Object.defineProperty;var A=Object.getOwnPropertyDescriptor;var l=(i,s,t,e)=>{for(var n=e>1?void 0:e?A(s,t):s,o=i.length-1,r;o>=0;o--)(r=i[o])&&(n=(e?r(s,t,n):r(n))||n);return e&&n&&k(s,t,n),n};import{css as H,html as O}from"lit";import{customElement as K}from"lit/decorators.js";import{consume as w}from"@lit/context";import{LitElement as T}from"lit";import{state as v}from"lit/decorators.js";function h(i,s){let t={waitUntilFirstUpdate:!1,...s};return(e,n)=>{let{update:o}=e,r=Array.isArray(i)?i:[i];e.update=function(m){r.forEach(_=>{let p=_;if(m.has(p)){let u=m.get(p),f=this[p];u!==f&&(!t.waitUntilFirstUpdate||this.hasUpdated)&&this[n](u,f)}}),o.call(this,m)}}}import{property as I}from"lit/decorators.js";function y(i){return(s,t)=>{I(i)(s,t);let e=`__${t}`;Object.defineProperty(s,t,{get(){return this[e]},set(n){let o=this[e];if(this[e]=n,o!==n){if(this._internals?.states){let r=t.toLowerCase();n?this._internals.states.add(`--${r}`):this._internals.states.delete(`--${r}`)}if(i.aria&&this._internals){let r=i.aria;n?this._internals[r]="true":this._internals[r]=null}this.requestUpdate(t,o)}},configurable:!0,enumerable:!0})}}import{createContext as x}from"@lit/context";var b=x(Symbol("test")),E=x(Symbol("testElement"));var a=class extends T{constructor(){super();this.disabled=!0;this._internals=this.attachInternals()}_handleTestElementChange(t,e){e.el&&(this.disabled=!1)}willUpdate(t){if(t.has("_testContext")){let{items:e=[],navItemId:n}=this._testContext??{};this.itemIndex=e.findIndex(o=>o.identifier===n),this.items=e,this.view=this._testContext?.view}}_switchView(t){this.dispatchEvent(new CustomEvent("on-test-switch-view",{composed:!0,bubbles:!0,detail:t}))}_requestItem(t){this.dispatchEvent(new CustomEvent("qti-request-test-item",{composed:!0,bubbles:!0,detail:t}))}};l([y({type:Boolean,reflect:!0,aria:"ariaDisabled"})],a.prototype,"disabled",2),l([v(),w({context:b,subscribe:!0})],a.prototype,"_testContext",2),l([v(),w({context:E,subscribe:!0})],a.prototype,"_testElement",2),l([h("_testElement")],a.prototype,"_handleTestElementChange",1);import{css as c}from"lit";var C=c`
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
cursor: pointer;
|
|
5
|
+
padding: 0.5rem 1rem;
|
|
6
|
+
border-radius: 0.25rem;
|
|
7
|
+
user-select: none;
|
|
8
|
+
`,g=c`
|
|
9
|
+
background-color: lightgray;
|
|
10
|
+
${C};
|
|
11
|
+
`,U=c`
|
|
12
|
+
cursor: not-allowed;
|
|
13
|
+
opacity: 0.5;
|
|
14
|
+
`,it=c`
|
|
15
|
+
${C};
|
|
16
|
+
border: 1px solid gray;
|
|
17
|
+
`;var d=class extends a{constructor(){super(),this._internals.role="button",this._internals.ariaLabel="Next item",this.addEventListener("click",s=>{s.preventDefault(),this.disabled||this._requestItem(this.items[this.itemIndex-1].identifier)})}willUpdate(s){super.willUpdate(s),s.has("_testContext")&&(this.disabled=!this._testElement?.el||this.itemIndex===0||this.itemIndex===-1)}render(){return O`<slot></slot>`}};d.styles=H`
|
|
18
|
+
:host {
|
|
19
|
+
${g};
|
|
20
|
+
}
|
|
21
|
+
:host([disabled]) {
|
|
22
|
+
${U};
|
|
23
|
+
}
|
|
24
|
+
`,d=l([K("test-prev")],d);export{d as TestPrev};
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
function t(t,e){if(e==null||e>t.length)e=t.length;for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function e(t){if(Array.isArray(t))return t}function n(e){if(Array.isArray(e))return t(e)}function i(t){if(t===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return t}function r(t,e,n,i,r,o,a){try{var s=t[o](a);var u=s.value}catch(t){n(t);return}if(s.done){e(u)}else{Promise.resolve(u).then(i,r)}}function o(t){return function(){var e=this,n=arguments;return new Promise(function(i,o){var a=t.apply(e,n);function s(t){r(a,i,o,s,u,"next",t)}function u(t){r(a,i,o,s,u,"throw",t)}s(undefined)})}}function a(t,e,n){e=d(e);return E(t,j()?Reflect.construct(e,n||[],d(t).constructor):e.apply(t,n))}function s(t,e){if(!(t instanceof e)){throw new TypeError("Cannot call a class as a function")}}function u(t,e,n){if(j()){u=Reflect.construct}else{u=function t(t,e,n){var i=[null];i.push.apply(i,e);var r=Function.bind.apply(t,i);var o=new r;if(n)k(o,n.prototype);return o}}return u.apply(null,arguments)}function l(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||false;i.configurable=true;if("value"in i)i.writable=true;Object.defineProperty(t,i.key,i)}}function c(t,e,n){if(e)l(t.prototype,e);if(n)l(t,n);return t}function h(t,e,n){if(e in t){Object.defineProperty(t,e,{value:n,enumerable:true,configurable:true,writable:true})}else{t[e]=n}return t}function v(t,e,n){if(typeof Reflect!=="undefined"&&Reflect.get){v=Reflect.get}else{v=function t(t,e,n){var i=O(t,e);if(!i)return;var r=Object.getOwnPropertyDescriptor(i,e);if(r.get){return r.get.call(n||t)}return r.value}}return v(t,e,n||t)}function d(t){d=Object.setPrototypeOf?Object.getPrototypeOf:function t(t){return t.__proto__||Object.getPrototypeOf(t)};return d(t)}function f(t,e){if(typeof e!=="function"&&e!==null){throw new TypeError("Super expression must either be null or a function")}t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:true,configurable:true}});if(e)k(t,e)}function p(t,e){if(e!=null&&typeof Symbol!=="undefined"&&e[Symbol.hasInstance]){return!!e[Symbol.hasInstance](t)}else{return t instanceof e}}function y(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function _(t){if(typeof Symbol!=="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function b(t,e){var n=t==null?null:typeof Symbol!=="undefined"&&t[Symbol.iterator]||t["@@iterator"];if(n==null)return;var i=[];var r=true;var o=false;var a,s;try{for(n=n.call(t);!(r=(a=n.next()).done);r=true){i.push(a.value);if(e&&i.length===e)break}}catch(t){o=true;s=t}finally{try{if(!r&&n["return"]!=null)n["return"]()}finally{if(o)throw s}}return i}function m(){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 g(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function w(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};var i=Object.keys(n);if(typeof Object.getOwnPropertySymbols==="function"){i=i.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))}i.forEach(function(e){h(t,e,n[e])})}return t}function $(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);if(e){i=i.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})}n.push.apply(n,i)}return n}function A(t,e){e=e!=null?e:{};if(Object.getOwnPropertyDescriptors){Object.defineProperties(t,Object.getOwnPropertyDescriptors(e))}else{$(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})}return t}function E(t,e){if(e&&(U(e)==="object"||typeof e==="function")){return e}return i(t)}function k(t,e){k=Object.setPrototypeOf||function t(t,e){t.__proto__=e;return t};return k(t,e)}function S(t,n){return e(t)||b(t,n)||x(t,n)||m()}function O(t,e){while(!Object.prototype.hasOwnProperty.call(t,e)){t=d(t);if(t===null)break}return t}function P(t,e){if(!e){e=t.slice(0)}return Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}function C(t){return n(t)||_(t)||x(t)||g()}function U(t){"@swc/helpers - typeof";return t&&typeof Symbol!=="undefined"&&t.constructor===Symbol?"symbol":typeof t}function x(e,n){if(!e)return;if(typeof e==="string")return t(e,n);var i=Object.prototype.toString.call(e).slice(8,-1);if(i==="Object"&&e.constructor)i=e.constructor.name;if(i==="Map"||i==="Set")return Array.from(i);if(i==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return t(e,n)}function R(t){var e=typeof Map==="function"?new Map:undefined;R=function t(t){if(t===null||!y(t))return t;if(typeof t!=="function"){throw new TypeError("Super expression must either be null or a function")}if(typeof e!=="undefined"){if(e.has(t))return e.get(t);e.set(t,n)}function n(){return u(t,arguments,d(this).constructor)}n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:false,writable:true,configurable:true}});return k(n,t)};return R(t)}function j(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(j=function(){return!!t})()}function T(t,e){var n,i,r,o,a={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),"throw":s(1),"return":s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(t){return function(e){return u([t,e])}}function u(o){if(n)throw new TypeError("Generator is already executing.");while(a)try{if(n=1,i&&(r=o[0]&2?i["return"]:o[0]?i["throw"]||((r=i["return"])&&r.call(i),0):i.next)&&!(r=r.call(i,o[1])).done)return r;if(i=0,r)o=[o[0]&2,r.value];switch(o[0]){case 0:case 1:r=o;break;case 4:a.label++;return{value:o[1],done:false};case 5:a.label++;i=o[1];o=[0];continue;case 7:o=a.ops.pop();a.trys.pop();continue;default:if(!(r=a.trys,r=r.length>0&&r[r.length-1])&&(o[0]===6||o[0]===2)){a=0;continue}if(o[0]===3&&(!r||o[1]>r[0]&&o[1]<r[3])){a.label=o[1];break}if(o[0]===6&&a.label<r[1]){a.label=r[1];r=o;break}if(r&&a.label<r[2]){a.label=r[2];a.ops.push(o);break}if(r[2])a.ops.pop();a.trys.pop();continue}o=e.call(t,a)}catch(t){o=[6,t];i=0}finally{n=r=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}}function M(){var t=P(['<option value="','" ?selected=',">","</option>"]);M=function e(){return t};return t}function N(){var t=P(['\n <label part="label" for="viewSelect">','</label>\n <select\n part="select"\n id="viewSelect"\n .disabled=',"\n @change=","\n >\n ","\n </select>\n "]);N=function e(){return t};return t}var QtiComponents=function(){var t=function t(t,e){if(!tO(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return tm!==void 0?tm.createHTML(e):e};var e=function t(t){return function(e,n){return(typeof n==="undefined"?"undefined":U(n))=="object"?t9(t,e,n):function(t,e,n){var i=e.hasOwnProperty(n);return e.constructor.createProperty(n,i?A(w({},t),{wrapped:!0}):t),i?Object.getOwnPropertyDescriptor(e,n):void 0}(t,e,n)}};var n=function t(t){return e(A(w({},t),{state:!0,attribute:!1}))};var i=function t(t){var e=t.context,n=t.subscribe;return function(t,i){(typeof i==="undefined"?"undefined":U(i))=="object"?i.addInitializer(function(){var i=this;new ee(this,{context:e,callback:function(e){t.set.call(i,e)},subscribe:n})}):t.constructor.addInitializer(function(t){new ee(t,{context:e,callback:function(e){t[i]=e},subscribe:n})})}};var r=function t(t,e){var n=w({waitUntilFirstUpdate:!1},e);return function(e,i){var r=e.update,o=Array.isArray(t)?t:[t];e.update=function(t){var e=this;o.forEach(function(r){var o=r;if(t.has(o)){var a=t.get(o),s=e[o];a!==s&&(!n.waitUntilFirstUpdate||e.hasUpdated)&&e[i](a,s)}}),r.call(this,t)}}};var u=function t(t){return function(n,i){e(t)(n,i);var r="__".concat(i);Object.defineProperty(n,i,{get:function t(){return this[r]},set:function e(e){var n=this[r];if(this[r]=e,n!==e){var o;if((o=this._internals)===null||o===void 0?void 0:o.states){var a=i.toLowerCase();e?this._internals.states.add("--".concat(a)):this._internals.states.delete("--".concat(a))}if(t.aria&&this._internals){var s=t.aria;e?this._internals[s]="true":this._internals[s]=null}this.requestUpdate(i,n)}},configurable:!0,enumerable:!0})}};var l,h;var y=Object.defineProperty;var _=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var g=function(t,e){for(var n in e)y(t,n,{get:e[n],enumerable:!0})},$=function(t,e,n,i){var r=true,o=false,a=undefined;if(e&&(typeof e==="undefined"?"undefined":U(e))=="object"||typeof e=="function")try{var s=function(){var r=l.value;!m.call(t,r)&&r!==n&&y(t,r,{get:function(){return e[r]},enumerable:!(i=_(e,r))||i.enumerable})};for(var u=b(e)[Symbol.iterator](),l;!(r=(l=u.next()).done);r=true)s()}catch(t){o=true;a=t}finally{try{if(!r&&u.return!=null){u.return()}}finally{if(o){throw a}}}return t};var E=function(t){return $(y({},"__esModule",{value:!0}),t)},k=function(t,e,n,i){for(var r=i>1?void 0:i?_(e,n):e,o=t.length-1,a;o>=0;o--)(a=t[o])&&(r=(i?a(e,n,r):a(r))||r);return i&&r&&y(e,n,r),r};var O={};g(O,{TestView:function(){return eo}});var P=/*#__PURE__*/function(){"use strict";function t(e){s(this,t);this.ariaAtomic="",this.ariaAutoComplete="",this.ariaBrailleLabel="",this.ariaBrailleRoleDescription="",this.ariaBusy="",this.ariaChecked="",this.ariaColCount="",this.ariaColIndex="",this.ariaColSpan="",this.ariaCurrent="",this.ariaDescription="",this.ariaDisabled="",this.ariaExpanded="",this.ariaHasPopup="",this.ariaHidden="",this.ariaInvalid="",this.ariaKeyShortcuts="",this.ariaLabel="",this.ariaLevel="",this.ariaLive="",this.ariaModal="",this.ariaMultiLine="",this.ariaMultiSelectable="",this.ariaOrientation="",this.ariaPlaceholder="",this.ariaPosInSet="",this.ariaPressed="",this.ariaReadOnly="",this.ariaRequired="",this.ariaRoleDescription="",this.ariaRowCount="",this.ariaRowIndex="",this.ariaRowSpan="",this.ariaSelected="",this.ariaSetSize="",this.ariaSort="",this.ariaValueMax="",this.ariaValueMin="",this.ariaValueNow="",this.ariaValueText="",this.role="",this.form=null,this.labels=[],this.states=new Set,this.validationMessage="",this.validity={},this.willValidate=!0,this.__host=e}c(t,[{key:"shadowRoot",get:function t(){return this.__host.__shadowRoot}},{key:"checkValidity",value:function t(){return console.warn("`ElementInternals.checkValidity()` was called on the server.This method always returns true."),!0}},{key:"reportValidity",value:function t(){return!0}},{key:"setFormValue",value:function t(){}},{key:"setValidity",value:function t(){}}]);return t}();var x=new WeakMap,j=function(t){var e=x.get(t);return e===void 0&&x.set(t,e=new Map),e},I=/*#__PURE__*/function(){"use strict";function t(){s(this,t);this.__shadowRootMode=null,this.__shadowRoot=null,this.__internals=null}c(t,[{key:"attributes",get:function t(){return Array.from(j(this)).map(function(t){var e=S(t,2),n=e[0],i=e[1];return{name:n,value:i}})}},{key:"shadowRoot",get:function t(){return this.__shadowRootMode==="closed"?null:this.__shadowRoot}},{key:"localName",get:function t(){return this.constructor.__localName}},{key:"tagName",get:function t(){var t;return(t=this.localName)===null||t===void 0?void 0:t.toUpperCase()}},{key:"setAttribute",value:function t(t,e){j(this).set(t,String(e))}},{key:"removeAttribute",value:function t(t){j(this).delete(t)}},{key:"toggleAttribute",value:function t(t,e){if(this.hasAttribute(t)){if(e===void 0||!e)return this.removeAttribute(t),!1}else return e===void 0||e?(this.setAttribute(t,""),!0):!1;return!0}},{key:"hasAttribute",value:function t(t){return j(this).has(t)}},{key:"attachShadow",value:function t(t){var e={host:this};return this.__shadowRootMode=t.mode,t&&t.mode==="open"&&(this.__shadowRoot=e),e}},{key:"attachInternals",value:function t(){if(this.__internals!==null)throw new Error("Failed to execute 'attachInternals' on 'HTMLElement': ElementInternals for the specified element was already attached.");var t=new P(this);return this.__internals=t,t}},{key:"getAttribute",value:function t(t){var e;return(e=j(this).get(t))!==null&&e!==void 0?e:null}}]);return t}();var H=/*#__PURE__*/function(t){"use strict";f(e,t);function e(){s(this,e);return a(this,e,arguments)}return e}(I),D=H;var V=/*#__PURE__*/function(){"use strict";function t(){s(this,t);this.__definitions=new Map}c(t,[{key:"define",value:function t(t,e){if(this.__definitions.has(t))if(process.env.NODE_ENV==="development")console.warn("'CustomElementRegistry' already has \"".concat(t,'" defined. This may have been caused by live reload or hot module replacement in which case it can be safely ignored.\nMake sure to test your application with a production build as repeat registrations will throw in production.'));else throw new Error("Failed to execute 'define' on 'CustomElementRegistry': the name \"".concat(t,'" has already been used with this registry'));var n;e.__localName=t,this.__definitions.set(t,{ctor:e,observedAttributes:(n=e.observedAttributes)!==null&&n!==void 0?n:[]})}},{key:"get",value:function t(t){var e;return(e=this.__definitions.get(t))===null||e===void 0?void 0:e.ctor}}]);return t}(),L=V;var z=new L;var B=globalThis,q=B.ShadowRoot&&(B.ShadyCSS===void 0||B.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,W=Symbol(),F=new WeakMap,K=/*#__PURE__*/function(){"use strict";function t(e,n,i){s(this,t);if(this._$cssResult$=!0,i!==W)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=n}c(t,[{key:"styleSheet",get:function t(){var t=this.o,e=this.t;if(q&&t===void 0){var n=e!==void 0&&e.length===1;n&&(t=F.get(e)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),n&&F.set(e,t))}return t}},{key:"toString",value:function t(){return this.cssText}}]);return t}(),J=function(t){return new K(typeof t=="string"?t:t+"",void 0,W)};var Z=function(t,e){var n=true,i=false,r=undefined;if(q)t.adoptedStyleSheets=e.map(function(t){return p(t,CSSStyleSheet)?t:t.styleSheet});else try{for(var o=e[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var s=a.value;var u=document.createElement("style"),l=B.litNonce;l!==void 0&&u.setAttribute("nonce",l),u.textContent=s.cssText,t.appendChild(u)}}catch(t){i=true;r=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(i){throw r}}}},G=q||B.CSSStyleSheet===void 0?function(t){return t}:function(t){return p(t,CSSStyleSheet)?function(t){var e="";var n=true,i=false,r=undefined;try{for(var o=t.cssRules[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var s=a.value;e+=s.cssText}}catch(t){i=true;r=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(i){throw r}}}return J(e)}(t):t};var Q=Object.is,X=Object.defineProperty,Y=Object.getOwnPropertyDescriptor,tt=Object.getOwnPropertyNames,te=Object.getOwnPropertySymbols,tn=Object.getPrototypeOf,ti=globalThis;var tr;(tr=ti.customElements)!==null&&tr!==void 0?tr:ti.customElements=z;var to=ti.trustedTypes,ta=to?to.emptyScript:"",ts=ti.reactiveElementPolyfillSupport,tu=function(t,e){return t},tl={toAttribute:function t(t,e){switch(e){case Boolean:t=t?ta:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute:function t(t,e){var n=t;switch(e){case Boolean:n=t!==null;break;case Number:n=t===null?null:Number(t);break;case Object:case Array:try{n=JSON.parse(t)}catch(t){n=null}}return n}},tc=function(t,e){return!Q(t,e)},th={attribute:!0,type:String,converter:tl,reflect:!1,hasChanged:tc};var tv,td;(tv=Symbol.metadata)!==null&&tv!==void 0?tv:Symbol.metadata=Symbol("metadata"),(td=ti.litPropertyMetadata)!==null&&td!==void 0?td:ti.litPropertyMetadata=new WeakMap;var tf;var tp=/*#__PURE__*/function(t){"use strict";f(e,t);function e(){s(this,e);var t;t=a(this,e),t._$Ep=void 0,t.isUpdatePending=!1,t.hasUpdated=!1,t._$Em=null,t._$Ev();return t}c(e,[{key:"_$Ev",value:function t(){var t=this;var e;this._$ES=new Promise(function(e){return t.enableUpdating=e}),this._$AL=new Map,this._$E_(),this.requestUpdate(),(e=this.constructor.l)===null||e===void 0?void 0:e.forEach(function(e){return e(t)})}},{key:"addController",value:function t(t){var e;var n;((n=this._$EO)!==null&&n!==void 0?n:this._$EO=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&((e=t.hostConnected)===null||e===void 0?void 0:e.call(t))}},{key:"removeController",value:function t(t){var e;(e=this._$EO)===null||e===void 0?void 0:e.delete(t)}},{key:"_$E_",value:function t(){var t=new Map,e=this.constructor.elementProperties;var n=true,i=false,r=undefined;try{for(var o=e.keys()[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var s=a.value;this.hasOwnProperty(s)&&(t.set(s,this[s]),delete this[s])}}catch(t){i=true;r=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(i){throw r}}}t.size>0&&(this._$Ep=t)}},{key:"createRenderRoot",value:function t(){var t;var e=(t=this.shadowRoot)!==null&&t!==void 0?t:this.attachShadow(this.constructor.shadowRootOptions);return Z(e,this.constructor.elementStyles),e}},{key:"connectedCallback",value:function t(){var t;var e;(e=this.renderRoot)!==null&&e!==void 0?e:this.renderRoot=this.createRenderRoot(),this.enableUpdating(!0),(t=this._$EO)===null||t===void 0?void 0:t.forEach(function(t){var e;return(e=t.hostConnected)===null||e===void 0?void 0:e.call(t)})}},{key:"enableUpdating",value:function t(t){}},{key:"disconnectedCallback",value:function t(){var t;(t=this._$EO)===null||t===void 0?void 0:t.forEach(function(t){var e;return(e=t.hostDisconnected)===null||e===void 0?void 0:e.call(t)})}},{key:"attributeChangedCallback",value:function t(t,e,n){this._$AK(t,n)}},{key:"_$EC",value:function t(t,e){var n=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,n);if(i!==void 0&&n.reflect===!0){var r;var o=(((r=n.converter)===null||r===void 0?void 0:r.toAttribute)!==void 0?n.converter:tl).toAttribute(e,n.type);this._$Em=t,o==null?this.removeAttribute(i):this.setAttribute(i,o),this._$Em=null}}},{key:"_$AK",value:function t(t,e){var n=this.constructor,i=n._$Eh.get(t);if(i!==void 0&&this._$Em!==i){var r;var o=n.getPropertyOptions(i),a=typeof o.converter=="function"?{fromAttribute:o.converter}:((r=o.converter)===null||r===void 0?void 0:r.fromAttribute)!==void 0?o.converter:tl;this._$Em=i,this[i]=a.fromAttribute(e,o.type),this._$Em=null}}},{key:"requestUpdate",value:function t(t,e,n){if(t!==void 0){var i;if(n!==null&&n!==void 0?n:n=this.constructor.getPropertyOptions(t),!((i=n.hasChanged)!==null&&i!==void 0?i:tc)(this[t],e))return;this.P(t,e,n)}this.isUpdatePending===!1&&(this._$ES=this._$ET())}},{key:"P",value:function t(t,e,n){var i;this._$AL.has(t)||this._$AL.set(t,e),n.reflect===!0&&this._$Em!==t&&((i=this._$Ej)!==null&&i!==void 0?i:this._$Ej=new Set).add(t)}},{key:"_$ET",value:function t(){var t=this;return o(function(){var e,n,i;return T(this,function(r){switch(r.label){case 0:t.isUpdatePending=!0;r.label=1;case 1:r.trys.push([1,3,,4]);return[4,t._$ES];case 2:r.sent();return[3,4];case 3:e=r.sent();Promise.reject(e);return[3,4];case 4:n=t.scheduleUpdate();i=n!=null;if(!i)return[3,6];return[4,n];case 5:i=r.sent();r.label=6;case 6:return[2,(i,!t.isUpdatePending)]}})})()}},{key:"scheduleUpdate",value:function t(){return this.performUpdate()}},{key:"performUpdate",value:function t(){if(!this.isUpdatePending)return;if(!this.hasUpdated){var t;if((t=this.renderRoot)!==null&&t!==void 0?t:this.renderRoot=this.createRenderRoot(),this._$Ep){var e=true,n=false,i=undefined;try{for(var r=this._$Ep[Symbol.iterator](),o;!(e=(o=r.next()).done);e=true){var a=S(o.value,2),s=a[0],u=a[1];this[s]=u}}catch(t){n=true;i=t}finally{try{if(!e&&r.return!=null){r.return()}}finally{if(n){throw i}}}this._$Ep=void 0}var l=this.constructor.elementProperties;var c=true,h=false,v=undefined;if(l.size>0)try{for(var d=l[Symbol.iterator](),f;!(c=(f=d.next()).done);c=true){var p=S(f.value,2),y=p[0],_=p[1];_.wrapped!==!0||this._$AL.has(y)||this[y]===void 0||this.P(y,this[y],_)}}catch(t){h=true;v=t}finally{try{if(!c&&d.return!=null){d.return()}}finally{if(h){throw v}}}}var b=!1,m=this._$AL;try{var g;b=this.shouldUpdate(m),b?(this.willUpdate(m),(g=this._$EO)===null||g===void 0?void 0:g.forEach(function(t){var e;return(e=t.hostUpdate)===null||e===void 0?void 0:e.call(t)}),this.update(m)):this._$EU()}catch(t){throw b=!1,this._$EU(),t}b&&this._$AE(m)}},{key:"willUpdate",value:function t(t){}},{key:"_$AE",value:function t(t){var e;(e=this._$EO)===null||e===void 0?void 0:e.forEach(function(t){var e;return(e=t.hostUpdated)===null||e===void 0?void 0:e.call(t)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}},{key:"_$EU",value:function t(){this._$AL=new Map,this.isUpdatePending=!1}},{key:"updateComplete",get:function t(){return this.getUpdateComplete()}},{key:"getUpdateComplete",value:function t(){return this._$ES}},{key:"shouldUpdate",value:function t(t){return!0}},{key:"update",value:function t(t){var e=this;this._$Ej&&(this._$Ej=this._$Ej.forEach(function(t){return e._$EC(t,e[t])})),this._$EU()}},{key:"updated",value:function t(t){}},{key:"firstUpdated",value:function t(t){}}],[{key:"addInitializer",value:function t(t){var e;this._$Ei(),((e=this.l)!==null&&e!==void 0?e:this.l=[]).push(t)}},{key:"observedAttributes",get:function t(){return this.finalize(),this._$Eh&&C(this._$Eh.keys())}},{key:"createProperty",value:function t(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:th;if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){var n=Symbol(),i=this.getPropertyDescriptor(t,n,e);i!==void 0&&X(this.prototype,t,i)}}},{key:"getPropertyDescriptor",value:function t(t,e,n){var i;var r=(i=Y(this.prototype,t))!==null&&i!==void 0?i:{get:function t(){return this[e]},set:function t(t){this[e]=t}},o=r.get,a=r.set;return{get:function t(){return o===null||o===void 0?void 0:o.call(this)},set:function e(e){var i=o===null||o===void 0?void 0:o.call(this);a.call(this,e),this.requestUpdate(t,i,n)},configurable:!0,enumerable:!0}}},{key:"getPropertyOptions",value:function t(t){var e;return(e=this.elementProperties.get(t))!==null&&e!==void 0?e:th}},{key:"_$Ei",value:function t(){if(this.hasOwnProperty(tu("elementProperties")))return;var t=tn(this);t.finalize(),t.l!==void 0&&(this.l=C(t.l)),this.elementProperties=new Map(t.elementProperties)}},{key:"finalize",value:function t(){if(this.hasOwnProperty(tu("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(tu("properties"))){var t=this.properties,e=C(tt(t)).concat(C(te(t)));var n=true,i=false,r=undefined;try{for(var o=e[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var s=a.value;this.createProperty(s,t[s])}}catch(t){i=true;r=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(i){throw r}}}}var u=this[Symbol.metadata];if(u!==null){var l=litPropertyMetadata.get(u);var c=true,h=false,v=undefined;if(l!==void 0)try{for(var d=l[Symbol.iterator](),f;!(c=(f=d.next()).done);c=true){var p=S(f.value,2),y=p[0],_=p[1];this.elementProperties.set(y,_)}}catch(t){h=true;v=t}finally{try{if(!c&&d.return!=null){d.return()}}finally{if(h){throw v}}}}this._$Eh=new Map;var b=true,m=false,g=undefined;try{for(var w=this.elementProperties[Symbol.iterator](),$;!(b=($=w.next()).done);b=true){var A=S($.value,2),E=A[0],k=A[1];var O=this._$Eu(E,k);O!==void 0&&this._$Eh.set(O,E)}}catch(t){m=true;g=t}finally{try{if(!b&&w.return!=null){w.return()}}finally{if(m){throw g}}}this.elementStyles=this.finalizeStyles(this.styles)}},{key:"finalizeStyles",value:function t(t){var e=[];if(Array.isArray(t)){var n=new Set(t.flat(1/0).reverse());var i=true,r=false,o=undefined;try{for(var a=n[Symbol.iterator](),s;!(i=(s=a.next()).done);i=true){var u=s.value;e.unshift(G(u))}}catch(t){r=true;o=t}finally{try{if(!i&&a.return!=null){a.return()}}finally{if(r){throw o}}}}else t!==void 0&&e.push(G(t));return e}},{key:"_$Eu",value:function t(t,e){var n=e.attribute;return n===!1?void 0:typeof n=="string"?n:typeof t=="string"?t.toLowerCase():void 0}}]);return e}((tf=globalThis.HTMLElement)!==null&&tf!==void 0?tf:D);var ty;tp.elementStyles=[],tp.shadowRootOptions={mode:"open"},tp[tu("elementProperties")]=new Map,tp[tu("finalized")]=new Map,ts===null||ts===void 0?void 0:ts({ReactiveElement:tp}),((ty=ti.reactiveElementVersions)!==null&&ty!==void 0?ty:ti.reactiveElementVersions=[]).push("2.0.4");var t_=globalThis,tb=t_.trustedTypes,tm=tb?tb.createPolicy("lit-html",{createHTML:function(t){return t}}):void 0,tg="$lit$",tw="lit$".concat(Math.random().toFixed(9).slice(2),"$"),t$="?"+tw,tA="<".concat(t$,">"),tE=t_.document===void 0?{createTreeWalker:function(){return{}}}:document,tk=function(){return tE.createComment("")},tS=function(t){return t===null||(typeof t==="undefined"?"undefined":U(t))!="object"&&typeof t!="function"},tO=Array.isArray,tP=function(t){return tO(t)||typeof(t===null||t===void 0?void 0:t[Symbol.iterator])=="function"},tC="[ \n\f\r]",tU=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,tx=/-->/g,tR=/>/g,tj=RegExp(">|".concat(tC,"(?:([^\\s\"'>=/]+)(").concat(tC,"*=").concat(tC,"*(?:[^ \n\f\r\"'`<>=]|(\"|')|))|$)"),"g"),tT=/'/g,tM=/"/g,tN=/^(?:script|style|textarea|title)$/i,tI=function(t){return function(e){for(var n=arguments.length,i=new Array(n>1?n-1:0),r=1;r<n;r++){i[r-1]=arguments[r]}return{_$litType$:t,strings:e,values:i}}},tH=tI(1),tD=tI(2),tV=tI(3),tL=Symbol.for("lit-noChange"),tz=Symbol.for("lit-nothing"),tB=new WeakMap,tq=tE.createTreeWalker(tE,129);var tW=function(e,n){var i=e.length-1,r=[],o,a=n===2?"<svg>":n===3?"<math>":"",s=tU;for(var u=0;u<i;u++){var l=e[u],c=void 0,h=void 0,v=-1,d=0;for(;d<l.length&&(s.lastIndex=d,h=s.exec(l),h!==null);)d=s.lastIndex,s===tU?h[1]==="!--"?s=tx:h[1]!==void 0?s=tR:h[2]!==void 0?(tN.test(h[2])&&(o=RegExp("</"+h[2],"g")),s=tj):h[3]!==void 0&&(s=tj):s===tj?h[0]===">"?(s=o!==null&&o!==void 0?o:tU,v=-1):h[1]===void 0?v=-2:(v=s.lastIndex-h[2].length,c=h[1],s=h[3]===void 0?tj:h[3]==='"'?tM:tT):s===tM||s===tT?s=tj:s===tx||s===tR?s=tU:(s=tj,o=void 0);var f=s===tj&&e[u+1].startsWith("/>")?" ":"";a+=s===tU?l+tA:v>=0?(r.push(c),l.slice(0,v)+tg+l.slice(v)+tw+f):l+tw+(v===-2?u:f)}return[t(e,a+(e[i]||"<?>")+(n===2?"</svg>":n===3?"</math>":"")),r]},tF=/*#__PURE__*/function(){"use strict";function t(e,n){var i=e.strings,r=e._$litType$;s(this,t);var o;this.parts=[];var a=0,u=0,l=i.length-1,c=this.parts,h=S(tW(i,r),2),v=h[0],d=h[1];if(this.el=t.createElement(v,n),tq.currentNode=this.el.content,r===2||r===3){var f;var p=this.el.content.firstChild;(f=p).replaceWith.apply(f,C(p.childNodes))}for(;(o=tq.nextNode())!==null&&c.length<l;){if(o.nodeType===1){var y=true,_=false,b=undefined;if(o.hasAttributes())try{for(var m=o.getAttributeNames()[Symbol.iterator](),g;!(y=(g=m.next()).done);y=true){var w=g.value;if(w.endsWith(tg)){var $=d[u++],A=o.getAttribute(w).split(tw),E=/([.?@])?(.*)/.exec($);c.push({type:1,index:a,name:E[2],strings:A,ctor:E[1]==="."?tQ:E[1]==="?"?tX:E[1]==="@"?tY:tG}),o.removeAttribute(w)}else w.startsWith(tw)&&(c.push({type:6,index:a}),o.removeAttribute(w))}}catch(t){_=true;b=t}finally{try{if(!y&&m.return!=null){m.return()}}finally{if(_){throw b}}}if(tN.test(o.tagName)){var k=o.textContent.split(tw),O=k.length-1;if(O>0){o.textContent=tb?tb.emptyScript:"";for(var P=0;P<O;P++)o.append(k[P],tk()),tq.nextNode(),c.push({type:2,index:++a});o.append(k[O],tk())}}}else if(o.nodeType===8)if(o.data===t$)c.push({type:2,index:a});else{var U=-1;for(;(U=o.data.indexOf(tw,U+1))!==-1;)c.push({type:7,index:a}),U+=tw.length-1}a++}}c(t,null,[{key:"createElement",value:function t(t,e){var n=tE.createElement("template");return n.innerHTML=t,n}}]);return t}();function tK(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:t,i=arguments.length>3?arguments[3]:void 0;var r,o;if(e===tL)return e;var a=i!==void 0?(r=n._$Co)===null||r===void 0?void 0:r[i]:n._$Cl,s=tS(e)?void 0:e._$litDirective$;var u;return(a===null||a===void 0?void 0:a.constructor)!==s&&(a===null||a===void 0?void 0:(o=a._$AO)===null||o===void 0?void 0:o.call(a,!1),s===void 0?a=void 0:(a=new s(t),a._$AT(t,n,i)),i!==void 0?((u=n._$Co)!==null&&u!==void 0?u:n._$Co=[])[i]=a:n._$Cl=a),a!==void 0&&(e=tK(t,a._$AS(t,e.values),a,i)),e}var tJ=/*#__PURE__*/function(){"use strict";function t(e,n){s(this,t);this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=n}c(t,[{key:"parentNode",get:function t(){return this._$AM.parentNode}},{key:"_$AU",get:function t(){return this._$AM._$AU}},{key:"u",value:function t(t){var e;var n=this._$AD,i=n.el,r=i.content,o=n.parts,a=((e=t===null||t===void 0?void 0:t.creationScope)!==null&&e!==void 0?e:tE).importNode(r,!0);tq.currentNode=a;var s=tq.nextNode(),u=0,l=0,c=o[0];for(;c!==void 0;){if(u===c.index){var h=void 0;c.type===2?h=new tZ(s,s.nextSibling,this,t):c.type===1?h=new c.ctor(s,c.name,c.strings,this,t):c.type===6&&(h=new t0(s,this,t)),this._$AV.push(h),c=o[++l]}u!==(c===null||c===void 0?void 0:c.index)&&(s=tq.nextNode(),u++)}return tq.currentNode=tE,a}},{key:"p",value:function t(t){var e=0;var n=true,i=false,r=undefined;try{for(var o=this._$AV[Symbol.iterator](),a;!(n=(a=o.next()).done);n=true){var s=a.value;s!==void 0&&(s.strings!==void 0?(s._$AI(t,s,e),e+=s.strings.length-2):s._$AI(t[e])),e++}}catch(t){i=true;r=t}finally{try{if(!n&&o.return!=null){o.return()}}finally{if(i){throw r}}}}}]);return t}(),tZ=/*#__PURE__*/function(){"use strict";function e(t,n,i,r){s(this,e);var o;this.type=2,this._$AH=tz,this._$AN=void 0,this._$AA=t,this._$AB=n,this._$AM=i,this.options=r,this._$Cv=(o=r===null||r===void 0?void 0:r.isConnected)!==null&&o!==void 0?o:!0}c(e,[{key:"_$AU",get:function t(){var t;var e;return(e=(t=this._$AM)===null||t===void 0?void 0:t._$AU)!==null&&e!==void 0?e:this._$Cv}},{key:"parentNode",get:function t(){var t=this._$AA.parentNode,e=this._$AM;return e!==void 0&&(t===null||t===void 0?void 0:t.nodeType)===11&&(t=e.parentNode),t}},{key:"startNode",get:function t(){return this._$AA}},{key:"endNode",get:function t(){return this._$AB}},{key:"_$AI",value:function t(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this;t=tK(this,t,e),tS(t)?t===tz||t==null||t===""?(this._$AH!==tz&&this._$AR(),this._$AH=tz):t!==this._$AH&&t!==tL&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):tP(t)?this.k(t):this._(t)}},{key:"O",value:function t(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}},{key:"T",value:function t(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}},{key:"_",value:function t(t){this._$AH!==tz&&tS(this._$AH)?this._$AA.nextSibling.data=t:this.T(tE.createTextNode(t)),this._$AH=t}},{key:"$",value:function e(e){var n;var i=e.values,r=e._$litType$,o=typeof r=="number"?this._$AC(e):(r.el===void 0&&(r.el=tF.createElement(t(r.h,r.h[0]),this.options)),r);if(((n=this._$AH)===null||n===void 0?void 0:n._$AD)===o)this._$AH.p(i);else{var a=new tJ(o,this),s=a.u(this.options);a.p(i),this.T(s),this._$AH=a}}},{key:"_$AC",value:function t(t){var e=tB.get(t.strings);return e===void 0&&tB.set(t.strings,e=new tF(t)),e}},{key:"k",value:function t(t){tO(this._$AH)||(this._$AH=[],this._$AR());var n=this._$AH,i,r=0;var o=true,a=false,s=undefined;try{for(var u=t[Symbol.iterator](),l;!(o=(l=u.next()).done);o=true){var c=l.value;r===n.length?n.push(i=new e(this.O(tk()),this.O(tk()),this,this.options)):i=n[r],i._$AI(c),r++}}catch(t){a=true;s=t}finally{try{if(!o&&u.return!=null){u.return()}}finally{if(a){throw s}}}r<n.length&&(this._$AR(i&&i._$AB.nextSibling,r),n.length=r)}},{key:"_$AR",value:function t(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:this._$AA.nextSibling,e=arguments.length>1?arguments[1]:void 0;var n,i;for((n=(i=this)._$AP)===null||n===void 0?void 0:n.call(i,!1,!0,e);t&&t!==this._$AB;){var r=t.nextSibling;t.remove(),t=r}}},{key:"setConnected",value:function t(t){var e,n;this._$AM===void 0&&(this._$Cv=t,(e=(n=this)._$AP)===null||e===void 0?void 0:e.call(n,t))}}]);return e}(),tG=/*#__PURE__*/function(){"use strict";function t(e,n,i,r,o){s(this,t);this.type=1,this._$AH=tz,this._$AN=void 0,this.element=e,this.name=n,this._$AM=r,this.options=o,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=tz}c(t,[{key:"tagName",get:function t(){return this.element.tagName}},{key:"_$AU",get:function t(){return this._$AM._$AU}},{key:"_$AI",value:function t(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this,n=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0;var r=this.strings,o=!1;if(r===void 0)t=tK(this,t,e,0),o=!tS(t)||t!==this._$AH&&t!==tL,o&&(this._$AH=t);else{var a=t,s,u;for(t=r[0],s=0;s<r.length-1;s++)u=tK(this,a[n+s],e,s),u===tL&&(u=this._$AH[s]),o||(o=!tS(u)||u!==this._$AH[s]),u===tz?t=tz:t!==tz&&(t+=(u!==null&&u!==void 0?u:"")+r[s+1]),this._$AH[s]=u}o&&!i&&this.j(t)}},{key:"j",value:function t(t){t===tz?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t!==null&&t!==void 0?t:"")}}]);return t}(),tQ=/*#__PURE__*/function(t){"use strict";f(e,t);function e(){s(this,e);var t;t=a(this,e,arguments),t.type=3;return t}c(e,[{key:"j",value:function t(t){this.element[this.name]=t===tz?void 0:t}}]);return e}(tG),tX=/*#__PURE__*/function(t){"use strict";f(e,t);function e(){s(this,e);var t;t=a(this,e,arguments),t.type=4;return t}c(e,[{key:"j",value:function t(t){this.element.toggleAttribute(this.name,!!t&&t!==tz)}}]);return e}(tG),tY=/*#__PURE__*/function(t){"use strict";f(e,t);function e(t,n,i,r,o){s(this,e);var u;u=a(this,e,[t,n,i,r,o]),u.type=5;return u}c(e,[{key:"_$AI",value:function t(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this;var n;if((t=(n=tK(this,t,e,0))!==null&&n!==void 0?n:tz)===tL)return;var i=this._$AH,r=t===tz&&i!==tz||t.capture!==i.capture||t.once!==i.once||t.passive!==i.passive,o=t!==tz&&(i===tz||r);r&&this.element.removeEventListener(this.name,this,i),o&&this.element.addEventListener(this.name,this,t),this._$AH=t}},{key:"handleEvent",value:function t(t){var e;var n;typeof this._$AH=="function"?this._$AH.call((n=(e=this.options)===null||e===void 0?void 0:e.host)!==null&&n!==void 0?n:this.element,t):this._$AH.handleEvent(t)}}]);return e}(tG),t0=/*#__PURE__*/function(){"use strict";function t(e,n,i){s(this,t);this.element=e,this.type=6,this._$AN=void 0,this._$AM=n,this.options=i}c(t,[{key:"_$AU",get:function t(){return this._$AM._$AU}},{key:"_$AI",value:function t(t){tK(this,t)}}]);return t}();var t1=t_.litHtmlPolyfillSupport;var t2;t1===null||t1===void 0?void 0:t1(tF,tZ),((t2=t_.litHtmlVersions)!==null&&t2!==void 0?t2:t_.litHtmlVersions=[]).push("3.2.1");var t3=function(t,e,n){var i;var r=(i=n===null||n===void 0?void 0:n.renderBefore)!==null&&i!==void 0?i:e,o=r._$litPart$;if(o===void 0){var a;var s=(a=n===null||n===void 0?void 0:n.renderBefore)!==null&&a!==void 0?a:null;r._$litPart$=o=new tZ(e.insertBefore(tk(),s),s,void 0,n!==null&&n!==void 0?n:{})}return o._$AI(t),o};var t4=/*#__PURE__*/function(t){"use strict";f(e,t);function e(){s(this,e);var t;t=a(this,e,arguments),t.renderOptions={host:t},t._$Do=void 0;return t}c(e,[{key:"createRenderRoot",value:function t(){var t;var n=v(d(e.prototype),"createRenderRoot",this).call(this);var i;return(i=(t=this.renderOptions).renderBefore)!==null&&i!==void 0?i:t.renderBefore=n.firstChild,n}},{key:"update",value:function t(t){var n=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),v(d(e.prototype),"update",this).call(this,t),this._$Do=t3(n,this.renderRoot,this.renderOptions)}},{key:"connectedCallback",value:function t(){var t;v(d(e.prototype),"connectedCallback",this).call(this),(t=this._$Do)===null||t===void 0?void 0:t.setConnected(!0)}},{key:"disconnectedCallback",value:function t(){var t;v(d(e.prototype),"disconnectedCallback",this).call(this),(t=this._$Do)===null||t===void 0?void 0:t.setConnected(!1)}},{key:"render",value:function t(){return tL}}]);return e}(tp);t4._$litElement$=!0,t4.finalized=!0,(l=(h=globalThis).litElementHydrateSupport)===null||l===void 0?void 0:l.call(h,{LitElement:t4});var t6=globalThis.litElementPolyfillSupport;t6===null||t6===void 0?void 0:t6({LitElement:t4});var t5;((t5=globalThis.litElementVersions)!==null&&t5!==void 0?t5:globalThis.litElementVersions=[]).push("4.1.1");var t8=function(t){return function(e,n){n!==void 0?n.addInitializer(function(){customElements.define(t,e)}):customElements.define(t,e)}};var t7={attribute:!0,type:String,converter:tl,reflect:!1,hasChanged:tc},t9=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:t7,e=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0;var i=n.kind,r=n.metadata,o=globalThis.litPropertyMetadata.get(r);if(o===void 0&&globalThis.litPropertyMetadata.set(r,o=new Map),o.set(n.name,t),i==="accessor"){var a=n.name;return{set:function n(n){var i=e.get.call(this);e.set.call(this,n),this.requestUpdate(a,i,t)},init:function e(e){return e!==void 0&&this.P(a,void 0,t),e}}}if(i==="setter"){var s=n.name;return function n(n){var i=this[s];e.call(this,n),this.requestUpdate(s,i,t)}}throw Error("Unsupported decorator location: "+i)};var et=/*#__PURE__*/function(t){"use strict";f(e,t);function e(t,n,i){s(this,e);var r;r=a(this,e,["context-request",{bubbles:!0,composed:!0}]),r.context=t,r.callback=n,r.subscribe=i!==null&&i!==void 0?i:!1;return r}return e}(R(Event));var ee=/*#__PURE__*/function(){"use strict";function t(e,n,i,r){var o=this;s(this,t);if(this.subscribe=!1,this.provided=!1,this.value=void 0,this.t=function(t,e){o.unsubscribe&&(o.unsubscribe!==e&&(o.provided=!1,o.unsubscribe()),o.subscribe||o.unsubscribe()),o.value=t,o.host.requestUpdate(),o.provided&&!o.subscribe||(o.provided=!0,o.callback&&o.callback(t,e)),o.unsubscribe=e},this.host=e,n.context!==void 0){var a=n;var u;this.context=a.context,this.callback=a.callback,this.subscribe=(u=a.subscribe)!==null&&u!==void 0?u:!1}else this.context=n,this.callback=i,this.subscribe=r!==null&&r!==void 0?r:!1;this.host.addController(this)}c(t,[{key:"hostConnected",value:function t(){this.dispatchRequest()}},{key:"hostDisconnected",value:function t(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=void 0)}},{key:"dispatchRequest",value:function t(){this.host.dispatchEvent(new et(this.context,this.t,this.subscribe))}}]);return t}();var en=Symbol("test"),ei=Symbol("testElement");var er=/*#__PURE__*/function(t){"use strict";f(e,t);function e(){s(this,e);var t;t=a(this,e);t.disabled=!0;t._internals=t.attachInternals();return t}c(e,[{key:"_handleTestElementChange",value:function t(t,e){e.el&&(this.disabled=!1)}},{key:"willUpdate",value:function t(t){if(t.has("_testContext")){var e;var n;var i=(n=this._testContext)!==null&&n!==void 0?n:{},r=i.items,o=r===void 0?[]:r,a=i.navItemId;this.itemIndex=o.findIndex(function(t){return t.identifier===a}),this.items=o,this.view=(e=this._testContext)===null||e===void 0?void 0:e.view}}},{key:"_switchView",value:function t(t){this.dispatchEvent(new CustomEvent("on-test-switch-view",{composed:!0,bubbles:!0,detail:t}))}},{key:"_requestItem",value:function t(t){this.dispatchEvent(new CustomEvent("qti-request-test-item",{composed:!0,bubbles:!0,detail:t}))}}]);return e}(t4);k([u({type:Boolean,reflect:!0,aria:"ariaDisabled"})],er.prototype,"disabled",2),k([n(),i({context:en,subscribe:!0})],er.prototype,"_testContext",2),k([n(),i({context:ei,subscribe:!0})],er.prototype,"_testElement",2),k([r("_testElement")],er.prototype,"_handleTestElementChange",1);var eo=/*#__PURE__*/function(t){"use strict";f(e,t);function e(){s(this,e);var t;t=a(this,e,arguments);t.label="view";t._handleViewOptionsChange=function(){t.updateViewOptions()};t._viewOptions=eo.DEFAULT_VIEW_OPTIONS;return t}c(e,[{key:"connectedCallback",value:function t(){v(d(e.prototype),"connectedCallback",this).call(this),this.updateViewOptions()}},{key:"updateViewOptions",value:function t(){if(this.viewOptions){var t=this.viewOptions.split(",").map(function(t){return t.trim()});this._viewOptions=t.filter(function(t){return eo.DEFAULT_VIEW_OPTIONS.includes(t)})}else this._viewOptions=eo.DEFAULT_VIEW_OPTIONS}},{key:"render",value:function t(){var t=this;return tH(N(),this.label,this.disabled,function(e){var n=e.target;t._switchView(n.value)},this._viewOptions.map(function(e){return tH(M(),e,e===t.view,e)}))}}]);return e}(er);eo.DEFAULT_VIEW_OPTIONS=["author","candidate","proctor","scorer","testConstructor","tutor"],k([e({type:String})],eo.prototype,"label",2),k([e({type:String,attribute:"view-options"})],eo.prototype,"viewOptions",2),k([r("viewOptions",{waitUntilFirstUpdate:!0})],eo.prototype,"_handleViewOptionsChange",2),k([n()],eo.prototype,"_viewOptions",2),eo=k([t8("test-view")],eo);return E(O)}();/*! Bundled license information:
|
|
2
|
+
|
|
3
|
+
@lit-labs/ssr-dom-shim/lib/element-internals.js:
|
|
4
|
+
(**
|
|
5
|
+
* @license
|
|
6
|
+
* Copyright 2023 Google LLC
|
|
7
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
8
|
+
*)
|
|
9
|
+
|
|
10
|
+
@lit-labs/ssr-dom-shim/index.js:
|
|
11
|
+
(**
|
|
12
|
+
* @license
|
|
13
|
+
* Copyright 2019 Google LLC
|
|
14
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
15
|
+
*)
|
|
16
|
+
|
|
17
|
+
@lit/reactive-element/node/css-tag.js:
|
|
18
|
+
(**
|
|
19
|
+
* @license
|
|
20
|
+
* Copyright 2019 Google LLC
|
|
21
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
22
|
+
*)
|
|
23
|
+
|
|
24
|
+
lit-html/node/lit-html.js:
|
|
25
|
+
(**
|
|
26
|
+
* @license
|
|
27
|
+
* Copyright 2017 Google LLC
|
|
28
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
29
|
+
*)
|
|
30
|
+
|
|
31
|
+
lit-element/lit-element.js:
|
|
32
|
+
(**
|
|
33
|
+
* @license
|
|
34
|
+
* Copyright 2017 Google LLC
|
|
35
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
36
|
+
*)
|
|
37
|
+
|
|
38
|
+
lit-html/node/is-server.js:
|
|
39
|
+
(**
|
|
40
|
+
* @license
|
|
41
|
+
* Copyright 2022 Google LLC
|
|
42
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
43
|
+
*)
|
|
44
|
+
|
|
45
|
+
@lit/reactive-element/node/decorators/custom-element.js:
|
|
46
|
+
(**
|
|
47
|
+
* @license
|
|
48
|
+
* Copyright 2017 Google LLC
|
|
49
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
50
|
+
*)
|
|
51
|
+
|
|
52
|
+
@lit/reactive-element/node/decorators/property.js:
|
|
53
|
+
(**
|
|
54
|
+
* @license
|
|
55
|
+
* Copyright 2017 Google LLC
|
|
56
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
57
|
+
*)
|
|
58
|
+
|
|
59
|
+
@lit/reactive-element/node/decorators/state.js:
|
|
60
|
+
(**
|
|
61
|
+
* @license
|
|
62
|
+
* Copyright 2017 Google LLC
|
|
63
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
64
|
+
*)
|
|
65
|
+
|
|
66
|
+
@lit/reactive-element/node/decorators/event-options.js:
|
|
67
|
+
(**
|
|
68
|
+
* @license
|
|
69
|
+
* Copyright 2017 Google LLC
|
|
70
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
71
|
+
*)
|
|
72
|
+
|
|
73
|
+
@lit/reactive-element/node/decorators/base.js:
|
|
74
|
+
(**
|
|
75
|
+
* @license
|
|
76
|
+
* Copyright 2017 Google LLC
|
|
77
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
78
|
+
*)
|
|
79
|
+
|
|
80
|
+
@lit/reactive-element/node/decorators/query.js:
|
|
81
|
+
(**
|
|
82
|
+
* @license
|
|
83
|
+
* Copyright 2017 Google LLC
|
|
84
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
85
|
+
*)
|
|
86
|
+
|
|
87
|
+
@lit/reactive-element/node/decorators/query-all.js:
|
|
88
|
+
(**
|
|
89
|
+
* @license
|
|
90
|
+
* Copyright 2017 Google LLC
|
|
91
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
92
|
+
*)
|
|
93
|
+
|
|
94
|
+
@lit/reactive-element/node/decorators/query-async.js:
|
|
95
|
+
(**
|
|
96
|
+
* @license
|
|
97
|
+
* Copyright 2017 Google LLC
|
|
98
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
99
|
+
*)
|
|
100
|
+
|
|
101
|
+
@lit/reactive-element/node/decorators/query-assigned-elements.js:
|
|
102
|
+
(**
|
|
103
|
+
* @license
|
|
104
|
+
* Copyright 2021 Google LLC
|
|
105
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
106
|
+
*)
|
|
107
|
+
|
|
108
|
+
@lit/reactive-element/node/decorators/query-assigned-nodes.js:
|
|
109
|
+
(**
|
|
110
|
+
* @license
|
|
111
|
+
* Copyright 2017 Google LLC
|
|
112
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
113
|
+
*)
|
|
114
|
+
|
|
115
|
+
@lit/context/lib/context-request-event.js:
|
|
116
|
+
(**
|
|
117
|
+
* @license
|
|
118
|
+
* Copyright 2021 Google LLC
|
|
119
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
120
|
+
*)
|
|
121
|
+
|
|
122
|
+
@lit/context/lib/create-context.js:
|
|
123
|
+
(**
|
|
124
|
+
* @license
|
|
125
|
+
* Copyright 2021 Google LLC
|
|
126
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
127
|
+
*)
|
|
128
|
+
|
|
129
|
+
@lit/context/lib/controllers/context-consumer.js:
|
|
130
|
+
(**
|
|
131
|
+
* @license
|
|
132
|
+
* Copyright 2021 Google LLC
|
|
133
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
134
|
+
*)
|
|
135
|
+
|
|
136
|
+
@lit/context/lib/value-notifier.js:
|
|
137
|
+
(**
|
|
138
|
+
* @license
|
|
139
|
+
* Copyright 2021 Google LLC
|
|
140
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
141
|
+
*)
|
|
142
|
+
|
|
143
|
+
@lit/context/lib/controllers/context-provider.js:
|
|
144
|
+
(**
|
|
145
|
+
* @license
|
|
146
|
+
* Copyright 2021 Google LLC
|
|
147
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
148
|
+
*)
|
|
149
|
+
|
|
150
|
+
@lit/context/lib/context-root.js:
|
|
151
|
+
(**
|
|
152
|
+
* @license
|
|
153
|
+
* Copyright 2021 Google LLC
|
|
154
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
155
|
+
*)
|
|
156
|
+
|
|
157
|
+
@lit/context/lib/decorators/provide.js:
|
|
158
|
+
(**
|
|
159
|
+
* @license
|
|
160
|
+
* Copyright 2017 Google LLC
|
|
161
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
162
|
+
*)
|
|
163
|
+
|
|
164
|
+
@lit/context/lib/decorators/consume.js:
|
|
165
|
+
(**
|
|
166
|
+
* @license
|
|
167
|
+
* Copyright 2022 Google LLC
|
|
168
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
169
|
+
*)
|
|
170
|
+
*/
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
var U=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var a=(i,r,t,e)=>{for(var n=e>1?void 0:e?g(r,t):r,l=i.length-1,o;l>=0;l--)(o=i[l])&&(n=(e?o(r,t,n):o(n))||n);return e&&n&&U(r,t,n),n};import{html as w}from"lit";import{customElement as _,property as C,state as k}from"lit/decorators.js";import{consume as y}from"@lit/context";import{LitElement as I}from"lit";import{state as x}from"lit/decorators.js";function c(i,r){let t={waitUntilFirstUpdate:!1,...r};return(e,n)=>{let{update:l}=e,o=Array.isArray(i)?i:[i];e.update=function(p){o.forEach(O=>{let m=O;if(p.has(m)){let u=p.get(m),f=this[m];u!==f&&(!t.waitUntilFirstUpdate||this.hasUpdated)&&this[n](u,f)}}),l.call(this,p)}}}import{property as A}from"lit/decorators.js";function h(i){return(r,t)=>{A(i)(r,t);let e=`__${t}`;Object.defineProperty(r,t,{get(){return this[e]},set(n){let l=this[e];if(this[e]=n,l!==n){if(this._internals?.states){let o=t.toLowerCase();n?this._internals.states.add(`--${o}`):this._internals.states.delete(`--${o}`)}if(i.aria&&this._internals){let o=i.aria;n?this._internals[o]="true":this._internals[o]=null}this.requestUpdate(t,l)}},configurable:!0,enumerable:!0})}}import{createContext as b}from"@lit/context";var v=b(Symbol("test")),E=b(Symbol("testElement"));var d=class extends I{constructor(){super();this.disabled=!0;this._internals=this.attachInternals()}_handleTestElementChange(t,e){e.el&&(this.disabled=!1)}willUpdate(t){if(t.has("_testContext")){let{items:e=[],navItemId:n}=this._testContext??{};this.itemIndex=e.findIndex(l=>l.identifier===n),this.items=e,this.view=this._testContext?.view}}_switchView(t){this.dispatchEvent(new CustomEvent("on-test-switch-view",{composed:!0,bubbles:!0,detail:t}))}_requestItem(t){this.dispatchEvent(new CustomEvent("qti-request-test-item",{composed:!0,bubbles:!0,detail:t}))}};a([h({type:Boolean,reflect:!0,aria:"ariaDisabled"})],d.prototype,"disabled",2),a([x(),y({context:v,subscribe:!0})],d.prototype,"_testContext",2),a([x(),y({context:E,subscribe:!0})],d.prototype,"_testElement",2),a([c("_testElement")],d.prototype,"_handleTestElementChange",1);var s=class extends d{constructor(){super(...arguments);this.label="view";this._handleViewOptionsChange=()=>{this.updateViewOptions()};this._viewOptions=s.DEFAULT_VIEW_OPTIONS}connectedCallback(){super.connectedCallback(),this.updateViewOptions()}updateViewOptions(){if(this.viewOptions){let t=this.viewOptions.split(",").map(e=>e.trim());this._viewOptions=t.filter(e=>s.DEFAULT_VIEW_OPTIONS.includes(e))}else this._viewOptions=s.DEFAULT_VIEW_OPTIONS}render(){return w`
|
|
2
|
+
<label part="label" for="viewSelect">${this.label}</label>
|
|
3
|
+
<select
|
|
4
|
+
part="select"
|
|
5
|
+
id="viewSelect"
|
|
6
|
+
.disabled=${this.disabled}
|
|
7
|
+
@change=${t=>{let e=t.target;this._switchView(e.value)}}
|
|
8
|
+
>
|
|
9
|
+
${this._viewOptions.map(t=>w`<option value="${t}" ?selected=${t===this.view}>${t}</option>`)}
|
|
10
|
+
</select>
|
|
11
|
+
`}};s.DEFAULT_VIEW_OPTIONS=["author","candidate","proctor","scorer","testConstructor","tutor"],a([C({type:String})],s.prototype,"label",2),a([C({type:String,attribute:"view-options"})],s.prototype,"viewOptions",2),a([c("viewOptions",{waitUntilFirstUpdate:!0})],s.prototype,"_handleViewOptionsChange",2),a([k()],s.prototype,"_viewOptions",2),s=a([_("test-view")],s);export{s as TestView};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
function e(e){"@swc/helpers - typeof";return e&&typeof Symbol!=="undefined"&&e.constructor===Symbol?"symbol":typeof e}var QtiComponents=function(){var t=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var u=function(e,r){for(var n in r)t(e,n,{get:r[n],enumerable:!0})},f=function(u,f,a,i){var l=true,c=false,y=undefined;if(f&&(typeof f==="undefined"?"undefined":e(f))=="object"||typeof f=="function")try{var v=function(){var e=p.value;!o.call(u,e)&&e!==a&&t(u,e,{get:function(){return f[e]},enumerable:!(i=r(f,e))||i.enumerable})};for(var b=n(f)[Symbol.iterator](),p;!(l=(p=b.next()).done);l=true)v()}catch(e){c=true;y=e}finally{try{if(!l&&b.return!=null){b.return()}}finally{if(c){throw y}}}return u};var a=function(e){return f(t({},"__esModule",{value:!0}),e)};var i={};u(i,{testContext:function(){return l},testElement:function(){return c}});var l=Symbol("test"),c=Symbol("testElement");return a(i)}();/*! Bundled license information:
|
|
2
|
+
|
|
3
|
+
@lit/context/lib/context-request-event.js:
|
|
4
|
+
(**
|
|
5
|
+
* @license
|
|
6
|
+
* Copyright 2021 Google LLC
|
|
7
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
8
|
+
*)
|
|
9
|
+
|
|
10
|
+
@lit/context/lib/create-context.js:
|
|
11
|
+
(**
|
|
12
|
+
* @license
|
|
13
|
+
* Copyright 2021 Google LLC
|
|
14
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
15
|
+
*)
|
|
16
|
+
|
|
17
|
+
@lit/context/lib/controllers/context-consumer.js:
|
|
18
|
+
(**
|
|
19
|
+
* @license
|
|
20
|
+
* Copyright 2021 Google LLC
|
|
21
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
22
|
+
*)
|
|
23
|
+
|
|
24
|
+
@lit/context/lib/value-notifier.js:
|
|
25
|
+
(**
|
|
26
|
+
* @license
|
|
27
|
+
* Copyright 2021 Google LLC
|
|
28
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
29
|
+
*)
|
|
30
|
+
|
|
31
|
+
@lit/context/lib/controllers/context-provider.js:
|
|
32
|
+
(**
|
|
33
|
+
* @license
|
|
34
|
+
* Copyright 2021 Google LLC
|
|
35
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
36
|
+
*)
|
|
37
|
+
|
|
38
|
+
@lit/context/lib/context-root.js:
|
|
39
|
+
(**
|
|
40
|
+
* @license
|
|
41
|
+
* Copyright 2021 Google LLC
|
|
42
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
43
|
+
*)
|
|
44
|
+
|
|
45
|
+
@lit/context/lib/decorators/provide.js:
|
|
46
|
+
(**
|
|
47
|
+
* @license
|
|
48
|
+
* Copyright 2017 Google LLC
|
|
49
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
50
|
+
*)
|
|
51
|
+
|
|
52
|
+
@lit/context/lib/decorators/consume.js:
|
|
53
|
+
(**
|
|
54
|
+
* @license
|
|
55
|
+
* Copyright 2022 Google LLC
|
|
56
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
57
|
+
*)
|
|
58
|
+
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{createContext as t}from"@lit/context";var n=t(Symbol("test")),o=t(Symbol("testElement"));export{n as testContext,o as testElement};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
function e(e){"@swc/helpers - typeof";return e&&typeof Symbol!=="undefined"&&e.constructor===Symbol?"symbol":typeof e}var QtiComponents=function(){var t=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var u=function(e,r){for(var n in r)t(e,n,{get:r[n],enumerable:!0})},f=function(u,f,a,i){var l=true,c=false,y=undefined;if(f&&(typeof f==="undefined"?"undefined":e(f))=="object"||typeof f=="function")try{var v=function(){var e=p.value;!o.call(u,e)&&e!==a&&t(u,e,{get:function(){return f[e]},enumerable:!(i=r(f,e))||i.enumerable})};for(var b=n(f)[Symbol.iterator](),p;!(l=(p=b.next()).done);l=true)v()}catch(e){c=true;y=e}finally{try{if(!l&&b.return!=null){b.return()}}finally{if(c){throw y}}}return u};var a=function(e){return f(t({},"__esModule",{value:!0}),e)};var i={};u(i,{testContext:function(){return l},testElement:function(){return c}});var l=Symbol("test"),c=Symbol("testElement");return a(i)}();/*! Bundled license information:
|
|
2
|
+
|
|
3
|
+
@lit/context/lib/context-request-event.js:
|
|
4
|
+
(**
|
|
5
|
+
* @license
|
|
6
|
+
* Copyright 2021 Google LLC
|
|
7
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
8
|
+
*)
|
|
9
|
+
|
|
10
|
+
@lit/context/lib/create-context.js:
|
|
11
|
+
(**
|
|
12
|
+
* @license
|
|
13
|
+
* Copyright 2021 Google LLC
|
|
14
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
15
|
+
*)
|
|
16
|
+
|
|
17
|
+
@lit/context/lib/controllers/context-consumer.js:
|
|
18
|
+
(**
|
|
19
|
+
* @license
|
|
20
|
+
* Copyright 2021 Google LLC
|
|
21
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
22
|
+
*)
|
|
23
|
+
|
|
24
|
+
@lit/context/lib/value-notifier.js:
|
|
25
|
+
(**
|
|
26
|
+
* @license
|
|
27
|
+
* Copyright 2021 Google LLC
|
|
28
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
29
|
+
*)
|
|
30
|
+
|
|
31
|
+
@lit/context/lib/controllers/context-provider.js:
|
|
32
|
+
(**
|
|
33
|
+
* @license
|
|
34
|
+
* Copyright 2021 Google LLC
|
|
35
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
36
|
+
*)
|
|
37
|
+
|
|
38
|
+
@lit/context/lib/context-root.js:
|
|
39
|
+
(**
|
|
40
|
+
* @license
|
|
41
|
+
* Copyright 2021 Google LLC
|
|
42
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
43
|
+
*)
|
|
44
|
+
|
|
45
|
+
@lit/context/lib/decorators/provide.js:
|
|
46
|
+
(**
|
|
47
|
+
* @license
|
|
48
|
+
* Copyright 2017 Google LLC
|
|
49
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
50
|
+
*)
|
|
51
|
+
|
|
52
|
+
@lit/context/lib/decorators/consume.js:
|
|
53
|
+
(**
|
|
54
|
+
* @license
|
|
55
|
+
* Copyright 2022 Google LLC
|
|
56
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
57
|
+
*)
|
|
58
|
+
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{createContext as t}from"@lit/context";var n=t(Symbol("test")),o=t(Symbol("testElement"));export{n as testContext,o as testElement};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@layer qti-base,qti-components,qti-utilities,qti-variants,qti-extended;:root,:host{--qti-bg-active: #ffecec;--qti-border-active: #f86d70;--qti-gap-size: 1rem;--qti-bg: white;--qti-hover-bg: #f9fafb;--qti-light-bg-active: #f0f0f0;--qti-light-border-active: #d0d0d0;--qti-dark-bg-active: #1f2937;--qti-dark-border-active: #64748b;--qti-disabled-bg: #f3f4f6;--qti-disabled-color: #45484f;--qti-border-thickness: 2px;--qti-border-style: solid;--qti-border-color: #c6cad0;--qti-border-radius: .3rem;--qti-drop-border-radius: calc(var(--qti-border-radius) + var(--qti-border-thickness));--qti-focus-border-width: 5px;--qti-focus-color: #bddcff7e;--qti-form-size: 1rem;--qti-point-size: 2rem;--qti-order-size: 2rem;--qti-padding-vertical: .5rem;--qti-padding-horizontal: .5rem}.chevron{background:url("data:image/svg+xml,%3Csvg fill='currentColor' width='22' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath clip-rule='evenodd' fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z'%3E%3C/path%3E%3C/svg%3E") no-repeat center right 6px}.handle{background-image:radial-gradient(circle at center,#0000001a 0,#0003 2px,#fff0 2px 100%);background-repeat:repeat-y;background-position:left center;background-size:14px 8px}.check-mask{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E")}.bordered{border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.form{display:grid;place-content:center;width:var(--qti-form-size);height:var(--qti-form-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.button{border-radius:var(--qti-border-radius);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.select{border-radius:var(--qti-border-radius);position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);padding-right:calc(var(--qti-padding-horizontal) + 1.5rem);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background:url("data:image/svg+xml,%3Csvg fill='currentColor' width='22' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath clip-rule='evenodd' fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z'%3E%3C/path%3E%3C/svg%3E") no-repeat center right 6px}.text{border-radius:0;cursor:text;padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);background:unset;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.spot{width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.point{border-radius:100%;width:var(--qti-point-size);height:var(--qti-point-size);background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.drag{transition:transform .2s ease-out,box-shadow .2s ease-out,rotate .2s ease-out;cursor:grab;background-color:var(--qti-bg);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border-radius:var(--qti-border-radius);padding-left:calc(var(--qti-padding-horizontal) + .5rem)!important;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background-image:radial-gradient(circle at center,#0000001a 0,#0003 2px,#fff0 2px 100%);background-repeat:repeat-y;background-position:left center;background-size:14px 8px}.dragging{pointer-events:none;rotate:-2deg;box-shadow:0 8px 12px #0003,0 4px 8px #0000001a}.drop{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="7" stroke="%23CCCCCC" stroke-width="1" fill="transparent" /></svg>') center no-repeat;border-radius:var(--qti-border-radius);position:relative;background-color:var(--qti-bg);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.dropping{background-color:var(--qti-bg-active)}.order{display:grid;place-content:center;border-radius:100%;width:var(--qti-order-size);height:var(--qti-order-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.check-size{width:calc(var(--qti-form-size) - 6px);height:calc(var(--qti-form-size) - 6px)}.check{gap:.5rem;border-radius:var(--qti-border-radius);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);outline:none;cursor:pointer}.check-radio{border-radius:100%;display:grid;place-content:center;width:var(--qti-form-size);height:var(--qti-form-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.check-radio-checked{background-color:var(--qti-border-active);border-radius:100%}.check-checkbox{display:flex;place-items:center;border-radius:var(--qti-border-radius);display:grid;place-content:center;width:var(--qti-form-size);height:var(--qti-form-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}.check-checkbox-checked{background-color:var(--qti-border-active);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E")}.hov{background-color:var(--qti-hover-bg)}.foc{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}.act{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}.act-bg{background-color:var(--qti-bg-active)}.act-bor{border-color:var(--qti-border-active)}.rdo{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}.dis{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}.qti-display-inline{display:inline}.qti-display-inline-block{display:inline-block}.qti-display-block{display:block}.qti-display-flex{display:flexbox;display:flex}.qti-display-inline-flex{display:inline-flex}.qti-display-grid{display:grid}.qti-display-inline-grid{display:inline-grid}.qti-display-table{display:table}.qti-display-table-cell{display:table-cell}.qti-display-table-row{display:table-row}.qti-display-list-item{display:list-item}.qti-display-inherit{display:inherit}.qti-hidden{display:none}.qti-visually-hidden{position:fixed!important;overflow:hidden;clip:rect(1px 1px 1px 1px);height:1px;width:1px;border:0;margin:-1px}.qti-flex-direction-column{flex-direction:column}.qti-flex-direction-row{flex-direction:row}.qti-flex-grow-1{flex-grow:1}.qti-flex-grow-0{flex-grow:0}.qti-margin-0{margin:0!important}.qti-margin-1{margin:.25rem!important}.qti-margin-2{margin:.5rem!important}.qti-margin-3{margin:1rem!important}.qti-margin-4{margin:1.5rem!important}.qti-margin-5{margin:3rem!important}.qti-margin-auto{margin:auto!important}.qti-margin-x-0{margin-right:0!important;margin-left:0!important}.qti-margin-x-1{margin-right:.25rem!important;margin-left:.25rem!important}.qti-margin-x-2{margin-right:.5rem!important;margin-left:.5rem!important}.qti-margin-x-3{margin-right:1rem!important;margin-left:1rem!important}.qti-margin-x-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.qti-margin-x-5{margin-right:3rem!important;margin-left:3rem!important}.qti-margin-x-auto{margin-right:auto!important;margin-left:auto!important}.qti-margin-y-0{margin-top:0!important;margin-bottom:0!important}.qti-margin-y-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.qti-margin-y-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.qti-margin-y-3{margin-top:1rem!important;margin-bottom:1rem!important}.qti-margin-y-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.qti-margin-y-5{margin-top:3rem!important;margin-bottom:3rem!important}.qti-margin-y-auto{margin-top:auto!important;margin-bottom:auto!important}.qti-margin-t-0{margin-top:0!important}.qti-margin-t-1{margin-top:.25rem!important}.qti-margin-t-2{margin-top:.5rem!important}.qti-margin-t-3{margin-top:1rem!important}.qti-margin-t-4{margin-top:1.5rem!important}.qti-margin-t-5{margin-top:3rem!important}.qti-margin-t-auto{margin-top:auto!important}.qti-margin-b-0{margin-bottom:0!important}.qti-margin-b-1{margin-bottom:.25rem!important}.qti-margin-b-2{margin-bottom:.5rem!important}.qti-margin-b-3{margin-bottom:1rem!important}.qti-margin-b-4{margin-bottom:1.5rem!important}.qti-margin-b-5{margin-bottom:3rem!important}.qti-margin-b-auto{margin-bottom:auto!important}.qti-margin-s-0{margin-left:0!important}.qti-margin-s-1{margin-left:.25rem!important}.qti-margin-s-2{margin-left:.5rem!important}.qti-margin-s-3{margin-left:1rem!important}.qti-margin-s-4{margin-left:1.5rem!important}.qti-margin-s-5{margin-left:3rem!important}.qti-margin-s-auto{margin-left:auto!important}.qti-margin-e-0{margin-right:0!important}.qti-margin-e-1{margin-right:.25rem!important}.qti-margin-e-2{margin-right:.5rem!important}.qti-margin-e-3{margin-right:1rem!important}.qti-margin-e-4{margin-right:1.5rem!important}.qti-margin-e-5{margin-right:3rem!important}.qti-margin-e-auto{margin-right:auto!important}.qti-padding-0{padding:0!important}.qti-padding-1{padding:.25rem!important}.qti-padding-2{padding:.5rem!important}.qti-padding-3{padding:1rem!important}.qti-padding-4{padding:1.5rem!important}.qti-padding-5{padding:3rem!important}.qti-padding-x-0{padding-right:0!important;padding-left:0!important}.qti-padding-x-1{padding-right:.25rem!important;padding-left:.25rem!important}.qti-padding-x-2{padding-right:.5rem!important;padding-left:.5rem!important}.qti-padding-x-3{padding-right:1rem!important;padding-left:1rem!important}.qti-padding-x-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.qti-padding-x-5{padding-right:3rem!important;padding-left:3rem!important}.qti-padding-y-0{padding-top:0!important;padding-bottom:0!important}.qti-padding-y-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.qti-padding-y-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.qti-padding-y-3{padding-top:1rem!important;padding-bottom:1rem!important}.qti-padding-y-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.qti-padding-y-5{padding-top:3rem!important;padding-bottom:3rem!important}.qti-padding-t-0{padding-top:0!important}.qti-padding-t-1{padding-top:.25rem!important}.qti-padding-t-2{padding-top:.5rem!important}.qti-padding-t-3{padding-top:1rem!important}.qti-padding-t-4{padding-top:1.5rem!important}.qti-padding-t-5{padding-top:3rem!important}.qti-padding-b-0{padding-bottom:0!important}.qti-padding-b-1{padding-bottom:.25rem!important}.qti-padding-b-2{padding-bottom:.5rem!important}.qti-padding-b-3{padding-bottom:1rem!important}.qti-padding-b-4{padding-bottom:1.5rem!important}.qti-padding-b-5{padding-bottom:3rem!important}.qti-padding-s-0{padding-left:0!important}.qti-padding-s-1{padding-left:.25rem!important}.qti-padding-s-2{padding-left:.5rem!important}.qti-padding-s-3{padding-left:1rem!important}.qti-padding-s-4{padding-left:1.5rem!important}.qti-padding-s-5{padding-left:3rem!important}.qti-padding-e-0{padding-right:0!important}.qti-padding-e-1{padding-right:.25rem!important}.qti-padding-e-2{padding-right:.5rem!important}.qti-padding-e-3{padding-right:1rem!important}.qti-padding-e-4{padding-right:1.5rem!important}.qti-padding-e-5{padding-right:3rem!important}.qti-align-left{text-align:left}.qti-align-center{text-align:center}.qti-align-right{text-align:right}.qti-valign-top{vertical-align:top}.qti-valign-middle{vertical-align:middle}.qti-valign-baseline{vertical-align:baseline}.qti-valign-bottom{vertical-align:bottom}.qti-height-0{height:0}.qti-height-px{height:1px}.qti-height-0p5{height:.125rem}.qti-height-1{height:.25rem}.qti-height-1p5{height:.375rem}.qti-height-2{height:.5rem}.qti-height-2p5{height:.625rem}.qti-height-3{height:.75rem}.qti-height-3p5{height:.875rem}.qti-height-4{height:1rem}.qti-height-5{height:1.25rem}.qti-height-6{height:1.5rem}.qti-height-7{height:1.75rem}.qti-height-8{height:2rem}.qti-height-9{height:2.25rem}.qti-height-10{height:2.5rem}.qti-height-11{height:2.75rem}.qti-height-12{height:3rem}.qti-height-14{height:3.5rem}.qti-height-16{height:4rem}.qti-height-20{height:5rem}.qti-height-24{height:6rem}.qti-height-28{height:7rem}.qti-height-32{height:8rem}.qti-height-36{height:9rem}.qti-height-40{height:10rem}.qti-height-44{height:11rem}.qti-height-48{height:12rem}.qti-height-52{height:13rem}.qti-height-56{height:14rem}.qti-height-60{height:15rem}.qti-height-64{height:16rem}.qti-height-72{height:18rem}.qti-height-80{height:20rem}.qti-height-96{height:24rem}.qti-height-1-2{height:50%}.qti-height-1-3{height:33.3333%}.qti-height-2-3{height:66.6667%}.qti-height-1-4{height:25%}.qti-height-2-4{height:50%}.qti-height-3-4{height:75%}.qti-height-1-5{height:20%}.qti-height-2-5{height:40%}.qti-height-3-5{height:60%}.qti-height-4-5{height:80%}.qti-height-1-6{height:16.6667%}.qti-height-2-6{height:33.3333%}.qti-height-3-6{height:50%}.qti-height-4-6{height:66.6667%}.qti-height-5-6{height:83.3333%}.qti-height-auto{height:auto}.qti-height-full{height:100%}.qti-width-0{width:0}.qti-width-px{width:1px}.qti-width-0p5{width:.125rem}.qti-width-1{width:.25rem}.qti-width-1p5{width:.375rem}.qti-width-2{width:.5rem}.qti-width-2p5{width:.625rem}.qti-width-3{width:.75rem}.qti-width-3p5{width:.875rem}.qti-width-4{width:1rem}.qti-width-5{width:1.25rem}.qti-width-6{width:1.5rem}.qti-width-7{width:1.75rem}.qti-width-8{width:2rem}.qti-width-9{width:2.25rem}.qti-width-10{width:2.5rem}.qti-width-11{width:2.75rem}.qti-width-12{width:3rem}.qti-width-14{width:3.5rem}.qti-width-16{width:4rem}.qti-width-20{width:5rem}.qti-width-24{width:6rem}.qti-width-28{width:7rem}.qti-width-32{width:8rem}.qti-width-36{width:9rem}.qti-width-40{width:10rem}.qti-width-44{width:11rem}.qti-width-48{width:12rem}.qti-width-52{width:13rem}.qti-width-56{width:14rem}.qti-width-60{width:15rem}.qti-width-64{width:16rem}.qti-width-72{width:18rem}.qti-width-80{width:20rem}.qti-width-96{width:24rem}.qti-width-auto{width:auto}.qti-width-1-2{width:50%}.qti-width-1-3{width:33.3333%}.qti-width-2-3{width:66.6667%}.qti-width-1-4{width:25%}.qti-width-2-4{width:50%}.qti-width-3-4{width:75%}.qti-width-1-5{width:20%}.qti-width-2-5{width:40%}.qti-width-3-5{width:60%}.qti-width-4-5{width:80%}.qti-width-1-6{width:16.6667%}.qti-width-2-6{width:33.3333%}.qti-width-3-6{width:50%}.qti-width-4-6{width:66.6667%}.qti-width-5-6{width:83.3333%}.qti-width-1-12{width:8.3333%}.qti-width-2-12{width:16.6667%}.qti-width-3-12{width:25%}.qti-width-4-12{width:33.3333%}.qti-width-5-12{width:41.6667%}.qti-width-6-12{width:50%}.qti-width-7-12{width:58.3333%}.qti-width-8-12{width:66.6667%}.qti-width-9-12{width:75%}.qti-width-10-12{width:83.3333%}.qti-width-11-12{width:91.6667%}.qti-width-full,.qti-fullwidth{width:100%}.qti-text-indent-0{text-indent:0}.qti-text-indent-px{text-indent:1px}.qti-text-indent-0p5{text-indent:.125rem}.qti-text-indent-1{text-indent:.25rem}.qti-text-indent-1p5{text-indent:.375rem}.qti-text-indent-2{text-indent:.5rem}.qti-text-indent-2p5{text-indent:.625rem}.qti-text-indent-3{text-indent:.75rem}.qti-text-indent-3p5{text-indent:.875rem}.qti-text-indent-4{text-indent:1rem}.qti-text-indent-5{text-indent:1.25rem}.qti-text-indent-6{text-indent:1.5rem}.qti-text-indent-7{text-indent:1.75rem}.qti-text-indent-8{text-indent:2rem}.qti-text-indent-12{text-indent:3rem}.qti-text-indent-16{text-indent:4rem}.qti-text-indent-20{text-indent:5rem}.qti-text-indent-24{text-indent:6rem}.qti-text-indent-28{text-indent:7rem}.qti-text-indent-32{text-indent:8rem}.qti-list-style-type-none{list-style-type:none}.qti-list-style-type-disc{list-style-type:disc}.qti-list-style-type-circle{list-style-type:circle}.qti-list-style-type-square{list-style-type:square}.qti-list-style-type-decimal{list-style-type:decimal}.qti-list-style-type-decimal-leading-zero{list-style-type:decimal-leading-zero}.qti-list-style-type-lower-alpha{list-style-type:lower-alpha}.qti-list-style-type-upper-alpha{list-style-type:upper-alpha}.qti-list-style-type-lower-roman{list-style-type:lower-roman}.qti-list-style-type-upper-roman{list-style-type:upper-roman}.qti-list-style-type-lower-latin{list-style-type:lower-latin}.qti-list-style-type-upper-latin{list-style-type:upper-latin}.qti-list-style-type-lower-greek{list-style-type:lower-greek}.qti-list-style-type-arabic-indic{list-style-type:arabic-indic}.qti-list-style-type-armenian{list-style-type:armenian}.qti-list-style-type-lower-armenian{list-style-type:lower-armenian}.qti-list-style-type-upper-armenian{list-style-type:upper-armenian}.qti-list-style-type-bengali{list-style-type:bengali}.qti-list-style-type-cambodian{list-style-type:cambodian}.qti-list-style-type-simp-chinese-formal{list-style-type:simp-chinese-formal}.qti-list-style-type-simp-chinese-informal{list-style-type:simp-chinese-informal}.qti-list-style-type-trad-chinese-formal{list-style-type:trad-chinese-formal}.qti-list-style-type-trad-chinese-informal{list-style-type:trad-chinese-informal}.qti-list-style-type-cjk-ideographic{list-style-type:cjk-ideographic}.qti-list-style-type-cjk-heavenly-stem{list-style-type:cjk-heavenly-stem}.qti-list-style-type-cjk-earthly-branch{list-style-type:cjk-earthly-branch}.qti-list-style-type-devanagari{list-style-type:devanagari}.qti-list-style-type-ethiopic-halehame-ti-er{list-style-type:ethiopic-halehame-ti-er}.qti-list-style-type-ethiopic-halehame-ti-et{list-style-type:ethiopic-halehame-ti-et}.qti-list-style-type-ethiopic-halehame-am{list-style-type:ethiopic-halehame-am}.qti-list-style-type-ethiopic-halehame{list-style-type:ethiopic-halehame}.qti-list-style-type-georgian{list-style-type:georgian}.qti-list-style-type-gujarati{list-style-type:gujarati}.qti-list-style-type-gurmukhi{list-style-type:gurmukhi}.qti-list-style-type-hangul{list-style-type:hangul}.qti-list-style-type-hangul-consonant{list-style-type:hangul-consonant}.qti-list-style-type-hebrew{list-style-type:hebrew}.qti-list-style-type-hiragana{list-style-type:hiragana}.qti-list-style-type-hiragana-iroha{list-style-type:hiragana-iroha}.qti-list-style-type-khmer{list-style-type:khmer}.qti-list-style-type-korean-hangul-formal{list-style-type:korean-hangul-formal}.qti-list-style-type-korean-hanja-formal{list-style-type:korean-hanja-formal}.qti-list-style-type-korean-hanja-informal{list-style-type:korean-hanja-informal}.qti-list-style-type-lao{list-style-type:lao}.qti-list-style-type-malayalam{list-style-type:malayalam}.qti-list-style-type-mongolian{list-style-type:mongolian}.qti-list-style-type-myanmar{list-style-type:myanmar}.qti-list-style-type-oriya{list-style-type:oriya}.qti-list-style-type-persian{list-style-type:persian}.qti-list-style-type-thai{list-style-type:thai}.qti-list-style-type-tibetan{list-style-type:tibetan}.qti-list-style-type-telugu{list-style-type:telugu}.qti-list-style-type-urdu{list-style-type:urdu}.qti-bordered{border:1px solid var(--table-border-color)}.qti-underline{text-decoration:underline;text-decoration-color:var(--foreground)}.qti-italic{font-style:italic}.qti-well{min-height:20px;padding:19px;margin-bottom:20px;background-color:var(--well-bg);border:var(--well-border);border-radius:4px;box-shadow:var(--well-box-shadow)}.qti-writing-mode-vertical-rl{writing-mode:vertical-rl}.qti-writing-mode-vertical-lr{writing-mode:vertical-lr}.qti-writing-mode-horizontal-tb{writing-mode:horizontal-tb}.qti-float-left{float:left}.qti-float-right{float:right}.qti-float-none{float:none}.qti-float-clearfix:after{content:"";clear:both;display:table}.qti-float-clear-left .qti-float-clear-right .qti-float-clear-both .qti-text-orientation-upright{text-orientation:upright}@layer qti-base{.qti-layout-row{display:flex;flex-wrap:wrap;width:100%;gap:2.1276595745%}.qti-layout-row [class*=qti-layout-col]:not(:empty){box-sizing:border-box}.qti-layout-row [class*=qti-layout-col]:empty{width:0;overflow:hidden}.qti-layout-col1{width:6.3829787234%}.qti-layout-col2{width:14.8936170213%}.qti-layout-col3{width:23.4042553191%}.qti-layout-col4{width:31.914893617%}.qti-layout-col5{width:40.4255319149%}.qti-layout-col6{width:48.9361702128%}.qti-layout-col7{width:57.4468085106%}.qti-layout-col8{width:65.9574468085%}.qti-layout-col9{width:74.4680851064%}.qti-layout-col10{width:82.9787234043%}.qti-layout-col11{width:91.4893617021%}.qti-layout-col12{width:100%}.qti-layout-offset1{margin-left:8.5106382979%}.qti-layout-offset2{margin-left:17.0212765957%}.qti-layout-offset3{margin-left:25.5319148936%}.qti-layout-offset4{margin-left:34.0425531915%}.qti-layout-offset5{margin-left:42.5531914894%}.qti-layout-offset6{margin-left:51.0638297872%}.qti-layout-offset7{margin-left:59.5744680851%}.qti-layout-offset8{margin-left:68.085106383%}.qti-layout-offset9{margin-left:76.5957446809%}.qti-layout-offset10{margin-left:85.1063829787%}.qti-layout-offset11{margin-left:93.6170212766%}.qti-layout-offset12{margin-left:102.1276595745%}@media (width <= 767px){[class*=qti-layout-col]{width:100%}}}[view],qti-outcome-declaration,qti-response-declaration{display:none}[view].show{display:block}:host{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}@layer qti-components{qti-choice-interaction{&.qti-input-control-hidden{& qti-simple-choice{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&::part(ch){display:none}&:state(--checked),&[aria-checked=true]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&:state(readonly),&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&:state(disabled),&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}border-radius:var(--qti-border-radius);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}}&:not(.qti-input-control-hidden){& qti-simple-choice{&:not([aria-disabled=true],[aria-readonly=true],:state(--checked)):hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&:state(--checked),&[aria-checked=true]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&:state(readonly),&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&:state(disabled),&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}&::part(cha){width:calc(var(--qti-form-size) - 6px);height:calc(var(--qti-form-size) - 6px)}&:state(radio)::part(ch){border-radius:100%;display:grid;place-content:center;width:var(--qti-form-size);height:var(--qti-form-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&:state(radio):state(--checked)::part(cha){background-color:var(--qti-border-active);border-radius:100%}&:state(checkbox)::part(ch){display:flex;place-items:center;border-radius:var(--qti-border-radius);display:grid;place-content:center;width:var(--qti-form-size);height:var(--qti-form-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&:state(checkbox):state(--checked)::part(cha){background-color:var(--qti-border-active);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E")}gap:.5rem;border-radius:var(--qti-border-radius);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);outline:none;cursor:pointer}}& qti-simple-choice{width:-moz-fit-content;width:fit-content;cursor:pointer;&:state(correct-response),&[data-correct-response=true]{&:after{content:"\2714";color:#16a34a}}}& qti-simple-choice>p{margin:0!important;padding:0!important}}.hover-border{border:2px solid #000}qti-graphic-gap-match-interaction{position:relative;&.qti-selections-light{&:state(--dragzone-active)::part(drags){background-color:var(--qti-light-bg-active);border-color:var(--qti-light-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-light-bg-active)}}&.qti-selections-dark{&:state(--dragzone-active)::part(drags){background-color:var(--qti-dark-bg-active);border-color:var(--qti-dark-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-dark-bg-active)}}&:state(--dragzone-active)::part(drags){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-bg-active)}& qti-gap-img,qti-gap-text{display:flex;justify-content:center;align-items:center;cursor:grab}& qti-associable-hotspot{display:flex;justify-content:center;align-items:center;border:2px solid transparent;&[enabled]{.qti-selections-light{background-color:var(--qti-light-bg-active)}.qti-selections-dark{background-color:var(--qti-dark-bg-active)}background-color:var(--qti-bg-active)}&[active]{.qti-selections-light{background-color:var(--qti-light-bg-active);border-color:var(--qti-light-border-active)}.qti-selections-dark{background-color:var(--qti-dark-bg-active);border-color:var(--qti-dark-border-active)}border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&[disabled]{&:not(:empty){cursor:default!important}cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}&:empty:after{padding:var(--qti-padding-md) var(--qti-padding-lg);content:"\a0"}&:not(:empty){padding:0;width:auto}&:not(:empty)>*{flex:1;transform:rotate(0);box-shadow:0 0 0 1px #e5e7eb}}& img{margin:0;padding:0}}qti-text-entry-interaction{&::part(input){border-radius:0;cursor:text;padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);background:unset;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&:hover{background-color:var(--qti-hover-bg)}&:focus-within{&::part(input){box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color);border-color:var(--qti-border-active)}}}qti-extended-text-interaction{&::part(textarea){border-radius:0;cursor:text;padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);background:unset;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&:hover{background-color:var(--qti-hover-bg)}&:focus-within{&::part(textarea){box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color);border-color:var(--qti-border-active)}}}qti-gap-match-interaction{&.qti-selections-light{&:state(--dragzone-active)::part(drags){background-color:var(--qti-light-bg-active);border-color:var(--qti-light-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-light-bg-active)}}&.qti-selections-dark{&:state(--dragzone-active)::part(drags){background-color:var(--qti-dark-bg-active);border-color:var(--qti-dark-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-dark-bg-active)}}&:state(--dragzone-active)::part(drags){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-bg-active)}& qti-gap-text{&[dragging]{pointer-events:none;rotate:-2deg;box-shadow:0 8px 12px #0003,0 4px 8px #0000001a}&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}transition:transform .2s ease-out,box-shadow .2s ease-out,rotate .2s ease-out;cursor:grab;background-color:var(--qti-bg);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border-radius:var(--qti-border-radius);padding-left:calc(var(--qti-padding-horizontal) + .5rem);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background-image:radial-gradient(circle at center,#0000001a 0,#0003 2px,#fff0 2px 100%);background-repeat:repeat-y;background-position:left center;background-size:14px 8px}& qti-gap{&[disabled]{&:not(:empty){cursor:default!important}cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}&[enabled]{.qti-selections-light{border-color:var(--qti-light-border-active)}.qti-selections-dark{border-color:var(--qti-dark-border-active)}background-color:var(--qti-bg-active)}&[active]{.qti-selections-light{background-color:var(--qti-light-bg-active);border-color:var(--qti-light-border-active)}.qti-selections-dark{background-color:var(--qti-dark-bg-active);border-color:var(--qti-dark-border-active)}border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}display:inline-flex;align-items:center;&:empty:after{padding:var(--qti-padding-md) var(--qti-padding-lg);content:"\a0"}&:not(:empty){display:inline-flex;padding:0;width:auto}&:not(:empty)>*{flex:1;transform:rotate(0);box-shadow:0 0 0 1px #e5e7eb}background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="7" stroke="%23CCCCCC" stroke-width="1" fill="transparent" /></svg>') center no-repeat;border-radius:var(--qti-border-radius);position:relative;background-color:var(--qti-bg);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}}qti-hotspot-interaction{& qti-hotspot-choice{&[shape=circle]{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&:state(--checked),&[aria-checked=true]{border-color:var(--qti-border-active)}&:state(--readonly),&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&:state(--disabled),&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&[shape=rect]{&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&:state(--checked),&[aria-checked=true]{border-color:var(--qti-border-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&[shape=poly]{&:hover:after{content:"";width:100%;height:100%;background:repeating-linear-gradient(45deg,var(--qti-border-active),var(--qti-border-active) 5px,transparent 5px,transparent 10px);display:block}&:state(--checked):after,&[aria-checked=true]:after{content:"";width:100%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 5px,var(--qti-border-active) 5px,var(--qti-border-active) 10px);display:block}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}}}}qti-hottext-interaction{qti-hottext{display:inline-flex;align-items:center;&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&::part(cha){width:calc(var(--qti-form-size) - 6px);height:calc(var(--qti-form-size) - 6px)}&:state(radio)::part(ch){border-radius:100%;display:grid;place-content:center;width:var(--qti-form-size);height:var(--qti-form-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&:state(radio):state(--checked)::part(cha){background-color:var(--qti-border-active);border-radius:100%}&:state(checkbox)::part(ch){display:flex;place-items:center;border-radius:var(--qti-border-radius);display:grid;place-content:center;width:var(--qti-form-size);height:var(--qti-form-size);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&:state(checkbox):state(--checked)::part(cha){background-color:var(--qti-border-active);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' width='100%' height='100%' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E")}gap:.5rem;border-radius:var(--qti-border-radius);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);outline:none;cursor:pointer}&.qti-input-control-hidden{qti-hottext{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&::part(ch){display:none}&:state(--checked){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}border-radius:var(--qti-border-radius);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}}&.qti-unselected-hidden{qti-hottext{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}cursor:pointer;&::part(ch){display:none}&:state(--checked){background-color:var(--qti-bg-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}}}}qti-inline-choice-interaction{&::part(select){&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}border-radius:var(--qti-border-radius);position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);padding-right:calc(var(--qti-padding-horizontal) + 1.5rem);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background:url("data:image/svg+xml,%3Csvg fill='currentColor' width='22' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath clip-rule='evenodd' fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z'%3E%3C/path%3E%3C/svg%3E") no-repeat center right 6px}}qti-match-interaction:not(.qti-match-tabular){&:state(--dragzone-enabled) qti-simple-match-set:first-of-type{background-color:var(--qti-bg-active)}&:state(--dragzone-active) qti-simple-match-set:first-of-type{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}& qti-simple-match-set:first-of-type{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--qti-gap-size);border:2px solid transparent;& qti-simple-associable-choice{&[dragging]{pointer-events:none;rotate:-2deg;box-shadow:0 8px 12px #0003,0 4px 8px #0000001a}&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}transition:transform .2s ease-out,box-shadow .2s ease-out,rotate .2s ease-out;cursor:grab;background-color:var(--qti-bg);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border-radius:var(--qti-border-radius);padding-left:calc(var(--qti-padding-horizontal) + .5rem);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background-image:radial-gradient(circle at center,#0000001a 0,#0003 2px,#fff0 2px 100%);background-repeat:repeat-y;background-position:left center;background-size:14px 8px}}& qti-simple-match-set:last-of-type{display:grid;grid-auto-columns:1fr;grid-auto-flow:column;gap:var(--qti-gap-size);width:100%;& qti-simple-associable-choice{display:flex;flex-direction:column}>qti-simple-associable-choice{box-sizing:border-box;display:grid;grid-row:2 / 4;grid-template-rows:subgrid;& img{max-width:100%;height:auto}&[enabled]{&::part(dropslot){background-color:var(--qti-bg-active)}}&[disabled]{&::part(dropslot){cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}}&[active]{&::part(dropslot){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}}&::part(dropslot){&[dragging]{pointer-events:none;rotate:-2deg;box-shadow:0 8px 12px #0003,0 4px 8px #0000001a}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}min-height:6rem;gap:var(--qti-gap-size);box-sizing:border-box;display:flex;justify-content:center;align-items:center;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="7" stroke="%23CCCCCC" stroke-width="1" fill="transparent" /></svg>') center no-repeat;border-radius:var(--qti-border-radius);position:relative;background-color:var(--qti-bg);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}>*:not(qti-simple-associable-choice){pointer-events:none}>qti-simple-associable-choice{&::part(dropslot){display:none}&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}flex-basis:fit-content;transition:transform .2s ease-out,box-shadow .2s ease-out,rotate .2s ease-out;cursor:grab;background-color:var(--qti-bg);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border-radius:var(--qti-border-radius);padding-left:calc(var(--qti-padding-horizontal) + .5rem);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background-image:radial-gradient(circle at center,#0000001a 0,#0003 2px,#fff0 2px 100%);background-repeat:repeat-y;background-position:left center;background-size:14px 8px}}}}qti-order-interaction:state(--dragzone-active)::part(drags){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}qti-order-interaction:state(--dragzone-enabled)::part(drags){background-color:var(--qti-bg-active)}qti-order-interaction{&::part(qti-simple-choice),qti-simple-choice{&[dragging]{pointer-events:none;rotate:-2deg;box-shadow:0 8px 12px #0003,0 4px 8px #0000001a}&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}transition:transform .2s ease-out,box-shadow .2s ease-out,rotate .2s ease-out;cursor:grab;background-color:var(--qti-bg);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border-radius:var(--qti-border-radius);padding-left:calc(var(--qti-padding-horizontal) + .5rem);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background-image:radial-gradient(circle at center,#0000001a 0,#0003 2px,#fff0 2px 100%);background-repeat:repeat-y;background-position:left center;background-size:14px 8px}&::part(qti-simple-choice){display:flex;overflow:hidden;align-items:center;width:100%;text-overflow:ellipsis}&::part(drops){gap:.5rem}&::part(drags){gap:.5rem}&::part(drop-list){&[enabled]{.qti-selections-light{border-color:var(--qti-light-border-active)}.qti-selections-dark{border-color:var(--qti-dark-border-active)}background-color:var(--qti-bg-active)}&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}display:flex;min-height:4rem;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="7" stroke="%23CCCCCC" stroke-width="1" fill="transparent" /></svg>') center no-repeat;border-radius:var(--qti-border-radius);position:relative;background-color:var(--qti-bg);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&::part(active){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}& drop-list{&[shape=circle]{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&[aria-checked=true]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&[shape=square]{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&[aria-checked=true]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}}}qti-associate-interaction{&:state(--dragzone-active) slot[name=qti-simple-associable-choice]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&:state(--dragzone-enabled) slot[name=qti-simple-associable-choice]{background-color:var(--qti-bg-active)}& qti-simple-associable-choice,&::part(qti-simple-associable-choice){&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&[dragging]{pointer-events:none;rotate:-2deg;box-shadow:0 8px 12px #0003,0 4px 8px #0000001a}transition:transform .2s ease-out,box-shadow .2s ease-out,rotate .2s ease-out;cursor:grab;background-color:var(--qti-bg);padding:var(--qti-padding-vertical) var(--qti-padding-horizontal);border-radius:var(--qti-border-radius);padding-left:calc(var(--qti-padding-horizontal) + .5rem);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none;background-image:radial-gradient(circle at center,#0000001a 0,#0003 2px,#fff0 2px 100%);background-repeat:repeat-y;background-position:left center;background-size:14px 8px}&::part(drop-list){display:grid;height:3rem;min-width:10rem;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="7" stroke="%23CCCCCC" stroke-width="1" fill="transparent" /></svg>') center no-repeat;border-radius:var(--qti-border-radius);position:relative;background-color:var(--qti-bg);border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&::part(drop-list):focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&::part(drop-list) [dragging]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}}qti-graphic-order-interaction{& qti-hotspot-choice{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&:state(--checked),&[aria-checked=true]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}&[aria-ordervalue]{display:grid;place-content:center}&[aria-ordervalue]:after{content:attr(aria-ordervalue)!important}width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&.qti-selections-light{&:state(--dragzone-active)::part(drags){background-color:var(--qti-light-bg-active);border-color:var(--qti-light-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-light-bg-active)}}&.qti-selections-dark{&:state(--dragzone-active)::part(drags){background-color:var(--qti-dark-bg-active);border-color:var(--qti-dark-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-dark-bg-active)}}&:state(--dragzone-active)::part(drags){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-bg-active)}}qti-graphic-associate-interaction{position:relative;display:block;& qti-associable-hotspot{&[shape=circle]{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&[aria-checked=true]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}&[shape=square]{&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}&[aria-checked=true]{border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&[aria-readonly=true]{cursor:pointer;background-color:var(--qti-bg);outline:0;border:none}&[aria-disabled=true]{cursor:not-allowed;background-color:var(--qti-disabled-bg);color:var(--qti-disabled-color);border-color:var(--qti-border-color);outline:4px solid var(--qti-disabled-bg)}width:100%;height:100%;background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}}&.qti-selections-light{&:state(--dragzone-active)::part(drags){background-color:var(--qti-light-bg-active);border-color:var(--qti-light-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-light-bg-active)}}&.qti-selections-dark{&:state(--dragzone-active)::part(drags){background-color:var(--qti-dark-bg-active);border-color:var(--qti-dark-border-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-dark-bg-active)}}&:state(--dragzone-active)::part(drags){border-color:var(--qti-border-active);background-color:var(--qti-bg-active)}&:state(--dragzone-enabled)::part(drags){background-color:var(--qti-bg-active)}}qti-slider-interaction{--qti-tick-color: rgb(229 231 235 / 100%);--qti-tick-width: 1px}qti-select-point-interaction{&::part(point){&:hover{background-color:var(--qti-hover-bg)}&:focus{box-shadow:0 0 0 var(--qti-focus-border-width) var(--qti-focus-color)}border-radius:100%;width:var(--qti-point-size);height:var(--qti-point-size);background-color:transparent;padding:0;border:var(--qti-border-thickness) var(--qti-border-style) var(--qti-border-color);outline:none}}qti-prompt{margin:.5rem 0;display:block;width:100%}}
|