/foodle

DLE

Primary LanguageEJS

Blackhat foodle

A dynamic learning environment using Express, MongoDb, NodeJS

Checkout our deployed version of the website at https://blackhat-foodle.herokuapp.com

Key Features

Sign Up and Sign In

You can create a new account or login into your already existing account either as an instructor or a student.
drawing
You can also update your name and email address after making your account.
Additionally, a link is sent to your email address if you wish to update your password.

Courses

As an instructor, you can create new courses and enroll students for it or invite all students to enroll via email.
Within courses you can add announcements and post within discussion forums. You can also disable forums during exams to prevent cheating.
drawing
You can also enroll TAs for your courses and choose to give them privileges flexibly like making announcements, creating and grading assignments.
drawing
A student can see his enrolled courses and the percentage of a course completed by him. drawing

Assignments

Instructors can create new assignments within courses and view all submissions to grade. An assignment will also have a specified weightage and deadline and instructor will be warned if the submission is late.
drawing
The instructors are also shown a To-Do list of all submissions left to grade while students are shown lists of assignments left to submit.

Grading

Instructor can grade each student manually or can upload grades and feedback in a CSV file downloaded with submissions.
drawing
Instructors can also submit an autograding Python script which should output a grade on reading student's submission file as a command line argument.

Aggregates

The instructor is shown the mean, variance and histogram of marks of each assignment seperately. He/She is also shown the statistics of class averages of all assignments in a single graph.

Students are shown their progress in each assignment and course totals in a table. They are also informed if they are above or below the class average.

drawing

Command Line Interface

We have also implemented a CLI which you can use to list your courses, enroll in courses, submit assignments, download submissions, etc. You can also save your credentials so you wont have to login repeatedly.

Chats

Instructors and Students can also DM each other privately.
drawing