lt_progress
Generates a PDF Progress Report from Blackboard Gradebook
Science Score: 52.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
✓Institutional organization owner
Organization utrgv-smss has institutional domain (www.utrgv.edu) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.3%) to scientific vocabulary
Repository
Generates a PDF Progress Report from Blackboard Gradebook
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Learning Targets Progress Tracker
These files generate a PDF checklist of Learning Targets and a Progress Grid updated from a Blackboard gradebook for all students.
The main logic is written in the R Programming Language and is in the file "all_students.Rtex".
To generate the PDF on Overleaf
- Upload this project to Overleaf.
- Go to your Blackboard course shell and go to download your grades. Under "OPTIONS" on the download page, select "Comma" as the Delimiter Type. Download the grades.
- Make sure the file extension is ".csv". If not, go back to step 1 and choose the right options.
- After downloading the gradebook file, rename the file to "gb.csv".
- On Overleaf, click on the "Upload" icon. This icon is right above the list of files.
- Upload the file "gb.csv" file. This will replace a file already there.
- Click the green "Recompile" button.
A possible issue may arise from how you name the WeBWorK homework column in the gradebook. The code will search for the column with the text "WeBWorK" and rename the corresponding column to "hwgrade". If there is an error when the code is searching for this column, then either change the text to search for in the file "allstudents.Rtex" or rename the column in the gradebook file.

Owner
- Name: UTRGV School of Mathematical and Statistical Sciences
- Login: UTRGV-SMSS
- Kind: organization
- Location: Rio Grande Valley, Texas
- Website: http://www.utrgv.edu/math/
- Repositories: 4
- Profile: https://github.com/UTRGV-SMSS
Citation (CITATION.cff)
cff-version: 1.2.0
title: Learning Targets Progress Tracker
message: If you use this software, please cite it as below.
authors:
- family-names: Garza
given-names: Guillermo
version: 1.0.0
date-released: 2024-02-26
repository-code: "https://github.com/UTRGV-SMSS/LT_progress"