Created
April 5, 2014 14:54
-
-
Save NamPNQ/9993012 to your computer and use it in GitHub Desktop.
Temp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
name: 'Bài tập tính toán đơn giản', | |
units: [ | |
{time: '05:00', description: 'Làm quen với cú pháp python', src: "/course//practice/viewer#!?exercise_id=cs101"}, | |
{time: '05:00', description: 'Thực hành tính một phép tính cơ bản', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
] | |
}, | |
{ | |
name: 'Bài tập xem ngày và giờ', | |
units: [ | |
{time: '02:00', description: 'Làm quen với chuỗi và màn hình conosle', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
{time: '05:00', description: 'Bài tập xem ngày và giờ', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
] | |
}, | |
{ | |
name: 'Ứng dụng xếp loại học sinh', | |
units: [ | |
{time: '05:00', description: 'Làm quen với điều kiện và cấu trúc rẽ nhánh', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
{time: '05:00', description: 'Ứng dụng xếp loại học sinh', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
] | |
}, | |
{ | |
name: 'Tính chi phí chuyến du lịch', | |
units: [ | |
{time: '05:00', description: 'Làm quen với hàm', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
{time: '05:00', description: 'Ứng dụng tính chi phí chuyến du lịch', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
] | |
}, | |
{ | |
name: 'Tính tiền siêu thị', | |
units: [ | |
{time: '05:00', description: 'Làm quen với cấu trúc danh sách và từ điến', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
{time: '05:00', description: 'Ứng dụng tính tiền siêu thị', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
] | |
}, | |
{ | |
name: 'Trò chơi bắn tàu chiến', | |
units: [ | |
{time: '05:00', description: 'Làm quen với danh sách và hàm', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
{time: '05:00', description: 'Ứng dụng tính tiền siêu thị', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
] | |
}, | |
{ | |
name: 'Bài tập vòng lặp', | |
units: [ | |
{time: '05:00', description: 'Làm quen với vòng lặp', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
{time: '05:00', description: 'Bài tập vòng lặp', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
] | |
}, | |
{ | |
name: 'Bài kiểm tra tổng hợp', | |
units: [ | |
{time: '05:00', description: 'Bài kiểm tra tổng hợp', src: "/course/practice/viewer#!?exercise_id=cs101"} | |
] | |
}, | |
{ | |
name: 'Một vài chủ đề nâng cao trong Python', | |
units: [ | |
{time: '05:00', description: 'Một vài chủ đề nâng cao trong Python', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
{time: '05:00', description: 'Làm quen các thao tác trên bit', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
] | |
}, | |
{ | |
name: 'Bài tập class', | |
units: [ | |
{time: '05:00', description: 'Làm quen với class', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
{time: '05:00', description: 'Bài tập class', src: "/course/practice/viewer#!?exercise_id=cs101"}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment