├── LICENSE ├── Makefile ├── README.md ├── evaluate.js └── evaluate.min.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdu-coder/evaluate-teacher/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdu-coder/evaluate-teacher/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdu-coder/evaluate-teacher/HEAD/README.md -------------------------------------------------------------------------------- /evaluate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdu-coder/evaluate-teacher/HEAD/evaluate.js -------------------------------------------------------------------------------- /evaluate.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdu-coder/evaluate-teacher/HEAD/evaluate.min.js --------------------------------------------------------------------------------