mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-07-17 16:35:35 +00:00
Add fixtures to test "phasedPeer"
This commit is contained in:
parent
1ed4490b5b
commit
fda7e337c3
5 changed files with 99 additions and 0 deletions
29
coursera/test/fixtures/json/peer-assignment-instructions-all.json
vendored
Normal file
29
coursera/test/fixtures/json/peer-assignment-instructions-all.json
vendored
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"elements": [
|
||||
{
|
||||
"instructions": {
|
||||
"introduction": {
|
||||
"typeName": "cml",
|
||||
"definition": {
|
||||
"dtdId": "assess/1",
|
||||
"value": "<co-content><text>intro</text></li></list></co-content>"
|
||||
}
|
||||
},
|
||||
"sections": [
|
||||
{
|
||||
"typeId": "unknown",
|
||||
"title": "Review criteria",
|
||||
"content": {
|
||||
"typeName": "cml",
|
||||
"definition": {
|
||||
"dtdId": "assess/1",
|
||||
"value": "<co-content><text>section</text></co-content>"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": "4958~RcnRZHHtEeWxvQr3acyajw~2yTvX~8x7Qhs66EeW2Tw715xhIPQ@13"
|
||||
}
|
||||
]
|
||||
}
|
||||
28
coursera/test/fixtures/json/peer-assignment-instructions-no-title.json
vendored
Normal file
28
coursera/test/fixtures/json/peer-assignment-instructions-no-title.json
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"elements": [
|
||||
{
|
||||
"instructions": {
|
||||
"introduction": {
|
||||
"typeName": "cml",
|
||||
"definition": {
|
||||
"dtdId": "assess/1",
|
||||
"value": "<co-content><text>intro</text></li></list></co-content>"
|
||||
}
|
||||
},
|
||||
"sections": [
|
||||
{
|
||||
"typeId": "unknown",
|
||||
"content": {
|
||||
"typeName": "cml",
|
||||
"definition": {
|
||||
"dtdId": "assess/1",
|
||||
"value": "<co-content><text>section</text></co-content>"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": "4958~RcnRZHHtEeWxvQr3acyajw~2yTvX~8x7Qhs66EeW2Tw715xhIPQ@13"
|
||||
}
|
||||
]
|
||||
}
|
||||
16
coursera/test/fixtures/json/peer-assignment-instructions-only-introduction.json
vendored
Normal file
16
coursera/test/fixtures/json/peer-assignment-instructions-only-introduction.json
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"elements": [
|
||||
{
|
||||
"instructions": {
|
||||
"introduction": {
|
||||
"typeName": "cml",
|
||||
"definition": {
|
||||
"dtdId": "assess/1",
|
||||
"value": "<co-content><text>intro</text></li></list></co-content>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": "4958~RcnRZHHtEeWxvQr3acyajw~2yTvX~8x7Qhs66EeW2Tw715xhIPQ@13"
|
||||
}
|
||||
]
|
||||
}
|
||||
22
coursera/test/fixtures/json/peer-assignment-instructions-only-sections.json
vendored
Normal file
22
coursera/test/fixtures/json/peer-assignment-instructions-only-sections.json
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"elements": [
|
||||
{
|
||||
"instructions": {
|
||||
"sections": [
|
||||
{
|
||||
"typeId": "unknown",
|
||||
"title": "Review criteria",
|
||||
"content": {
|
||||
"typeName": "cml",
|
||||
"definition": {
|
||||
"dtdId": "assess/1",
|
||||
"value": "<co-content><text>section</text></co-content>"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": "4958~RcnRZHHtEeWxvQr3acyajw~2yTvX~8x7Qhs66EeW2Tw715xhIPQ@13"
|
||||
}
|
||||
]
|
||||
}
|
||||
4
coursera/test/fixtures/json/peer-assignment-no-instructions.json
vendored
Normal file
4
coursera/test/fixtures/json/peer-assignment-no-instructions.json
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"elements": [
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue