This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.qsform textarea { | |
font-family: inherit; | |
font-size: 1em; | |
width: 97%; | |
border: 1px solid grey; | |
padding: 5px 0px 5px 5px; | |
border-radius: 4px; | |
height: 100px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.*", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// DeleteSemesterFromTranscript.js.txt | |
// Rick Nagy | |
// 2014-04-19 | |
// | |
// run via js console | |
function init() { | |
stopAsap = false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// CopyZeusValues.js | |
// Rick Nagy | |
// 2014-03-31 | |
// | |
// run via js console | |
function init() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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 |