Spaces:
Runtime error
Runtime error
xiomarablanco
commited on
Commit
·
9221359
1
Parent(s):
a246d29
Update plentas.py
Browse files- plentas.py +3 -2
plentas.py
CHANGED
@@ -131,8 +131,9 @@ class Plentas():
|
|
131 |
|
132 |
AnalysisOfResponses.append({ id : {
|
133 |
"ID": studentID,
|
134 |
-
"
|
135 |
-
"
|
|
|
136 |
"NotaSemanticaSpacy": round(spacy_eval_umbral * self.settings.PesoSemantics,2),
|
137 |
"NotaSemanticaBert": round(bert_eval_umbral * self.settings.PesoSemantics,2),
|
138 |
"NotaSintaxis": round(nota_rubrica_sintaxis,2),
|
|
|
131 |
|
132 |
AnalysisOfResponses.append({ id : {
|
133 |
"ID": studentID,
|
134 |
+
"RespuestaAlumno": respuesta_alumno_raw,
|
135 |
+
#"SumaTotalSpacy": round(nota_rubrica_spacy,2),
|
136 |
+
#"SumaTotalBert": round(nota_rubrica_bert,2),
|
137 |
"NotaSemanticaSpacy": round(spacy_eval_umbral * self.settings.PesoSemantics,2),
|
138 |
"NotaSemanticaBert": round(bert_eval_umbral * self.settings.PesoSemantics,2),
|
139 |
"NotaSintaxis": round(nota_rubrica_sintaxis,2),
|