Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add .env.example & fix typescript error #11

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 13, 2024

  1. fix: fix typescript error on src/components/OpenEnded.tsx:50

    it's safe now to disable ignoreBuildErrors.
    ImraneAabbou committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    9167d9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f34d5d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. feat: reset selected choice after answer check

    for example if i answered with 3
    old behavior: the next question will have the 3rd button checked.
    new behavior: the next question will have no answer focused.
    
    the default choice now is null, the button will be disabled as long as
    the choice is null.
    ImraneAabbou committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9623edb View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. feat: cleanup + fix + extractor for image & doc

    app is able to:
      make a quiz from image/doc content
      make a quiz that includes single/double quotes with no crash/error
      caused by parsing json
    ImraneAabbou committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1a477dd View commit details
    Browse the repository at this point in the history