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

Problem with two correct answers. #46

Open
cwgreene opened this issue May 10, 2024 · 2 comments
Open

Problem with two correct answers. #46

cwgreene opened this issue May 10, 2024 · 2 comments
Labels
propositional-translations Anything related with set C

Comments

@cwgreene
Copy link

cwgreene commented May 10, 2024

        id: '6.41',
        prompt: 'If D then M, and L',
        options: [
          { id: 0, label: '$ D \\rightarrow M \\cdot L $' },
          { id: 1, label: '$ (D \\rightarrow M) \\cdot L $' },
          { id: 2, label: '$ (D \\rightarrow (M \\cdot L)) $' },
          { id: 3, label: '$ ((D \\rightarrow M) \\cdot L) $' },
        ],
        correctId: [3],
        answer: '',

Answers 1 and 3 (2 and 4 in screenshot) are equivalent. Wrapping the statement with an additional parentheses doesn't affect the logical semantics.

logicola/contentOld.tsx

Lines 492 to 501 in 47cce3f

id: '6.41',
prompt: 'If D then M, and L',
options: [
{ id: 0, label: '$ D \\rightarrow M \\cdot L $' },
{ id: 1, label: '$ (D \\rightarrow M) \\cdot L $' },
{ id: 2, label: '$ (D \\rightarrow (M \\cdot L)) $' },
{ id: 3, label: '$ ((D \\rightarrow M) \\cdot L) $' },
],
correctId: [3],
answer: '',

@cwgreene
Copy link
Author

image

@cwgreene cwgreene changed the title Problem with two correct questions. Problem with two correct answers. May 10, 2024
@malikpiara malikpiara added the propositional-translations Anything related with set C label May 11, 2024
@malikpiara
Copy link
Owner

Duplicate of #49

@malikpiara malikpiara marked this as a duplicate of #49 May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
propositional-translations Anything related with set C
Projects
None yet
Development

No branches or pull requests

2 participants