Ticket #54344: Portfile-WW.diff

File Portfile-WW.diff, 1.5 KB (added by tazzben (Ben Smith), 7 years ago)

patchfile

  • Portfile

    old new  
    44PortGroup           github 1.0
    55PortGroup           python 1.0
    66
    7 github.setup        tazzben WW 1.9
     7github.setup        tazzben WW 2.0
    88
    99categories          science education
    1010platforms           darwin
     
    1212license             MIT
    1313supported_archs     noarch
    1414
    15 description         A command line tool to disaggregate pre and post test responses into Walstad and Wagner learning types
     15description         A command line tool to disaggregate Scantron or ZipGrade pre- and post-test responses into Walstad and Wagner learning types (Walstad and Wagner 2016) and adjusts them for guessing (Smith and Wagner 2017).
    1616
    1717long_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.
    1818
    19 checksums           rmd160  80493c88d14aeafaeb6df1d170561cc690df8276 \
    20                     sha256  7a3d77f41df66504c4194faa28f27f8796f457dc85af30aacdc701bb9f3512b5
     19checksums           rmd160  783d5c495d6e14bbe395e1626e2ed6ebd0ac0073 \
     20                    sha256  aabe209a09294d2a47d6d40144881586c22639631c64ff0704d3213fdb9a2aea
    2121
    2222python.default_version  27
    2323