Skip to content

Possible Error in SetDef.pm to set attToOpenChilden and countsParentsGrade #2897

@hal4stvf

Description

@hal4stvf

If you import set def files with certain values for the "Attempt Threshold for Children" and "Counts for Parents" then still the default values are used. (This worked in Version 2.17)

I think the error might be in the SetDef.pm file in the lines 200 and 201, I think it should be
attToOpenChildren => $rh_problem->{att_to_open_children},
countsParentGrade => $rh_problem->{counts_parent_grade}

rather than

attToOpenChildren => $rh_problem->{attToOpenChildren},
countsParentGrade => $rh_problem->{countsParentGrade}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions