Giter Site home page Giter Site logo

dusanstevic / sots Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 5.1 MB

Modern educational technologies and standards

Python 37.33% Shell 0.01% JavaScript 0.59% TypeScript 42.13% HTML 16.66% SCSS 3.30%
angular-material angular8 django django-rest-framework knowledge-space python-3

sots's People

Contributors

dusanstevic avatar milicavojnovic avatar

Watchers

 avatar  avatar

sots's Issues

Angular's FormArray class to dynamically add and remove FormGroups and FormControls in reactive forms. (ANGULAR-DYNAMIC-FORMS/DEEP-NESTED-REACTIVE-FORM)

Real data in DB

Put real data (real domain biology, chemistry, etc.) in database.
Domains:

  • Basic Mathematics

  • Intermediate Mathematics

  • Advanced Mathematics
    Courses:

Metrics for graph comparison (Similarity Measures)

  1. Levenshtein distance metric for string comparison:
    "The Levenshtein distance between two strings is defined as the minimum number of edits needed to transform one string into the other, with the allowable edit operations being insertion, deletion, or substitution of a single character." - Wikipedia.com
    "In information theory, linguistics and computer science, the Levenshtein distance is a string metric for measuring the difference between two sequences. Informally, the Levenshtein distance between two words is the minimum number of single-character edits (insertions, deletions or substitutions) required to change one word into the other. It is named after the Soviet mathematician Vladimir Levenshtein, who considered this distance in 1965.
    Levenshtein distance may also be referred to as edit distance, although that term may also denote a larger family of distance metrics known collectively as edit distance."- Wikipedia.com

  2. Graph Edit Distance (GED) metric for graph comparison:
    "The graph edit distance is the number of edge/node changes needed to make two graphs isomorphic."-NetworkX โ€” NetworkX documentation

  3. https://networkx.org/documentation/stable/tutorial.html

Feature list

Completed features:

  • Add new test
  • cycle detection in dag
  • question order by EXPECTED knowledge space
  • render teacher's test
  • render student's uncompleted test
  • render student's completed test
  • test completion (do uncompleted test)
  • Angular's FormArray class to dynamically add and remove FormGroups and FormControls in reactive forms. (ANGULAR-DYNAMIC-FORMS/DEEP-NESTED-REACTIVE-FORM)
  • Connect node with test question (questions mapped on problems)
  • Show knowledge space (nodes & links) during test creation/genesis
  • Real knowledge space with KST library
  • Add new real knowledge space using kst-lib
  • Get (render) real knowledge space using kst lib
  • Sharing data between child and parent directives and components ( @input() and @output() directives)
  • Metrics for graph comparison (Similarity Measures)
  • IMS QTI export

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.