Skip to content

Commit

Permalink
Assessment/Learning type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoAdami committed Sep 23, 2024
1 parent ce3357f commit 096fedb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
26 changes: 10 additions & 16 deletions Models/Utils/PromptStrings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -390,29 +390,23 @@ public class FormatStrings{
{
""lesson_plan"": [
{
""type"": ""either Lesson or Activity"",
""topic"": ""topic of the node 1"",
""details"": ""the exact name of the activity you want to perform, either from the Learning list of from the Assessment list"",
""type"": ""either Learning or Assessment"",
""topic"": ""topic of the first node"",
""details"": ""the exact name of the first activity you want to perform, either from the Learning list of from the Assessment list"",
""description"": ""the specific learning outcome of the activity, in the format 'Ask the students to ...'""
},
{
""type"": ""either Lesson or Activity"",
""topic"": ""topic of the node 2"",
""details"": ""the exact name of the activity you want to perform, either from the Learning list of from the Assessment list"",
""type"": ""either Learning or Assessment"",
""topic"": ""topic of the second node"",
""details"": ""the exact name of the second activity you want to perform, either from the Learning list of from the Assessment list"",
""description"": ""the specific learning outcome of the activity, in the format 'Ask the students to ...'""
},
...
{
""type"": ""either Lesson or Activity"",
""topic"": ""topic of the node n"",
""details"": ""the exact name of the activity you want to perform, either from the Learning list of from the Assessment list"",
""description"": ""the specific learning outcome of the activity, in the format 'Ask the students to ...'""
},
{
""type"": ""Activity"",
""topic"": ""topic of final activity"",
""details"": ""the exact name of the activity you want to perform, either from the Learning list of from the Assessment list"",
""description"": ""the specific learning outcome of the activity, in the format 'Ask the students to ...'""
""type"": ""either Learning or Assessment"",
""topic"": ""topic of the last node"",
""details"": ""the exact name of the last activity you want to perform, either from the Learning list of from the Assessment list"",
""description"": ""the specific learning outcome of the last activity, in the format 'Ask the students to ...'""
}
]
}";
Expand Down
2 changes: 1 addition & 1 deletion obj/Debug/net7.0/SK_API.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("SK_API")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f7a2524efe424b87ef7dbdadcd2711b3ddd3e2d5")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ce3357fd6d003d2f62dd9026d2e5f8a6db591f4e")]
[assembly: System.Reflection.AssemblyProductAttribute("SK_API")]
[assembly: System.Reflection.AssemblyTitleAttribute("SK_API")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
2 changes: 1 addition & 1 deletion obj/Debug/net7.0/SK_API.AssemblyInfoInputs.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
95e4082a39f90159bb59d308af83fb88bdd0e627491357e5b34853e4d32c57ce
f465b521e574a715553e5a159a584833515c5fd6141157c8a6a134cc5dd01650

0 comments on commit 096fedb

Please sign in to comment.