VRFS-4115 - update text of student dialog
This commit is contained in:
parent
1944832c96
commit
2dafc8288a
|
|
@ -127,7 +127,7 @@ context = window
|
|||
|
||||
render: () ->
|
||||
submitClasses = classNames({'button-orange': true, disabled: @disabled()})
|
||||
if @isRatingTeacher()
|
||||
if false
|
||||
title = 'Rate Teacher'
|
||||
help = `<h2>Please rate this teacher based on your experience with them:</h2>`
|
||||
descriptionPrompt = `<h2>Please help other students by explaining what you like or don’t like about this teacher:</h2>`
|
||||
|
|
@ -152,7 +152,7 @@ context = window
|
|||
else
|
||||
title = 'Rate Student'
|
||||
help = `<h2>Please rate this student based on your experience with them:</h2>`
|
||||
descriptionPrompt = `<h2>Please help other teachers by explaining what you like or don’t like about this student:</h2>`
|
||||
descriptionPrompt = `<h2>Please tell us if you have problems with this student in the form of tardiness, abusiveness, or other inappropriate behaviors. We will not share this information with other teachers or students, but we may use aggregate negative feedback on a student from multiple teachers to block the student from our lesson marketplace.</h2>`
|
||||
choices =
|
||||
`<div className="choices">
|
||||
<div className="field">
|
||||
|
|
|
|||
Loading…
Reference in New Issue