@thanh01.pmt/interactive-quiz-kit 1.0.51 → 1.0.53

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/ai.d.cts CHANGED
@@ -1710,13 +1710,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1710
1710
  correctAnswerId: string;
1711
1711
  questionType: "multiple_choice";
1712
1712
  prompt: string;
1713
+ points?: number | undefined;
1713
1714
  subject?: string | undefined;
1714
1715
  learningObjective?: string | undefined;
1715
1716
  category?: string | undefined;
1716
1717
  topic?: string | undefined;
1717
1718
  difficulty?: "easy" | "medium" | "hard" | undefined;
1718
1719
  bloomLevel?: string | undefined;
1719
- points?: number | undefined;
1720
1720
  explanation?: string | undefined;
1721
1721
  contextCode?: string | undefined;
1722
1722
  gradeBand?: string | undefined;
@@ -1731,13 +1731,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1731
1731
  correctAnswerId: string;
1732
1732
  questionType: "multiple_choice";
1733
1733
  prompt: string;
1734
+ points?: number | undefined;
1734
1735
  subject?: string | undefined;
1735
1736
  learningObjective?: string | undefined;
1736
1737
  category?: string | undefined;
1737
1738
  topic?: string | undefined;
1738
1739
  difficulty?: "easy" | "medium" | "hard" | undefined;
1739
1740
  bloomLevel?: string | undefined;
1740
- points?: number | undefined;
1741
1741
  explanation?: string | undefined;
1742
1742
  contextCode?: string | undefined;
1743
1743
  gradeBand?: string | undefined;
@@ -1752,13 +1752,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1752
1752
  correctAnswerId: string;
1753
1753
  questionType: "multiple_choice";
1754
1754
  prompt: string;
1755
+ points?: number | undefined;
1755
1756
  subject?: string | undefined;
1756
1757
  learningObjective?: string | undefined;
1757
1758
  category?: string | undefined;
1758
1759
  topic?: string | undefined;
1759
1760
  difficulty?: "easy" | "medium" | "hard" | undefined;
1760
1761
  bloomLevel?: string | undefined;
1761
- points?: number | undefined;
1762
1762
  explanation?: string | undefined;
1763
1763
  contextCode?: string | undefined;
1764
1764
  gradeBand?: string | undefined;
@@ -1773,13 +1773,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1773
1773
  correctAnswerId: string;
1774
1774
  questionType: "multiple_choice";
1775
1775
  prompt: string;
1776
+ points?: number | undefined;
1776
1777
  subject?: string | undefined;
1777
1778
  learningObjective?: string | undefined;
1778
1779
  category?: string | undefined;
1779
1780
  topic?: string | undefined;
1780
1781
  difficulty?: "easy" | "medium" | "hard" | undefined;
1781
1782
  bloomLevel?: string | undefined;
1782
- points?: number | undefined;
1783
1783
  explanation?: string | undefined;
1784
1784
  contextCode?: string | undefined;
1785
1785
  gradeBand?: string | undefined;
@@ -1808,13 +1808,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1808
1808
  correctAnswer: boolean;
1809
1809
  questionType: "true_false";
1810
1810
  prompt: string;
1811
+ points?: number | undefined;
1811
1812
  subject?: string | undefined;
1812
1813
  learningObjective?: string | undefined;
1813
1814
  category?: string | undefined;
1814
1815
  topic?: string | undefined;
1815
1816
  difficulty?: "easy" | "medium" | "hard" | undefined;
1816
1817
  bloomLevel?: string | undefined;
1817
- points?: number | undefined;
1818
1818
  explanation?: string | undefined;
1819
1819
  contextCode?: string | undefined;
1820
1820
  gradeBand?: string | undefined;
@@ -1825,13 +1825,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1825
1825
  correctAnswer: boolean;
1826
1826
  questionType: "true_false";
1827
1827
  prompt: string;
1828
+ points?: number | undefined;
1828
1829
  subject?: string | undefined;
1829
1830
  learningObjective?: string | undefined;
1830
1831
  category?: string | undefined;
1831
1832
  topic?: string | undefined;
1832
1833
  difficulty?: "easy" | "medium" | "hard" | undefined;
1833
1834
  bloomLevel?: string | undefined;
1834
- points?: number | undefined;
1835
1835
  explanation?: string | undefined;
1836
1836
  contextCode?: string | undefined;
1837
1837
  gradeBand?: string | undefined;
@@ -1861,13 +1861,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1861
1861
  questionType: "short_answer";
1862
1862
  prompt: string;
1863
1863
  acceptedAnswers: string[];
1864
+ points?: number | undefined;
1864
1865
  subject?: string | undefined;
1865
1866
  learningObjective?: string | undefined;
1866
1867
  category?: string | undefined;
1867
1868
  topic?: string | undefined;
1868
1869
  difficulty?: "easy" | "medium" | "hard" | undefined;
1869
1870
  bloomLevel?: string | undefined;
1870
- points?: number | undefined;
1871
1871
  explanation?: string | undefined;
1872
1872
  contextCode?: string | undefined;
1873
1873
  gradeBand?: string | undefined;
@@ -1879,13 +1879,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1879
1879
  questionType: "short_answer";
1880
1880
  prompt: string;
1881
1881
  acceptedAnswers: string[];
1882
+ points?: number | undefined;
1882
1883
  subject?: string | undefined;
1883
1884
  learningObjective?: string | undefined;
1884
1885
  category?: string | undefined;
1885
1886
  topic?: string | undefined;
1886
1887
  difficulty?: "easy" | "medium" | "hard" | undefined;
1887
1888
  bloomLevel?: string | undefined;
1888
- points?: number | undefined;
1889
1889
  explanation?: string | undefined;
1890
1890
  contextCode?: string | undefined;
1891
1891
  gradeBand?: string | undefined;
@@ -1899,13 +1899,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1899
1899
  correctAnswer: boolean;
1900
1900
  questionType: "true_false";
1901
1901
  prompt: string;
1902
+ points?: number | undefined;
1902
1903
  subject?: string | undefined;
1903
1904
  learningObjective?: string | undefined;
1904
1905
  category?: string | undefined;
1905
1906
  topic?: string | undefined;
1906
1907
  difficulty?: "easy" | "medium" | "hard" | undefined;
1907
1908
  bloomLevel?: string | undefined;
1908
- points?: number | undefined;
1909
1909
  explanation?: string | undefined;
1910
1910
  contextCode?: string | undefined;
1911
1911
  gradeBand?: string | undefined;
@@ -1920,13 +1920,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1920
1920
  correctAnswerId: string;
1921
1921
  questionType: "multiple_choice";
1922
1922
  prompt: string;
1923
+ points?: number | undefined;
1923
1924
  subject?: string | undefined;
1924
1925
  learningObjective?: string | undefined;
1925
1926
  category?: string | undefined;
1926
1927
  topic?: string | undefined;
1927
1928
  difficulty?: "easy" | "medium" | "hard" | undefined;
1928
1929
  bloomLevel?: string | undefined;
1929
- points?: number | undefined;
1930
1930
  explanation?: string | undefined;
1931
1931
  contextCode?: string | undefined;
1932
1932
  gradeBand?: string | undefined;
@@ -1937,13 +1937,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1937
1937
  questionType: "short_answer";
1938
1938
  prompt: string;
1939
1939
  acceptedAnswers: string[];
1940
+ points?: number | undefined;
1940
1941
  subject?: string | undefined;
1941
1942
  learningObjective?: string | undefined;
1942
1943
  category?: string | undefined;
1943
1944
  topic?: string | undefined;
1944
1945
  difficulty?: "easy" | "medium" | "hard" | undefined;
1945
1946
  bloomLevel?: string | undefined;
1946
- points?: number | undefined;
1947
1947
  explanation?: string | undefined;
1948
1948
  contextCode?: string | undefined;
1949
1949
  gradeBand?: string | undefined;
@@ -1957,13 +1957,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1957
1957
  correctAnswer: boolean;
1958
1958
  questionType: "true_false";
1959
1959
  prompt: string;
1960
+ points?: number | undefined;
1960
1961
  subject?: string | undefined;
1961
1962
  learningObjective?: string | undefined;
1962
1963
  category?: string | undefined;
1963
1964
  topic?: string | undefined;
1964
1965
  difficulty?: "easy" | "medium" | "hard" | undefined;
1965
1966
  bloomLevel?: string | undefined;
1966
- points?: number | undefined;
1967
1967
  explanation?: string | undefined;
1968
1968
  contextCode?: string | undefined;
1969
1969
  gradeBand?: string | undefined;
@@ -1978,13 +1978,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1978
1978
  correctAnswerId: string;
1979
1979
  questionType: "multiple_choice";
1980
1980
  prompt: string;
1981
+ points?: number | undefined;
1981
1982
  subject?: string | undefined;
1982
1983
  learningObjective?: string | undefined;
1983
1984
  category?: string | undefined;
1984
1985
  topic?: string | undefined;
1985
1986
  difficulty?: "easy" | "medium" | "hard" | undefined;
1986
1987
  bloomLevel?: string | undefined;
1987
- points?: number | undefined;
1988
1988
  explanation?: string | undefined;
1989
1989
  contextCode?: string | undefined;
1990
1990
  gradeBand?: string | undefined;
@@ -1995,13 +1995,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1995
1995
  questionType: "short_answer";
1996
1996
  prompt: string;
1997
1997
  acceptedAnswers: string[];
1998
+ points?: number | undefined;
1998
1999
  subject?: string | undefined;
1999
2000
  learningObjective?: string | undefined;
2000
2001
  category?: string | undefined;
2001
2002
  topic?: string | undefined;
2002
2003
  difficulty?: "easy" | "medium" | "hard" | undefined;
2003
2004
  bloomLevel?: string | undefined;
2004
- points?: number | undefined;
2005
2005
  explanation?: string | undefined;
2006
2006
  contextCode?: string | undefined;
2007
2007
  gradeBand?: string | undefined;
package/dist/ai.d.ts CHANGED
@@ -1710,13 +1710,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1710
1710
  correctAnswerId: string;
1711
1711
  questionType: "multiple_choice";
1712
1712
  prompt: string;
1713
+ points?: number | undefined;
1713
1714
  subject?: string | undefined;
1714
1715
  learningObjective?: string | undefined;
1715
1716
  category?: string | undefined;
1716
1717
  topic?: string | undefined;
1717
1718
  difficulty?: "easy" | "medium" | "hard" | undefined;
1718
1719
  bloomLevel?: string | undefined;
1719
- points?: number | undefined;
1720
1720
  explanation?: string | undefined;
1721
1721
  contextCode?: string | undefined;
1722
1722
  gradeBand?: string | undefined;
@@ -1731,13 +1731,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1731
1731
  correctAnswerId: string;
1732
1732
  questionType: "multiple_choice";
1733
1733
  prompt: string;
1734
+ points?: number | undefined;
1734
1735
  subject?: string | undefined;
1735
1736
  learningObjective?: string | undefined;
1736
1737
  category?: string | undefined;
1737
1738
  topic?: string | undefined;
1738
1739
  difficulty?: "easy" | "medium" | "hard" | undefined;
1739
1740
  bloomLevel?: string | undefined;
1740
- points?: number | undefined;
1741
1741
  explanation?: string | undefined;
1742
1742
  contextCode?: string | undefined;
1743
1743
  gradeBand?: string | undefined;
@@ -1752,13 +1752,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1752
1752
  correctAnswerId: string;
1753
1753
  questionType: "multiple_choice";
1754
1754
  prompt: string;
1755
+ points?: number | undefined;
1755
1756
  subject?: string | undefined;
1756
1757
  learningObjective?: string | undefined;
1757
1758
  category?: string | undefined;
1758
1759
  topic?: string | undefined;
1759
1760
  difficulty?: "easy" | "medium" | "hard" | undefined;
1760
1761
  bloomLevel?: string | undefined;
1761
- points?: number | undefined;
1762
1762
  explanation?: string | undefined;
1763
1763
  contextCode?: string | undefined;
1764
1764
  gradeBand?: string | undefined;
@@ -1773,13 +1773,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1773
1773
  correctAnswerId: string;
1774
1774
  questionType: "multiple_choice";
1775
1775
  prompt: string;
1776
+ points?: number | undefined;
1776
1777
  subject?: string | undefined;
1777
1778
  learningObjective?: string | undefined;
1778
1779
  category?: string | undefined;
1779
1780
  topic?: string | undefined;
1780
1781
  difficulty?: "easy" | "medium" | "hard" | undefined;
1781
1782
  bloomLevel?: string | undefined;
1782
- points?: number | undefined;
1783
1783
  explanation?: string | undefined;
1784
1784
  contextCode?: string | undefined;
1785
1785
  gradeBand?: string | undefined;
@@ -1808,13 +1808,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1808
1808
  correctAnswer: boolean;
1809
1809
  questionType: "true_false";
1810
1810
  prompt: string;
1811
+ points?: number | undefined;
1811
1812
  subject?: string | undefined;
1812
1813
  learningObjective?: string | undefined;
1813
1814
  category?: string | undefined;
1814
1815
  topic?: string | undefined;
1815
1816
  difficulty?: "easy" | "medium" | "hard" | undefined;
1816
1817
  bloomLevel?: string | undefined;
1817
- points?: number | undefined;
1818
1818
  explanation?: string | undefined;
1819
1819
  contextCode?: string | undefined;
1820
1820
  gradeBand?: string | undefined;
@@ -1825,13 +1825,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1825
1825
  correctAnswer: boolean;
1826
1826
  questionType: "true_false";
1827
1827
  prompt: string;
1828
+ points?: number | undefined;
1828
1829
  subject?: string | undefined;
1829
1830
  learningObjective?: string | undefined;
1830
1831
  category?: string | undefined;
1831
1832
  topic?: string | undefined;
1832
1833
  difficulty?: "easy" | "medium" | "hard" | undefined;
1833
1834
  bloomLevel?: string | undefined;
1834
- points?: number | undefined;
1835
1835
  explanation?: string | undefined;
1836
1836
  contextCode?: string | undefined;
1837
1837
  gradeBand?: string | undefined;
@@ -1861,13 +1861,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1861
1861
  questionType: "short_answer";
1862
1862
  prompt: string;
1863
1863
  acceptedAnswers: string[];
1864
+ points?: number | undefined;
1864
1865
  subject?: string | undefined;
1865
1866
  learningObjective?: string | undefined;
1866
1867
  category?: string | undefined;
1867
1868
  topic?: string | undefined;
1868
1869
  difficulty?: "easy" | "medium" | "hard" | undefined;
1869
1870
  bloomLevel?: string | undefined;
1870
- points?: number | undefined;
1871
1871
  explanation?: string | undefined;
1872
1872
  contextCode?: string | undefined;
1873
1873
  gradeBand?: string | undefined;
@@ -1879,13 +1879,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1879
1879
  questionType: "short_answer";
1880
1880
  prompt: string;
1881
1881
  acceptedAnswers: string[];
1882
+ points?: number | undefined;
1882
1883
  subject?: string | undefined;
1883
1884
  learningObjective?: string | undefined;
1884
1885
  category?: string | undefined;
1885
1886
  topic?: string | undefined;
1886
1887
  difficulty?: "easy" | "medium" | "hard" | undefined;
1887
1888
  bloomLevel?: string | undefined;
1888
- points?: number | undefined;
1889
1889
  explanation?: string | undefined;
1890
1890
  contextCode?: string | undefined;
1891
1891
  gradeBand?: string | undefined;
@@ -1899,13 +1899,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1899
1899
  correctAnswer: boolean;
1900
1900
  questionType: "true_false";
1901
1901
  prompt: string;
1902
+ points?: number | undefined;
1902
1903
  subject?: string | undefined;
1903
1904
  learningObjective?: string | undefined;
1904
1905
  category?: string | undefined;
1905
1906
  topic?: string | undefined;
1906
1907
  difficulty?: "easy" | "medium" | "hard" | undefined;
1907
1908
  bloomLevel?: string | undefined;
1908
- points?: number | undefined;
1909
1909
  explanation?: string | undefined;
1910
1910
  contextCode?: string | undefined;
1911
1911
  gradeBand?: string | undefined;
@@ -1920,13 +1920,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1920
1920
  correctAnswerId: string;
1921
1921
  questionType: "multiple_choice";
1922
1922
  prompt: string;
1923
+ points?: number | undefined;
1923
1924
  subject?: string | undefined;
1924
1925
  learningObjective?: string | undefined;
1925
1926
  category?: string | undefined;
1926
1927
  topic?: string | undefined;
1927
1928
  difficulty?: "easy" | "medium" | "hard" | undefined;
1928
1929
  bloomLevel?: string | undefined;
1929
- points?: number | undefined;
1930
1930
  explanation?: string | undefined;
1931
1931
  contextCode?: string | undefined;
1932
1932
  gradeBand?: string | undefined;
@@ -1937,13 +1937,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1937
1937
  questionType: "short_answer";
1938
1938
  prompt: string;
1939
1939
  acceptedAnswers: string[];
1940
+ points?: number | undefined;
1940
1941
  subject?: string | undefined;
1941
1942
  learningObjective?: string | undefined;
1942
1943
  category?: string | undefined;
1943
1944
  topic?: string | undefined;
1944
1945
  difficulty?: "easy" | "medium" | "hard" | undefined;
1945
1946
  bloomLevel?: string | undefined;
1946
- points?: number | undefined;
1947
1947
  explanation?: string | undefined;
1948
1948
  contextCode?: string | undefined;
1949
1949
  gradeBand?: string | undefined;
@@ -1957,13 +1957,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1957
1957
  correctAnswer: boolean;
1958
1958
  questionType: "true_false";
1959
1959
  prompt: string;
1960
+ points?: number | undefined;
1960
1961
  subject?: string | undefined;
1961
1962
  learningObjective?: string | undefined;
1962
1963
  category?: string | undefined;
1963
1964
  topic?: string | undefined;
1964
1965
  difficulty?: "easy" | "medium" | "hard" | undefined;
1965
1966
  bloomLevel?: string | undefined;
1966
- points?: number | undefined;
1967
1967
  explanation?: string | undefined;
1968
1968
  contextCode?: string | undefined;
1969
1969
  gradeBand?: string | undefined;
@@ -1978,13 +1978,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1978
1978
  correctAnswerId: string;
1979
1979
  questionType: "multiple_choice";
1980
1980
  prompt: string;
1981
+ points?: number | undefined;
1981
1982
  subject?: string | undefined;
1982
1983
  learningObjective?: string | undefined;
1983
1984
  category?: string | undefined;
1984
1985
  topic?: string | undefined;
1985
1986
  difficulty?: "easy" | "medium" | "hard" | undefined;
1986
1987
  bloomLevel?: string | undefined;
1987
- points?: number | undefined;
1988
1988
  explanation?: string | undefined;
1989
1989
  contextCode?: string | undefined;
1990
1990
  gradeBand?: string | undefined;
@@ -1995,13 +1995,13 @@ declare const GenerateQuizFromTextOutputSchema: z.ZodObject<{
1995
1995
  questionType: "short_answer";
1996
1996
  prompt: string;
1997
1997
  acceptedAnswers: string[];
1998
+ points?: number | undefined;
1998
1999
  subject?: string | undefined;
1999
2000
  learningObjective?: string | undefined;
2000
2001
  category?: string | undefined;
2001
2002
  topic?: string | undefined;
2002
2003
  difficulty?: "easy" | "medium" | "hard" | undefined;
2003
2004
  bloomLevel?: string | undefined;
2004
- points?: number | undefined;
2005
2005
  explanation?: string | undefined;
2006
2006
  contextCode?: string | undefined;
2007
2007
  gradeBand?: string | undefined;