Skip to content

Commit

Permalink
Merge pull request #25 from istqborg/feat/additional-questions
Browse files Browse the repository at this point in the history
Include additional questions in the Sample Exam documents
  • Loading branch information
danopolan authored Jan 11, 2025
2 parents f05a5ee + 2ee8829 commit e824593
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
7 changes: 1 addition & 6 deletions sample-exam-answers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
\usepackage{markdown}
\markdownSetup{
import = {
istqb/sample-exam/answers = {metadata, answer-key, answers}
istqb/sample-exam/answers = {metadata, answers@v2 as answers}
}
}

Expand All @@ -24,11 +24,6 @@
\istqbtableofcontents

% Document Text
\istqblandscapebegin
\istqbunnumberedsection{Answer Key}
\markdownInput[snippet=answer-key]{sample-exam-answers/questions.yml}
\istqbunnumberedsection{Answers}
\markdownInput[snippet=answers]{sample-exam-answers/questions.yml}
\istqblandscapeend

\end{document}
3 changes: 1 addition & 2 deletions sample-exam-questions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
\usepackage{markdown}
\markdownSetup{
import = {
istqb/sample-exam/questions = {metadata, questions}
istqb/sample-exam/questions = {metadata, questions@v2 as questions}
}
}

Expand All @@ -24,7 +24,6 @@
\istqbtableofcontents

% Document Text
\istqbunnumberedsection{Questions}
\markdownInput[snippet=questions]{sample-exam-questions/questions.yml}

\end{document}
1 change: 1 addition & 0 deletions sample-exam/question-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ lo: 1.4.2
k-level: K2
points: 1
correct: a
additional: true

## question
Given the following test activities and tasks:
Expand Down
2 changes: 2 additions & 0 deletions sample-exam/questions-02-and-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ lo: 1.4.2
k-level: K2
points: 1
correct: b
additional: true

## question
Which of the following factors (i-v) have SIGNIFICANT influence on the test process?
Expand Down Expand Up @@ -37,6 +38,7 @@ lo: 1.4.5
k-level: K2
points: 1
correct: 1., e)
additional: false

## question
Which TWO of the following tasks belong MAINLY to a testing role?
Expand Down

0 comments on commit e824593

Please sign in to comment.