Increase max points
This commit is contained in:
parent
c4f3b64138
commit
af57ad6c3d
@ -75,7 +75,7 @@ with st.expander('Notenberechnung'):
|
||||
left, right = st.columns(2, gap='large')
|
||||
with left:
|
||||
grade_4_0, grade_1_0 = st.slider('Notenbereich (4,0-Grenze / 1,0-Grenze)', min_value=0., max_value=1., key='grade_range')
|
||||
max_points = st.slider('Maximalpunktzahl', min_value=1, max_value=100, key='max_points')
|
||||
max_points = st.slider('Maximalpunktzahl', min_value=1, max_value=110, key='max_points')
|
||||
|
||||
if st.session_state.session.grade_4_0 != grade_4_0 or st.session_state.session.grade_1_0 != grade_1_0 or st.session_state.session.max_points != max_points:
|
||||
st.session_state.session.grade_4_0 = grade_4_0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user