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

Marking not working correctly on multiple items #148

Open
oliverfoster opened this issue Sep 18, 2024 · 0 comments · May be fixed by #149
Open

Marking not working correctly on multiple items #148

oliverfoster opened this issue Sep 18, 2024 · 0 comments · May be fixed by #149
Assignees
Labels

Comments

@oliverfoster
Copy link
Member

Subject of the issue

image

should be 2 ticks a cross and a tick

    "_answers": [
        ["alpha", "a"],
        ["beta", "b"],
        ["gamma"],
        ["delta", "d"]
    ],
    "_items": [
      {
        "prefix": "pref1",
        "suffix": "suff1",
        "placeholder": "Enter answer here1"
      },
      {
        "prefix": "pref2",
        "suffix": "suff2",
        "placeholder": "Enter answer here2"
      },
      {
        "prefix": "pref3",
        "suffix": "suff3",
        "placeholder": "Enter answer here3"
      },
      {
        "prefix": "pref4",
        "suffix": "suff4",
        "placeholder": "Enter answer here4"
      }
    ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Needs Reviewing
Development

Successfully merging a pull request may close this issue.

1 participant