Knowledge Question Setup
This commit is contained in:
parent
1e8516e254
commit
861a3bad6a
4 changed files with 21 additions and 7 deletions
18
index.html
18
index.html
|
|
@ -225,7 +225,17 @@
|
|||
</p>
|
||||
<p>Have fun! 🤟</p>
|
||||
</div>
|
||||
<div id="intro-step5">Knowledge Questions</div>
|
||||
<div id="intro-step5">
|
||||
<h1>Questions about this visualization sepcifically</h1>
|
||||
<p>
|
||||
After the project-specific "knowledge" questions in the last step I want to get your
|
||||
valuable input as a developer for the following questions:
|
||||
</p>
|
||||
<label for="k-1">
|
||||
1) Do you remember any of the contributors of this project? Please name them below
|
||||
<textarea id="k-1" name="k-1"></textarea>
|
||||
</label>
|
||||
</div>
|
||||
<div id="intro-step6">
|
||||
<h1>Questions about Play in Software Development</h1>
|
||||
<p>
|
||||
|
|
@ -249,9 +259,9 @@
|
|||
<textarea id="fb-3" name="fb-3"></textarea>
|
||||
</label>
|
||||
<label for="fb-4">
|
||||
4) Could you imageine yourself using this visualization or something similar on
|
||||
different projects to learn about them? If so, on which projects would you want to try
|
||||
it out?
|
||||
4) Could you imagine yourself using a visualization or something similar on different
|
||||
projects to learn about them? If so, on which projects would you want to try it out? If
|
||||
not, what would you prefer instead, just going throught the files?
|
||||
<textarea id="fb-4" name="fb-4"></textarea>
|
||||
</label>
|
||||
<label for="fb-5">
|
||||
|
|
|
|||
Reference in a new issue