brainbaking/static/cppst/data.json

112 lines
3.7 KiB
JSON

{
"attributes": [
"Curiosity",
"Creative State of Mind",
"Creative Techniques",
"Technical Knowledge",
"Communication",
"Constraints",
"Critical Thinking"
],
"questions": [{
"q": "During the project, I really came outside my comfort zone",
"v": [ { "weight": 1, "attribute": "Curiosity" }]
}, {
"q": "Many parts of the project peaked my curiosity",
"v": [ { "weight": 1, "attribute": "Curiosity" }]
}, {
"q": "I liked to really delve into some aspects of the project",
"v": [ { "weight": 1, "attribute": "Curiosity" }]
}, {
"q": "I did not feel the urge to create things",
"v": [ { "weight": 1, "attribute": "Curiosity" }],
"invert": true
},
{
"q": "I remained concentrated for a long time on a part of the project",
"v": [ { "weight": 1, "attribute": "Creative State of Mind" }]
}, {
"q": "I used productivity tools to better concentrate on the essence of the problem (e.g. shortcuts, cmdline tools, ...)",
"v": [ { "weight": 1, "attribute": "Creative State of Mind" }]
}, {
"q": "I did not find the experience very rewarding",
"v": [ { "weight": 1, "attribute": "Creative State of Mind" }],
"invert": true
}, {
"q": "Time seemed to fly by while working",
"v": [ { "weight": 1, "attribute": "Creative State of Mind" }]
},
{
"q": "I approached problems in multiple ways",
"v": [ { "weight": 1, "attribute": "Creative Techniques" }]
}, {
"q": "I did not use knowledge from another domain to solve something",
"v": [ { "weight": 1, "attribute": "Creative Techniques" }],
"invert": true
}, {
"q": "I combined different ideas to solve a problem",
"v": [ { "weight": 1, "attribute": "Creative Techniques" }]
}, {
"q": "I occasionally took deliberate breaks to let things settle in",
"v": [ { "weight": 1, "attribute": "Creative Techniques" }]
},
{
"q": "I gained little knowledge as the project progressed",
"v": [ { "weight": 1, "attribute": "Technical Knowledge" }],
"invert": true
}, {
"q": "I learned new practical techniques and also applied them",
"v": [ { "weight": 1, "attribute": "Technical Knowledge" }]
}, {
"q": "I have gained insight into the problem domain",
"v": [ { "weight": 1, "attribute": "Technical Knowledge" }]
},
{
"q": "I barely asked for feedback from my fellow students",
"v": [ { "weight": 1, "attribute": "Communication" }],
"invert": true
}, {
"q": "I visualized the problem on a white-board or on paper",
"v": [ { "weight": 1, "attribute": "Communication" }]
}, {
"q": "I regularly asked for feedback from my teachers",
"v": [ { "weight": 1, "attribute": "Communication" }]
}, {
"q": "I regularly shared my ideas with others",
"v": [ { "weight": 1, "attribute": "Communication" }]
},
{
"q": "The limitations of the assignment kept me alert",
"v": [ { "weight": 1, "attribute": "Constraints" }]
}, {
"q": "I regularly thought about the correctness of my solution",
"v": [ { "weight": 1, "attribute": "Constraints" }]
}, {
"q": "Due to the time pressure I performed worse",
"v": [ { "weight": 1, "attribute": "Constraints" }],
"invert": true
}, {
"q": "I tried to make my program efficient as possible",
"v": [ { "weight": 1, "attribute": "Constraints" }]
},
{
"q": "I barely questioned the choices made and did not come up with alternatives",
"v": [ { "weight": 1, "attribute": "Critical Thinking" }],
"invert": true
}, {
"q": "I often took multiple options into careful consideration",
"v": [ { "weight": 1, "attribute": "Critical Thinking" }]
}, {
"q": "I often re-evaluated my approach in order to learn from it",
"v": [ { "weight": 1, "attribute": "Critical Thinking" }]
}, {
"q": "I used multiple sources to find out information myself",
"v": [ { "weight": 1, "attribute": "Critical Thinking" }]
}]
}