Skip to contents

A shiny module that allows the user to input the score type of a score via a select input.

Usage

score_type_ui(id)

score_type_server(id, reset, editing_row)

Arguments

id

The namespace of the module.

reset

When this value is changed, all inputs will reset.

editing_row

The row that the user is currently editing. When this changes, all inputs will be updated to the state of the score that is being edited.

Value

The server returns the score type, or NULL if it is invalid.