{"id":1417,"date":"2022-09-26T17:23:39","date_gmt":"2022-09-26T17:23:39","guid":{"rendered":"https:\/\/keyboardtester.info\/testo-wpm-vortoj-por-minuta-tajpa-testo\/"},"modified":"2023-02-09T13:54:44","modified_gmt":"2023-02-09T13:54:44","slug":"testo-wpm","status":"publish","type":"post","link":"https:\/\/keyboardtester.info\/eo\/testo-wpm\/","title":{"rendered":"Testo WPM | Vortoj por Minuta Tajpa Testo"},"content":{"rendered":"\n<p>\u0108u vi volas pliigi vian tajpadon? Iru sube al nia WPM-Tajpado-testo kaj plibonigu la agadon de via tajpado nun!<\/p>\n<style>\r\n\/* Import Google Font - Poppins *\/\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&display=swap');\r\n.wpm-test *{\r\n  margin: 0;\r\n  padding: 0;\r\n  box-sizing: border-box;\r\n  font-family: 'Poppins', sans-serif;\r\n}\r\n.wpm-test {\r\n  display: flex;\r\n  padding: 0 10px;\r\n  align-items: center;\r\n  justify-content: center;\r\n  \/\/min-height: 100vh;\r\n  background: #b43301;\r\n}\r\n.wpm-test ::selection{\r\n  color: #fff;\r\n  background: #b43301;\r\n}\r\n\r\n.wpm-test.wrapper{\r\n    min-width: 770px;\r\n    padding: 35px;\r\n    background: #fff;\r\n    border-radius: 10px;\r\n    box-shadow: 0 10px 15px rgba(0,0,0,0.05);\r\n  }\r\n  .wrapper .input-field{\r\n    opacity: 0;\r\n    z-index: -999;\r\n    position: absolute;\r\n  }\r\n  .wrapper .content-box{\r\n    padding: 13px 20px 0;\r\n    border-radius: 10px;\r\n    border: 1px solid #bfbfbf;\r\n  }\r\n\r\n.content-box .typing-text{\r\n  overflow: hidden;\r\n  max-height: 256px;\r\n}\r\n.typing-text::-webkit-scrollbar{\r\n  width: 0;\r\n}\r\n.typing-text p{\r\n  font-size: 21px;\r\n  text-align: justify;\r\n  letter-spacing: 1px;\r\n  word-break: break-all;\r\n}\r\n\r\n.typing-text p span{\r\n    position: relative;\r\n  }\r\n  .typing-text p span.correct{\r\n    color: #0d8000;\r\n  }\r\n  .typing-text p span.incorrect{\r\n    color: #b1070d;\r\n    outline: 1px solid #fff;\r\n    background: #ff8a9d;\r\n    border-radius: 4px;\r\n  }\r\n\r\n.typing-text p span.active{\r\n  color: #b43301;\r\n}\r\n\r\n.typing-text p span.active::before{\r\n    position: absolute;\r\n    content: \"\";\r\n    height: 2px;\r\n    width: 100%;\r\n    bottom: 0;\r\n    left: 0;\r\n    opacity: 0;\r\n    border-radius: 5px;\r\n    background: #b43301;\r\n    animation: blink 1s ease-in-out infinite;\r\n  }\r\n\r\n@keyframes blink{\r\n  50%{ \r\n    opacity: 1; \r\n  }\r\n}\r\n\r\n.wpm-test .content-box .content{\r\n    margin-top: 17px;\r\n    display: flex;\r\n    padding: 12px 0;\r\n    flex-wrap: wrap;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    border-top: 1px solid #bfbfbf;\r\n  }\r\n\r\n.wpm-test .content button{\r\n  outline: none;\r\n  border: none;\r\n  width: 105px;\r\n  color: #fff;\r\n  padding: 8px 0;\r\n  font-size: 16px;\r\n  cursor: pointer;\r\n  border-radius: 5px;\r\n  background: #b43301;\r\n  transition: transform 0.3s ease;\r\n}\r\n\r\n.wpm-test .content button:active{\r\n    transform: scale(0.97);\r\n  }\r\n  .content .result-details{\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    align-items: center;\r\n    width: calc(100% - 140px);\r\n    justify-content: space-between;\r\n  }\r\n  .result-details li{\r\n    display: flex;\r\n    height: 20px;\r\n    list-style: none;\r\n    position: relative;\r\n    align-items: center;\r\n  }\r\n  .result-details li:not(:first-child){\r\n    padding-left: 22px;\r\n    border-left: 1px solid #bfbfbf;\r\n  }\r\n  .result-details li p{\r\n    font-size: 19px;\r\n  }\r\n  .result-details li span{\r\n    display: block;\r\n    font-size: 20px;\r\n    margin-left: 10px;\r\n  }\r\n\r\n.wpm-test li span b{\r\n  font-weight: 500;\r\n}\r\n.wpm-test li:not(:first-child) span{\r\n  font-weight: 500;\r\n}\r\n\r\n@media (max-width: 745px) {\r\n    .wpm-test.wrapper{\r\n      padding: 20px;\r\n    }\r\n    .content-box .content{\r\n      padding: 20px 0;\r\n    }\r\n    .content-box .typing-text{\r\n      max-height: 100%;\r\n    }\r\n    .typing-text p{\r\n      font-size: 19px;\r\n      text-align: left;\r\n    }\r\n    .wpm-test .content button{\r\n      width: 100%;\r\n      font-size: 15px;\r\n      padding: 10px 0;\r\n      margin-top: 20px;\r\n    }\r\n    .content .result-details{\r\n      width: 100%;\r\n    }\r\n    .result-details li:not(:first-child){\r\n      border-left: 0;\r\n      padding: 0;\r\n    }\r\n    .result-details li p, \r\n    .result-details li span{\r\n      font-size: 17px;\r\n    }\r\n  }\r\n\r\n@media (max-width: 518px) {\r\n  .wrapper .content-box{\r\n    padding: 10px 15px 0;\r\n  }\r\n  .typing-text p{\r\n    font-size: 18px;\r\n  }\r\n  .result-details li{\r\n    margin-bottom: 10px;\r\n  }\r\n  .wpm-test .content button{\r\n    margin-top: 10px;\r\n  }\r\n}            \r\n<\/style>\r\n\r\n<div class=\"wpm-test wrapper\">\r\n      <input type=\"text\" class=\"input-field\">\r\n      <div class=\"content-box\">\r\n        <div class=\"typing-text\">\r\n          <p><\/p>\r\n        <\/div>\r\n        <div class=\"content\">\r\n          <ul class=\"result-details\">\r\n            <li class=\"time\">\r\n              <p>Time Left:<\/p>\r\n              <span><b>60<\/b>s<\/span>\r\n            <\/li>\r\n            <li class=\"mistake\">\r\n              <p>Mistakes:<\/p>\r\n              <span>0<\/span>\r\n            <\/li>\r\n            <li class=\"wpm\">\r\n              <p>WPM:<\/p>\r\n              <span>0<\/span>\r\n            <\/li>\r\n            <li class=\"cpm\">\r\n              <p>CPM:<\/p>\r\n              <span>0<\/span>\r\n            <\/li>\r\n          <\/ul>\r\n          <button>Start Again<\/button>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n<script type=\"text\/javascript\">\r\nconst paragraphs = [\r\n    \"The wistful storm reveals itself as a mindful whisper to those who look. One cannot separate experiences from venturous televisions. Though we assume the latter, the winded teacher reveals itself as a clumsy cereal to those who look. Before pikes, congas were only floors. We know that the grayish pancake is, in its own way, a cowbell. A poppy sees a salmon as a dreamy daughter.\",\r\n    \"A sauce is a burly daughter. The literature of a kayak becomes a drowsy health. The stranger lace reveals itself as a moonlit lightning to those who look. A religion is the industry of a noise. Nowhere is it disputed that the goalless season comes from a bracing tail. A ruthless albatross is a client of the mind.\",\r\n    \"Those scents are nothing more than vases. Framed in a different way, a knot sees a person as a globose accordion. Before properties, lobsters were only trucks. The arcane raft comes from a cloudy leg. If this was somewhat unclear, some elfish paws are thought of simply as plants. Authors often misinterpret the letter as a placoid stick, when in actuality it feels more like a boring skirt.\",\r\n    \"A bass is a coast's dentist. A tunnel of the yacht is assumed to be a disjoint cauliflower. Framed in a different way, some posit the starless transport to be less than hedgy. A trip is the author of a spring. A zone sees a plot as a sallow yoke. This could be, or perhaps a carrot is a camel\u2019s caterpillar.\",\r\n    \"The slippery closet reveals itself as an errant motorcycle to those who look. In modern times a lion is an impish recess. A beast is a dreamy person. If this was somewhat unclear, the wretched mustard becomes a brainless arch. Before events, toys were only spikes. A bell of the gym is assumed to be a swollen cabbage.\",\r\n    \"A perky beauty is a mistake of the mind. We can assume that any instance of a cucumber can be construed as a hurtful target. One cannot separate microphones from duskish potatoes. The bald sense comes from a dreamless chess. Framed in a different way, their anthropology was, in this moment, an ashen flag. The purblind judo reveals itself as a cheerful kettle to those who look.\",\r\n    \"The snappish speedboat reveals itself as a mincing sand to those who look. An aquarium sees a friend as a hushed meal. Though we assume the latter, the lilac of a test becomes a willful bucket. The foot of a design becomes a droopy sand. The tundra of a storm becomes a luscious cow. The fall of a deer is assumed to be an ashen surprise.\",\r\n    \"A tacit mind's charge comes with it the thought that the rampant exchange is a thunder. The ruby of a cause becomes a mellow candle. An aquarius is the station of a doubt. The first brazen health is, in its own way, a smell. The tenfold buffer comes from a wretched sale. Before genders, parrots were only eggs.\",\r\n    \"Their eye was, in this moment, an unsnuffed rose. A rude square is an attack of the mind. A marble sees a daisy as a dapper weasel. If this was somewhat unclear, the skillful hand reveals itself as a grumpy punch to those who look. A stem is a jellied coast. Though we assume the latter, a hatless market is an agreement of the mind.\",\r\n    \"A sponge sees a notebook as a cautious golf. The hefty page reveals itself as a tan empire to those who look. This could be, or perhaps the season of a friend becomes an ashen visitor. The shrimp of a bakery becomes a friendly jam. If this was somewhat unclear, some posit the gracious joke to be less than frowsty. A game sees a pump as a snazzy guide.\",\r\n    \"Authors often misinterpret the lettuce as a folklore rabbi, when in actuality it feels more like an uncursed bacon. Pursued distances show us how mother-in-laws can be charleses. Authors often misinterpret the lion as a cormous science, when in actuality it feels more like a leprous lasagna. Recent controversy aside, their band was, in this moment, a racemed suit. The clutch of a joke becomes a togaed chair. The first pickled chess is.\",\r\n    \"In modern times the first scrawny kitten is, in its own way, an input. An ostrich is the beginner of a roast. An appressed exhaust is a gun of the mind. A recorder is a grade from the right perspective. A hygienic is the cowbell of a skin. Few can name a dun brazil that isn't a highbrow playroom. The unwished beast comes from a thorny oxygen. An insured advantage's respect comes with it the thought that the lucid specialist is a fix.\",\r\n    \"In ancient times the legs could be said to resemble stroppy vegetables. We can assume that any instance of a centimeter can be construed as an enate paste. One cannot separate pairs from astute managers. Those americas are nothing more than fish. If this was somewhat unclear, authors often misinterpret the gosling as an unfelt banjo, when in actuality it feels more like a professed galley. A bow of the squirrel is assumed.\",\r\n    \"What we don't know for sure is whether or not a pig of the coast is assumed to be a hardback pilot. The literature would have us believe that a dusky clave is not but an objective. Few can name a limbate leo that isn't a sunlit silver. The bow is a mitten. However, the drawer is a bay. If this was somewhat unclear, few can name a paunchy blue that isn't a conoid bow. The undrunk railway reveals itself as a downstage bamboo to those who look.\",\r\n    \"Their politician was, in this moment, a notour paperback. The first armless grouse is, in its own way, a gear. The coat is a wash. However, a cake is the llama of a caravan. Snakelike armies show us how playgrounds can be viscoses. Framed in a different way, they were lost without the fatal dogsled that composed their waitress. Far from the truth, the cockney freezer reveals itself as a wiggly tornado to those who look. The first hawklike sack.\",\r\n    \"An aunt is a bassoon from the right perspective. As far as we can estimate, some posit the melic myanmar to be less than kutcha. One cannot separate foods from blowzy bows. The scampish closet reveals itself as a sclerous llama to those who look. A hip is the skirt of a peak. Some hempy laundries are thought of simply as orchids. A gum is a trumpet from the right perspective. A freebie flight is a wrench of the mind. Some posit the croupy.\",\r\n    \"A baby is a shingle from the right perspective. Before defenses, collars were only operations. Bails are gleesome relatives. An alloy is a streetcar's debt. A fighter of the scarecrow is assumed to be a leisured laundry. A stamp can hardly be considered a peddling payment without also being a crocodile. A skill is a meteorology's fan. Their scent was, in this moment, a hidden feeling. The competitor of a bacon becomes a boxlike cougar.\",\r\n    \"A broadband jam is a network of the mind. One cannot separate chickens from glowing periods. A production is a faucet from the right perspective. The lines could be said to resemble zincoid females. A deborah is a tractor's whale. Cod are elite japans. Some posit the wiglike norwegian to be less than plashy. A pennoned windchime's burst comes with it the thought that the printed trombone is a supply. Relations are restless tests.\",\r\n    \"In recent years, some teeming herons are thought of simply as numbers. Nowhere is it disputed that an unlaid fur is a marble of the mind. Far from the truth, few can name a glossy lier that isn't an ingrate bone. The chicken is a giraffe. They were lost without the abscessed leek that composed their fowl. An interviewer is a tussal bomb. Vanward maracas show us how scarfs can be doubts. Few can name an unguled punch that isn't pig.\",\r\n    \"A cough is a talk from the right perspective. A designed tractor's tray comes with it the thought that the snuffly flax is a rainbow. Their health was, in this moment, an earthy passbook. This could be, or perhaps the swordfishes could be said to resemble healthy sessions. A capricorn is a helium from the right perspective. However, a sled is a mailman's tennis. The competitor of an alarm becomes a toeless raincoat. Their twist was, in this moment.\",\r\n    \"Authors often misinterpret the flag as a wayless trigonometry, when in actuality it feels more like a bousy gold. Few can name a jasp oven that isn't a stutter grape. They were lost without the huffy religion that composed their booklet. Those waves are nothing more than pedestrians. Few can name a quartered semicolon that isn't a rounding scooter. Though we assume the latter, the literature would have us believe.\",\r\n    \"This could be, or perhaps few can name a pasteboard quiver that isn't a brittle alligator. A swordfish is a death's numeric. Authors often misinterpret the mist as a swelling asphalt, when in actuality it feels more like a crosswise closet. Some posit the tonal brother-in-law to be less than newborn. We know that the sizes could be said to resemble sleepwalk cycles. Before seasons, supplies were only fighters. Their stew was, in this moment.\",\r\n    \"The vision of an attempt becomes a lawny output. Dibbles are mis womens. The olden penalty reveals itself as a bustled field to those who look. Few can name a chalky force that isn't a primate literature. However, they were lost without the gamy screen that composed their beret. Nowhere is it disputed that a step-uncle is a factory from the right perspective. One cannot separate paints from dreary windows. What we don't know for sure is whether.\",\r\n    \"A tramp is a siamese from the right perspective. We know that a flitting monkey's jaw comes with it the thought that the submersed break is a pamphlet. Their cream was, in this moment, a seedy daffodil. The nest is a visitor. Far from the truth, they were lost without the released linen that composed their step-sister. A vibraphone can hardly be considered a pardine process without also being an archaeology. The bay of a hyacinth becomes.\",\r\n    \"The frosts could be said to resemble backstage chards. One cannot separate colleges from pinkish bacons. Far from the truth, the mom of a rooster becomes a chordal hydrogen. A tempo can hardly be considered a purer credit without also being a pajama. The first combined ease is, in its own way, a pantyhose. Extending this logic, the guides could be said to resemble reddest monkeies. Framed in a different way, an addle hemp is a van.\",\r\n    \"Far from the truth, an ajar reminder without catamarans is truly a foundation of smarmy semicircles. An alike board without harps is truly a satin of fated pans. A hubcap sees a parent as a painful beautician. The zeitgeist contends that some intense twigs are thought of simply as effects. A cross is a poppied tune. The valanced list reveals itself as an exchanged wrist to those who look. Recent controversy aside.\",\r\n    \"The hefty opinion reveals itself as a sterile peer-to-peer to those who look. This could be, or perhaps the watch of a diamond becomes a bosom baboon. In recent years, some posit the unstuffed road to be less than altern. It's an undeniable fact, really; the livelong lettuce reveals itself as an unstuffed soda to those who look. In ancient times a bit is a balance's season. The popcorn of a morning becomes a moonless beauty.\",\r\n    \"If this was somewhat unclear, a friend is a fridge from the right perspective. An upset carriage is a stitch of the mind. To be more specific, a temper is a pair from the right perspective. Authors often misinterpret the liquid as a notchy baseball, when in actuality it feels more like an unbarbed angle. Though we assume the latter, the first vagrom report is, in its own way, a tower. We know that the octopus of a cd becomes an unrent dahlia.\",\r\n    \"A reptant discussion's rest comes with it the thought that the condemned syrup is a wish. The drake of a wallaby becomes a sonant harp. If this was somewhat unclear, spotty children show us how technicians can be jumps. Their honey was, in this moment, an intime direction. A ship is the lion of a hate. They were lost without the croupous jeep that composed their lily. In modern times a butcher of the birth is assumed to be a spiral bean.\",\r\n    \"Those cowbells are nothing more than elements. This could be, or perhaps before stockings, thoughts were only opinions. A coil of the exclamation is assumed to be a hurtless toy. A board is the cast of a religion. In ancient times the first stinko sailboat is, in its own way, an exchange. Few can name a tutti channel that isn't a footless operation. Extending this logic, an oatmeal is the rooster of a shake. Those step-sons are nothing more than matches.\"\r\n];\r\n\t\r\nconst typingText = document.querySelector(\".typing-text p\"),\r\ninpField = document.querySelector(\".wrapper .input-field\"),\r\ntryAgainBtn = document.querySelector(\".content button\"),\r\ntimeTag = document.querySelector(\".time span b\"),\r\nmistakeTag = document.querySelector(\".mistake span\"),\r\nwpmTag = document.querySelector(\".wpm span\"),\r\ncpmTag = document.querySelector(\".cpm span\");\r\n\r\nlet timer,\r\nmaxTime = 60,\r\ntimeLeft = maxTime,\r\ncharIndex = mistakes = isTyping = 0;\r\n\r\nfunction loadParagraph() {\r\n    const ranIndex = Math.floor(Math.random() * paragraphs.length);\r\n    typingText.innerHTML = \"\";\r\n    paragraphs[ranIndex].split(\"\").forEach(char => {\r\n        let span = `<span>${char}<\/span>`\r\n        typingText.innerHTML += span;\r\n    });\r\n    typingText.querySelectorAll(\"span\")[0].classList.add(\"active\");\r\n    document.addEventListener(\"keydown\", () => inpField.focus());\r\n    typingText.addEventListener(\"click\", () => inpField.focus());\r\n}\r\n\r\nfunction initTyping() {\r\n    let characters = typingText.querySelectorAll(\"span\");\r\n    let typedChar = inpField.value.split(\"\")[charIndex];\r\n    if(charIndex < characters.length - 1 && timeLeft > 0) {\r\n        if(!isTyping) {\r\n            timer = setInterval(initTimer, 1000);\r\n            isTyping = true;\r\n        }\r\n        if(typedChar == null) {\r\n            if(charIndex > 0) {\r\n                charIndex--;\r\n                if(characters[charIndex].classList.contains(\"incorrect\")) {\r\n                    mistakes--;\r\n                }\r\n                characters[charIndex].classList.remove(\"correct\", \"incorrect\");\r\n            }\r\n        } else {\r\n            if(characters[charIndex].innerText == typedChar) {\r\n                characters[charIndex].classList.add(\"correct\");\r\n            } else {\r\n                mistakes++;\r\n                characters[charIndex].classList.add(\"incorrect\");\r\n            }\r\n            charIndex++;\r\n        }\r\n        characters.forEach(span => span.classList.remove(\"active\"));\r\n        characters[charIndex].classList.add(\"active\");\r\n\r\n        let wpm = Math.round(((charIndex - mistakes)  \/ 5) \/ (maxTime - timeLeft) * 60);\r\n        wpm = wpm < 0 || !wpm || wpm === Infinity ? 0 : wpm;\r\n        \r\n        wpmTag.innerText = wpm;\r\n        mistakeTag.innerText = mistakes;\r\n        cpmTag.innerText = charIndex - mistakes;\r\n    } else {\r\n        clearInterval(timer);\r\n        inpField.value = \"\";\r\n    }   \r\n}\r\n\r\nfunction initTimer() {\r\n    if(timeLeft > 0) {\r\n        timeLeft--;\r\n        timeTag.innerText = timeLeft;\r\n        let wpm = Math.round(((charIndex - mistakes)  \/ 5) \/ (maxTime - timeLeft) * 60);\r\n        wpmTag.innerText = wpm;\r\n    } else {\r\n        clearInterval(timer);\r\n    }\r\n}\r\n\r\nfunction resetGame() {\r\n    loadParagraph();\r\n    clearInterval(timer);\r\n    timeLeft = maxTime;\r\n    charIndex = mistakes = isTyping = 0;\r\n    inpField.value = \"\";\r\n    timeTag.innerText = timeLeft;\r\n    wpmTag.innerText = 0;\r\n    mistakeTag.innerText = 0;\r\n    cpmTag.innerText = 0;\r\n}\r\n\r\nloadParagraph();\r\ninpField.addEventListener(\"input\", initTyping);\r\ntryAgainBtn.addEventListener(\"click\", resetGame);\t\r\n\t\r\n<\/script>\n\n<p><\/p>\n\n<div style=\"height:6px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\"><strong>WPM Testo<\/strong><\/h2>\n\n<p>Vortoj per minuto-testo, a\u016d WPM, estas mezurado de tajpa rapideco, kiu estas ofte uzata en tajpado-testoj kaj dungi proceduroj. \u011ci estas limigita al kvin klavoj a\u016d signoj. Konstanta eniga rapidmezurado havas la avanta\u011don ebligi translingvan kompareblecon. Zorgu komenci vian tu\u015don tajpi precize. Kun la tempo, via rapideco plii\u011dos.<\/p>\n\n<p>Estas diversaj testaj metodoj. \u0108i tiu ekzameno implikas tajpi, kaj la rezultoj estas prezentitaj en vortoj po minuto. La WPM-poentaro plii\u011dos dum vi praktikas tajpi kaj testas vian tajpadon pli ofte.<\/p>\n\n<p>Plenkreskuloj kaj infanoj povas plenumi niajn senpagajn 1-minutajn, 3-minutajn, kaj 5-minutajn planitajn tajpan rapidtestojn por determini siajn avera\u011dajn vortojn pominute.<\/p>\n\n<p>Vi povas ekscii kaj viajn tajpkapablojn kaj tajpa precizecon per \u0109i tiu WPM-klavatesto.<\/p>\n\n<h2 class=\"wp-block-heading\">Malsamaj Re\u011dimoj en WPM Typing Test<\/h2>\n\n<p>Ni provizis al vi diversajn vort-po-minutajn testajn metodojn. Via devontigo plibonigi viajn tajpkapablojn dependas de kiom da tempo vi havas disponebla.<\/p>\n\n<p>Vi povas facile elekti el unu el kvin tajpaj modoj kiam vi estas gasto-uzanto. Anka\u016d \u0109i tiuj tajptestaj wps estas sendube haveblaj al vi kun senlima aliro kaj ripetaj provoj. La re\u011dimoj, kiujn vi elektas, determinos kiom valora estas via atingo.<\/p>\n\n<p>Aldone, spertuloj konsilas uzantojn pliigi sian legadon kaj tajpadon samtempe. Nur tajpado de vortoj per minuto-testo estas la temo de certaj interretaj tajpado-testoj. La malavanta\u011do de la WPM-tajpa testo estas, ke \u011di instruas vin nur kiel rapide tajpi. La precizeco de WPM-tajptestoj ne povas esti determinita.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test-2.jpg\" alt=\"WPM Testo\" class=\"wp-image-173\" title=\"\" srcset=\"https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test-2.jpg 1000w, https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test-2-300x150.jpg 300w, https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test-2-768x384.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><figcaption>WPM Testo<\/figcaption><\/figure>\n<\/div>\n<p class=\"has-text-align-center has-base-background-color has-background has-medium-font-size\"><em>Vi Eble Anka\u016d Volas Fari <a href=\"https:\/\/keyboardtester.info\/eo\/\" target=\"_blank\" rel=\"noreferrer noopener\">Klavaran Teston<\/a> !<\/em><\/p>\n\n<h2 class=\"wp-block-heading\">Niaj Vortoj pominute Tajpaj provo<\/h2>\n\n<p>Uzu nian interretan tajpan teston por ekscii kiom rapide vi tajpas.<\/p>\n\n<ul class=\"wp-block-list\"><li>Vi povas komenci vian teston elektante la tempolimon provizitan sur la ekrano. Post kiam vi elektas tempokadran testo komenci\u011dos por tiu tempo.<\/li><li>Vi povas komenci tajpi, \u011di estos montrita sur la skatolo donita en la ilo.<\/li><li>Du apartaj eniraj elektoj faras la sperton interesa kaj helpas plibonigon de diversaj rapidecaj tajpaj kapabloj.<\/li><li>Revizu vian tajpan precizecon kaj rapidecon dum vi tajpas, \u0109ar \u011di estas \u011disdatigita kaj montrata \u0109iusekundo.<\/li><li>La ekrano montros la tajpan precizecan procenton kaj rapidecan totalan nombron de eraroj.<\/li><li>Kune kun tio, la tuta nombro da eraroj kiujn vi faris dum tajpado anka\u016d estos montrata, kiun vi povas uzi por taksi viajn tajpkapablojn.<\/li><li>La tuta nombro de vortoj, kiujn vi skribis en la tajpa skatolo, anka\u016d aperos sur la ekrano. Tiel vi povas kontroli kiom bona vi estis.<\/li><li>Por kunhavigi viajn testajn rezultojn kun viaj samideanoj, uzu la kundividajn ligilojn en la panelo de testaj rezultoj.<\/li><\/ul>\n\n<h2 class=\"wp-block-heading\">Kialo por fari tajpan teston:<\/h2>\n\n<p>Vi eble volas sperti tajpan rapidteston pro diversaj kialoj. Eble vi \u015datus testi kiom rapide vi povas tajpi, a\u016d eble vi volas vidi \u0109u via precizeco devas esti plibonigita. Tajpa testo estas mirinda ilo por taksi vian progreson \u0109iukaze. Se vi povas tajpi pli rapide ol la normaj 40 vortoj por minuto, gratulon.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test_mid2.jpg\" alt=\"Tajpa Testa Gvidilo\" class=\"wp-image-174\" title=\"\" srcset=\"https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test_mid2.jpg 1000w, https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test_mid2-300x150.jpg 300w, https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/wpm-test_mid2-768x384.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><figcaption>Tajpa Testa Gvidilo<\/figcaption><\/figure>\n<\/div>\n<p>Vi rajtas refari la ekzamenon tiel ofte kiel vi deziras, kaj \u0109iufoje via precizeco kaj rapideco plii\u011dos. Vi eble miros, kiam vi ekscios kiom rapide vi povas tajpi, se vi provos \u011din hodia\u016d.<\/p>\n\n<h2 class=\"wp-block-heading\">Avanta\u011doj de tajpa testo<\/h2>\n\n<h3 class=\"wp-block-heading\"><strong>Plibonigita laborefikeco<\/strong><\/h3>\n\n<p>Klientsubtenaj agentoj povas esti pli produktivaj \u0109ar skriba komunikado estas pli preciza kaj biletoj estas solvitaj pli rapide.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Pli bona fokuso<\/strong><\/h3>\n\n<p>Altnivelaj tajpaj kapabloj signifas malpli a\u016d neniujn erarojn kaj pli fortan fokuson al la tasko al vi asignita. Sen zorgi pri la malgravaj \u015dan\u011doj, via produktiveco plii\u011das dum vi pliboni\u011das.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Pli da labor\u015dancoj<\/strong><\/h3>\n\n<p>En laborpostenoj kiel datumbaza programisto, klientserva reprezentanto, sekretario-asistanto a\u016d transkripciisto havi bonajn tajpi kapablojn donas al vi avanta\u011don.<\/p>\n\n<h2 class=\"wp-block-heading\">Kiel plibonigi tajpa rapidecon?<\/h2>\n\n<p>\u0108ar muskola memoro estas la \u015dlosilo por bona tajpado, ofta praktiko estas la sola maniero por pliboni\u011di. Ni desegnis programon kiu helpos vin praktiki tajpadon en la plej facila kaj efika maniero ebla.<\/p>\n\n<p>Kelkaj el la plibonigaj metodoj estas:<\/p>\n\n<ul class=\"wp-block-list\"><li>Vi devas periode ekzerci viajn fingrojn kaj esti persista por formi bonajn kutimojn. La graveco de precizeco, ergonomio kaj rapida tajpa rapideco devus veni poste.<\/li><li>Eviti trolabori vin mem, memoru, \u0109i tio estas maratono, kaj ne sprinto.<\/li><li>Dek minutoj da ekzercado \u0109iutage estas preferinda ol unu horo da kurado.<\/li><\/ul>\n\n<h2 class=\"wp-block-heading\">Kio estas avera\u011da tajpa rapido?<\/h2>\n\n<p>La tipa tajpa rapido estas \u0109irka\u016d 40 WPM, sed \u0109i tio povas multe varii la\u016d via stilo de tajpado. Vi devas ser\u0109i \u0109iun klavon dum vi tajpas se vi nur uzas du fingrojn, a\u016d &#8220;\u0109asi kaj beki.&#8221; Beda\u016drinde, estas rapidlimo al kiom rapide vi povas tajpi vortojn, sendepende de kiom rapide vi movi\u011das. La avera\u011da rapideco por individuoj uzantaj \u0109i tiun strategion estas nur 27 WPM.<\/p>\n\n<p>Anstata\u016de, uzante \u0109iujn dek fingrojn por tajpi, vi povas instrui viajn fingrojn premi la \u011dustajn klavojn sen rigardi malsupren. Aldone, vi povas tajpi konsiderinde pli rapide voja\u011dante malpli da distancoj tra la klavaro.<\/p>\n\n<p>Kaj \u011di manifesti\u011das. Kun \u0109iuj 10 fingroj uzataj, la meza tu\u015da tajpisto povas tajpi pli ol 50 WPM, kio estas proksimume duoble pli rapide ol uzi nur du fingrojn. Bonvolu noti, ke \u0109i tio reprezentas la mezumon. Plej multaj homoj povas teksti MUTE pli rapide per \u0109i tiu tekniko. Unu el la plej rapidaj tajpiloj de la moderna mondo, Sean Wrona, povas tajpi \u011dis 256 WPM. Dum 50 minutoj, li e\u0109 povas konservi rapidecon de 174 vortoj je minuto.<\/p>\n\n<h2 class=\"has-text-align-center wp-block-heading\">Oftaj Demandoj<\/h2>\n\n<h3 class=\"wp-block-heading\"><strong>Kiel oni mezuras rapidecon de tajpado?<\/strong><\/h3>\n\n<p>La nombro da vortoj, kiujn vi povas precize tajpi en anta\u016dfiksita tempoda\u016dro, estas kiom rapide vi povas tajpi. Dum la testo, vi ricevos nombron, kiu reprezentas viajn avera\u011dajn vortojn por minuto (WPM) kaj procenton, kiu reprezentas vian precizecon.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Kion signifas WPM?<\/strong><\/h3>\n\n<p>WPM signifas &#8220;Vortoj por minuto&#8221; kaj bazi\u011das sur la ekvacio 1 WPM = 5 klavopremoj. \u011ci estas mezurado de la eligrapideco de la klavaro.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u0108u WPM de 55 bonas?<\/strong><\/h3>\n\n<p>Rapido de tajpado de 57 WPM a\u016d pli granda estas konsiderata bonega. Tu\u015da tajpado estas la \u0109efa faktoro, kiu subtenas pli rapidajn tajpistojn. Kiam vi tajpas per tu\u015do, vi lokalizas la klavojn uzante muskola memoro prefere ol vizio.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u0108u 80 vortoj por minuto estas bona?<\/strong><\/h3>\n\n<p>La tipa tajprapideco de profesia tajpisto varias de 43 \u011dis 80 vortoj je minuto (wpm), tamen kelkaj taskoj povas postuli tarifojn de 80 \u011dis 95 (tipe la minimumo por sendoroloj kaj aliaj temp-sentemaj tajpdevoj), kaj kelkaj spertaj tajpistoj povas. atingi rapidojn de pli ol 120 wpm.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Kio estas la plej bona metodo por tajpi?<\/strong><\/h3>\n\n<p>Profesiaj tajpistoj asertas, ke tu\u015da tajpado estas la efika tipo de tajpado. Sed multaj scipovaj tajpistoj uzas la hibridan metodon (la kombina\u0135o de Hunt &amp; Peck kaj Touch Typing).<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Kio estas trapasa poentaro en tajpa testo?<\/strong><\/h3>\n\n<p>Tajpaj testoj por laboroj postulas minimuman poentaron de 50 WPM. La rapido de la jura sekretario estas inter 50 kaj 60 WPM. Kodistoj devas atingi poentaron de 60 WPM. Profesiaj transskribantoj devus celi 60 \u011dis 75 WPM.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Kiom da tempo vi prenis por tajpi 65 WPM-rapidecon?<\/strong><\/h3>\n\n<p>Estas defie taksi la tempon. Tamen, se vi povas ekzerci konstante dum du horoj senhalte dum ses monatoj, vi eble povos rapidi \u011dis 65 WPM.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Kial gravas fari teston pri tajpa rapido?<\/strong><\/h3>\n\n<p>Farante teston pri tajpa rapideco, vi eble ekscios vian avera\u011dan tajpan rapidon (WPM) kaj precizecon. \u0108i tiu informo servas kiel bazlinio, kiun vi povas uzi por trejni vin tajpi pli rapide kaj precize.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Kion mi povas fari por plibonigi mian poentaron?<\/strong><\/h3>\n\n<p>La diro &#8220;praktiko perfektigas&#8221; estas vera. Vi povas provi aliajn aferojn por pliigi viajn tajpkapablojn krom ekzercado. Plibonigu vian ergonomion \u015dan\u011dante viajn ekranojn kaj meblojn, lernante tu\u015di tajpi, akiri pli belan klavaron kaj devigante vin rigardi la ekranon prefere ol la klavojn.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Kio estas la plej alta wpm iam ajn?<\/strong><\/h3>\n\n<p>216 vortoj je minuto (wpm), kiun Stella Pajunas atingis en 1946 uzante IBM-elektran tajpilon, estis la plej rapida tajpa rapideco iam registrita.<\/p>\n\n<p>Kelkaj Aliaj Klavaraj Rilataj Testoj:<\/p>\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/keyboardtester.info\/eo\/klavaro-nombrilo\/\">Klavaro Nombrilo<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/eo\/mac-keyboard-tester\/\">Mac Keyboard Tester<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/eo\/slosila-rollover-testo\/\">\u015closila Rollover Test<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/eo\/?p=1340\">Testo de Latenteco de Klavaro<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/eo\/mekanika-klavaro-testo\/\" target=\"_blank\" rel=\"noreferrer noopener\">Mekanika Klavaro Testo<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\u0108u vi volas pliigi vian tajpadon? Iru sube al nia WPM-Tajpado-testo kaj plibonigu la agadon de via tajpado nun! WPM &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"Testo WPM | Vortoj por Minuta Tajpa Testo\" class=\"read-more button\" href=\"https:\/\/keyboardtester.info\/eo\/testo-wpm\/#more-1417\" aria-label=\"More on Testo WPM | Vortoj por Minuta Tajpa Testo\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":629,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[81],"tags":[],"class_list":["post-1417","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-klavaraj-testoj","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/keyboardtester.info\/eo\/wp-json\/wp\/v2\/posts\/1417","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/keyboardtester.info\/eo\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/keyboardtester.info\/eo\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/keyboardtester.info\/eo\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/keyboardtester.info\/eo\/wp-json\/wp\/v2\/comments?post=1417"}],"version-history":[{"count":2,"href":"https:\/\/keyboardtester.info\/eo\/wp-json\/wp\/v2\/posts\/1417\/revisions"}],"predecessor-version":[{"id":1439,"href":"https:\/\/keyboardtester.info\/eo\/wp-json\/wp\/v2\/posts\/1417\/revisions\/1439"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/keyboardtester.info\/eo\/wp-json\/wp\/v2\/media\/629"}],"wp:attachment":[{"href":"https:\/\/keyboardtester.info\/eo\/wp-json\/wp\/v2\/media?parent=1417"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/keyboardtester.info\/eo\/wp-json\/wp\/v2\/categories?post=1417"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/keyboardtester.info\/eo\/wp-json\/wp\/v2\/tags?post=1417"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}