mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
started to test markdown quiz format
This commit is contained in:
44
tmptxt.txt
Normal file
44
tmptxt.txt
Normal file
@@ -0,0 +1,44 @@
|
||||
Expected markdown "Name: Test Quiz
|
||||
Id: string
|
||||
CanvasId: 8324723
|
||||
LockAtDueDate: true
|
||||
LockAt: 12/31/9999 11:59:59 PM
|
||||
DueAt: 12/31/9999 11:59:59 PM
|
||||
ShuffleAnswers: true
|
||||
OneQuestionAtATime: false
|
||||
LocalAssignmentGroupId: someId
|
||||
AllowedAttempts: -1
|
||||
Description: desc
|
||||
---
|
||||
Points: 2
|
||||
`some type` of question
|
||||
|
||||
with many
|
||||
|
||||
```
|
||||
lines
|
||||
```
|
||||
|
||||
|
||||
- *true
|
||||
- false
|
||||
|
||||
endline
|
||||
---
|
||||
|
||||
" to contain "
|
||||
Points: 2
|
||||
`some type` of question
|
||||
|
||||
with many
|
||||
|
||||
```
|
||||
lines
|
||||
```
|
||||
|
||||
- *true
|
||||
- false
|
||||
|
||||
endline
|
||||
---
|
||||
".
|
||||
Reference in New Issue
Block a user