Releases: jonaslache/STACK-Response-File-Processor
Releases · jonaslache/STACK-Response-File-Processor
v0.4
v0.3
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.exefile for Windows users (andv03-response-file-processorfor 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
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.exefile. 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
Initial release of the Python tool for extracting information from student responses to STACK questions in Moodle quizzes. See README.md for more information.