Skip to content

Commit

Permalink
Fix name and times
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Oct 23, 2024
1 parent 0747696 commit 5ee8337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion education.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2> Education </h2>
<br><br>

<ul>
<li> <strong>Scalable self-paced e-learning of statistical programming with fine-grained feedback and assessment </strong> <br> <em> Mitch O'Hara-Wild and Cynthia Huang, Monash University </em>
<li> <strong>Scalable self-paced e-learning of statistical programming with fine-grained feedback and assessment </strong> <br> <em> Mitchell O'Hara-Wild and Cynthia Huang, Monash University </em>
<p> Assessing 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. </p>
</li>
<li> <strong> Developing tools for “real time” formative assessment of writing within large introductory statistics and data science courses </strong> <br><em> Anna Fergusson, University of Auckland </em>
Expand Down
2 changes: 1 addition & 1 deletion fun.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2> Fun stuff </h2>

<strong>Chair:</strong> Joan Tan
<br><br>
This session runs from 3:00-4:00 and focuses on fun activities that build analysis skills. Speakers are:
This session runs from 3:00-4:30 and focuses on fun activities that build analysis skills. Speakers are:
<br><br>

<ul>
Expand Down

0 comments on commit 5ee8337

Please sign in to comment.