Skip to content

Releases: jonaslache/STACK-Response-File-Processor

v0.4

15 Aug 05:37
f23a122

Choose a tag to compare

This is a bug-fix release.

v0.3

24 Oct 07:36
be697ff

Choose a tag to compare

What's Changed

  • Merge dev for v0.3 by @jonaslache in #4
  • The following changes have been made:
    • Fixed issue #3.
    • For better clarity, a checkbox has been added that allows users to control the display of the text field for custom strings that the tool searches for (introduced in v0.2).
    • Added sample CSV files (English and German) with which the "Response File Processor" can be tested.
    • Updated the docs.
  • Please note the attached v03-response-file-processor.exe file for Windows users (and v03-response-file-processor for macOS users, although the file is huge and slow) to use v0.3 of the Response File Processor without having to install Python or any packages. Feedback on whether this works or not would be appreciated.

Full Changelog: v0.2...v0.3

v0.2

12 Apr 07:44
2d37cf2

Choose a tag to compare

What's Changed

  • Merge dev to main by @jonaslache in #1
  • The following features have been added:
    • Option to create a column with the random seed used in each attempt.
    • Option to specify a list of strings that the tool searches for in each row of the quiz data. The column will be filled with boolean values (True or False), depending on whether each strings are present in the individual rows. For example, the list of strings may include answer notes (e.g. prt1-1-F) or answer test results (e.g. ATList_wrongentries).
  • Please note the attached response-file-processor.exe file. It should allow Windows users to use v0.2 of the Response File Processor without having to install Python or any packages. Feedback on whether this works or not would be appreciated.

Full Changelog: v0.1...v0.2

v0.1

08 Mar 08:04

Choose a tag to compare

Initial release of the Python tool for extracting information from student responses to STACK questions in Moodle quizzes. See README.md for more information.