Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thisisnic/msc-dissertation

My MSc dissertation
https://github.com/thisisnic/msc-dissertation

Last synced: about 2 months ago
JSON representation

My MSc dissertation

Awesome Lists containing this project

README

        

code{white-space: pre;}

pre:not([class]) {
background-color: white;
}

if (window.hljs && document.readyState && document.readyState === "complete") {
window.setTimeout(function() {
hljs.initHighlighting();
}, 0);
}

.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
height: auto;
}


MSc Psychological Research Methods Dissertation



Examining how difficulty affects the goal specificity effect in interactive and non-interactive tasks



Summary


This dissertation aimed to examine whether giving participants an interactive task led to an increase in problem-solving ability compared to an observational task. It was concluded that non-specific goals and interactive tasks both encourage hypothesis testing strategies, highlighting the importance of hypothesis testing for effective problem solving.



  • Coding skills used - PHP, HTML, CSS, JavaScript

  • Statistical skills used - ANOVA, experimental design




MSc Modules:



  • Analysing and Interpreting Psychological Data I

  • Analysing and Interpreting Psychological Data II

  • Conducting and Presenting Psychological Research

  • Variations in Working Memory: Theory, Methods and Data




// add bootstrap table styles to pandoc tables
$(document).ready(function () {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
});

(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();