@citolab/qti-components 6.0.3-9 → 6.0.3

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.
Files changed (33) hide show
  1. package/LICENSE +674 -21
  2. package/dist/ExpressionResult-b1ac7b27.d.ts +23 -0
  3. package/dist/chunk-7KH3TY23.js +18 -0
  4. package/dist/chunk-7LF4QM4D.js +17 -0
  5. package/dist/chunk-M3YT56HW.js +1437 -0
  6. package/dist/{chunk-XN7FAHIO.js → chunk-MYPYIYN5.js} +28 -344
  7. package/dist/custom-elements.json +2083 -1292
  8. package/dist/index.css +1 -0
  9. package/dist/index.js +191 -2360
  10. package/dist/{qti-assessment-item-a65f152b.d.ts → qti-assessment-item-219cef9e.d.ts} +2 -19
  11. package/dist/qti-components/index.d.ts +156 -72
  12. package/dist/qti-components/index.js +77 -142
  13. package/dist/qti-components.js +13502 -0
  14. package/dist/qti-item/index.css +1 -0
  15. package/dist/qti-item/index.d.ts +9 -10
  16. package/dist/qti-item/index.js +1 -1
  17. package/dist/qti-item-react/index.css +1 -0
  18. package/dist/qti-item-react/index.d.ts +4 -6
  19. package/dist/qti-item-react/index.js +1 -1
  20. package/dist/{qti-simple-choice-4df32b16.d.ts → qti-rule-5fe4f91e.d.ts} +25 -74
  21. package/dist/{qti-simple-choice-24c4c8e9.d.ts → qti-rule-e2aee685.d.ts} +31 -31
  22. package/dist/qti-transform/index.d.ts +2 -1
  23. package/dist/qti-transform/index.js +87 -2
  24. package/dist/themes/qti.css +261 -737
  25. package/dist/vite.svg +1 -0
  26. package/package.json +10 -4
  27. package/readme.md +88 -66
  28. package/dist/chunk-CTF6QUBO.js +0 -2211
  29. package/dist/chunk-N4ENDK7Q.js +0 -2211
  30. package/dist/chunk-NG425SE2.js +0 -2178
  31. package/dist/qti-assessment-item-f1fcf393.d.ts +0 -120
  32. package/dist/qti-simple-choice-988808a2.d.ts +0 -352
  33. package/dist/vscode.html-custom-data.json +0 -775
@@ -42,13 +42,11 @@
42
42
  modifiers can not be in components, like this example where red should be a modifier inside base https://play.tailwindcss.com/JSnnv1Vvab?file=css
43
43
  */
44
44
 
45
- /* @layer base, components, utilities, variants; */
46
-
47
- /* layout, dimensions, design */
45
+ @layer base, components, variants, states, utilities;
48
46
 
49
47
  /** default styles for all components */
50
48
 
51
- *, ::before, ::after {
49
+ *, ::before, ::after{
52
50
  --tw-border-spacing-x: 0;
53
51
  --tw-border-spacing-y: 0;
54
52
  --tw-translate-x: 0;
@@ -98,7 +96,7 @@
98
96
  --tw-backdrop-sepia: ;
99
97
  }
100
98
 
101
- ::backdrop {
99
+ ::backdrop{
102
100
  --tw-border-spacing-x: 0;
103
101
  --tw-border-spacing-y: 0;
104
102
  --tw-translate-x: 0;
@@ -148,57 +146,6 @@
148
146
  --tw-backdrop-sepia: ;
149
147
  }
150
148
 
151
- /** The different components, you can choose only one */
152
-
153
- /* - button : .input-control-hidden qti-choice, qti-hotspot */
154
-
155
- /* - select : inline-choice */
156
-
157
- /* - check : qti-choice, qti-hotspot */
158
-
159
- /* !important, remove for checkbox and radio the active ring, the radio and checkbox will be selected instead */
160
-
161
- /* - text : text-entry and extended-text */
162
-
163
- /* - spot : gap-select-point, graphic-order, qti-graphic-associate */
164
-
165
- /* - drag : gap-match, match, order, associate */
166
-
167
- /* - drop : gap-match, match, order, associate */
168
-
169
- /** End components */
170
-
171
- /* hover, every element has a hover, except disabled( which overrides hover */
172
-
173
- /* focus, every element has a focus, even drop ( for keyboard access, eventually ) */
174
-
175
- /* active, choice active class and, used on checkbox and radio where not .qti-input-choice-hidden */
176
-
177
- /* readonly, overwrites cursor, hover background, outline for focus and ring */
178
-
179
- /* disabled, make gray state */
180
-
181
- /* drag in the drop, else the drag in the drop was black and not gray */
182
-
183
- /** Modifiers */
184
-
185
- /* PK: There was no utility to reset the ring-inset
186
- We use this for the drop container, where we want the ring to have an outset
187
- So the drag, with ring-inset, snugs neatly into the drop with ring-'outset'
188
- by unsetting the ring-inset */
189
-
190
- /* intext for elements which has to appear in text
191
- - intext : gap-match > qti-gap, hottext > hottext, select
192
- */
193
-
194
- /* small for elements which has to appear in text
195
- - intext : gap-match > qti-gap, hottext > hottext, select
196
- */
197
-
198
- /* @apply gap-0.5 rounded !px-1 !py-0 outline-offset-0 ring-1; */
199
-
200
- /* QTI Interactions */
201
-
202
149
  .qti-underline {
203
150
  text-decoration: underline;
204
151
  }
@@ -264,216 +211,87 @@
264
211
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
265
212
  }
266
213
 
267
- .qti-layout-row {
268
- display: flow-root;
269
- width: 100%;
270
- }
271
-
272
- .qti-layout-row [class*='qti-layout-col'] {
273
- margin-left: 2.1276595745%;
274
- float: left;
275
- }
276
-
277
- .qti-layout-row [class*='qti-layout-col']:first-child {
278
- margin-left: 0;
279
- }
280
-
281
- .qti-layout-row .qti-layout-col12 {
282
- width: 100%;
283
- }
284
-
285
- .qti-layout-row .qti-layout-offset12 {
286
- margin-left: 104.2553191489%;
287
- }
288
-
289
- .qti-layout-row .qti-layout-offset12:first-child {
290
- margin-left: 102.1276595745%;
291
- }
292
-
293
- .qti-layout-row .qti-layout-col11 {
294
- width: 91.4893617021%;
295
- }
296
-
297
- .qti-layout-row .qti-layout-offset11 {
298
- margin-left: 95.7446808511%;
299
- }
300
-
301
- .qti-layout-row .qti-layout-offset11:first-child {
302
- margin-left: 93.6170212766%;
303
- }
304
-
305
- .qti-layout-row .qti-layout-col10 {
306
- width: 82.9787234043%;
307
- }
308
-
309
- .qti-layout-row .qti-layout-offset10 {
310
- margin-left: 87.2340425532%;
311
- }
312
-
313
- .qti-layout-row .qti-layout-offset10:first-child {
314
- margin-left: 85.1063829787%;
315
- }
316
-
317
- .qti-layout-row .qti-layout-col9 {
318
- width: 74.4680851064%;
319
- }
320
-
321
- .qti-layout-row .qti-layout-offset9 {
322
- margin-left: 78.7234042553%;
323
- }
324
-
325
- .qti-layout-row .qti-layout-offset9:first-child {
326
- margin-left: 76.5957446809%;
327
- }
328
-
329
- .qti-layout-row .qti-layout-col8 {
330
- width: 65.9574468085%;
331
- }
332
-
333
- .qti-layout-row .qti-layout-offset8 {
334
- margin-left: 70.2127659574%;
335
- }
336
-
337
- .qti-layout-row .qti-layout-offset8:first-child {
338
- margin-left: 68.085106383%;
339
- }
340
-
341
- .qti-layout-row .qti-layout-col7 {
342
- width: 57.4468085106%;
343
- }
344
-
345
- .qti-layout-row .qti-layout-offset7 {
346
- margin-left: 61.7021276596%;
347
- }
348
-
349
- .qti-layout-row .qti-layout-offset7:first-child {
350
- margin-left: 59.5744680851%;
351
- }
352
-
353
- .qti-layout-row .qti-layout-col6 {
354
- width: 48.9361702128%;
355
- }
214
+ /** The different components, you can choose only one */
356
215
 
357
- .qti-layout-row .qti-layout-offset6 {
358
- margin-left: 53.1914893617%;
359
- }
216
+ /* - button : .input-control-hidden qti-choice, qti-hotspot */
360
217
 
361
- .qti-layout-row .qti-layout-offset6:first-child {
362
- margin-left: 51.0638297872%;
363
- }
218
+ /* - select : inline-choice */
364
219
 
365
- .qti-layout-row .qti-layout-col5 {
366
- width: 40.4255319149%;
367
- }
220
+ /* - check : qti-choice, qti-hotspot */
368
221
 
369
- .qti-layout-row .qti-layout-offset5 {
370
- margin-left: 44.6808510638%;
371
- }
222
+ /* !important, remove for checkbox and radio the active ring, the radio and checkbox will be selected instead */
372
223
 
373
- .qti-layout-row .qti-layout-offset5:first-child {
374
- margin-left: 42.5531914894%;
375
- }
224
+ /* - text : text-entry and extended-text */
376
225
 
377
- .qti-layout-row .qti-layout-col4 {
378
- width: 31.914893617%;
379
- }
226
+ /* - spot : gap-select-point, graphic-order, qti-graphic-associate */
380
227
 
381
- .qti-layout-row .qti-layout-offset4 {
382
- margin-left: 36.170212766%;
383
- }
228
+ /* - drag : gap-match, match, order, associate */
384
229
 
385
- .qti-layout-row .qti-layout-offset4:first-child {
386
- margin-left: 34.0425531915%;
387
- }
230
+ /* - drop : gap-match, match, order, associate */
388
231
 
389
- .qti-layout-row .qti-layout-col3 {
390
- width: 23.4042553191%;
391
- }
232
+ /** End components */
392
233
 
393
- .qti-layout-row .qti-layout-offset3 {
394
- margin-left: 27.6595744681%;
395
- }
234
+ /** Modifiers */
396
235
 
397
- .qti-layout-row .qti-layout-offset3:first-child {
398
- margin-left: 25.5319148936%;
399
- }
236
+ /* intext for elements which has to appear in text
237
+ - intext : gap-match > qti-gap, hottext > hottext, select
238
+ */
400
239
 
401
- .qti-layout-row .qti-layout-col2 {
402
- width: 14.8936170213%;
403
- }
240
+ /* small for elements which has to appear in text
241
+ - intext : gap-match > qti-gap, hottext > hottext, select
242
+ */
404
243
 
405
- .qti-layout-row .qti-layout-offset2 {
406
- margin-left: 19.1489361702%;
407
- }
244
+ /* @apply gap-0.5 rounded !px-1 !py-0 outline-offset-0 ring-1; */
408
245
 
409
- .qti-layout-row .qti-layout-offset2:first-child {
410
- margin-left: 17.0212765957%;
411
- }
246
+ /* hover, every element has a hover, except disabled( which overrides hover */
412
247
 
413
- .qti-layout-row .qti-layout-col1 {
414
- width: 6.3829787234%;
415
- }
248
+ /* focus, every element has a focus, even drop ( for keyboard access, eventually ) */
416
249
 
417
- .qti-layout-row .qti-layout-offset1 {
418
- margin-left: 10.6382978723%;
419
- }
250
+ /* active, choice active class and, used on checkbox and radio where not .qti-input-choice-hidden */
420
251
 
421
- .qti-layout-row .qti-layout-offset1:first-child {
422
- margin-left: 8.5106382979%;
423
- }
252
+ /* readonly, overwrites cursor, hover background, outline for focus and ring */
424
253
 
425
- .qti-input-width-1 {
426
- width: 1ch;
427
- min-width: 1ch;
428
- }
254
+ /* disabled, make gray state */
429
255
 
430
- .qti-input-width-2 {
431
- width: 2ch;
432
- min-width: 2ch;
433
- }
256
+ /* drag in the drop, else the drag in the drop was black and not gray */
434
257
 
435
- .qti-input-width-3 {
436
- width: 3ch;
437
- min-width: 3ch;
438
- }
258
+ /* PK: There was no utility to reset the ring-inset
259
+ We use this for the drop container, where we want the ring to have an outset
260
+ So the drag, with ring-inset, snugs neatly into the drop with ring-'outset'
261
+ by unsetting the ring-inset */
439
262
 
440
- .qti-input-width-4 {
441
- width: 4ch;
442
- min-width: 4ch;
263
+ qti-choice-interaction{
264
+ margin-top: 0.5rem;
265
+ margin-bottom: 0.5rem;
266
+ display: grid;
267
+ gap: 0.5rem;
443
268
  }
444
269
 
445
- .qti-input-width-6 {
446
- width: 6ch;
447
- min-width: 6ch;
270
+ qti-choice-interaction.qti-choices-stacking-2{
271
+ grid-template-columns: repeat(2, minmax(0, 1fr));
448
272
  }
449
273
 
450
- .qti-input-width-10 {
451
- width: 10ch;
452
- min-width: 10ch;
274
+ qti-choice-interaction.qti-choices-stacking-3{
275
+ grid-template-columns: repeat(3, minmax(0, 1fr));
453
276
  }
454
277
 
455
- .qti-input-width-15 {
456
- width: 15ch;
457
- min-width: 15ch;
278
+ qti-choice-interaction.qti-choices-stacking-4{
279
+ grid-template-columns: repeat(4, minmax(0, 1fr));
458
280
  }
459
281
 
460
- .qti-input-width-20 {
461
- width: 20ch;
462
- min-width: 20ch;
282
+ qti-choice-interaction.qti-choices-stacking-5{
283
+ grid-template-columns: repeat(5, minmax(0, 1fr));
463
284
  }
464
285
 
465
- .qti-input-width-72 {
466
- width: 72ch;
467
- min-width: 72ch;
286
+ qti-choice-interaction.qti-orientation-horizontal{
287
+ display: flex;
468
288
  }
469
289
 
470
- qti-choice-interaction {
471
- margin-top: 0.5rem;
472
- margin-bottom: 0.5rem;
473
- gap: 0.5rem;
290
+ qti-choice-interaction[orientation='horizontal']{
291
+ display: flex;
474
292
  }
475
293
 
476
- qti-choice-interaction.qti-input-control-hidden qti-simple-choice {
294
+ qti-choice-interaction.qti-input-control-hidden qti-simple-choice{
477
295
  cursor: pointer;
478
296
  border-radius: 0.375rem;
479
297
  --tw-text-opacity: 1;
@@ -499,25 +317,25 @@ qti-choice-interaction.qti-input-control-hidden qti-simple-choice {
499
317
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
500
318
  }
501
319
 
502
- qti-choice-interaction.qti-input-control-hidden qti-simple-choice:hover {
320
+ qti-choice-interaction.qti-input-control-hidden qti-simple-choice:hover{
503
321
  --tw-bg-opacity: 1;
504
322
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
505
323
  }
506
324
 
507
- qti-choice-interaction.qti-input-control-hidden qti-simple-choice:focus {
325
+ qti-choice-interaction.qti-input-control-hidden qti-simple-choice:focus{
508
326
  outline-width: 2px;
509
- outline-color: #93c5fd;
327
+ outline-color: #fca5a5;
510
328
  }
511
329
 
512
- qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-checked="true"] {
330
+ qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-checked="true"]{
513
331
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
514
332
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
515
333
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
516
334
  --tw-ring-opacity: 1;
517
- --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
335
+ --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
518
336
  }
519
337
 
520
- qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-disabled="true"] {
338
+ qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-disabled="true"]{
521
339
  cursor: not-allowed;
522
340
  --tw-bg-opacity: 1;
523
341
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
@@ -530,12 +348,12 @@ qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-disabled=
530
348
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
531
349
  }
532
350
 
533
- qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-disabled="true"] > * {
351
+ qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-disabled="true"] > *{
534
352
  --tw-text-opacity: 1 !important;
535
353
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
536
354
  }
537
355
 
538
- qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-readonly="true"] {
356
+ qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-readonly="true"]{
539
357
  cursor: pointer;
540
358
  --tw-bg-opacity: 1;
541
359
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@@ -548,7 +366,7 @@ qti-choice-interaction.qti-input-control-hidden qti-simple-choice[aria-readonly=
548
366
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
549
367
  }
550
368
 
551
- qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice {
369
+ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice{
552
370
  cursor: pointer;
553
371
  border-radius: 0.375rem;
554
372
  --tw-text-opacity: 1;
@@ -585,7 +403,7 @@ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice::part(ch
585
403
  width: 66.666667%;
586
404
  }
587
405
 
588
- qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='radio']::part(ch) {
406
+ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='radio']::part(ch){
589
407
  display: flex;
590
408
  height: 1.25rem;
591
409
  width: 1.25rem;
@@ -604,13 +422,13 @@ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='ra
604
422
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
605
423
  }
606
424
 
607
- qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='radio'][aria-checked='true']::part(cha) {
425
+ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='radio'][aria-checked='true']::part(cha){
608
426
  border-radius: 9999px;
609
427
  --tw-bg-opacity: 1;
610
- background-color: rgb(59 130 246 / var(--tw-bg-opacity));
428
+ background-color: rgb(239 68 68 / var(--tw-bg-opacity));
611
429
  }
612
430
 
613
- qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='checkbox']::part(ch) {
431
+ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='checkbox']::part(ch){
614
432
  display: flex;
615
433
  height: 1.25rem;
616
434
  width: 1.25rem;
@@ -633,25 +451,25 @@ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[role='ch
633
451
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' 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");
634
452
  }
635
453
 
636
- qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice:hover {
454
+ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice:hover{
637
455
  --tw-bg-opacity: 1;
638
456
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
639
457
  }
640
458
 
641
- qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice:focus {
459
+ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice:focus{
642
460
  outline-width: 2px;
643
- outline-color: #93c5fd;
461
+ outline-color: #fca5a5;
644
462
  }
645
463
 
646
- qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-checked="true"] {
464
+ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-checked="true"]{
647
465
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
648
466
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
649
467
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
650
468
  --tw-ring-opacity: 1;
651
- --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
469
+ --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
652
470
  }
653
471
 
654
- qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-disabled="true"] {
472
+ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-disabled="true"]{
655
473
  cursor: not-allowed;
656
474
  --tw-bg-opacity: 1;
657
475
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
@@ -664,12 +482,12 @@ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-dis
664
482
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
665
483
  }
666
484
 
667
- qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-disabled="true"] > * {
485
+ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-disabled="true"] > *{
668
486
  --tw-text-opacity: 1 !important;
669
487
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
670
488
  }
671
489
 
672
- qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-readonly="true"] {
490
+ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-readonly="true"]{
673
491
  cursor: pointer;
674
492
  --tw-bg-opacity: 1;
675
493
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@@ -682,12 +500,12 @@ qti-choice-interaction:not(.qti-input-control-hidden) qti-simple-choice[aria-rea
682
500
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
683
501
  }
684
502
 
685
- qti-text-entry-interaction {
503
+ qti-text-entry-interaction{
686
504
  margin-top: 0.5rem;
687
505
  margin-bottom: 0.5rem;
688
506
  }
689
507
 
690
- qti-text-entry-interaction::part(input) {
508
+ qti-text-entry-interaction::part(input){
691
509
  cursor: pointer;
692
510
  color: rgb(17 24 39 / var(--tw-text-opacity));
693
511
  outline: 2px solid transparent;
@@ -708,22 +526,22 @@ qti-text-entry-interaction::part(input) {
708
526
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
709
527
  }
710
528
 
711
- qti-text-entry-interaction::part(input):hover {
529
+ qti-text-entry-interaction::part(input):hover{
712
530
  --tw-bg-opacity: 1;
713
531
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
714
532
  }
715
533
 
716
- qti-text-entry-interaction::part(input):focus {
534
+ qti-text-entry-interaction::part(input):focus{
717
535
  outline-width: 2px;
718
- outline-color: #93c5fd;
536
+ outline-color: #fca5a5;
719
537
  }
720
538
 
721
- qti-extended-text-interaction {
539
+ qti-extended-text-interaction{
722
540
  margin-top: 0.5rem;
723
541
  margin-bottom: 0.5rem;
724
542
  }
725
543
 
726
- qti-extended-text-interaction::part(textarea) {
544
+ qti-extended-text-interaction::part(textarea){
727
545
  cursor: pointer;
728
546
  color: rgb(17 24 39 / var(--tw-text-opacity));
729
547
  outline: 2px solid transparent;
@@ -744,23 +562,23 @@ qti-extended-text-interaction::part(textarea) {
744
562
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
745
563
  }
746
564
 
747
- qti-extended-text-interaction::part(textarea):hover {
565
+ qti-extended-text-interaction::part(textarea):hover{
748
566
  --tw-bg-opacity: 1;
749
567
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
750
568
  }
751
569
 
752
- qti-extended-text-interaction::part(textarea):focus {
570
+ qti-extended-text-interaction::part(textarea):focus{
753
571
  outline-width: 2px;
754
- outline-color: #93c5fd;
572
+ outline-color: #fca5a5;
755
573
  }
756
574
 
757
- qti-gap-match-interaction {
575
+ qti-gap-match-interaction{
758
576
  margin-top: 0.5rem;
759
577
  margin-bottom: 0.5rem;
760
578
  line-height: 2rem;
761
579
  }
762
580
 
763
- qti-gap-match-interaction qti-gap-text {
581
+ qti-gap-match-interaction qti-gap-text{
764
582
  cursor: pointer;
765
583
  border-radius: 0.375rem;
766
584
  --tw-text-opacity: 1;
@@ -800,17 +618,17 @@ qti-gap-match-interaction qti-gap-text {
800
618
  line-height: 1.5;
801
619
  }
802
620
 
803
- qti-gap-match-interaction qti-gap-text:hover {
621
+ qti-gap-match-interaction qti-gap-text:hover{
804
622
  --tw-bg-opacity: 1;
805
623
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
806
624
  }
807
625
 
808
- qti-gap-match-interaction qti-gap-text:focus {
626
+ qti-gap-match-interaction qti-gap-text:focus{
809
627
  outline-width: 2px;
810
- outline-color: #93c5fd;
628
+ outline-color: #fca5a5;
811
629
  }
812
630
 
813
- qti-gap-match-interaction qti-gap {
631
+ qti-gap-match-interaction qti-gap{
814
632
  cursor: pointer;
815
633
  border-radius: 0.375rem;
816
634
  --tw-text-opacity: 1;
@@ -837,17 +655,17 @@ qti-gap-match-interaction qti-gap {
837
655
  line-height: 1.5;
838
656
  }
839
657
 
840
- qti-gap-match-interaction qti-gap:hover {
658
+ qti-gap-match-interaction qti-gap:hover{
841
659
  --tw-bg-opacity: 1;
842
660
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
843
661
  }
844
662
 
845
- qti-gap-match-interaction qti-gap:focus {
663
+ qti-gap-match-interaction qti-gap:focus{
846
664
  outline-width: 2px;
847
- outline-color: #93c5fd;
665
+ outline-color: #fca5a5;
848
666
  }
849
667
 
850
- qti-gap-match-interaction qti-gap {
668
+ qti-gap-match-interaction qti-gap{
851
669
  width: 8rem;
852
670
  }
853
671
 
@@ -857,7 +675,7 @@ qti-gap-match-interaction qti-gap:empty:after {
857
675
  content: '\0000a0'; /* when empty, put a space in it */
858
676
  }
859
677
 
860
- qti-gap-match-interaction qti-gap:not(:empty) {
678
+ qti-gap-match-interaction qti-gap:not(:empty){
861
679
  display: inline-flex;
862
680
  width: auto;
863
681
  padding: 0px;
@@ -866,7 +684,7 @@ qti-gap-match-interaction qti-gap:not(:empty) {
866
684
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
867
685
  }
868
686
 
869
- qti-gap-match-interaction qti-gap:not(:empty) > * {
687
+ qti-gap-match-interaction qti-gap:not(:empty) > *{
870
688
  flex: 1 1 0%;
871
689
  --tw-rotate: 0deg;
872
690
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -877,228 +695,41 @@ qti-gap-match-interaction qti-gap:not(:empty) > * {
877
695
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
878
696
  }
879
697
 
880
- qti-hotspot-interaction {
698
+ qti-hotspot-interaction{
881
699
  margin-top: 0.5rem;
882
700
  margin-bottom: 0.5rem;
883
701
  }
884
702
 
885
- qti-hotspot-interaction qti-hotspot-choice:hover {
703
+ qti-hotspot-interaction qti-hotspot-choice:hover{
886
704
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
887
705
  --tw-bg-opacity: 0.3;
888
706
  }
889
707
 
890
- qti-hotspot-interaction qti-hotspot-choice {
891
-
892
- /* &::after {
893
- content: '';
894
- @apply absolute top-0 block origin-center bg-white;
895
- height: 95%;
896
- width: 95%;
897
- clip-path: inherit;
898
- } */
899
- }
900
-
901
- qti-hotspot-interaction qti-hotspot-choice[shape='circle'] {
902
- cursor: pointer;
903
- border-radius: 0.375rem;
904
- --tw-text-opacity: 1;
905
- color: rgb(17 24 39 / var(--tw-text-opacity));
906
- outline: 2px solid transparent;
907
- outline-offset: 2px;
908
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
909
- --tw-ring-inset: inset;
910
- --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
911
- height: 100%;
912
- width: 100%;
913
- background-color: transparent;
914
- padding: 0px;
915
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
916
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
917
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
918
- --tw-ring-opacity: 1;
919
- --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
920
- border-radius: 9999px;
921
- }
922
-
923
- qti-hotspot-interaction qti-hotspot-choice[shape='circle']:hover {
924
- --tw-ring-opacity: 1;
925
- --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
926
- }
927
-
928
- qti-hotspot-interaction qti-hotspot-choice[shape='circle']:focus {
929
- outline-width: 2px;
930
- outline-color: #93c5fd;
931
- }
932
-
933
- qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-checked="true"] {
934
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
935
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
936
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
937
- --tw-ring-opacity: 1;
938
- --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
939
- }
940
-
941
- qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-disabled="true"] {
942
- cursor: not-allowed;
943
- --tw-bg-opacity: 1;
944
- background-color: rgb(243 244 246 / var(--tw-bg-opacity));
945
- --tw-text-opacity: 1;
946
- color: rgb(107 114 128 / var(--tw-text-opacity));
947
- --tw-shadow: 0 0 #0000;
948
- --tw-shadow-colored: 0 0 #0000;
949
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
950
- --tw-ring-opacity: 1;
951
- --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
952
- }
953
-
954
- qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-disabled="true"] > * {
955
- --tw-text-opacity: 1 !important;
956
- color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
957
- }
958
-
959
- qti-hotspot-interaction qti-hotspot-choice[shape='circle'][aria-readonly="true"] {
960
- cursor: pointer;
708
+ qti-hotspot-interaction qti-hotspot-choice[aria-checked='true']{
961
709
  --tw-bg-opacity: 1;
962
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
963
- --tw-shadow: 0 0 #0000;
964
- --tw-shadow-colored: 0 0 #0000;
965
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
966
- outline-width: 0px;
967
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
968
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
969
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
970
- }
971
-
972
- qti-hotspot-interaction qti-hotspot-choice[shape='rect'] {
973
- cursor: pointer;
974
- border-radius: 0.375rem;
975
- --tw-text-opacity: 1;
976
- color: rgb(17 24 39 / var(--tw-text-opacity));
977
- outline: 2px solid transparent;
978
- outline-offset: 2px;
979
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
980
- --tw-ring-inset: inset;
981
- --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
982
- height: 100%;
983
- width: 100%;
984
- background-color: transparent;
985
- padding: 0px;
986
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
987
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
988
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
989
- --tw-ring-opacity: 1;
990
- --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
991
- }
992
-
993
- qti-hotspot-interaction qti-hotspot-choice[shape='rect']:hover {
994
- --tw-ring-opacity: 1;
995
- --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
996
- }
997
-
998
- qti-hotspot-interaction qti-hotspot-choice[shape='rect']:focus {
999
- outline-width: 2px;
1000
- outline-color: #93c5fd;
1001
- }
1002
-
1003
- qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-checked="true"] {
1004
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1005
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1006
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1007
- --tw-ring-opacity: 1;
1008
- --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
1009
- }
1010
-
1011
- qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-disabled="true"] {
1012
- cursor: not-allowed;
1013
- --tw-bg-opacity: 1;
1014
- background-color: rgb(243 244 246 / var(--tw-bg-opacity));
1015
- --tw-text-opacity: 1;
1016
- color: rgb(107 114 128 / var(--tw-text-opacity));
1017
- --tw-shadow: 0 0 #0000;
1018
- --tw-shadow-colored: 0 0 #0000;
1019
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1020
- --tw-ring-opacity: 1;
1021
- --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
1022
- }
1023
-
1024
- qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-disabled="true"] > * {
1025
- --tw-text-opacity: 1 !important;
1026
- color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
1027
- }
1028
-
1029
- qti-hotspot-interaction qti-hotspot-choice[shape='rect'][aria-readonly="true"] {
1030
- cursor: pointer;
1031
- --tw-bg-opacity: 1;
1032
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1033
- --tw-shadow: 0 0 #0000;
1034
- --tw-shadow-colored: 0 0 #0000;
1035
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1036
- outline-width: 0px;
1037
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1038
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1039
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1040
- }
1041
-
1042
- qti-hotspot-interaction qti-hotspot-choice[shape='poly']:hover {
1043
- --tw-bg-opacity: 1;
1044
- background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1045
- }
1046
-
1047
- qti-hotspot-interaction qti-hotspot-choice[shape='poly']:focus {
1048
- outline-width: 2px;
1049
- outline-color: #93c5fd;
1050
- }
1051
-
1052
- qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-checked="true"] {
1053
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1054
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1055
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1056
- --tw-ring-opacity: 1;
1057
- --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
1058
- }
1059
-
1060
- qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-disabled="true"] {
1061
- cursor: not-allowed;
1062
- --tw-bg-opacity: 1;
1063
- background-color: rgb(243 244 246 / var(--tw-bg-opacity));
1064
- --tw-text-opacity: 1;
1065
- color: rgb(107 114 128 / var(--tw-text-opacity));
1066
- --tw-shadow: 0 0 #0000;
1067
- --tw-shadow-colored: 0 0 #0000;
1068
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1069
- --tw-ring-opacity: 1;
1070
- --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
1071
- }
1072
-
1073
- qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-disabled="true"] > * {
1074
- --tw-text-opacity: 1 !important;
1075
- color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
1076
- }
1077
-
1078
- qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-readonly="true"] {
1079
- cursor: pointer;
1080
- --tw-bg-opacity: 1;
1081
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1082
- --tw-shadow: 0 0 #0000;
1083
- --tw-shadow-colored: 0 0 #0000;
1084
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1085
- outline-width: 0px;
1086
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1087
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1088
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1089
- }
1090
-
1091
- qti-hotspot-interaction qti-hotspot-choice[shape='poly'][aria-checked='true'] {
1092
- --tw-bg-opacity: 1;
1093
- background-color: rgb(59 130 246 / var(--tw-bg-opacity));
1094
- }
710
+ background-color: rgb(220 38 38 / var(--tw-bg-opacity));
711
+ }
712
+
713
+ qti-hotspot-interaction qti-hotspot-choice::after {
714
+ content: '';
715
+ position: absolute;
716
+ top: 0px;
717
+ display: block;
718
+ transform-origin: center;
719
+ --tw-bg-opacity: 1;
720
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
721
+ height: 95%;
722
+ width: 95%;
723
+ -webkit-clip-path: inherit;
724
+ clip-path: inherit;
725
+ }
1095
726
 
1096
- qti-hottext-interaction {
727
+ qti-hottext-interaction{
1097
728
  margin-top: 0.5rem;
1098
729
  margin-bottom: 0.5rem;
1099
730
  }
1100
731
 
1101
- qti-hottext-interaction.qti-input-control-hidden qti-hottext {
732
+ qti-hottext-interaction.qti-input-control-hidden qti-hottext{
1102
733
  cursor: pointer;
1103
734
  border-radius: 0.375rem;
1104
735
  --tw-text-opacity: 1;
@@ -1128,25 +759,25 @@ qti-hottext-interaction.qti-input-control-hidden qti-hottext {
1128
759
  /* @apply gap-0.5 rounded !px-1 !py-0 outline-offset-0 ring-1; */
1129
760
  }
1130
761
 
1131
- qti-hottext-interaction.qti-input-control-hidden qti-hottext:hover {
762
+ qti-hottext-interaction.qti-input-control-hidden qti-hottext:hover{
1132
763
  --tw-bg-opacity: 1;
1133
764
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1134
765
  }
1135
766
 
1136
- qti-hottext-interaction.qti-input-control-hidden qti-hottext:focus {
767
+ qti-hottext-interaction.qti-input-control-hidden qti-hottext:focus{
1137
768
  outline-width: 2px;
1138
- outline-color: #93c5fd;
769
+ outline-color: #fca5a5;
1139
770
  }
1140
771
 
1141
- qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-checked="true"] {
772
+ qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-checked="true"]{
1142
773
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1143
774
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1144
775
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1145
776
  --tw-ring-opacity: 1;
1146
- --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
777
+ --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
1147
778
  }
1148
779
 
1149
- qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-disabled="true"] {
780
+ qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-disabled="true"]{
1150
781
  cursor: not-allowed;
1151
782
  --tw-bg-opacity: 1;
1152
783
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
@@ -1159,12 +790,12 @@ qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-disabled="true
1159
790
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
1160
791
  }
1161
792
 
1162
- qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-disabled="true"] > * {
793
+ qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-disabled="true"] > *{
1163
794
  --tw-text-opacity: 1 !important;
1164
795
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
1165
796
  }
1166
797
 
1167
- qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-readonly="true"] {
798
+ qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-readonly="true"]{
1168
799
  cursor: pointer;
1169
800
  --tw-bg-opacity: 1;
1170
801
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@@ -1177,11 +808,11 @@ qti-hottext-interaction.qti-input-control-hidden qti-hottext[aria-readonly="true
1177
808
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1178
809
  }
1179
810
 
1180
- qti-hottext-interaction.qti-input-control-hidden qti-hottext::part(ch) {
811
+ qti-hottext-interaction.qti-input-control-hidden qti-hottext::part(ch){
1181
812
  display: none !important;
1182
813
  }
1183
814
 
1184
- qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext {
815
+ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext{
1185
816
  cursor: pointer;
1186
817
  border-radius: 0.375rem;
1187
818
  --tw-text-opacity: 1;
@@ -1218,7 +849,7 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext::part(cha) {
1218
849
  width: 66.666667%;
1219
850
  }
1220
851
 
1221
- qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='radio']::part(ch) {
852
+ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='radio']::part(ch){
1222
853
  display: flex;
1223
854
  height: 1.25rem;
1224
855
  width: 1.25rem;
@@ -1237,13 +868,13 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='radio']
1237
868
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
1238
869
  }
1239
870
 
1240
- qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='radio'][aria-checked='true']::part(cha) {
871
+ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='radio'][aria-checked='true']::part(cha){
1241
872
  border-radius: 9999px;
1242
873
  --tw-bg-opacity: 1;
1243
- background-color: rgb(59 130 246 / var(--tw-bg-opacity));
874
+ background-color: rgb(239 68 68 / var(--tw-bg-opacity));
1244
875
  }
1245
876
 
1246
- qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='checkbox']::part(ch) {
877
+ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='checkbox']::part(ch){
1247
878
  display: flex;
1248
879
  height: 1.25rem;
1249
880
  width: 1.25rem;
@@ -1266,7 +897,7 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[role='checkbo
1266
897
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' 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");
1267
898
  }
1268
899
 
1269
- qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext {
900
+ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext{
1270
901
  display: inline-flex;
1271
902
 
1272
903
  /* @apply inline-flex gap-1 px-1 py-0 align-bottom font-normal ring-offset-0; */
@@ -1282,7 +913,7 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext {
1282
913
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1283
914
  }
1284
915
 
1285
- qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext::part(ch) {
916
+ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext::part(ch){
1286
917
  height: 1rem !important;
1287
918
  width: 1rem !important;
1288
919
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
@@ -1290,25 +921,25 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext::part(ch) {
1290
921
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
1291
922
  }
1292
923
 
1293
- qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext:hover {
924
+ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext:hover{
1294
925
  --tw-bg-opacity: 1;
1295
926
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1296
927
  }
1297
928
 
1298
- qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext:focus {
929
+ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext:focus{
1299
930
  outline-width: 2px;
1300
- outline-color: #93c5fd;
931
+ outline-color: #fca5a5;
1301
932
  }
1302
933
 
1303
- qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-checked="true"] {
934
+ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-checked="true"]{
1304
935
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1305
936
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1306
937
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1307
938
  --tw-ring-opacity: 1;
1308
- --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
939
+ --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
1309
940
  }
1310
941
 
1311
- qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-disabled="true"] {
942
+ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-disabled="true"]{
1312
943
  cursor: not-allowed;
1313
944
  --tw-bg-opacity: 1;
1314
945
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
@@ -1321,12 +952,12 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-disabled
1321
952
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
1322
953
  }
1323
954
 
1324
- qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-disabled="true"] > * {
955
+ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-disabled="true"] > *{
1325
956
  --tw-text-opacity: 1 !important;
1326
957
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
1327
958
  }
1328
959
 
1329
- qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-readonly="true"] {
960
+ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-readonly="true"]{
1330
961
  cursor: pointer;
1331
962
  --tw-bg-opacity: 1;
1332
963
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@@ -1339,7 +970,7 @@ qti-hottext-interaction:not(.qti-input-control-hidden) qti-hottext[aria-readonly
1339
970
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1340
971
  }
1341
972
 
1342
- qti-inline-choice-interaction::part(select) {
973
+ qti-inline-choice-interaction::part(select){
1343
974
  cursor: pointer;
1344
975
  border-radius: 0.375rem;
1345
976
  --tw-text-opacity: 1;
@@ -1367,25 +998,25 @@ qti-inline-choice-interaction::part(select) {
1367
998
  no-repeat center right 6px;
1368
999
  }
1369
1000
 
1370
- qti-inline-choice-interaction::part(select):hover {
1001
+ qti-inline-choice-interaction::part(select):hover{
1371
1002
  --tw-bg-opacity: 1;
1372
1003
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1373
1004
  }
1374
1005
 
1375
- qti-inline-choice-interaction::part(select):focus {
1006
+ qti-inline-choice-interaction::part(select):focus{
1376
1007
  outline-width: 2px;
1377
- outline-color: #93c5fd;
1008
+ outline-color: #fca5a5;
1378
1009
  }
1379
1010
 
1380
- qti-inline-choice-interaction[aria-checked="true"]::part(select) {
1011
+ qti-inline-choice-interaction[aria-checked="true"]::part(select){
1381
1012
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1382
1013
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1383
1014
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1384
1015
  --tw-ring-opacity: 1;
1385
- --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
1016
+ --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
1386
1017
  }
1387
1018
 
1388
- qti-inline-choice-interaction[aria-disabled="true"]::part(select) {
1019
+ qti-inline-choice-interaction[aria-disabled="true"]::part(select){
1389
1020
  cursor: not-allowed;
1390
1021
  --tw-bg-opacity: 1;
1391
1022
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
@@ -1398,12 +1029,12 @@ qti-inline-choice-interaction[aria-disabled="true"]::part(select) {
1398
1029
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
1399
1030
  }
1400
1031
 
1401
- qti-inline-choice-interaction::part(select)[aria-disabled="true"] > * {
1032
+ qti-inline-choice-interaction::part(select)[aria-disabled="true"] > *{
1402
1033
  --tw-text-opacity: 1 !important;
1403
1034
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
1404
1035
  }
1405
1036
 
1406
- qti-inline-choice-interaction[aria-readonly="true"]::part(select) {
1037
+ qti-inline-choice-interaction[aria-readonly="true"]::part(select){
1407
1038
  cursor: pointer;
1408
1039
  --tw-bg-opacity: 1;
1409
1040
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@@ -1416,14 +1047,14 @@ qti-inline-choice-interaction[aria-readonly="true"]::part(select) {
1416
1047
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1417
1048
  }
1418
1049
 
1419
- qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type {
1050
+ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type{
1420
1051
  display: flex;
1421
1052
  flex-wrap: wrap;
1422
1053
  gap: 0.5rem;
1423
1054
  padding-bottom: 1rem;
1424
1055
  }
1425
1056
 
1426
- qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type qti-simple-associable-choice {
1057
+ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type qti-simple-associable-choice{
1427
1058
  cursor: pointer;
1428
1059
  border-radius: 0.375rem;
1429
1060
  --tw-text-opacity: 1;
@@ -1462,24 +1093,24 @@ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type
1462
1093
  padding-right: 0.75rem;
1463
1094
  }
1464
1095
 
1465
- qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type qti-simple-associable-choice:hover {
1096
+ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type qti-simple-associable-choice:hover{
1466
1097
  --tw-bg-opacity: 1;
1467
1098
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1468
1099
  }
1469
1100
 
1470
- qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type qti-simple-associable-choice:focus {
1101
+ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:first-of-type qti-simple-associable-choice:focus{
1471
1102
  outline-width: 2px;
1472
- outline-color: #93c5fd;
1103
+ outline-color: #fca5a5;
1473
1104
  }
1474
1105
 
1475
- qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type {
1106
+ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type{
1476
1107
  display: grid;
1477
1108
  grid-auto-columns: minmax(0, 1fr);
1478
1109
  grid-auto-flow: column;
1479
1110
  gap: 0.5rem;
1480
1111
  }
1481
1112
 
1482
- qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice {
1113
+ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice{
1483
1114
  cursor: pointer;
1484
1115
  border-radius: 0.375rem;
1485
1116
  --tw-text-opacity: 1;
@@ -1504,24 +1135,23 @@ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type
1504
1135
  --tw-ring-inset: unset;
1505
1136
  }
1506
1137
 
1507
- qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice:hover {
1138
+ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice:hover{
1508
1139
  --tw-bg-opacity: 1;
1509
1140
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1510
1141
  }
1511
1142
 
1512
- qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice:focus {
1143
+ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice:focus{
1513
1144
  outline-width: 2px;
1514
- outline-color: #93c5fd;
1145
+ outline-color: #fca5a5;
1515
1146
  }
1516
1147
 
1517
- qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice {
1518
- /* @apply flex h-32 flex-col gap-2; */
1519
- display: flex;
1520
- height: 8rem;
1521
- flex-direction: column;
1522
- }
1148
+ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice{
1149
+ display: flex;
1150
+ flex-direction: column;
1151
+ gap: 0.5rem;
1152
+ }
1523
1153
 
1524
- qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice > qti-simple-associable-choice {
1154
+ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice > qti-simple-associable-choice{
1525
1155
  cursor: pointer;
1526
1156
  border-radius: 0.375rem;
1527
1157
  --tw-text-opacity: 1;
@@ -1540,6 +1170,10 @@ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type
1540
1170
  user-select: none;
1541
1171
  --tw-bg-opacity: 1;
1542
1172
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1173
+ padding-top: 0.25rem;
1174
+ padding-bottom: 0.25rem;
1175
+ padding-left: 1rem;
1176
+ padding-right: 0.5rem;
1543
1177
  font-weight: 600;
1544
1178
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1545
1179
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
@@ -1554,28 +1188,20 @@ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type
1554
1188
  background-repeat: repeat-y;
1555
1189
  background-position: left 2px;
1556
1190
  background-size: 14px 8px;
1557
- padding-top: 0.5rem;
1558
- padding-bottom: 0.5rem;
1559
- padding-left: 1rem;
1560
- padding-right: 0.75rem;
1561
1191
  }
1562
1192
 
1563
- qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice > qti-simple-associable-choice:hover {
1193
+ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice > qti-simple-associable-choice:hover{
1564
1194
  --tw-bg-opacity: 1;
1565
1195
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1566
1196
  }
1567
1197
 
1568
- qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice > qti-simple-associable-choice:focus {
1198
+ qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice > qti-simple-associable-choice:focus{
1569
1199
  outline-width: 2px;
1570
- outline-color: #93c5fd;
1200
+ outline-color: #fca5a5;
1571
1201
  }
1572
1202
 
1573
- qti-match-interaction:not(.qti-match-tabular) qti-simple-match-set:last-of-type qti-simple-associable-choice > qti-simple-associable-choice {
1574
- flex-basis: fit-content;
1575
- }
1576
-
1577
1203
  qti-order-interaction::part(qti-simple-choice),
1578
- qti-order-interaction qti-simple-choice {
1204
+ qti-order-interaction qti-simple-choice{
1579
1205
  cursor: pointer;
1580
1206
  border-radius: 0.375rem;
1581
1207
  --tw-text-opacity: 1;
@@ -1615,18 +1241,18 @@ qti-order-interaction::part(qti-simple-choice),
1615
1241
  }
1616
1242
 
1617
1243
  qti-order-interaction::part(qti-simple-choice):hover,
1618
- qti-order-interaction qti-simple-choice:hover {
1244
+ qti-order-interaction qti-simple-choice:hover{
1619
1245
  --tw-bg-opacity: 1;
1620
1246
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1621
1247
  }
1622
1248
 
1623
1249
  qti-order-interaction::part(qti-simple-choice):focus,
1624
- qti-order-interaction qti-simple-choice:focus {
1250
+ qti-order-interaction qti-simple-choice:focus{
1625
1251
  outline-width: 2px;
1626
- outline-color: #93c5fd;
1252
+ outline-color: #fca5a5;
1627
1253
  }
1628
1254
 
1629
- qti-order-interaction::part(qti-simple-choice) {
1255
+ qti-order-interaction::part(qti-simple-choice){
1630
1256
  display: flex;
1631
1257
  width: 100%;
1632
1258
  align-items: center;
@@ -1634,15 +1260,15 @@ qti-order-interaction::part(qti-simple-choice) {
1634
1260
  text-overflow: ellipsis;
1635
1261
  }
1636
1262
 
1637
- qti-order-interaction::part(drops) {
1263
+ qti-order-interaction::part(drops){
1638
1264
  gap: 0.5rem;
1639
1265
  }
1640
1266
 
1641
- qti-order-interaction::part(drags) {
1267
+ qti-order-interaction::part(drags){
1642
1268
  gap: 0.5rem;
1643
1269
  }
1644
1270
 
1645
- qti-order-interaction::part(drop-list) {
1271
+ qti-order-interaction::part(drop-list){
1646
1272
  cursor: pointer;
1647
1273
  border-radius: 0.375rem;
1648
1274
  --tw-text-opacity: 1;
@@ -1669,26 +1295,26 @@ qti-order-interaction::part(drop-list) {
1669
1295
  min-height: 4rem;
1670
1296
  }
1671
1297
 
1672
- qti-order-interaction::part(drop-list):hover {
1298
+ qti-order-interaction::part(drop-list):hover{
1673
1299
  --tw-bg-opacity: 1;
1674
1300
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1675
1301
  }
1676
1302
 
1677
- qti-order-interaction::part(drop-list):focus {
1303
+ qti-order-interaction::part(drop-list):focus{
1678
1304
  outline-width: 2px;
1679
- outline-color: #93c5fd;
1305
+ outline-color: #fca5a5;
1680
1306
  }
1681
1307
 
1682
- qti-order-interaction::part(active) {
1308
+ qti-order-interaction::part(active){
1683
1309
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1684
1310
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1685
1311
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1686
1312
  --tw-ring-opacity: 1;
1687
- --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
1313
+ --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
1688
1314
  }
1689
1315
 
1690
1316
  qti-associate-interaction::part(qti-simple-associable-choice),
1691
- qti-associate-interaction qti-simple-associable-choice {
1317
+ qti-associate-interaction qti-simple-associable-choice{
1692
1318
  cursor: pointer;
1693
1319
  border-radius: 0.375rem;
1694
1320
  --tw-text-opacity: 1;
@@ -1732,18 +1358,18 @@ qti-associate-interaction::part(qti-simple-associable-choice),
1732
1358
  }
1733
1359
 
1734
1360
  qti-associate-interaction::part(qti-simple-associable-choice):hover,
1735
- qti-associate-interaction qti-simple-associable-choice:hover {
1361
+ qti-associate-interaction qti-simple-associable-choice:hover{
1736
1362
  --tw-bg-opacity: 1;
1737
1363
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1738
1364
  }
1739
1365
 
1740
1366
  qti-associate-interaction::part(qti-simple-associable-choice):focus,
1741
- qti-associate-interaction qti-simple-associable-choice:focus {
1367
+ qti-associate-interaction qti-simple-associable-choice:focus{
1742
1368
  outline-width: 2px;
1743
- outline-color: #93c5fd;
1369
+ outline-color: #fca5a5;
1744
1370
  }
1745
1371
 
1746
- qti-associate-interaction::part(associables-container) {
1372
+ qti-associate-interaction::part(associables-container){
1747
1373
  margin-top: 0.5rem;
1748
1374
  margin-bottom: 0.5rem;
1749
1375
  display: flex;
@@ -1757,15 +1383,15 @@ qti-associate-interaction::part(associables-container) {
1757
1383
  );
1758
1384
  }
1759
1385
 
1760
- qti-associate-interaction::part(active) {
1386
+ qti-associate-interaction::part(active){
1761
1387
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1762
1388
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1763
1389
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1764
1390
  --tw-ring-opacity: 1;
1765
- --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
1391
+ --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
1766
1392
  }
1767
1393
 
1768
- qti-associate-interaction::part(drop-list) {
1394
+ qti-associate-interaction::part(drop-list){
1769
1395
  cursor: pointer;
1770
1396
  border-radius: 0.375rem;
1771
1397
  --tw-text-opacity: 1;
@@ -1795,7 +1421,7 @@ qti-associate-interaction::part(drop-list) {
1795
1421
 
1796
1422
  /* @apply my-2; */
1797
1423
 
1798
- qti-graphic-order-interaction qti-hotspot-choice {
1424
+ qti-graphic-order-interaction qti-hotspot-choice{
1799
1425
  cursor: pointer;
1800
1426
  border-radius: 0.375rem;
1801
1427
  --tw-text-opacity: 1;
@@ -1805,8 +1431,9 @@ qti-graphic-order-interaction qti-hotspot-choice {
1805
1431
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1806
1432
  --tw-ring-inset: inset;
1807
1433
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
1808
- height: 100%;
1809
- width: 100%;
1434
+ height: 1.5rem !important;
1435
+ width: 1.5rem !important;
1436
+ border-radius: 9999px !important;
1810
1437
  background-color: transparent;
1811
1438
  padding: 0px;
1812
1439
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
@@ -1816,25 +1443,25 @@ qti-graphic-order-interaction qti-hotspot-choice {
1816
1443
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
1817
1444
  }
1818
1445
 
1819
- qti-graphic-order-interaction qti-hotspot-choice:hover {
1446
+ qti-graphic-order-interaction qti-hotspot-choice:hover{
1820
1447
  --tw-bg-opacity: 1;
1821
1448
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1822
1449
  }
1823
1450
 
1824
- qti-graphic-order-interaction qti-hotspot-choice:focus {
1451
+ qti-graphic-order-interaction qti-hotspot-choice:focus{
1825
1452
  outline-width: 2px;
1826
- outline-color: #93c5fd;
1453
+ outline-color: #fca5a5;
1827
1454
  }
1828
1455
 
1829
- qti-graphic-order-interaction qti-hotspot-choice[aria-checked="true"] {
1456
+ qti-graphic-order-interaction qti-hotspot-choice[aria-checked="true"]{
1830
1457
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1831
1458
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1832
1459
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1833
1460
  --tw-ring-opacity: 1;
1834
- --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
1461
+ --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
1835
1462
  }
1836
1463
 
1837
- qti-graphic-order-interaction qti-hotspot-choice[aria-disabled="true"] {
1464
+ qti-graphic-order-interaction qti-hotspot-choice[aria-disabled="true"]{
1838
1465
  cursor: not-allowed;
1839
1466
  --tw-bg-opacity: 1;
1840
1467
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
@@ -1847,12 +1474,12 @@ qti-graphic-order-interaction qti-hotspot-choice[aria-disabled="true"] {
1847
1474
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
1848
1475
  }
1849
1476
 
1850
- qti-graphic-order-interaction qti-hotspot-choice[aria-disabled="true"] > * {
1477
+ qti-graphic-order-interaction qti-hotspot-choice[aria-disabled="true"] > *{
1851
1478
  --tw-text-opacity: 1 !important;
1852
1479
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
1853
1480
  }
1854
1481
 
1855
- qti-graphic-order-interaction qti-hotspot-choice[aria-readonly="true"] {
1482
+ qti-graphic-order-interaction qti-hotspot-choice[aria-readonly="true"]{
1856
1483
  cursor: pointer;
1857
1484
  --tw-bg-opacity: 1;
1858
1485
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@@ -1865,39 +1492,24 @@ qti-graphic-order-interaction qti-hotspot-choice[aria-readonly="true"] {
1865
1492
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1866
1493
  }
1867
1494
 
1868
- /* &::after {
1869
- content: '';
1870
- @apply absolute top-0 block scale-75 bg-white;
1871
- height: inherit;
1872
- width: inherit;
1873
- clip-path: inherit;
1874
- } */
1875
-
1876
- qti-graphic-order-interaction qti-hotspot-choice[aria-ordervalue] {
1877
- height: 1.5rem;
1878
- width: 1.5rem;
1879
- border-radius: 9999px;
1880
- --tw-bg-opacity: 1;
1881
- background-color: rgb(59 130 246 / var(--tw-bg-opacity));
1882
- --tw-text-opacity: 1;
1883
- color: rgb(255 255 255 / var(--tw-text-opacity));
1884
- display: flex;
1885
- align-items: center;
1886
- justify-content: center;
1887
- }
1888
-
1889
- qti-graphic-order-interaction qti-hotspot-choice[aria-ordervalue]::after {
1890
- content: attr(aria-ordervalue) !important;
1891
- }
1495
+ qti-graphic-order-interaction qti-hotspot-choice {
1496
+ /* &::after {
1497
+ content: '';
1498
+ @apply absolute top-0 block scale-75 bg-white;
1499
+ height: inherit;
1500
+ width: inherit;
1501
+ clip-path: inherit;
1502
+ } */
1503
+ }
1892
1504
 
1893
- qti-graphic-associate-interaction {
1505
+ qti-graphic-associate-interaction{
1894
1506
  position: relative;
1895
1507
  display: block;
1896
1508
  }
1897
1509
 
1898
1510
  qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'] {
1899
1511
  /* border-radius: 100%;
1900
- background-color: green; */
1512
+ background-color: green; */
1901
1513
  cursor: pointer;
1902
1514
  border-radius: 0.375rem;
1903
1515
  --tw-text-opacity: 1;
@@ -1907,8 +1519,9 @@ qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'] {
1907
1519
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1908
1520
  --tw-ring-inset: inset;
1909
1521
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
1910
- height: 100%;
1911
- width: 100%;
1522
+ height: 1.5rem !important;
1523
+ width: 1.5rem !important;
1524
+ border-radius: 9999px !important;
1912
1525
  background-color: transparent;
1913
1526
  padding: 0px;
1914
1527
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
@@ -1918,25 +1531,25 @@ qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'] {
1918
1531
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
1919
1532
  }
1920
1533
 
1921
- qti-graphic-associate-interaction qti-associable-hotspot[shape='circle']:hover {
1534
+ qti-graphic-associate-interaction qti-associable-hotspot[shape='circle']:hover{
1922
1535
  --tw-bg-opacity: 1;
1923
1536
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1924
1537
  }
1925
1538
 
1926
- qti-graphic-associate-interaction qti-associable-hotspot[shape='circle']:focus {
1539
+ qti-graphic-associate-interaction qti-associable-hotspot[shape='circle']:focus{
1927
1540
  outline-width: 2px;
1928
- outline-color: #93c5fd;
1541
+ outline-color: #fca5a5;
1929
1542
  }
1930
1543
 
1931
- qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-checked="true"] {
1544
+ qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-checked="true"]{
1932
1545
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1933
1546
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1934
1547
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1935
1548
  --tw-ring-opacity: 1;
1936
- --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
1549
+ --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
1937
1550
  }
1938
1551
 
1939
- qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-disabled="true"] {
1552
+ qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-disabled="true"]{
1940
1553
  cursor: not-allowed;
1941
1554
  --tw-bg-opacity: 1;
1942
1555
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
@@ -1949,12 +1562,12 @@ qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-di
1949
1562
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
1950
1563
  }
1951
1564
 
1952
- qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-disabled="true"] > * {
1565
+ qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-disabled="true"] > *{
1953
1566
  --tw-text-opacity: 1 !important;
1954
1567
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
1955
1568
  }
1956
1569
 
1957
- qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-readonly="true"] {
1570
+ qti-graphic-associate-interaction qti-associable-hotspot[shape='circle'][aria-readonly="true"]{
1958
1571
  cursor: pointer;
1959
1572
  --tw-bg-opacity: 1;
1960
1573
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@@ -1979,8 +1592,9 @@ qti-graphic-associate-interaction qti-associable-hotspot[shape='square'] {
1979
1592
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1980
1593
  --tw-ring-inset: inset;
1981
1594
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
1982
- height: 100%;
1983
- width: 100%;
1595
+ height: 1.5rem !important;
1596
+ width: 1.5rem !important;
1597
+ border-radius: 9999px !important;
1984
1598
  background-color: transparent;
1985
1599
  padding: 0px;
1986
1600
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
@@ -1990,25 +1604,25 @@ qti-graphic-associate-interaction qti-associable-hotspot[shape='square'] {
1990
1604
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
1991
1605
  }
1992
1606
 
1993
- qti-graphic-associate-interaction qti-associable-hotspot[shape='square']:hover {
1607
+ qti-graphic-associate-interaction qti-associable-hotspot[shape='square']:hover{
1994
1608
  --tw-bg-opacity: 1;
1995
1609
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1996
1610
  }
1997
1611
 
1998
- qti-graphic-associate-interaction qti-associable-hotspot[shape='square']:focus {
1612
+ qti-graphic-associate-interaction qti-associable-hotspot[shape='square']:focus{
1999
1613
  outline-width: 2px;
2000
- outline-color: #93c5fd;
1614
+ outline-color: #fca5a5;
2001
1615
  }
2002
1616
 
2003
- qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-checked="true"] {
1617
+ qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-checked="true"]{
2004
1618
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2005
1619
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2006
1620
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2007
1621
  --tw-ring-opacity: 1;
2008
- --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
1622
+ --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
2009
1623
  }
2010
1624
 
2011
- qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-disabled="true"] {
1625
+ qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-disabled="true"]{
2012
1626
  cursor: not-allowed;
2013
1627
  --tw-bg-opacity: 1;
2014
1628
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
@@ -2021,12 +1635,12 @@ qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-di
2021
1635
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
2022
1636
  }
2023
1637
 
2024
- qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-disabled="true"] > * {
1638
+ qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-disabled="true"] > *{
2025
1639
  --tw-text-opacity: 1 !important;
2026
1640
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
2027
1641
  }
2028
1642
 
2029
- qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-readonly="true"] {
1643
+ qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-readonly="true"]{
2030
1644
  cursor: pointer;
2031
1645
  --tw-bg-opacity: 1;
2032
1646
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@@ -2039,22 +1653,22 @@ qti-graphic-associate-interaction qti-associable-hotspot[shape='square'][aria-re
2039
1653
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2040
1654
  }
2041
1655
 
2042
- qti-graphic-gap-match-interaction {
1656
+ qti-graphic-gap-match-interaction{
2043
1657
  position: relative;
2044
1658
  }
2045
1659
 
2046
- qti-graphic-gap-match-interaction img {
1660
+ qti-graphic-gap-match-interaction img{
2047
1661
  margin: 0px;
2048
1662
  padding: 0px;
2049
1663
  }
2050
1664
 
2051
- qti-slider-interaction {
1665
+ qti-slider-interaction{
2052
1666
  position: relative;
2053
1667
  width: 100%;
2054
1668
  display: block;
2055
1669
  }
2056
1670
 
2057
- qti-slider-interaction::part(knob) {
1671
+ qti-slider-interaction::part(knob){
2058
1672
  position: absolute;
2059
1673
  height: 1rem;
2060
1674
  width: 1rem;
@@ -2064,10 +1678,10 @@ qti-slider-interaction::part(knob) {
2064
1678
  cursor: pointer;
2065
1679
  border-radius: 9999px;
2066
1680
  --tw-bg-opacity: 1;
2067
- background-color: rgb(59 130 246 / var(--tw-bg-opacity));
1681
+ background-color: rgb(239 68 68 / var(--tw-bg-opacity));
2068
1682
  }
2069
1683
 
2070
- qti-slider-interaction::part(rail) {
1684
+ qti-slider-interaction::part(rail){
2071
1685
  height: 1rem;
2072
1686
  background-position: 0 center;
2073
1687
  --qti-border-color: #ff0000;
@@ -2078,117 +1692,27 @@ qti-slider-interaction::part(rail) {
2078
1692
  background-size: calc(calc(100% - var(--qti-border-width)) / ((var(--max) - var(--min)) / var(--step))) 50%;
2079
1693
  }
2080
1694
 
2081
- qti-select-point-interaction::part(point):hover {
2082
- background-color: rgb(219 234 254 / var(--tw-bg-opacity));
2083
- --tw-bg-opacity: 0.3;
2084
- }
2085
-
2086
- qti-select-point-interaction::part(point) {
2087
- cursor: pointer;
2088
- border-radius: 0.375rem;
2089
- --tw-text-opacity: 1;
2090
- color: rgb(17 24 39 / var(--tw-text-opacity));
2091
- outline: 2px solid transparent;
2092
- outline-offset: 2px;
2093
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2094
- --tw-ring-inset: inset;
2095
- --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
2096
- height: 1.5rem;
2097
- width: 1.5rem;
2098
- background-color: transparent;
2099
- padding: 0px;
2100
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2101
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2102
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2103
- --tw-ring-opacity: 1;
2104
- --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
2105
- border-radius: 9999px;
2106
- }
2107
-
2108
- qti-select-point-interaction::part(point):hover {
2109
- --tw-ring-opacity: 1;
2110
- --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
2111
- }
2112
-
2113
- qti-select-point-interaction::part(point):focus {
2114
- outline-width: 2px;
2115
- outline-color: #93c5fd;
2116
- }
2117
-
2118
- qti-select-point-interaction[aria-checked="true"]::part(point) {
2119
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2120
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2121
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2122
- --tw-ring-opacity: 1;
2123
- --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
2124
- }
2125
-
2126
- qti-select-point-interaction[aria-disabled="true"]::part(point) {
2127
- cursor: not-allowed;
2128
- --tw-bg-opacity: 1;
2129
- background-color: rgb(243 244 246 / var(--tw-bg-opacity));
2130
- --tw-text-opacity: 1;
2131
- color: rgb(107 114 128 / var(--tw-text-opacity));
2132
- --tw-shadow: 0 0 #0000;
2133
- --tw-shadow-colored: 0 0 #0000;
2134
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2135
- --tw-ring-opacity: 1;
2136
- --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
2137
- }
2138
-
2139
- qti-select-point-interaction::part(point)[aria-disabled="true"] > * {
2140
- --tw-text-opacity: 1 !important;
2141
- color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
2142
- }
2143
-
2144
- qti-select-point-interaction[aria-readonly="true"]::part(point) {
2145
- cursor: pointer;
2146
- --tw-bg-opacity: 1;
2147
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
2148
- --tw-shadow: 0 0 #0000;
2149
- --tw-shadow-colored: 0 0 #0000;
2150
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2151
- outline-width: 0px;
2152
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2153
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2154
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2155
- }
2156
-
2157
- qti-position-object-stage qti-position-object-interaction {
2158
- /* no styles necessary, only layout styles, defined in the component */
2159
- /* height: 40px; */
2160
- }
2161
-
2162
- qti-choice-interaction.qti-choices-stacking-2 {
2163
- display: grid;
2164
- grid-template-columns: repeat(2, minmax(0, 1fr));
2165
- }
2166
-
2167
- qti-choice-interaction.qti-choices-stacking-3 {
2168
- display: grid;
2169
- grid-template-columns: repeat(3, minmax(0, 1fr));
2170
- }
2171
-
2172
- qti-choice-interaction.qti-choices-stacking-4 {
2173
- display: grid;
2174
- grid-template-columns: repeat(4, minmax(0, 1fr));
2175
- }
1695
+ /* qti-match-interaction {
1696
+ &.qti-match-tabular {
1697
+ qti-simple-match-set:first-of-type {
1698
+ display: flex;
1699
+ margin-left: 4rem;
1700
+ font-weight: bold;
1701
+ gap: 2rem;
1702
+ }
2176
1703
 
2177
- qti-choice-interaction.qti-choices-stacking-5 {
2178
- display: grid;
2179
- grid-template-columns: repeat(5, minmax(0, 1fr));
2180
- }
1704
+ qti-simple-match-set:last-of-type {
1705
+ display: flex;
1706
+ flex-direction: column;
1707
+ gap: 0.2rem;
2181
1708
 
2182
- qti-choice-interaction.qti-orientation-horizontal {
2183
- /* is the default layout */
2184
- }
1709
+ qti-simple-associable-choice {
1710
+ display: unset !important;
1711
+ }
2185
1712
 
2186
- qti-choice-interaction[orientation='horizontal'] {
2187
- flex-direction: row;
1713
+ qti-simple-associable-choice > * {
1714
+ display: block !important;
1715
+ }
1716
+ }
2188
1717
  }
2189
-
2190
- img,
2191
- video {
2192
- max-width: 100%;
2193
- height: auto;
2194
- }
1718
+ } */