Code Monkey home page Code Monkey logo

engelsmann / boxplot Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 55.26 MB

Initial, interactive demo of my Python, Django, Dockers and Azure skills. The boxplot diagram is meant as an element in interactive dashboards - one for each student. The feedback dialogue between teacher and student could be supported by such a dashboard.

Python 98.23% CSS 0.20% HTML 0.31% PowerShell 0.02% Shell 0.01% JavaScript 0.34% Jupyter Notebook 0.04% C++ 0.06% C 0.77% Fortran 0.02% Smarty 0.01%
python didactics dashboard django-application assessment-scoring demo-app web-application docker azure testing-goat django-model boxplot teacher demo

boxplot's People

Contributors

engelsmann avatar

Watchers

 avatar

boxplot's Issues

Assessment scores doubly counts

When two or more students work and submit together, both their identical scores will appear in the statistics underlying the box plot (quartile set).

  • Is this the statistics we wish to present?

View functions not unit tested

The attempts to "raise KeyError", e.g. in

#with self.assertRaises(KeyError):

show that Selenium-driven tests do not see the exception, even if it is indeed risen, as the page content demonstrates.
(Try selecting Andersine Andersen and see how she submits!)
Somehow (django.test ??) we should test all the way down to the view functions, including elev_aflevering(),
def elev_aflevering(request):

Performance, cache

Boxplot regarding 1 class and 1 assignment will be needed as background for as many compound plots (fit overlay) as the class has students. If caching considerably outperforms production, caching should be contemplated.

Should app store only 6+6 or rather 6*6 scores?

Is there any performance arguments that only marginal sound of the 6-by-6 scores matrix are stored in AssessmentScores?

  • Could e.g. a 6x6 heatmap of the scores help in the feedback dialogue?

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.