Skip to content

Commit

Permalink
New test to show the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrmanator committed Jun 9, 2024
1 parent 28a3cd0 commit e072447
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/questions/type_inferred_multiline_markdown.gift
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[markdown]stem line1
stem line2{
=answer1 line1
answer1 line2
=[markdown]answer2 line1
answer2 line2
}
35 changes: 35 additions & 0 deletions tests/questions/type_inferred_multiline_markdown.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[
{
"type": "Short",
"title": null,
"stem": {
"format": "markdown",
"text": "stem line1 \nstem line2"
},
"hasEmbeddedAnswers": false,
"globalFeedback": null,
"choices": [
{
"isCorrect": true,
"weight": null,
"text": {
"format": "markdown",
"text": "answer1 line1 \nanswer1 line2"
},
"feedback": null
},
{
"isCorrect": true,
"weight": null,
"text": {
"format": "markdown",
"text": "answer2 line1 \nanswer2 line2"
},
"feedback": null
}
],
"id": null,
"tags": null
}
]

0 comments on commit e072447

Please sign in to comment.