GithubHelp home page GithubHelp logo

hochschule-augsburg / sql-train Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 0.0 2.65 MB

SQL-Train is a learning platform created by students for students, where you can execute and solve SQL tasks directly in your browser. The Tool can be integrated in to LMSs via LTI.

Home Page: https://hochschule-augsburg.github.io/SQL-Train/

License: GNU General Public License v3.0

Dockerfile 0.25% Shell 1.63% Python 26.51% JavaScript 0.34% TypeScript 67.38% CSS 1.08% HTML 2.81%
lti-tool sql

sql-train's People

Contributors

dependabot[bot] avatar f-paulhs-a avatar rajxsingh avatar sirniklax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sql-train's Issues

Tool Authentication not working with Moodle

Unfortunately the authentication for making request from our tool to Moodle is not working.
I do not know if this is my fault or the a library/LMS issue.
To reproduce just use the ags = launch.get_ags() aborts because it get the following Moodle error.
Moodle 4.2:
Exception - Argument 1 passed to mod_lti\local\ltiopenid\jwks_helper::fix_jwks_alg() must be of the type array, null given, called in [dirroot]/mod/lti/locallib.php on line 1335.
The error points to the jwks serving. Either the we do not set the jwks url correctly or the PyLTI1p3 library messed something up (or Moodle). (Perhaps this URL has to be allow or something)
It would be nice for grading and statistics to make the services work which was not part of our project.

Reseting the database takes too long on big topics

Resetting the database takes linear time O(n) dependent on the current exercise because all solutions before this have to be executed to enable student to work on any exercises even if they did not do the previous.
This could be solved with concating the setup script and the solutions. However this requires extensive testing and unit tests.
An alternative or an additional point would be to do these pg_stud request asynchronously.

Uses Names and Roles Providing System

For better statistics it would be nice to know the total number of student in a course.
This requires #7
With nrps we could get the total number of students. The data for course should be updated if they change.
NRPS has to be allowed be LMS.

Implement grades

It would be nice to have the optional feature of sending grades back to the LMS.
This requires #7
It makes sense that there should be a difference between ungraded and graded exercises which do not show the solution.
Implementation should be done with the LTI Assessment and Grading System.

Notes:

  • DataModel images are being served by nginx so there is no access control in place.
  • AGS has to be allowed in LMS.

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.