Archived testing data

This commit is contained in:
koenieeeee
2024-04-02 20:19:02 +02:00
parent 8fb731f748
commit 1441da7682
12 changed files with 5 additions and 0 deletions
+3
View File
@@ -44,6 +44,9 @@ class ResearchLogger():
self.file_contents = f"""
### Researcher score
Researcher_score = {score}
Progressbar: ![{score}%](https://progress-bar.dev/{score*100})
"""
+2
View File
@@ -93,6 +93,7 @@ class Paska_tool():
```
### Paska Score
PASKA_Score: {self.build_score()}
Progressbar: ![{self.build_score()}%](https://progress-bar.dev/{self.build_score()})
"""
@@ -181,6 +182,7 @@ class RimayDSL():
```
### DSL-Rimay Score
DSL_Score: {self.build_score()}
Progressbar: ![{self.build_score()}%](https://progress-bar.dev/{self.build_score()})
"""