CINXE.COM
The study of Chinese student teachers' moral judgement
<!DOCTYPE html> <html lang="it"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="/sr/favicon.ico" /> <link rel="stylesheet" href="/sr/jquery-ui/jquery-ui.min.css"> <link rel="stylesheet" type="text/css" href="https://static.cineca.it/jd/npm/jgrowl@1.4.9/jquery.jgrowl.min.css" /> <link rel="stylesheet" href="https://static.cineca.it/jd/npm/select2@4.0.13/dist/css/select2.min.css" /> <link rel="stylesheet" href="https://static.cineca.it/jd/npm/select2-bootstrap-5-theme@1.1.1/dist/select2-bootstrap-5-theme.min.css" /> <link rel="stylesheet" href="/sr/cineca/css/bootstrap-ricerca.min.css"> <link rel="stylesheet" href="/sr/local.css"><title>The study of Chinese student teachers' moral judgement</title> <script src="https://static.cineca.it/jd/npm/jquery@3.7.1/dist/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous"></script> <script type="text/javascript" src="/sr/jquery-ui/jquery-ui.min.js"></script> <script type="text/javascript" src="/sr/jquery-ui-i18n/jquery.ui.datepicker-it.latest.js" charset="utf-8"></script> <script src="https://static.cineca.it/jd/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script> <script src="https://static.cineca.it/jd/npm/jgrowl@1.4.9/jquery.jgrowl.min.js"></script> <script src="https://static.cineca.it/jd/npm/select2@4.0.13/dist/js/select2.full.min.js"></script> <script src="https://static.cineca.it/jd/npm/blueimp-tmpl@3.20.0/js/tmpl.min.js"></script><script type="text/javascript" src="/sr/jquery/js/jquery.displaytag-ajax-1.2.js"></script> <script src="https://static.cineca.it/jd/npm/js-cookie@3.0.5/dist/js.cookie.min.js" integrity="sha256-WCzAhd2P6gRJF9Hv3oOOd+hFJi/QJbv+Azn4CGB8gfY=" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script> var JQ = $; var j = $; </script> <script type="text/javascript"> </script> <script type="text/javascript" src="/sr/cineca/js/cilea.js?fwkVersion=24.11.3.1"></script> <script type="text/javascript" src="/sr/cineca/js/fragment.js?fwkVersion=24.11.3.1"></script> <script type="text/javascript" src="/sr/cineca/js/treeview.js?fwkVersion=24.11.3.1"></script> <script type="text/javascript" src="/sr/cineca/js/ap-tool.js?fwkVersion=24.11.3.1"></script> <span style="display:none;" id="rememberToSaveText">Attenzione: i dati modificati non sono ancora stati salvati. Per confermare inserimenti o cancellazioni di voci è necessario confermare con il tasto SALVA/INSERISCI in fondo alla pagina</span> <script type="text/javascript" src="/sr/cineca/js/print.js?fwkVersion=24.11.3.1"></script> <script type="text/javascript" src="/sr/cineca/js/widget.js?fwkVersion=24.11.3.1"></script> <script type="text/javascript" src="/sr/cineca/js/layout.js?fwkVersion=24.11.3.1"></script> <script type="text/javascript"> var authenticatedPersonId=''; var authenticatedUser=false; </script> <script type="text/javascript" src="https://tesidottorato.depositolegale.it/static/js/utils.js"></script> <script type="text/javascript" src="https://tesidottorato.depositolegale.it/static/js/choice-support.js"></script> <script type="text/javascript"> j(document).ready(function() { j('body').on('change','#itemxpage', function() { var dspaceObjectId = $('#dspaceObjectId').val(); if (dspaceObjectId != null && dspaceObjectId != '') { $('#modal_display_item').modal('toggle'); showEventLog(dspaceObjectId, '1', this.value); } }); j('body').on('click',"#modal_display_item .pagination li:not('.active') .page-link", function(event) { var pagesize = $('#itemxpage').val(); var dspaceObjectId = $('#dspaceObjectId').val(); var url = new URL(this.href); var page = url.searchParams.get("page"); if (page == null || isNaN(page)){ page = 1; } if (dspaceObjectId != null && dspaceObjectId != '') { $('#modal_display_item').modal('toggle'); showEventLog(dspaceObjectId,page, pagesize); } return false; }); }); function showEventLog(dsoId, page, pagesize) { var url = "/dspaceObjectEventLog/widgetSearch.modal"; jQuery.ajax({ url: url, method: 'GET', data: {dspaceObjectId: dsoId, posting: 1, modalSize: 'xlarge', page: page, pageSize: pagesize}, success: function(data) { var $modal = $(data); $modal.attr('id','modal_display_item'); $('body').append($modal); var myModal = new bootstrap.Modal(document.getElementById('modal_display_item'), {backdrop: true}); myModal.show(); $modal.filter('.modal').on('hidden.bs.modal', function(){ $modal.remove(); }); } }); } </script> <script type"text/javascript"> $(document).ready(function() { checkMoreless(); }); function checkMoreless() { if($('.moreless-more').length) { var more = $('<a class="btn-link"></a>').html(' espandi'); more.click(function(){ var moretext = $(this).next('.moreless-more'); var lesstext = $(this).prev('.moreless-fixed'); lesstext.html(lesstext.html().substring(0, lesstext.html().length-3)); moretext.toggleClass('hide'); $(this).toggleClass('hide'); var less = $('<a class="btn-link"></a>').html(' comprimi'); less.click(function(){ var moretext = $(this).prev('.moreless-more'); moretext.toggleClass('hide'); $(this).toggleClass('hide'); moretext.prev('a').toggleClass('hide'); var elements = document.getElementsByTagName('span'); for (var i = 0; i < elements.length; i++) { if((elements[i].className).indexOf('moreless-fixed') > -1) { if(elements[i].innerHTML.indexOf('...') == -1){ elements[i].innerHTML=elements[i].innerHTML+'...'; } } } }); moretext.after(less); }); $('.moreless-more').before(more); $('.moreless-more').toggleClass('hide'); } } </script><script> window.customCookieJsonConfigPath='/sr/cookie-config.json'; </script> <script src="https://static.iu.cineca.it/v1/default.js"></script> <script type="text/javascript"> function isThirdPartyCookieEnabled() { var cookieString = Cookies.get('cc_cookie'); if (cookieString==null||cookieString=="") return false; var cookieJson = JSON.parse(cookieString); var retValue = false; $.each(cookieJson.level , function (key, value) { if(value == 'thirdParty') retValue = true; }); return retValue; } $(document).on('click', '.c-bn', function() { Cookies.set('thirdParty',isThirdPartyCookieEnabled(), { path: '/'}); }); Cookies.set('thirdParty',isThirdPartyCookieEnabled(), { path: '/' }); </script> <script type="text/javascript"> $(document).ready(function() { if (typeof trackEventCategoryDone === "undefined") { trackEvent('trackPageView'); } }); </script> <script type="text/javascript" src="/sr/local.js?fwkVersion=24.11.3.1"></script> <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> <meta name="DC.title" content="The study of Chinese student teachers' moral judgement" xml:lang="en" /> <meta name="DC.relation" content="SCIENZE PEDAGOGICHE, DELL'EDUCAZIONE E DELLA FORMAZIONE" xml:lang="en" /> <meta name="DC.description" content="embargoed_20241205" xml:lang="en" /> <meta name="DCTERMS.dateAccepted" content="2024-11-25T20:14:44Z" scheme="DCTERMS.W3CDTF" /> <meta name="DCTERMS.available" content="2024-11-25T20:14:44Z" scheme="DCTERMS.W3CDTF" /> <meta name="DCTERMS.issued" content="2023-06-06T00:00:00+02:00" xml:lang="en" scheme="DCTERMS.W3CDTF" /> <meta name="DC.identifier" content="https://hdl.handle.net/20.500.14242/176926" scheme="DCTERMS.URI" /> <meta name="DC.language" content="eng" xml:lang="en" scheme="DCTERMS.RFC1766" /> <meta name="DC.date" content="2024-11-25T20:14:44Z" xml:lang="*" scheme="DCTERMS.W3CDTF" /> <meta name="DC.date" content="2024/11/25 21:14:44" xml:lang="*" scheme="DCTERMS.W3CDTF" /> <meta name="DC.date" content="1732565684933" xml:lang="*" scheme="DCTERMS.W3CDTF" /> <meta name="DC.date" content="2024-11-25T20:14:44Z" xml:lang="*" scheme="DCTERMS.W3CDTF" /> <meta name="DC.description" content="This study focused on the ethics of Chinese pre-service teachers. Through the in-depth interviews with the student teachers, it was found that the main contents of Chinese student teachers’ moral judgment revolve around four categories: benevolence, justice, responsibility, and integrity. As for the benevolence judgment, the student teachers thought that the concrete contents of teacher’s benevolence mainly included showing sympathy for students, giving forgiveness to students, and keeping high expectations for students. The types of benevolence judgment of the student teachers were mainly manifested as the “other” position and “self” position. As for the judgment of justice, the student teachers believed that the specific contents of teacher justice mainly included respecting students’ position of subjectivity, treating every student equally, and maintaining the daily rules of the school. The types of justice judgment of the student teachers mainly showed individual orientation, custom orientation, and principle orientation. As with the judgment of responsibility, the student teachers believed that the specific contents of teachers’ responsibility mainly included cultivating students’ moral quality, improving students’ knowledge competence, and protecting students’ physical and mental safety. The main types of responsibility judgment of the student teachers were “in line with responsibility” and “out of responsibility”. As with the integrity judgment, the student teachers believed that the specific contents of the integrity of teachers included sticking to academic honesty, undertaking responsibilities of colleagues, and keeping commitments to students. The main types of integrity judgment of the student teachers were the orientation of consequence and the orientation of conscience.
In addition, the moral judgment of Chinese student teachers had its cultural characteristics, that is, considering “favor” and attaching importance to “face”. The types of favor exchange among student teachers were mainly reflected in “courtesy demands reciprocity” and “return the favour to someone”. The student teachers’ maintenance of “face” was not only reflected in safeguarding personal faces, but also in safeguarding others’ faces. On the whole, “favor” and “face” often became the important basis for the moral judgment of student teachers.
In addition, based on the analysis of the contents, types, and cultural characteristics of student teachers’ moral judgment, the author made a deeper judgment based on the moral judgment of Chinese student teachers, to reveal the main problems existing in the moral judgment of Chinese student teachers. First of all, the student teachers’ cognition of professional ethics was one-sided, which was embodied in the solidified sense of benevolence, the bigoted perception of justice, the blinkered perception of responsibility, and the deficiency of integrity. Secondly, the student teachers’ moral judgments deviated from the moral principle, which was embodied in that the student teachers’ moral judgment was consequence-oriented, assimilated by the moral atmosphere and following the moral custom.
Keywords: China; student teacher; moral judgment" xml:lang="en" /> <meta name="DC.description" content="This study focused on the ethics of Chinese pre-service teachers. Through the in-depth interviews with the student teachers, it was found that the main contents of Chinese student teachers’ moral judgment revolve around four categories: benevolence, justice, responsibility, and integrity. As for the benevolence judgment, the student teachers thought that the concrete contents of teacher’s benevolence mainly included showing sympathy for students, giving forgiveness to students, and keeping high expectations for students. The types of benevolence judgment of the student teachers were mainly manifested as the “other” position and “self” position. As for the judgment of justice, the student teachers believed that the specific contents of teacher justice mainly included respecting students’ position of subjectivity, treating every student equally, and maintaining the daily rules of the school. The types of justice judgment of the student teachers mainly showed individual orientation, custom orientation, and principle orientation. As with the judgment of responsibility, the student teachers believed that the specific contents of teachers’ responsibility mainly included cultivating students’ moral quality, improving students’ knowledge competence, and protecting students’ physical and mental safety. The main types of responsibility judgment of the student teachers were “in line with responsibility” and “out of responsibility”. As with the integrity judgment, the student teachers believed that the specific contents of the integrity of teachers included sticking to academic honesty, undertaking responsibilities of colleagues, and keeping commitments to students. The main types of integrity judgment of the student teachers were the orientation of consequence and the orientation of conscience.
In addition, the moral judgment of Chinese student teachers had its cultural characteristics, that is, considering “favor” and attaching importance to “face”. The types of favor exchange among student teachers were mainly reflected in “courtesy demands reciprocity” and “return the favour to someone”. The student teachers’ maintenance of “face” was not only reflected in safeguarding personal faces, but also in safeguarding others’ faces. On the whole, “favor” and “face” often became the important basis for the moral judgment of student teachers.
In addition, based on the analysis of the contents, types, and cultural characteristics of student teachers’ moral judgment, the author made a deeper judgment based on the moral judgment of Chinese student teachers, to reveal the main problems existing in the moral judgment of Chinese student teachers. First of all, the student teachers’ cognition of professional ethics was one-sided, which was embodied in the solidified sense of benevolence, the bigoted perception of justice, the blinkered perception of responsibility, and the deficiency of integrity. Secondly, the student teachers’ moral judgments deviated from the moral principle, which was embodied in that the student teachers’ moral judgment was consequence-oriented, assimilated by the moral atmosphere and following the moral custom.
Keywords: China; student teacher; moral judgment" xml:lang="en" /> <meta name="DC.publisher" content="Università degli studi di Padova" /> <meta name="DC.identifier" content="URN:NBN:IT:UNIPD-176926" /> <meta name="DC.identifier" content="11577/3484867" xml:lang="*" /> <meta name="citation_title" content="The study of Chinese student teachers' moral judgement" /> <meta name="citation_author" content="Qu, Xiaoman" /> <meta name="citation_abstract_html_url" content="https://tesidottorato.depositolegale.it/handle/20.500.14242/176926" /> <meta name="citation_language" content="eng" /> <meta name="citation_keywords" content="Settore M-PSI/04 - Psicologia dello Sviluppo e Psicologia dell'Educazione" /> <meta name="citation_publisher" content="Università degli studi di Padova" /> <script type="text/javascript"> $(document).on('click', '.c-bn', function() { location.reload(); }); </script> </head> <body class="body-default body-anonymous"> <header class="navbar navbar-expand-md navbar-light sticky-top layout-top bg-white iu-hide"> <nav class="container-fluid flex-wrap flex-md-nowrap" aria-label="menu top"> <a class="navbar-brand ps-0 pt-0 pb-0 pe-3" href="https://tesidottorato.depositolegale.it/" aria-label="link homepage" id="uiLogoLink"> <img src="/sr/logo_unitesi.png" alt="UNItesi" id="uiLogoImg" class="d-block my-1 navbar-brand-img"/> </a> <a class="navbar-brand ps-3 pt-0 pb-0 pe-3 me-3" href="" aria-label="link homepage università" id="customerLogoLink"> <img src="/image/logo_customer.png" alt="UNItesi" id="clientLogoImg" class="d-block my-1 navbar-brand-img"/> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="mostra/nascondi menu"> <span class="fas fa-bars"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav flex-row flex-wrap pt-2 py-md-0"> </ul> <ul class="navbar-nav flex-row flex-wrap ms-md-auto"> <li class="nav-item col-6 col-md-auto " id="topNavHome"> <a class="nav-link p-2" href="https://tesidottorato.depositolegale.it/">Home</a> </li> <li class="nav-item col-6 col-md-auto dropdown"> <a class="nav-link p-2 dropdown-toggle" href="#" id="navbarDropdownBrowse" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Sfoglia</a> <div class="dropdown-menu" aria-labelledby="navbarDropdownBrowse"> <a class="dropdown-item" href="https://tesidottorato.depositolegale.it/community-list">Macrotipologie<br/>& tipologie</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="https://tesidottorato.depositolegale.it/browse?type=title">Titolo</a> <a class="dropdown-item" href="https://tesidottorato.depositolegale.it/browse?type=author">Autore</a> <a class="dropdown-item" href="https://tesidottorato.depositolegale.it/browse?type=contributorAdvisor">Relatore</a> <a class="dropdown-item" href="https://tesidottorato.depositolegale.it/browse?type=dateIssued">Anno di pubblicazione</a> <a class="dropdown-item" href="https://tesidottorato.depositolegale.it/browse?type=relationDepartment">Dipartimento</a> <a class="dropdown-item" href="https://tesidottorato.depositolegale.it/browse?type=relationCourse">Corso</a> <a class="dropdown-item" href="https://tesidottorato.depositolegale.it/browse?type=contributorCoAdvisor">Correlatore</a> </div> </li> </ul> <form class="navbar-search-top d-flex" action="https://tesidottorato.depositolegale.it/simple-search" method="get" role="search"> <div class="input-group p-2"> <input class="form-control bg-white layout-top-input" type="search" placeholder="Ricerca in Unitesi" name="query" id="tequery" size="25" aria-label="Ricerca in Unitesi"> <button class="btn btn-primary layout-top-input-btn" type="submit"><span class="fas fa-search"></span></button> </div> </form> <ul class="navbar-nav flex-row flex-wrap"> <li class="nav-item col-6 col-md-auto dropdown"> <a class="nav-link p-2 dropdown-toggle" href="#" id="navbarDropdownLanguage" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> IT</a> <div class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdownLanguage"> <a class="dropdown-item" href="javascript:reloadLanguageModuleAll('https://tesidottorato.depositolegale.it',['ir'],'/language/change.json','it');" ><img src="/sr/cineca/images/flag/flag_it.png" alt="Italiano" title=""/> Italiano</a> <a class="dropdown-item" href="javascript:reloadLanguageModuleAll('https://tesidottorato.depositolegale.it',['ir'],'/language/change.json','en');" ><img src="/sr/cineca/images/flag/flag_en.png" alt="English" title="English"/> English</a> </div> </li> <li class="nav-item col-6 col-md-auto "> <script type="text/javascript"> <!-- Javascript starts here document.write('<a class="nav-link p-2" href="#" onClick="var popupwin = window.open(\'https://wiki.u-gov.it/confluence/display/UGOVHELP/UNITESI\',\'dspacepopup\',\'height=600,width=850,resizable,scrollbars\');popupwin.focus();return false;"><span class="fas fa-question-circle" title="Aiuto"></span></a>'); // --> </script><noscript><a href="https://wiki.u-gov.it/confluence/display/UGOVHELP/UNITESI" target="dspacepopup"><span class="fas fa-question-circle" title="Aiuto"></span></a></noscript> </li> </ul> </div> </nav> </header> <div class="site-header iu-hide bg-secondary text-white"> <div class="site-title CinecaSiteIntroduction" id="headerText"> <div> UNITesi</div> </div> </div> <div class="container ps-0 pe-0 layout-no-sidebar" id="mainContainerDiv"> <main class="layout-main" id="content"> <div class="container-fluid page-content"> <nav aria-label="breadcrumb" class="mt-2 iu-hide"> <form name="breadCrumbsForm" id="breadCrumbsForm" method="post"> <ol class="breadcrumb rounded"> <li class="breadcrumb-item"><a href="/">UNITesi</a></li> <li class="breadcrumb-item"><a href="/handle/123456789/1">Tesi di dottorato</a></li> <li class="breadcrumb-item"><a href="/handle/123456789/63">Università degli Studi di Padova</a></li></ol> </form> </nav> <p class="searchIndexItemDescription abstractEng">This study focused on the ethics of Chinese pre-service teachers. Through the in-depth interviews with the student teachers, it was found that the main contents of Chinese student teachers’ moral judgment revolve around four categories: benevolence, justice, responsibility, and integrity. As for the benevolence judgment, the student teachers thought that the concrete contents of teacher’s benevolence mainly included showing sympathy for students, giving forgiveness to students, and keeping high expectations for students. The types of benevolence judgment of the student teachers were mainly manifested as the “other” position and “self” position. As for the judgment of justice, the student teachers believed that the specific contents of teacher justice mainly included respecting students’ position of subjectivity, treating every student equally, and maintaining the daily rules of the school. The types of justice judgment of the student teachers mainly showed individual orientation, custom orientation, and principle orientation. As with the judgment of responsibility, the student teachers believed that the specific contents of teachers’ responsibility mainly included cultivating students’ moral quality, improving students’ knowledge competence, and protecting students’ physical and mental safety. The main types of responsibility judgment of the student teachers were “in line with responsibility” and “out of responsibility”. As with the integrity judgment, the student teachers believed that the specific contents of the integrity of teachers included sticking to academic honesty, undertaking responsibilities of colleagues, and keeping commitments to students. The main types of integrity judgment of the student teachers were the orientation of consequence and the orientation of conscience. In addition, the moral judgment of Chinese student teachers had its cultural characteristics, that is, considering “favor” and attaching importance to “face”. The types of favor exchange among student teachers were mainly reflected in “courtesy demands reciprocity” and “return the favour to someone”. The student teachers’ maintenance of “face” was not only reflected in safeguarding personal faces, but also in safeguarding others’ faces. On the whole, “favor” and “face” often became the important basis for the moral judgment of student teachers. In addition, based on the analysis of the contents, types, and cultural characteristics of student teachers’ moral judgment, the author made a deeper judgment based on the moral judgment of Chinese student teachers, to reveal the main problems existing in the moral judgment of Chinese student teachers. First of all, the student teachers’ cognition of professional ethics was one-sided, which was embodied in the solidified sense of benevolence, the bigoted perception of justice, the blinkered perception of responsibility, and the deficiency of integrity. Secondly, the student teachers’ moral judgments deviated from the moral principle, which was embodied in that the student teachers’ moral judgment was consequence-oriented, assimilated by the moral atmosphere and following the moral custom. Keywords: China; student teacher; moral judgment</p> <p class="searchIndexItemDescription abstractIta">This study focused on the ethics of Chinese pre-service teachers. Through the in-depth interviews with the student teachers, it was found that the main contents of Chinese student teachers’ moral judgment revolve around four categories: benevolence, justice, responsibility, and integrity. As for the benevolence judgment, the student teachers thought that the concrete contents of teacher’s benevolence mainly included showing sympathy for students, giving forgiveness to students, and keeping high expectations for students. The types of benevolence judgment of the student teachers were mainly manifested as the “other” position and “self” position. As for the judgment of justice, the student teachers believed that the specific contents of teacher justice mainly included respecting students’ position of subjectivity, treating every student equally, and maintaining the daily rules of the school. The types of justice judgment of the student teachers mainly showed individual orientation, custom orientation, and principle orientation. As with the judgment of responsibility, the student teachers believed that the specific contents of teachers’ responsibility mainly included cultivating students’ moral quality, improving students’ knowledge competence, and protecting students’ physical and mental safety. The main types of responsibility judgment of the student teachers were “in line with responsibility” and “out of responsibility”. As with the integrity judgment, the student teachers believed that the specific contents of the integrity of teachers included sticking to academic honesty, undertaking responsibilities of colleagues, and keeping commitments to students. The main types of integrity judgment of the student teachers were the orientation of consequence and the orientation of conscience. In addition, the moral judgment of Chinese student teachers had its cultural characteristics, that is, considering “favor” and attaching importance to “face”. The types of favor exchange among student teachers were mainly reflected in “courtesy demands reciprocity” and “return the favour to someone”. The student teachers’ maintenance of “face” was not only reflected in safeguarding personal faces, but also in safeguarding others’ faces. On the whole, “favor” and “face” often became the important basis for the moral judgment of student teachers. In addition, based on the analysis of the contents, types, and cultural characteristics of student teachers’ moral judgment, the author made a deeper judgment based on the moral judgment of Chinese student teachers, to reveal the main problems existing in the moral judgment of Chinese student teachers. First of all, the student teachers’ cognition of professional ethics was one-sided, which was embodied in the solidified sense of benevolence, the bigoted perception of justice, the blinkered perception of responsibility, and the deficiency of integrity. Secondly, the student teachers’ moral judgments deviated from the moral principle, which was embodied in that the student teachers’ moral judgment was consequence-oriented, assimilated by the moral atmosphere and following the moral custom. Keywords: China; student teacher; moral judgment</p> <div class="row"> <div class="col-lg-12 col-xl-9"> <div class="card"> <div class="card-body"> <div> <h3 class="mb-1 text-secondary">The study of Chinese student teachers' moral judgement</h3> <h5> <em><span class="contributor internalContributor internalContributorf8adbfe2-076f-45ed-86bc-58a67bbc2d81 m-1"><a href="/browse?type=&authority=rp310901&_lang=en" class="authority ">QU, XIAOMAN</a></span></em> </h5> <h5>2023</h5> <hr/> <h4 class="mb-1">Abstract</h4> This study focused on the ethics of Chinese pre-service teachers. Through the in-depth interviews with the student teachers, it was found that the main contents of Chinese student teachers’ moral judgment revolve around four categories: benevolence, justice, responsibility, and integrity. As for the benevolence judgment, the student teachers thought that the concrete contents of teacher’s benevolence mainly included showing sympathy for students, giving forgiveness to students, and keeping high expectations for students. The types of benevolence judgment of the student teachers were mainly manifested as the “other” position and “self” position. As for the judgment of justice, the student teachers believed that the specific contents of teacher justice mainly included respecting students’ position of subjectivity, treating every student equally, and maintaining the daily rules of the school. The types of justice judgment of the student teachers mainly showed individual orientation, custom orientation, and principle orientation. As with the judgment of responsibility, the student teachers believed that the specific contents of teachers’ responsibility mainly included cultivating students’ moral quality, improving students’ knowledge competence, and protecting students’ physical and mental safety. The main types of responsibility judgment of the student teachers were “in line with responsibility” and “out of responsibility”. As with the integrity judgment, the student teachers believed that the specific contents of the integrity of teachers included sticking to academic honesty, undertaking responsibilities of colleagues, and keeping commitments to students. The main types of integrity judgment of the student teachers were the orientation of consequence and the orientation of conscience. In addition, the moral judgment of Chinese student teachers had its cultural characteristics, that is, considering “favor” and attaching importance to “face”. The types of favor exchange among student teachers were mainly reflected in “courtesy demands reciprocity” and “return the favour to someone”. The student teachers’ maintenance of “face” was not only reflected in safeguarding personal faces, but also in safeguarding others’ faces. On the whole, “favor” and “face” often became the important basis for the moral judgment of student teachers. In addition, based on the analysis of the contents, types, and cultural characteristics of student teachers’ moral judgment, the author made a deeper judgment based on the moral judgment of Chinese student teachers, to reveal the main problems existing in the moral judgment of Chinese student teachers. First of all, the student teachers’ cognition of professional ethics was one-sided, which was embodied in the solidified sense of benevolence, the bigoted perception of justice, the blinkered perception of responsibility, and the deficiency of integrity. Secondly, the student teachers’ moral judgments deviated from the moral principle, which was embodied in that the student teachers’ moral judgment was consequence-oriented, assimilated by the moral atmosphere and following the moral custom. Keywords: China; student teacher; moral judgment </div> <div class="dspace-display-item tabbable page-tabs mt-3"> <h5> <ul class="nav nav-tabs border-bottom fw-bold"> <li class="nav-item"><a class="nav-link active" href="#tab_default" onclick="changeItemView('simple');" data-bs-toggle="tab">Scheda breve</a></li> <li class="nav-item"><a class="nav-link " href="#tab_default" onclick="changeItemView('complete');" data-bs-toggle="tab">Scheda completa</a></li> <li class="nav-item"><a class="nav-link " href="#tab_default" onclick="changeItemView('full');" data-bs-toggle="tab">Scheda completa (DC)</a></li> <li class="nav-item"><a class="nav-link" onclick="location.href='/cris/item/20.500.14242/176926/statistics'" data-bs-toggle="tab"><span class="far fa-chart-bar"></span></a></li> </ul> </h5> <div class="tab-content"> <div class="tab-pane active fade show" id="tab_default"> <div class="itemDisplayTable container-fluid g-3"> <div class="line form-group row metadataFieldValue pt-2 pb-2 dc_relation_course" id="dc.relation.course_line" > <div class="line-label col-md-12"><label for="dc.relation.course" class="control-label metadataFieldLabel dc_relation_course"> <span class="line-label-text">Corso di studio</span> </label></div> <div class="line-content col-sm-12" id="dc.relation.course_content"> <em><a href="/browse?type=relationCourse&value=SCIENZE+PEDAGOGICHE%2c+DELL'EDUCAZIONE+E+DELLA+FORMAZIONE&_lang=en">SCIENZE PEDAGOGICHE, DELL'EDUCAZIONE E DELLA FORMAZIONE</a></em> </div> </div> <div class="line form-group row metadataFieldValue pt-2 pb-2 dc_date_issued" id="dc.date.issued_line" > <div class="line-label col-md-12"><label for="dc.date.issued" class="control-label metadataFieldLabel dc_date_issued"> <span class="line-label-text">Data di pubblicazione</span> </label></div> <div class="line-content col-sm-12" id="dc.date.issued_content"> <em>6-giu-2023</em> </div> </div> <div class="line form-group row metadataFieldValue pt-2 pb-2 dc_language_iso" id="dc.language.iso_line" > <div class="line-label col-md-12"><label for="dc.language.iso" class="control-label metadataFieldLabel dc_language_iso"> <span class="line-label-text">Lingua</span> </label></div> <div class="line-content col-sm-12" id="dc.language.iso_content"> <em>Inglese</em> </div> </div> <div class="line form-group row metadataFieldValue pt-2 pb-2 dc_description_abstractita" id="dc.description.abstractita_line" > <div class="line-label col-md-12"><label for="dc.description.abstractita" class="control-label metadataFieldLabel dc_description_abstractita"> <span class="line-label-text">Abstract in italiano</span> </label></div> <div class="line-content col-sm-12" id="dc.description.abstractita_content"> <em>This study focused on the ethics of Chinese pre-service teachers. Through the in-depth interviews with the student teachers, it was found that the main contents of Chinese student teachers’ moral judgment revolve around four categories: benevolence, justice, responsibility, and integrity. As for the benevolence judgment, the student teachers thought that the concrete contents of teacher’s benevolence mainly included showing sympathy for students, giving forgiveness to students, and keeping high expectations for students. The types of benevolence judgment of the student teachers were mainly manifested as the “other” position and “self” position. As for the judgment of justice, the student teachers believed that the specific contents of teacher justice mainly included respecting students’ position of subjectivity, treating every student equally, and maintaining the daily rules of the school. The types of justice judgment of the student teachers mainly showed individual orientation, custom orientation, and principle orientation. As with the judgment of responsibility, the student teachers believed that the specific contents of teachers’ responsibility mainly included cultivating students’ moral quality, improving students’ knowledge competence, and protecting students’ physical and mental safety. The main types of responsibility judgment of the student teachers were “in line with responsibility” and “out of responsibility”. As with the integrity judgment, the student teachers believed that the specific contents of the integrity of teachers included sticking to academic honesty, undertaking responsibilities of colleagues, and keeping commitments to students. The main types of integrity judgment of the student teachers were the orientation of consequence and the orientation of conscience. In addition, the moral judgment of Chinese student teachers had its cultural characteristics, that is, considering “favor” and attaching importance to “face”. The types of favor exchange among student teachers were mainly reflected in “courtesy demands reciprocity” and “return the favour to someone”. The student teachers’ maintenance of “face” was not only reflected in safeguarding personal faces, but also in safeguarding others’ faces. On the whole, “favor” and “face” often became the important basis for the moral judgment of student teachers. In addition, based on the analysis of the contents, types, and cultural characteristics of student teachers’ moral judgment, the author made a deeper judgment based on the moral judgment of Chinese student teachers, to reveal the main problems existing in the moral judgment of Chinese student teachers. First of all, the student teachers’ cognition of professional ethics was one-sided, which was embodied in the solidified sense of benevolence, the bigoted perception of justice, the blinkered perception of responsibility, and the deficiency of integrity. Secondly, the student teachers’ moral judgments deviated from the moral principle, which was embodied in that the student teachers’ moral judgment was consequence-oriented, assimilated by the moral atmosphere and following the moral custom. Keywords: China; student teacher; moral judgment</em> </div> </div> <div class="line form-group row metadataFieldValue pt-2 pb-2 dc_authority_advisor" id="dc.authority.advisor_line" > <div class="line-label col-md-12"><label for="dc.authority.advisor" class="control-label metadataFieldLabel dc_authority_advisor"> <span class="line-label-text">Relatore, Supervisor, Advisor o Tutor</span> </label></div> <div class="line-content col-sm-12" id="dc.authority.advisor_content"> <em>PORCARELLI, ANDREA</em> </div> </div> <div class="line form-group row metadataFieldValue pt-2 pb-2 dc_publisher_name" id="dc.publisher.name_line" > <div class="line-label col-md-12"><label for="dc.publisher.name" class="control-label metadataFieldLabel dc_publisher_name"> <span class="line-label-text">Nome Editore</span> </label></div> <div class="line-content col-sm-12" id="dc.publisher.name_content"> <em>Università degli studi di Padova</em> </div> </div> <div class="line form-group row metadataFieldValue pt-2 pb-2 dspace_collection" id="dspace_collection_line" > <div class="line-label col-md-12"><label for="dspace_collection" class="control-label metadataFieldLabel dspace_collection"> <span class="line-label-text">Collezione di appartenenza</span> </label></div> <div class="line-content col-sm-12" id="dspace_collection_content"> <a href="/handle/123456789/63">Università degli Studi di Padova</a> </div> </div> </div> </div> </div> </div></div> </div> <form id="pdfViewerForm" method="post" action="/static/PDF/web/viewer.jsp" target="_blank"> <input type="hidden" name="file" value="" /> </form> <script type="text/javascript"> function pdfViewer(bitstreamId) { var f = document.getElementById('pdfViewerForm'); f.file.value = bitstreamId; f.submit(); return false; } </script> <script type="text/x-tmpl" id="tmpLicenseDetail"> <div class="d-flex align-items-center"> {% if (o.licenseImage != null) { %} <div class="flex-shrink-0"> <img src="{%= o.licenseImage %}" /> </div> {% } %} <div class="flex-grow-1 ms-3"> {%# o.licenseName %} </div> </div> </script> <div id="bitstreams" class="card bg-white mt-2"> <div class="card-header">File in questo prodotto:</div> <table class="table card-body"> <tr> <th id="t1" class="standard">File</th> <th id="t3" class="standard d-none d-sm-table-cell">Dimensione</th> <th id="t4" class="standard d-none d-sm-table-cell">Formato</th> <th id="t5" class="standard d-none d-sm-table-cell"> </th> </tr> <tr> <td headers="t1" class="standard break-all"> Thesis_Xiaoman_Qu.pdf <p class="badge bg-info">embargo fino al 05/12/2024</p> <div class="col-12 mb-2 d-block d-sm-none"> Dimensione 2.76 MB </div> <div class="col-12 mb-2 d-block d-sm-none"> Formato Adobe PDF </div> <div class="col-12 mb-2 d-block d-sm-none"> </div> </td> <td headers="t3" class="standard d-none d-sm-table-cell">2.76 MB</td> <td headers="t4" class="standard d-none d-sm-table-cell">Adobe PDF</td> <td class="standard d-none d-sm-table-cell"> </td> </tr> </table> </div> <div class="col-lg-12 mt-2"> </div> <div class="col-lg-12 mt-2"> <p class="submitFormHelp alert alert-info">I documenti in UNITESI sono protetti da copyright e tutti i diritti sono riservati, salvo diversa indicazione.</p> </div> </div> <div class="col-lg-12 col-xl-3" id="itemInformationsDiv"> <div id="_line" > <div class="accordion" id="accordion_"> <div class="accordion-item"> <h5 class="accordion-header" id="heading_"> <button class="accordion-button bg-info bg-opacity-25 collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse_" aria-expanded="false" aria-controls="collapse_"><i class="fas fa-info-circle"></i> Informazioni</button> </h5> <div id="collapse_" class="accordion-collapse collapse show" aria-labelledby="heading_" data-bs-parent="#accordion_"> <div class="accordion-body"> Utilizza questo identificativo per citare o creare un link a questo documento: <code>https://hdl.handle.net/20.500.14242/176926</code> </div> </div> </div> </div> </div> <div id="_line" > <div class="accordion" id="accordion_"> <div class="accordion-item"> <h5 class="accordion-header" id="heading_"> <button class="accordion-button bg-info bg-opacity-25 collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse_" aria-expanded="false" aria-controls="collapse_"><i class="fas fa-info-circle"></i> Informazioni</button> </h5> <div id="collapse_" class="accordion-collapse collapse show" aria-labelledby="heading_" data-bs-parent="#accordion_"> <div class="accordion-body"> Il codice NBN di questa tesi è <code>URN:NBN:IT:UNIPD-176926</code> </div> </div> </div> </div> </div> <script type="text/javascript"> runningExternal=false; </script> </div> </div> <div id="dialog-confirm-delete" class="modal"> <div class="modal-dialog "> <div class="modal-content"> <div class="modal-header bg-success text-white"> <h5 id="dialog-confirm-delete_title" class="modal-title"> Conferma cancellazione </h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div id="dialog-confirm-delete_content" class="modal-body with-padding"> <p class="message">Sei sicuro che questo prodotto debba essere cancellato?</p> </div> <div id="dialog-confirm-delete_footer" class="modal-footer bg-light"> <button type="button" class="btn btn-secondary " data-bs-dismiss="modal"> Chiudi </button> <button type="button" id="button-confirm-delete" class="btn btn-secondary " > Elimina </button> </div> </div> </div> </div> <script type="text/javascript"> var modeNow; function changeItemView(mode) { $('#tab_default').html('<i class="fas fa-spinner fa-pulse fa-3x fa-fw mt-3"></i>'); $.ajax({ url: '/fragment/handle/20.500.14242/176926', data: { mode: mode, descriptionAbstractUsedField: 'dc.description.abstracteng' } }).done(function(data) { modeNow=mode; $('#tab_default').html(data); //change url //var href="/handle/20.500.14242/176926"; var href=window.location.href; if (!href.includes("mode=")) { if (!href.includes("?")) href+='?mode='+mode; else href+='&mode='+mode; } else href=href.replace( /(mode=)[a-z]+/ig, '$1'+mode ); window.history.pushState("", "", href); }); } function getUrlVars() { var vars = {}; var parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(m,key,value) { vars[key] = value; }); return vars; } j('#button-confirm-delete').click(function() { location.href='/item/version/reinstateOrWithdraw.htm?itemId=' + 'f8adbfe2-076f-45ed-86bc-58a67bbc2d81'; }); j('#button-confirm-force-delete').click(function() { location.href='/item/version/reinstateOrWithdraw.htm?forceWithdraw=true&itemId=' + 'f8adbfe2-076f-45ed-86bc-58a67bbc2d81'; }); function getSOLR() { $('li a.nav-link active').removeClass('active'); $('#linkSOLR').addClass('active'); $('#tab_default').html('<i class="fas fa-spinner fa-pulse fa-3x fa-fw mt-3"></i>'); $.ajax('/itemSolr/get.json?itemUUID=f8adbfe2-076f-45ed-86bc-58a67bbc2d81') .done(function(data) { $('#tab_default').html('<pre>'+JSON.stringify(data, null,' ')+'</pre>'); }); } </script> <script type="text/javascript"> function showAbout() { jQuery.ajax({ url: "/about.modal", type: 'GET', success: function(data) { var $modal = jQuery(data); jQuery('body').append($modal); $modal.filter('.modal').modal('show'); $modal.filter('.modal').on('hidden.bs.modal', function(){ $modal.remove(); }); $modal.attr('id','modal_about'); $modal.modal('show') }, error: function(data,extStatus, errorThrown) { $.jGrowl('errore generico di comunicazione', { sticky: true, theme: 'bg-danger text-white' }); } }); } function showCookies() { showCookieSettings(); } function showPrivacyInfo() { window.open('/aboutPrivacyInfo.htm', '_blank').focus(); } </script> <script type="text/javascript"> function asn1820List() { jQuery('#asn1820-div').modal('show'); } </script> <div class="modal fade" id="asn1820-div" tabindex="-1" role="dialog" aria-labelledby="asn1820Label" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title" id="asn1820Label">???title.asn1820???</h4> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-hidden="true"></button> </div> <div class="modal-body with-padding"> ???asn1820.disclaimer.modal???</div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Annulla</button> <button type="button" class="btn btn-primary" onclick="location.href='/bi/asn1820/widgetSearch.htm?CLEAR&dataType='">???button.proceed???</button> </div> </div> </div> </div> <div class="modal fade" id="genericFragmentErrorModal" tabindex="-1" role="dialog" aria-labelledby="modal-title" aria-hidden="true" style="z-index: 10000"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title">Errore</h4> <button aria-hidden="true" data-bs-dismiss="modal" class="btn-close" type="button"></button> </div> <div class="modal-body with-padding"> <div class="callout alert bg-danger"> <h5>Errore</h5> <p id="genericFragmentErrorModalContent"></p> </div> </div> </div> </div> </div> <script type="text/javascript"> var forceLogindModuleMap = reloadInit(['ir']); </script> </div> </main> </div> <div class="clearfix"></div> <footer class="bd-footer py-2 mt-2 bg-light d-flex justify-content-between fw-bold iu-hide"> <div class="ms-2"> Powered by UNITESI <span style="margin-left: 10px; margin-right: 10px;">-</span> <a class="text-decoration-none" onclick="showAbout();" class="cursor-pointer" href="#">about UNITESI</a> <span style="margin-left: 10px; margin-right: 10px;">-</span> <a class="text-decoration-none" onclick="showCookies();" class="cursor-pointer" href="#">Utilizzo dei cookie</a><span class="ms-3 me-3">-</span> <a class="text-decoration-none" href="https://tesidottorato.depositolegale.it/securityLanding.htm"><span>Area riservata</span></a> </div> <div class="me-2"> <a href="http://www.cineca.it" target="_blank"><img alt="Logo CINECA" height="30px;" src="/sr/cineca/images/interface/logo-cineca-small-white.png"></a> <span> Copyright © 2024 </span><a href="/htmlmap" style="display:none;"></a></div> </footer></body> </html>