Skip to content

Intensity across repetition within a continue #130

Description

@bartneck

When adding an <intensity> within a repetition to model a change of intensity across the repetitions, then this will work out fine. If this whole instruction is then embedded into a <continue>, then the intensity is no longer shown in the html. It validates correctly.

    <instruction>
        <continue>
            <instruction>
                <repetition>
                    <repetitionCount>4</repetitionCount>
                    <intensity>
                        <startIntensity>
                            <zone>easy</zone>
                        </startIntensity>
                        <stopIntensity>
                            <zone>racePace</zone>
                        </stopIntensity>
                    </intensity>
                    <instruction>
                        <length>
                            <lengthAsDistance>50</lengthAsDistance>
                        </length>
                        <stroke>
                            <standardStroke>freestyle</standardStroke>
                        </stroke>
                    </instruction>
                </repetition>
            </instruction>
        </continue>
    </instruction>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions