Giter Site home page Giter Site logo

thm-mni-ii / feedbacksystem Goto Github PK

View Code? Open in Web Editor NEW
18.0 5.0 9.0 21.35 MB

Intelligent, personalized feedback for students using artificial intelligence

Home Page: https://frits.mni.thm.de/

License: Other

Scala 33.74% JavaScript 0.12% TypeScript 29.81% HTML 8.42% Dockerfile 0.19% Shell 0.15% SCSS 3.07% PLpgSQL 1.37% Python 11.06% Jupyter Notebook 0.11% Kotlin 11.77% ANTLR 0.11% CSS 0.08%
its e-learning intelligent-tutoring-system students digital-learning education

feedbacksystem's People

Contributors

andrej-sajenko avatar artorin avatar bees4ever avatar dependabot[bot] avatar frankkammer avatar hermannlallah avatar hwng38 avatar jawiss avatar jonas960 avatar kimiannalena avatar maxrchtr avatar medienkunzt avatar mmse91 avatar mxsph avatar nicosoethe avatar pdrtzk avatar punchparty93 avatar s-reinhard avatar scmet avatar sebastianengl avatar siarnoozai avatar simschn avatar snicki13 avatar soeren1988 avatar timonpllkrn avatar timst01 avatar trkhaled avatar vlad-sokyrsky avatar ymll58 avatar zitrone44 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

feedbacksystem's Issues

Plagiarism Check

We need tools that helps us to detect plagiarism among the submissions / solutions.

REST: Users / Roles

  • Stammdaten des Benutzers / Angeben / Route NUR für den Benutzer ansehen! --> Floskel "Zusätzlich zu den Stammdaten gibt es die Abgeben der Tests"
  • DELETE users/ --> BATCH!! --> Festlegen können, Abgaben des Benutzer mitlöschen oder nicht
  • users/last/login/after/{}/before/{} , update to get more filters
  • rewrite roles logic
  • a docent for one course can grant tutor to other course
  • every user is a student
  • moderator can create courses
  • moderator can grant a user as docent for one courses
  • admin can manage user roles
  • admin can grant moderator
  • admin can delete users
  • admin can delete inactive users see #72
  • docent can manage his courses, edit, create tasks, delete tasks ...
  • Grant roles to user PUT /api/v1/users/{id}/role if one has rights to do it
  • update routes in WIKI

Page: Login and Logout

We need a login / logout page. The logout page is the page that the user should see after he logout. It may be the login page with a message that the user logged out successfully.

Implement Testsystems in WS

  • Provide Route to create, edit, get, delete information about a feedback-testinstance (Port, topic / short_name, description and more)
  • link feedback-testinstance to a task, i.e. update create / update tasks
  • save/get informations in a .yaml file
  • document changes in WIKI
  • document Kafka Exchange Format in WIKI
  • get all system should be possible if user has at least one docent access

API: Implement route for _users_

Implement the users POST and GET routing for a first test and interaction with frontend. Use mySQL Database. Also write a simple Login

Implement a role-system

Following Roles should exists:
Admin
Student
Dozent
Hiwi

  • User can assigned to edit / own courses
  • Grant user for a course POST /api/v1/courses/{id}/grant {username:username,grant_type:edit}

Manage User logins

  • All logins should be registrated
  • create route to see last logins of everyone
  • only admin can access this
  • filter users by his last login

REST Courses / Tasks

  • submit Task saves also submitted Data
  • POST /api/v1/courses/:id/unsubscribe
  • DELETE /api/v1/courses/:id
  • rewrite GET /api/v1/courses/:id with all tasks, if user is subscribed
  • PUT /api/v1/courses/:id
  • rewrite GET /api/v1/courses/
  • GET /api/v1/courses/all for searching
  • implement a application config to generate long term jwt keys
  • Add Task: POST: /api/v1/courses/{id}/tasks (including a test file!)
  • rewrite and fix submit Task
  • PUT /api/v1/tasks/:id
  • DELETE /api/v1/tasks/:id

Implement REST routes for course and task creating / overview

  • Create course POST: /api/v1/courses
  • See task to course GET: /api/v1/courses/{id}
  • User subscribe course: POST: /api/v1/courses/{id}/subscribe
  • User see all subscribed courses: GET: /api/v1/courses/
  • As Dozent: See submissions: /api/v1/courses/{id}/submissions
    Depends on Role System which has to be implement, too

Implement first prototype

  • Use JSON Serializing / Deserializing in Kafka Communication
  • Refactor JSON Serializing / Deserializing in Kafka Communication
  • Use JWT Token with expiration date
  • Create / Set UP DB to Save Courses
  • If user submit a task send error code 20X
  • API should listen on incoming Kafka answers and save it to DB
  • show results to submissions for a specific course

Adjust file upload in Task creation and submission

Hi @Phpp1010 I already implemented, but not yet merged in master, a file upload option while creating or submit a task. Currenty, a base64 String and a filename musst be send to the REST. An other option would be an extra Multipart Upload REST or another byte format to put this in the JSON Request.

What do you think is best idea?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.