Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thisisnic/bsc-dissertation
My BSc dissertation
https://github.com/thisisnic/bsc-dissertation
Last synced: about 2 months ago
JSON representation
My BSc dissertation
- Host: GitHub
- URL: https://github.com/thisisnic/bsc-dissertation
- Owner: thisisnic
- Created: 2016-02-13T16:10:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T09:51:51.000Z (almost 9 years ago)
- Last Synced: 2023-03-02T00:36:27.499Z (almost 2 years ago)
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
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;
}BSc (Hons) Psychology Dissertation
The Combined Effects of Feedback and Delaying Initial Retrieval on Learning
Summary
This dissertation aimed to examine whether giving individuals feedback on learning, and delaying the initial recall attempt increased the chance of recalling information on a later test. It was found that feedback enhanced learning, but in this case delaying initial retrieval had little effect.
- Statistical skills used: ANOVA, experimental design
BSc Modules:
- Cognitive Psychology
- Brain and Behaviour
- Social Psychology
- Research Methods
- Developmental Psychology
- Statistics
- Personality and Individual Differences
- Advanced Cognitive Psychology
- Advanced Social Psychology
- Advanced Developmental Psychology
- Historical and Conceptual Issues in Psychology
- Psychological Reality: Its Structure and Development in Children and Adults
// 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);
})();