diff --git a/mkdocs.yml b/mkdocs.yml index 810176f4..27051134 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -30,7 +30,10 @@ nav: - 'Annual conferences': 'Conference.md' - 'Training events in 2020': '2020meetings.md' - 'Meeting reports': 'MeetingReports/index.md' - - Projects: Projects/ + - Projects: + - 'Overview': 'Projects/index.md' + - 'AuthOMath': 'Projects/AuthOMath/index.md' + - 'IDIAM': 'Projects/IDIAM/index.md' - Case Studies: CaseStudies/ - Demo: 'https://stack-demo.maths.ed.ac.uk/demo/' - Documentation: 'https://docs.stack-assessment.org/en/' diff --git a/website_files/Projects/AuthOMath/ActivatingFeedback.md b/website_files/Projects/AuthOMath/ActivatingFeedback.md new file mode 100644 index 00000000..bc473f16 --- /dev/null +++ b/website_files/Projects/AuthOMath/ActivatingFeedback.md @@ -0,0 +1,41 @@ +# Combining STACK and GeoGebra for better feedback + +### Guido Pinkernell, Heidelberg University of Education, Germany + +STACK offers the possibility of Combining STACK and GeoGebra for better feedback. When placed in feedback, interactive applets allow for what could be called "activating feedback", i.e. adaptive learning material that students to work out the necessary knowledge themselves. + +
+ | The project is co-funded by the EU under the Erasmus+ Programme No. 2021-1-DE01-KA220-HED-000032031 |
++ |
The project aims at enabling teachers to create digital online learning material with multimodal, dynamic, and interactive elements, (GeoGebra) and with adaptive automatic feedback for use in hybrid settings.
+The project responded to challenges faced during COVID-19 by helping partner institutions use STACK to develop a) digital tools that assess competencies within science, technology, engineering and mathematics (STEM), particularly mathematical sciences diff --git a/website_files/custom.css b/website_files/custom.css index f70622b7..4d750c5a 100644 --- a/website_files/custom.css +++ b/website_files/custom.css @@ -6,6 +6,7 @@ max-width: 600px; padding: 15px; } + .img-wide { max-width:100%; height:auto; @@ -21,6 +22,16 @@ margin-right:auto; } +.img-screenshot { + max-width:400px; + height:auto; + width:auto; + padding:15px; + margin-left:auto; + margin-right:auto; +} + + .img-logo { padding:15px; max-height:100px;