Student Score Predictor

Cloud Computing

Enter your scores for the activities:

{% for activity, max_mark in cc_max_marks.items() %}
{% endfor %}
{% if cc_predicted_score is not none %}

Predicted Cloud Computing Final Score: {{ cc_predicted_score }}

{% endif %}

ICT

Enter your scores for the activities:

{% for activity, max_mark in ict_max_marks.items() %}
{% endfor %}
{% if ict_predicted_score is not none %}

Predicted ICT Final Score: {{ ict_predicted_score }}

{% endif %}