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

Final Exam question10 for the Standards Vocabulary should be updated to have a correct answer options. #29

Open
stephanieshong opened this issue Jan 31, 2023 · 1 comment

Comments

@stephanieshong
Copy link

Final Exam question 10 under the standardized vocabulary section of the EHDEN Academy did not have the correct answer as one of the option. I am wondering perhaps this is due to the fact that exam question has not kept up with the latest vocabulary table updates. If you could confirm my findings that would be great.

The question 10 asks:
How many concept_ids have the relationship 'Mapped from' to the standard concept_id of 'Vascular Dementia'?
I used the following query and filter to "Mapped from relationship" and also where the invalid_reason is null;

SELECT cr.relationship_id, c.*
FROM concept_relationship cr
JOIN concept c ON cr.concept_id_2 = c.concept_id
WHERE cr.concept_id_1 = 443605 AND cr.relationship_id = 'Mapped from'; 

The answer should be 12, but the given answer options did not include 12 and that the correct answer is C)13, which is not correct.
a) 4, b) 9, c)13, d) 6
12 is not listed as one of the option.

When I run the query listed above against the latest version of the vocabulary table, I get the following results.
image

@stephanieshong
Copy link
Author

If I am posting this at a wrong place please feel free to close and move the issue to the correct place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant