1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | github.setup tazzben WW 1.4 |
---|
8 | |
---|
9 | categories science education |
---|
10 | platforms darwin |
---|
11 | maintainers unomaha.edu:bosmith |
---|
12 | license MIT |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | description A command line tool to disaggregate pre and post test responses into Walstad and Wagner learning types |
---|
16 | |
---|
17 | long_description In the Spring of 2016, Walstad and Wagner released a paper suggesting that the pretest/posttest delta is insufficient in assessing learning outcomes. However, performing such a disaggregation is time intensive, especially if the questions appear in a different location (or order) on the pre and post test. WW_out is a command line tool that makes this disaggregation easy. It uses four CSV files to generate outcomes by question and student. |
---|
18 | |
---|
19 | checksums rmd160 6bcb65512d391eb95aefd8ac2935a0166e78165e \ |
---|
20 | sha256 ef596cdf47c6382d5950726b384ab5b458ba165a9713f6c60baaa94712707a22 |
---|
21 | |
---|
22 | python.default_version 27 |
---|
23 | |
---|
24 | depends_build port:py${python.version}-setuptools |
---|
25 | depends_lib-append port:py${python.version}-pandas |
---|