Giter VIP home page Giter VIP logo

blackboardpoll2canvas's Introduction

Blackboard polls to Canvas

Command-line utility to convert poll reports from BlackBoard Collaborate Ultra into Canvas gradebook format.

Requires Pandas and the excellent Nameparser to parse human names. The code was written using Python 3.

Installation

python setup.py install

Running

To run the program, first print the help message. It will describe the format and inputs of the program. The program expects in input at least four files:

  1. gradebook - this is a CSV export of the Canvas gradebook;
  2. poll - this is a poll report exported from Blackboard Collaborate Ultra;
  3. keys - this is CSV file with the poll keys (see Keys below);
  4. output - this is the path to the output CSV.

The command can process multiple poll report files. It will extract the date of the poll from the name of the report file, so make sure NOT to rename the exported polls.

Here is the full help message:

> blackboardpoll2canvas -h

usage: blackboardpoll2canvas [-h] gradebook poll [poll ...] keys output

Import poll reports from BlackBoard Collaborate Ultra into Canvas gradebook
format

positional arguments:
  gradebook   path to the CSV file with Canvas gradebook
  poll        path to the CSV file with poll reports
  keys        path to the CSV file with poll keys
  output      write the new CSV to this path

optional arguments:
  -h, --help  show this help message and exit

Keys

You need to prepare a CSV file with the poll keys. There should be three columns in this file:

  1. PollQuestion - this should match the PollQuestion column in the poll file.
  2. CorrectAnswer - this should match the AttendeePollAnswer column in the poll file.
  3. PollDate - a date (YYYY-MM-DD format) matching the date in the report file name.

You can combine the keys from multiple polls in the same file. The program will look for the PollDate of each key and match it to its report.

When all answers are correct, enter NA under CorrectAnswer (or leave it blank).

Example Keys

PollQuestion,CorrectAnswer,PollDate
Carbon dioxide in the atmosphere,D,2020-09-09
Globally temperatures are increasing because…,C,2020-09-09
Sea surface temperature has,D,2020-09-09
Which of the following phenomena is most closely linked with the salinity of the northwest Atlantic?,NA,2020-09-09
"ocean pH is ______ and the aragonite saturation state, Ω,  is ______.",D,2020-09-09
Which of the following change in fish distribution would you also expect to see with continued warming?,B,2020-09-09

Limitations / Notes

  • Multiple answers questions are not supported;
  • To compute points for a student, only the last answer is considered;
  • Students are matched by Last Name, First Name, so students with the same name will be merged together.

blackboardpoll2canvas's People

Contributors

glciampaglia avatar

Watchers

 avatar

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.