Code Monkey home page Code Monkey logo

lmod_proxy's People

Contributors

bdero avatar blarghmatey avatar carsongee avatar dependabot[bot] avatar itsbenweeks avatar markbreedlove avatar pdpinch avatar pwilkins avatar shaidar avatar

Stargazers

 avatar

Watchers

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

lmod_proxy's Issues

Move deployment off of dot cloud

Dot cloud is going out of business. We need to find another host that won't timeout on a 60 second request.

Will require a deploy to staging and rp as well.

Normalize grades before submitting to Stellar

As an instructor, I would like to have grades submitted to the lmod gradebook be "out of" the max score for the assignment. Grades coming from edX are between 0 and 1.0 and it would be clearer for instructors and students to have them be between 0 and the max score.

  • add a configuration setting to control whether grades should be normalized at all. In our current use of lmod-proxy this would be an application setting, similar to LMODP_APPROVE_GRADES
  • fetch the max scores for all problems in the gradebook (possibly using get_assignments()
  • normalize the grades coming in from edX before submitting them in L32-L35

This may be very slow and we'll need to consider the possibility of timeouts.

Add configuration style

Use a "first found" yaml configuration file loader from one of three locations: $(pwd)/lmod_proxy.yml, ~/.lmod_proxy.yml, and then /etc/lmod_proxy.yml. Also allow environment variable overrides prefixed with LMODP_.

Transmit raw score and max score to remote gradebook

Currently lmod_proxy sends calculated scores to the remote gradebook. The requested change is to send the raw score and the max score.

To send the max score, the assignment must be created by lmod_proxy. (In the existing implementation, assignments are created in the body of the PyLmod call that sends scores to the remote gradebook.)

Basic Authentication

Support basic authentication (and the configuration of that), to allow for some security.

Add nice index page

Add page that is descriptive of what the application does as well as offering a user interface to explore the features (i.e. calls to edx_grades "API")

Create Continuous Integration Deployment

It is convenient for integration and system testing to have an installation of the application that is always running the latest master version of the repo that works. We can add this easily with Travis as a step to do after a successful test has occurred. It does this by packaging our app up into a heroku deployable unit, and pushing it.

release 0.2.0

  • Use release script.
  • push to lmod_proxy_qa
  • integration testing
  • deploy to lmod_proxy

conditionally set grades, to avoid overriding manually set grades

I'm not sure if this is an issue for lmod_proxy, or for pylmod.

I'd like to an option for setting grades to be conditional -- only set the grade if one hasn't been set already.

This would avoid overriding grades that have been set manually in the gradebook, and may obviate the immediate need for #5 (even though it's still a good idea).

Upgrade to Python 3

With the official end of life for Python 2 at the end of this year we should upgrade this app to run on Python 3

Flesh out README

Add quickstart, heroku setup, and configuration for edx-platform to README. Also badges.

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.