File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ var survey_v1 = '\n\
545545<p style="margin-top: 10px; line-height: 175%;">\n\
546546[Optional] Please answer these questions to support our research and to help improve this tool.<br/>\n\
547547Where is your code from? <input type="text" id="code-origin-Q" class="surveyQ" size=60 maxlength=140/><br/>\n\
548- What do you hope to learn by visualizing it? <input type="text" id="what-learn-Q" class="surveyQ" size=60 maxlength=140/><br/>\n\
548+ What do you hope to learn by visualizing it? <input type="text" id="what-learn-Q" class="surveyQ" size=55 maxlength=140/><br/>\n\
549549How did you find this web site? <input type="text" id="how-find-Q" class="surveyQ" size=60 maxlength=140/>\n\
550550<input type="hidden" id="Q-version" value="v1"/> <!-- for versioning -->\n\
551551</p>'
Original file line number Diff line number Diff line change @@ -422,11 +422,11 @@ function initTogetherJS() {
422422 $ ( "#togetherjsStatus" ) . html ( '<div>\
423423 Copy and send this URL to let others join your session:\
424424 </div>\
425- <input type="text" style="font-size: 12pt ; \
425+ <input type="text" style="font-size: 11pt ; \
426426 font-weight: bold; padding: 5px;\
427- margin-bottom: 10pt ;" \
427+ margin-bottom: 6pt ;" \
428428 id="togetherjsURL" size="80" readonly="readonly"/>' ) ;
429- $ ( "#togetherjsURL" ) . val ( urlToShare ) . attr ( 'size' , urlToShare . length + 15 ) ;
429+ $ ( "#togetherjsURL" ) . val ( urlToShare ) . attr ( 'size' , urlToShare . length + 25 ) ;
430430 }
431431
432432 $ ( "#togetherjsStatus" ) . append ( informedConsentText ) . fadeIn ( 500 ) ;
Original file line number Diff line number Diff line change 142142 </ div >
143143 < div style ="font-size: 10pt; margin-bottom: 5pt; padding: 1pt; ">
144144 I just learned that
145- < input style ="font-size: 10pt; padding: 1pt; " type ="text " id ="iJustLearnedInput " size ="70 "/>
145+ < input style ="font-size: 10pt; padding: 1pt; " type ="text " id ="iJustLearnedInput " size ="70 " maxlength = 300 />
146146
147147 < button id ="iJustLearnedSubmission " type ="button " style ="font-size: 10pt; "> Submit</ button >
148148
You can’t perform that action at this time.
0 commit comments