Skip to content

Releases: mario-bermonti/mdigit_span_tasks

v0.2.0

07 Mar 19:02
a6bf194
Compare
Choose a tag to compare

What’s Changed

Essentially the changes can be categorized as:

Summarize changes here

Adapt mDigitSpanTasks to use new versions of digit_span_tasks and cognitive_data. These changes simplify the code base.

A more detailed description is:

👥 List of contributors

@mario-bermonti

v0.1.0

03 Mar 13:38
Compare
Choose a tag to compare

What’s Changed

Essentially the changes can be categorized as:

Summarize changes here

This is the first version of mDigitSpanTasks and includes the complete basic functionality.

It uses the DigitSpanTasks package to run the actual digit span tasks and the cognitive_data package to manage the data collected.

It includes a digit span forward and backward that can be selected from a list of cognitive tasks. The data is saved to an SQLite3 database and the mDigitSpanTasks allows exporting the data to the Downloads folder (only supported in Android devices) for analysis.

A more detailed description is:

👥 List of contributors

@mario-bermonti