@schoolio/player 1.4.6 → 1.4.7

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/dist/index.mjs CHANGED
@@ -2763,6 +2763,17 @@ function QuizPlayer({
2763
2763
  ] }),
2764
2764
  /* @__PURE__ */ jsxs4("div", { style: { ...defaultStyles.question, position: "relative", paddingBottom: "40px" }, children: [
2765
2765
  /* @__PURE__ */ jsx4("div", { style: defaultStyles.questionText, children: /* @__PURE__ */ jsx4(TextToSpeech, { text: currentQuestion.question, inline: true, size: "md" }) }),
2766
+ currentQuestion.type === "multiple" && /* @__PURE__ */ jsx4("div", { style: {
2767
+ marginTop: "8px",
2768
+ marginBottom: "12px",
2769
+ display: "inline-block",
2770
+ padding: "4px 10px",
2771
+ backgroundColor: "rgba(139, 92, 246, 0.1)",
2772
+ color: "#7c3aed",
2773
+ fontSize: "13px",
2774
+ fontStyle: "italic",
2775
+ borderRadius: "4px"
2776
+ }, children: "Select all that apply" }),
2766
2777
  isExtraQuestion && /* @__PURE__ */ jsxs4(
2767
2778
  "button",
2768
2779
  {