index
:
CourseObjectiveSatisfaction
master
Unnamed repository; edit this file 'description' to name the repository.
Git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-01-29
Use CSV format than TSV format. Let the result file name end with .csv ↵
HEAD
master
Lan Hui
rather than .xls, so it is easier to open.
2022-01-18
README.txt: mention that grade_file.xls has been produced by the program.
Lan Hui
2022-01-17
Add README.txt
Lan Hui
2022-01-17
analyze.py: refactoring
Lan Hui
2022-01-17
analyze.py: use PEP8 format (Wing IDE 101)
Lan Hui
2022-01-17
analyze.py: a few more comments.
Lan Hui
2022-01-17
Add one integration test case and adjust analyze.py
Lan Hui
2022-01-16
Do not include any XLS file
Lan Hui
2022-01-16
Be explicit that we must use Python 3x, not Python 2x
Lan Hui
2022-01-16
Do not include folder grade/
Lan Hui
2022-01-16
analyze.py: fix grammar error.
Lan Hui
2022-01-16
analyze.py: accept an exclude.txt with two columns (student number and ↵
Hui Lan
student name). So it is easier to prepare exclude.txt from students.txt.
2022-01-16
加入两个输入文件示例: students.txt, exclude.txt
Hui Lan
2022-01-16
添加功能--创建一个exclude.txt文件,放入统计时不需要包括 ↵
Hui Lan
的学号。每行一个学号。命令行不变。
2020-03-10
analyze.py: check if a score file contains BOM (byte order marker) before ↵
Hui Lan
proceeding
2020-03-10
Intial commit add two files
Hui Lan