Skip to content

Missing Explanation of Hidden Test Inputs in Factorial Challenge #12

Description

@Founder-ArcaFutura

Issue: No indication that the test harness uses a hidden inputvar passed automatically into the student’s function. No guidance provided on not calling the function manually inside your code.

Result: Learners waste time debugging phantom errors and misinterpret the behavior of their logic.

Suggested Fix: refine the exercise description by adding:

“The system automatically calls your function, and the num value automatically receives the following values, 5, then 6, then -2, then SPAM SPAM SPAM. What your code has to do, is calculate the correct outputs for these values; you don't need to worry about feeding the system values."

Activity

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

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