Education
Chair: Damjan VukcevicThis session runs from 1:00-2:30 and focuses on tools for education. Speakers are:
- Scalable self-paced e-learning of statistical programming with fine-grained feedback and assessment
Mitchell O'Hara-Wild and Cynthia Huang, Monash UniversityAssessing statistical programming skills consistently and at scale is challenging. Much like writing style is assessed in essay tasks, discriminating code quality and style from code function or output is becoming increasingly important as students adopt code-generating tools such as LLMs. In many cases checking code output alone is insufficient to assess students’ understanding and ability to write statistical code. Instead, instructors often need to check the code itself for evidence of computational thinking, such as the use of appropriate functions, data structures, and comments. Unfortunately, manual review of code is time-consuming and subjective, and the skills needed to automate this process are complex to learn and use. In this talk, we introduce a new approach to authoring self-paced interactive modules for learning statistics with R. It is built using Quarto and WebR, leveraging literate programming to quickly create exercises and automate assessments. We discuss how this format can be used to write assessments with automated checking of multi-choice quizzes, code input and outputs, and the advantages of in-browser execution via WebR compared to existing server based solutions.
- Slides: https://slides.mitchelloharawild.com/wombat2024/
- Source code: https://github.com/mitchelloharawild/talk-elearning-wombat24
- Video recording: https://youtu.be/Y9p6XwAI5Zw
- Developing tools for “real time” formative assessment of writing within large introductory
statistics and data science courses
Anna Fergusson, University of AucklandVarious data technologies and automated approaches can assist with teaching and assessment, but care is needed to develop tools and practices that value and support the human learning experience, at the same time as optimising for efficiency and accuracy. For instance, introductory-level statistics and data science students need to learn how to identify and produce short written communications (including code) that are statistically and computationally sound. However, there are challenges to designing and implementing effective formative assessment of student writing and coding when courses involve hundreds or thousands of students, and scalable methods of support are needed. This talk will present pedagogical and technological explorations for developing tools that support “real time” and large-scale formative assessment of writing (including code), as well as plans for further research involving the integration of statistical pairwise-comparison ranking models and NLP algorithms.
- Creating custom quarto templates
Rob Hyndman, Monash UniversityI will describe several quarto templates we have made for use at Monash University to create presentations, working papers, theses, exams, slides, reports, memos, and letters. These help make our outputs look professional and consistent. They are relatively easy to make if you know a little LaTeX (for pdf output) or CSS (for html output). More advanced customization is possible with the help of Lua. I will show how you can easily adapt our quarto templates to other organizations, and how to make your own templates from scratch.