Giter Site home page Giter Site logo

jeroendoggen / blackboard-analysis-tools Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 477 KB

An analysis automation tool to avoid repetitive tasks while grading student assignments that have been handed in through the Blackboard learning system

License: Other

Python 98.32% Shell 1.68%

blackboard-analysis-tools's People

Contributors

jeroendoggen avatar

Stargazers

 avatar

Watchers

 avatar  avatar

blackboard-analysis-tools's Issues

Windows version

Test the software on Windows
Install from PyPI (is this possible/easy on Windows?)
Create some other kind of Windows installer? (is there a repository/marketplace?)

Unexpected crash (string processing error?)

When: processing a .zip file (assignment name: "Examen (hier uploaden)")
Error message:

Traceback (most recent call last):
File "main.py", line 20, in
sys.exit(run())
File "main.py", line 15, in run
assignment_analyser.run()
File "/usr/local/lib/python2.7/dist-packages/blackboard_analysis_tools/blackboard.py", line 55, in run
self.analyser.analyse_txt_files()
File "/usr/local/lib/python2.7/dist-packages/blackboard_analysis_tools/analyser.py", line 43, in analyse_txt_files
self.generate_studentnames_list()
File "/usr/local/lib/python2.7/dist-packages/blackboard_analysis_tools/analyser.py", line 52, in generate_studentnames_list
self.studentnames_list.append(self.get_studentname(txtfile))
File "/usr/local/lib/python2.7/dist-packages/blackboard_analysis_tools/analyser.py", line 65, in get_studentname
studentname = self.swap_string(studentname)
File "/usr/local/lib/python2.7/dist-packages/blackboard_analysis_tools/analyser.py", line 83, in swap_string
string1 = string.split(".")[1]
IndexError: list index out of range

Clean up classes

Passing of "settings" object (multiple times)
Killing tool in logging class
Duplicate code?
Using properties where possible

Configuration

Separate configuration settings from the source code (in a config file)

Optimise execution speed

Increase the speed:

  • use multiple processes to unzip files in parallel (is the process IO or CPU bound?)
  • speed up scanning of files (are we doing the same thing multiple times?)
  • use better algorithms

readme file

Readme.md & txt multiple files.
remove the ones that are not needed (check pypi & debian packages)

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.