layout | title |
---|---|
page |
Teacher Recommendation |
Thank you so much for taking the time to write a Letter of Recommendation for one of your students. Of cours, you are free to write whatever you like, however, there are certain qualities we would like to hear about in your letter if possible.
- Does the student that you are recommended demonstrate attentiveness in class and asks questions when concepts are not clear?
- Does the student exhibit specific abilities that make you think they are a good candidate to be a software developer?
- Do you have experience with how the student has perfomed in some basic math classes such as Algebra and Geometry?
- Does the student exhibit any challenges that you think we should be aware of?
- Any other comments you would like to make that particularly suits this student for the Launch program.
When you're ready to send us your recommendation, just fill out the form below and submit. Thank you!
/* border, padding, margin, width */ #fs-frm input, #fs-frm select, #fs-frm textarea, #fs-frm #card-element { border: 1px solid rgba(0,0,0,0.2); background-color: rgba(255,255,255,0.9); padding: .75em 1rem; margin-bottom: 1.5rem; } #fs-frm input:focus, #fs-frm select:focus, #fs-frm textarea:focus { background-color: white; outline-style: solid; outline-width: thin; outline-color: gray; outline-offset: -1px; } #fs-frm [type="text"], #fs-frm [type="email"] { width: 100%; } #fs-frm [type="button"], #fs-frm [type="submit"], #fs-frm [type="reset"] { width: auto; cursor: pointer; -webkit-appearance: button; -moz-appearance: button; appearance: button; } #fs-frm [type="button"]:focus, #fs-frm [type="submit"]:focus, #fs-frm [type="reset"]:focus { outline: none; } #fs-frm [type="submit"], #fs-frm [type="reset"] { margin-bottom: 0; } #fs-frm select { text-transform: none; }
#fs-frm [type="checkbox"] { -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; display: inline-block; width: auto; margin: 0 .5em 0 0 !important; }
#fs-frm [type="radio"] { -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; }
/* address, locale */ #fs-frm fieldset.locale input[name="city"], #fs-frm fieldset.locale select[name="state"], #fs-frm fieldset.locale input[name="postal-code"] { display: inline; } #fs-frm fieldset.locale input[name="city"] { width: 52%; } #fs-frm fieldset.locale select[name="state"], #fs-frm fieldset.locale input[name="postal-code"] { width: 20%; } #fs-frm fieldset.locale input[name="city"], #fs-frm fieldset.locale select[name="state"] { margin-right: 3%; } </style>