Skip to content

Instantly share code, notes, and snippets.

View rickcnagy's full-sized avatar

Rick Nagy rickcnagy

View GitHub Profile
@rickcnagy
rickcnagy / qsTextAreas.css
Last active August 29, 2015 14:01 — forked from rickcnagy/qsTextAreas.html
CSS only version of qsTextAreas
.qsform textarea {
font-family: inherit;
font-size: 1em;
width: 97%;
border: 1px solid grey;
padding: 5px 0px 5px 5px;
border-radius: 4px;
height: 100px;
}
@rickcnagy
rickcnagy / qsTextAreas.js
Last active August 29, 2015 14:01 — forked from rickcnagy/qsTextAreas.html
Only the JS version of qsTextAreas.
qsMatchLabels = [
"How did you learn of Living Wisdom School?",
"Family Religion",
"What are your educational goals for your child? In what way do you believe Living Wisdom School will help to accomplish these goals?*",
"Academic Assessment*",
"Social Assessment*",
"Emotional Assessment*",
"Spiritual Assessment*",
"Has the student ever skipped or repeated a grade? Please Explain.*",
"Has school attendance been steady and regular? If not, please explain.*",
@rickcnagy
rickcnagy / DeleteSemesterFromTranscript.js
Last active August 29, 2015 14:00 — forked from rickcnagy/SaveRecords.js
Deletes a specific custom semester from all transcripts - DeleteSemesterFromTranscript.js
//
// DeleteSemesterFromTranscript.js.txt
// Rick Nagy
// 2014-04-19
//
// run via js console
function init() {
stopAsap = false;
@rickcnagy
rickcnagy / CopyZeusValues.js
Last active August 29, 2015 13:57 — forked from rickcnagy/SaveRecords.js
Copies values from one Zeus Report Card identifier to another. Relies on all report cards using the "For Identifier Value Copying" template.
//
// CopyZeusValues.js
// Rick Nagy
// 2014-03-31
//
// run via js console
function init() {
//
// OpenAndSaveStudentRecords.js
// Console JavaScript
//
// Created by Rick Nagy on 2014-01-27.
//
// This will go down the student list in the Students module and click and save each student
//
// set TRIGGER_KEYUP to true to also trigger the keyUp() method in the name field
// this is useful for triggering the name parser, which is useful