Matching Items (21)
151735-Thumbnail Image.png
Description
This project uses a functional approach to understand how members of stigmatized groups perceive emotional expressions on others' faces. The project starts from the premise that different groups are seen to pose different threats to others, and thus different groups face prejudices colored by different, specific negative emotions. For example,

This project uses a functional approach to understand how members of stigmatized groups perceive emotional expressions on others' faces. The project starts from the premise that different groups are seen to pose different threats to others, and thus different groups face prejudices colored by different, specific negative emotions. For example, prejudice toward Black men is driven largely by fear, whereas prejudice toward obese people is driven largely by disgust. Members of these groups may thus come to be "expert" in perceiving fear or disgust in others' faces, depending on the specific emotional prejudices others feel toward their group. Alternatively, members of these groups may be biased to over- or under-perceive these emotional expressions on others' faces. I used a functional approach to predict that, if a Black man believes that seeing others' fear expressions will be useful to him, he will tend to overperceive fear on others' faces, whereas if an obese man believes that seeing others' disgust expressions will be useful to him, he will tend to overperceive disgust on others' faces. If, however, it is not considered useful to perceive these prejudicial emotions on others' faces, Black men and obese people will tend to underperceive these emotional expressions. This study recruited Black men, overweight men, and a group of comparison men. All participants completed an emotion detection task in which they rated faces on whether they expressed fear, disgust, or no emotion. Participants were randomly assigned to complete this emotion detection task either before or after a questionnaire designed to make salient, as well as to measure, participants' beliefs about others' prejudices and stereotypes of their group. Finally, participants completed a set of measures tapping predicted moderator variables. Results suggested that a) Black men tend to be less sensitive perceivers of both fear and disgust on others' faces than are other groups, unless prejudice is salient, and b) variables that would guide the functionality of perceiving others' prejudicial emotional expressions (e.g., belief that prejudice toward one's group is justified, belief that group status differences are legitimate, belief that one can manage stigmatizing interactions, stigma consciousness, and emotion-specific metastereotypes of one's group) do predict differences among Black men in perceiving these emotions on others' faces. Most results for overweight participants were null findings. The results' implications for the psychology of detecting prejudice, and emotional expressions more broadly, are discussed.
ContributorsNeel, Rebecca (Author) / Neuberg, Steven L. (Thesis advisor) / Shiota, Michelle N. (Committee member) / Becker, D. Vaughn (Committee member) / Kenrick, Douglas T. (Committee member) / Arizona State University (Publisher)
Created2013
152788-Thumbnail Image.png
Description
Multimodal presentations have been found to facilitate learning, however, may be a disadvantage for low spatial ability students if they require spatial visualization. This disadvantage stems from their limited capacity to spatially visualize and retain information from both text and diagrams for integration. Similarly, working memory capacity (WMC) likely plays

Multimodal presentations have been found to facilitate learning, however, may be a disadvantage for low spatial ability students if they require spatial visualization. This disadvantage stems from their limited capacity to spatially visualize and retain information from both text and diagrams for integration. Similarly, working memory capacity (WMC) likely plays a key role in a learner's ability to retain information presented to them via both modalities. The present study investigated whether or not the act of self-explaining helps resolve deficits in learning caused by individual differences in spatial ability, working memory capacity, and prior knowledge when learning with text, or text and diagrams. No interactions were found, but prior knowledge consistently predicted performance on like posttests. The author presents methodological and theoretical explanations as to the null results of the present study.
ContributorsGutierrez, Pedro J (Author) / Craig, Scotty D. (Thesis advisor) / Branaghan, Russell (Committee member) / Sanchez, Cristopher (Committee member) / Arizona State University (Publisher)
Created2014
153106-Thumbnail Image.png
Description
Observational tutoring has been found to be an effective method for teaching a variety of subjects by reusing dialogue from previous successful tutoring sessions. While it has been shown content can be learned through observational tutoring it has yet to been examined if a secondary behavior such as goal-setting can

Observational tutoring has been found to be an effective method for teaching a variety of subjects by reusing dialogue from previous successful tutoring sessions. While it has been shown content can be learned through observational tutoring it has yet to been examined if a secondary behavior such as goal-setting can be influenced. The present study investigated if observing virtual humans engaging in a tutoring session on rotational kinematics with embedded positive goal oriented dialogue would increase knowledge of the material and perpetuate a shift an observer's goal-orientation from performance avoidance goal orientation (PAVGO) to learning goal orientation (LGO). Learning gains were observed in pre to post test knowledge retention tests. Significant changes from pretest to posttest occurred across conditions for LGO. Additionally, significant changes from PAVGO pretest to posttest were observed in the control condition however PAVGO did not significantly change in the experimental condition.
ContributorsTwyford, Jessica (Author) / Craig, Scotty D. (Thesis advisor) / Niemczyk, Mary (Committee member) / Kuzel, Michael (Committee member) / Arizona State University (Publisher)
Created2014
156059-Thumbnail Image.png
Description
Assemblers and compilers provide feedback to a programmer in the form of error messages. These error messages become input to the debugging model of the programmer. For the programmer to fix an error, they should first locate the error in the program, understand what is causing that error, and finally

Assemblers and compilers provide feedback to a programmer in the form of error messages. These error messages become input to the debugging model of the programmer. For the programmer to fix an error, they should first locate the error in the program, understand what is causing that error, and finally resolve that error. Error messages play an important role in all three stages of fixing of errors. This thesis studies the effects of error messages in the context of teaching programming. Given an error message, this work investigates how it effects student’s way of 1) understanding the error, and 2) fixing the error. As part of the study, three error message types were developed – Default, Link and Example, to better understand the effects of error messages. The Default type provides an assembler-centric single line error message, the Link type provides a program-centric detailed error description with a hyperlink for more information, and the Example type provides a program centric detailed error description with a relevant example. All these error message types were developed for assembly language programming. A think aloud programming exercise was conducted as part of the study to capture the student programmer’s knowledge model. Different codes were developed to analyze the data collected as part of think aloud exercise. After transcribing, coding, and analyzing the data, it was found that the Link type of error message helped to fix the error in less time and with fewer steps. Among the three types, the Link type of error message also resulted in a significantly higher ratio of correct to incorrect steps taken by the programmer to fix the error.
ContributorsBeejady Murthy Kadekar, Harsha Kadekar (Author) / Sohoni, Sohum (Thesis advisor) / Craig, Scotty D. (Committee member) / Jordan, Shawn S (Committee member) / Gary, Kevin A (Committee member) / Arizona State University (Publisher)
Created2017
156212-Thumbnail Image.png
Description
Each programming language has a compiler associated with it which helps to identify logical or syntactical errors in the program. These compiler error messages play important part in the form of formative feedback for the programmer. Thus, the error messages should be constructed carefully, considering the affective and cognitive needs

Each programming language has a compiler associated with it which helps to identify logical or syntactical errors in the program. These compiler error messages play important part in the form of formative feedback for the programmer. Thus, the error messages should be constructed carefully, considering the affective and cognitive needs of programmers. This is especially true for systems that are used in educational settings, as the messages are typically seen by students who are novice programmers. If the error messages are hard to understand then they might discourage students from understanding or learning the programming language. The primary goal of this research is to identify methods to make the error messages more effective so that students can understand them better and simultaneously learn from their mistakes. This study is focused on understanding how the error message affects the understanding of the error and the approach students take to solve the error. In this study, three types of error messages were provided to the students. The first type is Default type error message which is an assembler centric error message. The second type is Link type error message which is a descriptive error message along with a link to the appropriate section of the PLP manual. The third type is Example type error message which is again a descriptive error message with an example of the similar type of error along with correction step. All these error types were developed for the PLP assembly language. A think-aloud experiment was designed and conducted on the students. The experiment was later transcribed and coded to understand different approach students take to solve different type of error message. After analyzing the result of the think-aloud experiment it was found that student read the Link type error message completely and they understood and learned from the error message to solve the error. The results also indicated that Link type was more helpful compare to other types of error message. The Link type made error solving process more effective compared to other error types.
ContributorsTanpure, Siddhant Bapusaheb (Author) / Sohoni, Sohum (Thesis advisor) / Gary, Kevin A (Committee member) / Craig, Scotty D. (Committee member) / Arizona State University (Publisher)
Created2018
156676-Thumbnail Image.png
Description
The current study investigated how multimedia pacing (learner-control versus system-paced) and presentation styles (visual-only versus audio/visual) impact learning physics concept material, mental effort, and self-efficacy. This 2X2 factorial study randomly assigned participants into one of four conditions that manipulated presentation style (visual-only versus audio/visual) and pacing of the content (system-paced

The current study investigated how multimedia pacing (learner-control versus system-paced) and presentation styles (visual-only versus audio/visual) impact learning physics concept material, mental effort, and self-efficacy. This 2X2 factorial study randomly assigned participants into one of four conditions that manipulated presentation style (visual-only versus audio/visual) and pacing of the content (system-paced versus learning-controlled). Participant's learning was measured by recording their retention of information and ability to transfer information. Measures of perceived difficulty (mental effort) and perceived ability (self-efficacy) were also obtained. No significant effects were observed in this study which doesn’t support the existence of either the modality or reverse modality effect at least in these noisier online learning environments. In addition, the hypothesis that their effects could be an artifact of experimental design could not be proven as the learner control condition did not yield any significant results.
ContributorsKrause, Tyler (Author) / Craig, Scotty D. (Thesis advisor) / Gray, Robert (Committee member) / Branaghan, Russell (Committee member) / Arizona State University (Publisher)
Created2018
156770-Thumbnail Image.png
Description
The current study investigated the task of coloring static images with multimedia learning to determine the impact on retention and transfer scores. After watching a multimedia video on the formation of lightning participants were assigned to either a passive, active, or constructive condition based on the ICAP Framework. Participants colored

The current study investigated the task of coloring static images with multimedia learning to determine the impact on retention and transfer scores. After watching a multimedia video on the formation of lightning participants were assigned to either a passive, active, or constructive condition based on the ICAP Framework. Participants colored static images on key concepts from the video, passive condition observed the images, active condition colored the images by applying the concepts, and the constructive condition colored the images by generating new ideas and concepts. The study did not support the hypothesis that the constructive condition would have increased retention and transfer scores over the active and passive conditions. The mental effort measures did not show significance among groups in relation to learning but perception measures did show an increase in participants enjoyment and engagement. Since the coloring craze has become more accepted for adults then could coloring be a way to increase participants learning through engagement.
ContributorsWilliams, Jennifer S (Author) / Craig, Scotty D. (Thesis advisor) / Roscoe, Rod (Committee member) / Branaghan, Russell (Committee member) / Arizona State University (Publisher)
Created2018
157138-Thumbnail Image.png
Description
Multimedia learning has become increasingly popular as it proceeds to understand how different senses such as the visual and auditory systems work together to present information. The aim of the present study was to examine the effect of temporal contiguity, a principle of multimedia learning, while displaying images and narration

Multimedia learning has become increasingly popular as it proceeds to understand how different senses such as the visual and auditory systems work together to present information. The aim of the present study was to examine the effect of temporal contiguity, a principle of multimedia learning, while displaying images and narration of fruits and vegetables to increase memorization of content. 21 preschool students between the ages of 4 and 5 from Arizona State University’s Child Study Lab were recruited for the purpose of the study. Students received one of two versions of a short video while inside the classroom. The two videos displayed information either at the same time or successively. Children’s knowledge was assessed with a drag and drop categorization game. The findings show there were no significant differences between the two conditions. Future studies should consider a longer training period when developing multimedia learning technology to ensure content is retained.
ContributorsLang, Destiny Hope (Author) / Craig, Scotty D. (Thesis advisor) / Roscoe, Rod (Committee member) / Kupfer, Anne (Committee member) / Arizona State University (Publisher)
Created2019
156968-Thumbnail Image.png
Description
ELearning, distance learning, has been a fast-developing topic in educational area. In 1999, Mayer put forward “Cognitive Theory of Multimedia learning” (Moreno, & Mayer, 1999). The theory consisted of several principles. One of the principles, Modality Principle describes that when learners are presented with spoken words, their performance are better

ELearning, distance learning, has been a fast-developing topic in educational area. In 1999, Mayer put forward “Cognitive Theory of Multimedia learning” (Moreno, & Mayer, 1999). The theory consisted of several principles. One of the principles, Modality Principle describes that when learners are presented with spoken words, their performance are better than that with on-screen texts (Mayer, R., Dow, & Mayer, S. 2003; Moreno, & Mayer, 1999).It gave an implication that learners performance can be affected by modality of learning materials. A very common tool in education in literature and language is narrative. This way of storytelling has received success in practical use. The advantages of using narrative includes (a) inherent format advantage such as simple structure and familiar language and ideas, (b) motivating learners, (c) facilitate listening, (d) oral ability and (e)provide schema for comparison in comprehension.

Although this storytelling method has been widely used in literature, language and even moral education, few studies focused it on science and technology area.

The study aims to test the effect of narrative effect in multimedia setting with science topic. A script-based story was applied. The multimedia settings include a virtual human with synthetic speech, and animation on a solar cell lesson. The experiment design is a randomized alternative- treatments design, in which participants are requested to watch a video with pedagogical agent in story format or not. Participants were collected from Amazon Mechanical Turk.

Result of transfer score and retention score showed that no significant difference between narrative and non-narrative condition. Discussion was put forward for future study.
ContributorsWu, Mengxuan (Author) / Craig, Scotty D. (Thesis advisor) / Branaghan, Russell (Committee member) / Chiou, Erin (Committee member) / Arizona State University (Publisher)
Created2018
153575-Thumbnail Image.png
Description
Negative behaviors targeting gay men and lesbians range from violent physical assault to avoiding social or physical contact, with very different implications for those targeted. However, existing theoretical accounts of sexual prejudices are unable to differentially predict these various behaviors, leaving a large theoretical hole in the literature and hindering

Negative behaviors targeting gay men and lesbians range from violent physical assault to avoiding social or physical contact, with very different implications for those targeted. However, existing theoretical accounts of sexual prejudices are unable to differentially predict these various behaviors, leaving a large theoretical hole in the literature and hindering the design of effective interventions. I propose (a) that homosexuality and pro-gay ideology are conceptualized by many lay persons as contaminants analogous to infectious diseases and (b) that anti-gay behaviors can thus be viewed as strategic attempts to prevent, contain, treat, or eradicate the "pathogens" of homosexuality and pro-gay ideology. In three preliminary studies I demonstrate that sexually prejudiced individuals do view homosexuality and pro-gay ideology as contagious, and that sexually prejudiced people report being more likely to engage in aggressive (versus avoidant) anti-gay behavior in conditions that predict an aggressive pathogen-combating response – highly interconnected social networks. The current study explores the effect of a social network manipulation on actual behavioral responses to a gay (versus straight) interaction partner. In this study I show that sexually prejudiced participants engage in more aggression towards a gay partner compared to a straight partner under a highly interconnected network manipulation.
ContributorsFilip-Crawford, Gabrielle (Author) / Neuberg, Steven L. (Thesis advisor) / Kwan, Virginia S.Y. (Committee member) / Adelman, Madelaine (Committee member) / Becker, D. Vaughn (Committee member) / Arizona State University (Publisher)
Created2015