LoginSignup
11
10

More than 5 years have passed since last update.

語彙力診断テストをハックする

Last updated at Posted at 2016-08-19

Array.from(document.querySelectorAll('.answer[value="1"]')).forEach((ele, i)=>{setTimeout(()=>ele.click(), i*1200)})

使い方

  1. 語彙力診断テストを開く
  2. 任意の言語を選択
  3. 測定スタートを押下
  4. chrome dev toolを開く
  5. 語彙力診断テストのwindowをクリック(アクティブにする)
  6. コンソールに↑のJSを貼り付けてEnter

ja

スクリーンショット 2016-08-19 13.34.31.png

en

スクリーンショット 2016-08-19 13.26.59.png

関連
語彙力診断の点数分布 - Qiita
「日本語ボキャブラリーテスト」のアルゴリズム - Qiita

11
10
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
10