――It turns plain paper into mark sheet paper ――When you collect it, make it tiff or jpg with a document scanner and put it on a mark reader to read the mark. --This time, I'm not from AWS
It's made in Java, so it works on Win, Mac, and Linux. I did it.
cf. Iwate Prefectural Lifelong Learning Support Center --SQS http://www2.pref.iwate.jp/~hp1595/kyousin/sqs.html
A story when I was a technical teacher in a junior high school.
It's hard to collect the class evaluation questionnaires for about 340 people on paper. ↓ No, there was a questionnaire tabulation software called SQS in Iwate prefecture. ↓ Read the collected prints with a document reader and put them on Mark Reeder. ↓ It seems that the java version does not match, and it falls.
Apparently, it can't be used unless $ java -version
is 1.7 or less (1.6 is the best) (current: 1.8).
Therefore, it is necessary to change the version.
I'm a mac so to ~ / .bashrc
export JAVA_HOME=`/System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/java_home -v "1.7"`
PATH=${JAVA_HOME}/bin:${PATH}
And setting (the above "1.7" part corresponds to the version) After this,
$ sudo java -jar /mark/Leader's/path.jar
I was able to start by doing
I'm happy.
# Finally
Those who have read this far will have been struck by it all the time.
Even though he is a technical teacher, he asked, "Why are you doing questionnaires on paper instead of on the Web?"
I can use the PC room, but
――There are still many paper-based parts at school
――I can't use my PC because of filtering.
――In the first place, the number of technical hours is short, so I use the rough work of taking it home and writing it during breaks.
So I had to do this.
I want the field of compulsory education to be computerized.
With such a wish, I summarized it for the fighting teachers.
You can still use this software, so please try it.
# reference
Switching Java versions on OS X-Qiita
http://qiita.com/ringo/items/db58b34dc02a941b297f
Recommended Posts