File size: 1,725 Bytes
0691671 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
{
"projects": [
{
"project_index": 0,
"project_title": "How to set up and initialize a new repository",
"tasks": [
{
"index": 0,
"start": 23.8,
"end": 28.0,
"text": "Create a new repository and initialize it with a README."
},
{
"index": 1,
"start": 44.7,
"end": 60.5,
"text": "Create a new directory and file within the repository."
}
]
},
{
"project_index": 1,
"project_title": "How to gather and integrate information from Wikipedia and Reddit into the repository",
"tasks": [
{
"index": 2,
"start": 82.6,
"end": 143.2,
"text": "Search for information on Wikipedia and add it to the README."
},
{
"index": 3,
"start": 154.2,
"end": 220.3,
"text": "Add information from a subreddit to the README and example.txt file."
}
]
},
{
"project_index": 2,
"project_title": "How to promote a repository on Reddit",
"tasks": [
{
"index": 4,
"start": 265.8,
"end": 314.4,
"text": "Advertise the repository on Reddit by creating a post with a link and description."
}
]
}
]
} |