Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.
/ ATMT Public archive

Advanced Trail Making Test implemented in ReactJS and electron

Notifications You must be signed in to change notification settings

huxianyin/ATMT

Repository files navigation

This Repository was archived, Please Refer to ATMT_Web

Setup

You should install npm annd electron beforehand.

Install npm

npm install -g electron
npm install

Get Started

open terminnal
~$ cd (this project folder)
~$ npm start
open another terminnal
~$ cd (this project folder)
~$ electron .

Usage

  • 起動すると最初に設定画面が表示される.デフォルトから変更する場合は各種入力しNEXTを押す(この画面は被験者には見せないこと)
  • 保存先:フォルダ: ./results/
  • 結果ファイル: .csv形式で、マークid,マークをクリックするまでの所要時間が記録されている.
  • 途中で実験を破棄してトップに戻りたい場合はresetボタンを押すこと

Build App

If you want to create a desktop app, you can use electron-packager For example, if you create an app for OSX,

run

npm install -g electron-packager
npm install -g electron --unsafe-perm=true --allow-root
electron-packager . ATMT --platform=darwin --arch=x64 --icon=./icon

About

Advanced Trail Making Test implemented in ReactJS and electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published