Skip to content
This repository was archived by the owner on Jun 15, 2020. It is now read-only.

Organizer Portal: Scoring Breakdown

Parth Shah edited this page Apr 26, 2019 · 2 revisions

Inputs from User

example input: In this component, the user will input blah through entering a number in the input field. We will use this input to calculate blah.

State Variables

example_state: In this component, we store blah in the example_state. We set the state in the example_function by blah blah blah.

Functions

example_function(example_parameter): In this function, we take example_parameter and blah blah blah blah. We then call the helper function, another_example_function.

another_example_function(example_parameter): This is a helper function that calculates blah blah and returns it back to the function blah.

Clone this wiki locally