Coder Social home page Coder Social logo

ucfopen / due-date-changer Goto Github PK

View Code? Open in Web Editor NEW
9.0 8.0 3.0 148 KB

An LTI that allows a user to easily change due dates for multiple assignments simultaneously.

License: MIT License

Python 66.91% Ruby 0.14% Shell 0.31% CSS 2.86% Jinja 29.78%
canvas-lms canvas lti instructure a11y accessibility education edtech

due-date-changer's People

Contributors

ssilverm avatar thetwam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

due-date-changer's Issues

Python 3

Update the tool to use the latest version of Python 3

Unclear error message for an issue with a due date

When updating the due dates for a lot of quizzes/assignments and a due date is after a availability date an error message comes up. However, the error message referrers to an ID # which does not show by the quizzes/assignments so there is no clear way to determine which one has the issue. See attached for the error message.

image

Setup Continuous Integration

We should set up a CI pipeline (probably Travis) to run linters and tests. This will help catch easily-avoidable regressions like #24.

Also look into coverage reporting via a tool like Coveralls

Changes Not Applying

Describe the bug

We've received reports from an instructor that when they go to update the dates for quizzes, the due dates don't change.

I am awaiting a response from the instructor with more details

Ungraded Surveys and Practice Quizzes

DDC does not currently work with Ungraded Surveys and Practice Quizzes.

This presumably is because the tool is only looking at gradable assignments.

Add support for Ungraded Surveys and Practice Quizzes

Error after updating to latest version. 'Request' object has no attribute 'is_xhr'

Hello After updating to the latest version to get the chrome 80 cookies fix, we started noticing a 500 error when updating assignments. Here's the trace:

Traceback (most recent call last):
File "/ddchanger/env/local/lib/python2.7/site-packages/flask/app.py", line 2446, in wsgi_app
  response = self.full_dispatch_request()
File "/ddchanger/env/local/lib/python2.7/site-packages/flask/app.py", line 1951, in full_dispatch_request
  rv = self.handle_user_exception(e)
File "/ddchanger/env/local/lib/python2.7/site-packages/flask/app.py", line 1820, in handle_user_exception
  reraise(exc_type, exc_value, tb)
File "/ddchanger/env/local/lib/python2.7/site-packages/flask/app.py", line 1949, in full_dispatch_request
  rv = self.dispatch_request()
File "/ddchanger/env/local/lib/python2.7/site-packages/flask/app.py", line 1935, in dispatch_request
  return self.view_functions[rule.endpoint](**req.view_args)
File "/ddchanger/env/src/pylti/pylti/flask.py", line 385, in wrapper
  return function(*args, **kwargs)
File "/ddchanger/lti.py", line 189, in update_assignments
  if not request.is_xhr:
File "/ddchanger/env/local/lib/python2.7/site-packages/werkzeug/local.py", line 347, in __getattr__
  return getattr(self._get_current_object(), name)
AttributeError: 'Request' object has no attribute 'is_xhr'

To make it work I had to comment this line in lti.py that checks if the request is an ajax request.

While troubleshooting, I found that this was removed from the werkzeug package in v1.0.0.

Known Issue: Safari losing session on different domain

Safari won't save session cookies between pages on an iframe LTI that is hosted on a domain that is different from the parent window.

ie: duedatechanger.heroku.com loaded from canvas.myuniversity.edu won't work, BUT,

duedatechanger.myuniversity.edu loaded from canvas.myuniversity.edu WILL.

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.