KOWHOWSE

所属分类:开发工具
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2019-11-10 22:58:02
上 传 者sh-1993
说明:  可编程监听测试工具,
(Programmable Listening Test Tool,)

文件列表:
examples/ (0, 2019-11-10)
examples/abx/ (0, 2019-11-10)
examples/abx/recipe.py (2149, 2019-11-10)
examples/abx/res/ (0, 2019-11-10)
examples/abx/res/instruction1.html (128, 2019-11-10)
examples/abx/res/instruction2.html (273, 2019-11-10)
examples/abx/res/thanks.html (57, 2019-11-10)
examples/abx/res/welcome.html (122, 2019-11-10)
examples/media/ (0, 2019-11-10)
examples/media/a/ (0, 2019-11-10)
examples/media/a/KingDonkeyEars_011_001.wav (131, 2019-11-10)
examples/media/a/KnightsAndCastles_006_003.wav (131, 2019-11-10)
examples/media/a/LittleRedRidingHood_003_003.wav (130, 2019-11-10)
examples/media/a/PrinceAndThePauper_007_006.wav (131, 2019-11-10)
examples/media/a/PussInBoots_002_002.wav (131, 2019-11-10)
examples/media/a/RailwayChildren_000_009.wav (131, 2019-11-10)
examples/media/b/ (0, 2019-11-10)
examples/media/b/KingDonkeyEars_011_001.wav (131, 2019-11-10)
examples/media/b/KnightsAndCastles_006_003.wav (131, 2019-11-10)
examples/media/b/LittleRedRidingHood_003_003.wav (130, 2019-11-10)
examples/media/b/PrinceAndThePauper_007_006.wav (131, 2019-11-10)
examples/media/b/PussInBoots_002_002.wav (131, 2019-11-10)
examples/media/b/RailwayChildren_000_009.wav (131, 2019-11-10)
examples/mos/ (0, 2019-11-10)
examples/mos/recipe.py (2743, 2019-11-10)
examples/mos/res/ (0, 2019-11-10)
examples/mos/res/instruction1.html (135, 2019-11-10)
examples/mos/res/instruction2.html (163, 2019-11-10)
examples/mos/res/thanks.html (53, 2019-11-10)
examples/mos/res/welcome.html (122, 2019-11-10)
web/ (0, 2019-11-10)
web/kowhowse/ (0, 2019-11-10)
web/kowhowse/__init__.py (0, 2019-11-10)
web/kowhowse/apps.py (336, 2019-11-10)
web/kowhowse/back/ (0, 2019-11-10)
web/kowhowse/back/__init__.py (0, 2019-11-10)
web/kowhowse/back/views.py (6879, 2019-11-10)
... ...

# KOWHOWSE **KOWHOWSE** is a listening test creation tool built in Django. Using this tool, you can create a listening test with potentially several different types of questions (AB, ABX and MOS currently supported) with a short Python script. ## Getting Started Clone the repository to your local machine: ``` git clone git@github.com:KurtAhn/KOWHOWSE.git ``` Then, set up an SQL database where your survey definitions, user responses, etc. will be stored: ``` cd path/to/KOWHOWSE python web/manage.py migrate ``` You will also need to create a superuser account, so that you can grant yourself access to the database: ``` python web/manage.py createsuperuser ``` To create a survey, write a Python script with a `survey_definition` function, where you define the structure of your survey. Self-contained examples can be found in `examples/`. You need to have Git LFS set up to be able to download the example audio files. Once you have your survey definition script, put the survey definition on the database: ``` python web/manage.py --pythonpath web/kowhowse createsurvey path/to/survey_definition.py ``` To share your survey with testers, run a server for the **KOWHOWSE** app to go online: ``` python web/manage.py runserver [] ``` Once the server is running, using your superuser credentials, you can access the *Backroom*, where you can perform administrative actions. Here, you will be able to find the link to your survey, which you can provide to your testers.

近期下载者

相关文件


收藏者