Mode: 🔐 Browser · Domain: mooc2-ans.chaoxing.com
| Command |
Description |
opencli chaoxing assignments |
学习通作业列表 |
opencli chaoxing exams |
学习通考试列表 |
# List all assignments
opencli chaoxing assignments --limit 20
# Filter exams by course name
opencli chaoxing exams --course "高等数学"
# Filter exams by status
opencli chaoxing exams --status ongoing
# JSON output
opencli chaoxing assignments -f json
| Option |
Description |
--course |
Filter by course name (fuzzy match) |
--status |
Filter by status: all, upcoming, ongoing, finished |
--limit |
Max number of results (default: 20) |