Skip to main content

Wisc calculations

Project description

Build Status

Py Wisc

Calculos para WISC en diferentes versiones y diferentes paises.
Status: En desarrollo. No funciona todavía.

Install

Publicado en Pypi

pip install pywisc

Comandos

Esta aplicación se puede usar desde la línea de comandos

$ wisc
##########################
Calculador WISC 4. Versión español, Argentina
##########################
Fecha de nacimiento 
	Formato: Formatos permitidos: AAAA-MM-DD o DD/MM/AAAA. Por ejemplo 2020-12-01 o 01/12/2020
2014-03-12
Fecha de evaluación 
	Formato: Formatos permitidos: AAAA-MM-DD o DD/MM/AAAA. Por ejemplo 2020-12-01 o 01/12/2020
	Predeterminado: 2020-05-01

Comprension verbal-Semejanzas (CV-S):10
Comprension verbal-Vocabulario (CV-V):10
Comprension verbal-Comprensión (CV-C):10
Razonamiento Perceptivo-Construcción de cubos (RP-CC):10
Razonamiento Perceptivo-Conceptos (RP-Co):10
Razonamiento Perceptivo-Matrices (RP-M):10
Memoria Operativa-Retención de dígitos (MO-RD):10
Memoria Operativa-Letras y números (MO-LN):10
Velocidad de procesamiento-Claves (VP-Cl):10
Velocidad de procesamiento-Búsqueda de símbolos (VP-BS):10
Calc over {'S': 10, 'V': 10, 'C': 10, 'CC': 10, 'Co': 10, 'M': 10, 'RD': 10, 'LN': 10, 'Cl': 10, 'BS': 10}
CI calculado: 89

En Python

from pywisc.wisc import Wisc
from pywisc.evaluacion import Evaluacion


directas_por_subtest =  {'S': 10, 'V': 10, 'C': 10, 'CC': 10,
                         'Co': 10, 'M': 10, 'RD': 10, 'LN': 10,
                         'Cl': 10, 'BS': 10}

w = Wisc(wisc_version=4, language='es', country='ar')
e = Evaluacion(wisc=w)
reqs = {'born_date': '2014-03-01', 'test_date': '2020-04-29'}
e.validate_reqs(reqs=reqs)
e.calculate_age()
ci = e.calculate_ci(directas=directas_por_subtest)
assert ci == 89

Tests

python -m pytest -s

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pywisc-0.75.tar.gz (21.2 kB view details)

Uploaded Source

Built Distribution

pywisc-0.75-py3-none-any.whl (31.5 kB view details)

Uploaded Python 3

File details

Details for the file pywisc-0.75.tar.gz.

File metadata

  • Download URL: pywisc-0.75.tar.gz
  • Upload date:
  • Size: 21.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.0

File hashes

Hashes for pywisc-0.75.tar.gz
Algorithm Hash digest
SHA256 380a451533898924dc2dc0f3778ac4e67d1f844b324d90bf3a2493eb7120048b
MD5 2ed7718f4283f9103609a5c35a70d23d
BLAKE2b-256 2b57f77eeb3199eef7b178e3733929a58b497ac30818c2919ac0fff450dc13af

See more details on using hashes here.

File details

Details for the file pywisc-0.75-py3-none-any.whl.

File metadata

  • Download URL: pywisc-0.75-py3-none-any.whl
  • Upload date:
  • Size: 31.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.0

File hashes

Hashes for pywisc-0.75-py3-none-any.whl
Algorithm Hash digest
SHA256 09122bd304158a716c9a3bab8ffc93a7adc41de3c06f7ed4400ce4f485cf83fa
MD5 9d9d3c164914b9552a1d9181eaf6c6eb
BLAKE2b-256 666b6e7ddac840737c2d00ba874eb51bd9e6a0e8e72e3b5563dfa1bfe83dfb85

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page