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

Demo: Improve the processing of answers in Sample Exam documents #11

Closed
wants to merge 3 commits into from

Conversation

Witiko
Copy link
Contributor

@Witiko Witiko commented Jun 9, 2024

This PR demonstrates the changes from PR istqborg/istqb_product_base#64:

  1. After the changes from PR istqborg/istqb_product_base#64, validation passes.

  2. After changing the number of correct answers for question 6 from two to one in commit f2ad1ab, validation fails with the following error message:

    File ./sample-exam/questions.yml, question 6, contains 5 answers, out of which 1 is marked as correct. Expected either 4 answers with 1 correct one or 5 answers with 2 correct ones.

  3. After typing the correct answers for question 6 as a text (a, e) instead of a YAML list ([a, e]) in commit a5bb3e3, validation passes and the question is typeset correctly:

    image

This PR serves just as a demonstration and should not be merged. Instead, it should be closed after PR istqborg/istqb_product_base#64 has been merged or otherwise closed.

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

Successfully merging this pull request may close these issues.

1 participant