Files
edx-platform/xmodule/js/fixtures/items.json
2022-06-20 18:20:06 +05:00

16 lines
252 B
JSON

[
{
"content": "Video 1",
"type": "video",
"title": "Video 1"
}, {
"content": "Video 2",
"type": "video",
"title": "Video 2"
}, {
"content": "Sample Problem",
"type": "problem",
"title": "Sample Problem"
}
]