You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note:** Step 1 is optional if you don't want student names and other information pre-printed on the sheets, but at that point, you may as well just merge the two single-page PDF files manually in Adobe Acrobat. But you can still use this if you don't like dealing with Acrobat (my hatred of Acrobat is what prompted me to make this).
15
15
@@ -31,10 +31,14 @@ Take your Answer Sheet Packets from ZipGrade and the Written Sheet PDF that you
31
31
2. Select the Written Sheet as the **Written Answer Sheet**
32
32
3. Click **Merge**
33
33
34
-
## Upcoming Features
34
+
## Student ID Processor for ZipGrade Usage
35
35
36
-
### Accept Microsoft Word documents for the Written Answer Sheet to avoid the conversion to PDF.
37
-
The issue is that after being uploaded, they will have to be converted into HTML then into a PDF because I cannot find a way to directly convert into a PDF in a way that can be done 100% in the browser.
36
+
This tool converts student IDs from the format `#A00123456` to a ZipGrade-compatible numeric format `123456` by removing the unnecessary `#A00`.
38
37
39
-
### Process student IDs to make them ZipGrade compatable
40
-
ZipGrade only accepts numbers in the student ID field. When exported from Brightspace, they are in the format #A00123456. ZipGrade can automatically assign random numbers as IDs, but if you would rather use their actual IDs, I plan to add a way to automatically cut off the unnecessary "#A00" and keep the "123456." In the mean time, this can be done quickly in Excel using the formula =RIGHT(A2, LEN(A2) - 4) and dragging the fill handle down.
38
+
### Steps:
39
+
1.**Prepare your CSV File:** Export your student roster from your LMS as a CSV file. Student IDs should be in the first column.
40
+
2.**Go to the Website:** Navigate to [https://calebhendren.github.io/zipmerge/](https://calebhendren.github.io/zipmerge/).
41
+
3.**Locate the ID Processor:** Scroll down to the "Student ID Processor for ZipGrade" section.
42
+
4.**Upload CSV:** Click "Choose File" under "Student IDs CSV File (.csv only)" and select your CSV file.
43
+
5.**Process IDs:** Click the "Process IDs" button.
44
+
6.**Download:** The processed CSV file (e.g., `yourfile_processed_IDs.csv`) will be automatically downloaded by your browser. You can then import this file into ZipGrade as part of Step 1 in the above section.
0 commit comments