Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1021 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 1021 Bytes

Instructor Evaluations

Check overall GPAs of a course by its instructors who have offered it before in Bilkent University.

Example Usage

Input format

Dept code: Abbreviation of the department (e.g., MATH, ENG).

Course code: Code of the course (e.g., 101, 102).

Sorting criteria: Decide how you'd like to sort the results.

1: Sort by gpa

2: Sort by number of sections offered

3: Sort by standard deviation

4: Sort by standard error

Output format

Instructor's name, average gpa of the instructor, # of sections the instructor has offered, standard deviation and standard error.

Screen Shot 2019-03-26 at 13 52 44

How to Run

Download .jar file. (Java 12 or higher is required.)

In your terminal, run following command:

$ java -jar InstructorEvaluations.jar