Skip to content

Commit 020140d

Browse files
authored
[Documentation] update scanning instructions (#712)
Co-authored-by: Barb Cutler <Barb Cutler>
1 parent cd66190 commit 020140d

File tree

6 files changed

+59
-6
lines changed

6 files changed

+59
-6
lines changed

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ GEM
280280
concurrent-ruby (~> 1.0)
281281
unicode-display_width (1.8.0)
282282
uri (0.13.0)
283-
wdm (0.2.0)
284283
webrick (1.9.1)
285284
yell (2.2.2)
286285

@@ -295,7 +294,6 @@ DEPENDENCIES
295294
github-pages (= 232)
296295
html-proofer (~> 3.19.4)
297296
json
298-
wdm (>= 0.1.1)
299297
webrick (~> 1.9)
300298

301299
BUNDLED WITH

_docs/instructor/assignment_preparation/bulk_pdf_upload.md

Lines changed: 59 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,68 @@ Explore the options / settings on your scanner. Things to check:
7979
orderly upload to Submitty.
8080

8181

82+
## Scanning with the ScanSnap from Ricoh
8283

84+
The <a href="https://www.pfu-us.ricoh.com/scanners/scansnap">Ricoh
85+
ScanSnap portable scanner</a> is affordable, convenient, fast, and
86+
robust. We have used models from iX500 to iX1600 -- the software and
87+
interface is similar through different model numbers.
8388

84-
## Scanning with the ScanSnap iX500 on Linux
89+
### ScanSnap Settings on Windows
8590

86-
We use the portable ScanSnap iX500 for scanning our exams. This works with
87-
[SANE](http://www.sane-project.org/) out of the box; a variety of of
88-
front-ends for SANE exist that work well with this
91+
Here's how to set our recommended scanner confiurations using the Windows ScanSnap software.
92+
93+
1. Plug the scanner into your laptop using a USB connection.
94+
95+
2. Open the ScanSnap the scanner. And press the "Scan" button in the top left corner.
96+
97+
![](/images/scanning/scansnap_windows_00.png){:width="600px"}
98+
99+
3. Now edit your profile by selecting the small pencil icon in the upper right corner.
100+
101+
![](/images/scanning/scansnap_windows_01.png){:width="600px"}
102+
103+
4. Halfway down the page is an option for "Detailed Setttings", click that.
104+
105+
![](/images/scanning/scansnap_windows_02.png){:width="600px"}
106+
107+
5. On the detailed settings page you can select
108+
109+
* "Greyscale" -- It is important not to chose "Black & White" as
110+
this will clamp all pixels to pure white or black and lightly
111+
written pencil marks often become illegible. Only choose
112+
"Color" scanning if your exam actually requires grading in full
113+
color.
114+
115+
* "Duplex" -- this will scan both the front and back of each page.
116+
Even if you printed your exam single-sided, students may have
117+
written answers on the backside of one or more pages. We
118+
recommend scanning both sides.
119+
120+
* "Best" -- you'll want to scan at a reasonably high resolution to
121+
capture students who write rather small.
122+
123+
* Turn on "Do not Rotate" -- the software will attempt to detect
124+
rotated pages and rotate the page 180 degrees, but it seems to
125+
have many false positive detections. We recommend turning this
126+
setting off, and just being more careful when loading the paper
127+
into the scanner.
128+
129+
* Turn off "Blank Page Removal" -- the software will also attempt
130+
to detect and remove pages with very little data. This option
131+
is also inconsistent, and can leave you with different numbers
132+
of scanned pages per student, which will break assumptions about
133+
specific exam problems being on specific page numbers.
134+
135+
![](/images/scanning/scansnap_windows_03.png){:width="600px"}
136+
137+
138+
139+
### ScanSnap Settings on Linux
140+
141+
For Linux, we use the [SANE](http://www.sane-project.org/) software
142+
out of the box; a variety of of front-ends for SANE exist that work
143+
well with this
89144
scanner. [Simple-scan](https://github.com/GNOME/simple-scan) works
90145
fairly well - you will need to make sure to select the scanner in its
91146
preferences and set it to scan 'Both' sides of each page; you can then
72.7 KB
Loading
100 KB
Loading
85.4 KB
Loading
30.7 KB
Loading

0 commit comments

Comments
 (0)