Types of H5p Quizzes#

This page will show some examples of H5p quizzes built into a variety of TeachBooks to allow the students to test their understanding of the content as they read. H5p quizzes can be used to create a set of Multiple Choice, Drag and Drop, Fill in the blanks, True/False and Image choice questions so the applications are quite versitile and your imagination can be used in creating the questions.

Getting started with H5p#

Some best-practices on the use of H5p:

  • To startup your H5p-account, first login to H5p via Brightspace. You can follow instructions as under https://www.tudelft.nl/teaching-support/educational-tools/h5p.

  • After that, direct login is possible via tudelft.h5p.com

  • Place your H5p-elements in a shared folder in H5p.

  • Disable the display options “Toolbar Below Content” and “Display author’s name to public (anonymous users) (only relevant when content’s status is set to Public )” for each

Dialog cards#

Dialog cards can be used to ask open questions about the content students are reading or, more intrestingly, to check the conclusion the students draw from the interactive exercises built into the book.

Engineering Systems Optimization

A great example of this can be found in the book: Engineering Systems Optimization. Chapter 4 called Mulit-objective optimization has an in depth sub-chapter which is used to compare the relation between engine power and emissions and how to optimize for both.

../_images/Live_code.PNG

Fig. 112 Problem Statement#

As can be seen on the right-hand-side menu, the sub-chapter includes the problem statement, the elaboration on the model and solution method and finally an exercise for the student. The code in the page is activated by pressing the live code button which will make the code cells editable and executable. Additionally, interactive figures are included into the text with movable sliders to directly see the effect of the changes made.

../_images/Live_code2.PNG

Fig. 113 Interactive Graph#

The H5p quizzes can shine in the section on questions, discussions and comments. Next to many multiple choice questions (which are discussed later) there are dialog cards which can ask more conceptual and open ended questions. Pressing on the blue button Turn will flip around the card and reveal the model answer. The great thing about the integration of both interactive aspects (coding and questions) helps the student to play around with the code and understand the topic from a less theoretical point-of-view.

../_images/cards1.PNG

Fig. 114 Dialoge Card#

Try it out!

Question Set#

Question sets consist of a question and one or more possible answers to that question.

MUDE - Observation Theory

The following question sets are taken from chapter 3.3. Weighted least-squares estimation of the MUDE 23/24 book. The chapter builds on the previous chapter on simple least-squares estimation and dwelves into the importance and properties of the weight matrix. The student is primarily quizzed using multiple choice questions to check their understanding. The answers can be provided in the shape of text, figures, equations, matrices and probably much more.

../_images/Question_set_1.PNG

Fig. 115 Text Answers#

../_images/Question_set_2.PNG

Fig. 116 Equations Answers#

Since these questions are meant to develop the understanding of the students, feedback is vital! Feedback can be built into the questions to explain the reasoning behind a correct answer.

../_images/Question_set_3.PNG

Fig. 117 Correct Answer Feedback#

And when the answer is not correct, tips can be given to nudge the student towards the right solution.

../_images/Question_set_4.PNG

Fig. 118 Tips#

Try it out!

Have a look at the following 7 questions.

Complex fill in the blanks#

The complex fill in the blanks can be used to evaluate numerical answers.

MUDE - Observation Theory

Chapter 3.7. Non-linear least-squares estimation from the MUDE 23/24 book makes use of the complex fill in the blanks quiz in order to check that the students understood the composition of the Jacobian Matrix specifically used in deriving the linearized functional model. This model is essential for accurately estimating values and assessing system behavior of complex processes that arent linear.

../_images/blanks1.PNG

Fig. 119 Answer Boxes#

As you can see, the precision of the answer sought for is specified and the figure below shows again the incorporation of feedback.

../_images/blanks2.PNG

Fig. 120 Wrong Answer + Feedback#

MUDE - Optimization

Since the cells can be used to evaluate numerical answers, they are an easy way to quiz the student on matrices and evaluate the result of each position indidependently. The optimization team of MUDE took this a step further and used this set-up to quiz the students on the SIMPLEX method. This method automates the solving of the augmented form of a linear programing problem with continuous variables. It makes use of tables and the manipulation of equations to find the optimal vaues. Unfortunately, with a large number of variables this tables tend to get quite big and filling in the cells becomes laborous.

../_images/blanks3.PNG

Fig. 121 SIMPLEX Method#

Try it out!

True or False#

This next type of quiz is fairly self explainatory :)

MUDE - Optimization

Once again the chapter on optimization in the MUDE book integrated many true and false questions to test the students on the problem statement which, like in many engineering problems, is just as important if not more important than the solution procedure. This is especially when the case when small tweaks to the equations, such as seen in the figure below, can change the result of the optimization drastically.

../_images/truefalse0.PNG

Fig. 122 Problem Statement#

../_images/truefalse1.PNG

Fig. 123 True or False#

The small circles below the question indicates that there are more questions in this series which can be viewed by clicking on the blue arrow pointing towards the left or right.

Try it out!

Drag and Drop#

Drag and Drop questions are useful to make the distinction between different concepts that might often cause confusion.

MUDE - Optimization

In this chapter, it was important that the students made the distinction between the terminology and mathematical meaning between different elements of the graphical solution method. A drag and drop question was used to link the term to its definition. The answer boxes can be dragged to the correct title in a playful manner.jup

../_images/drag1.PNG

Fig. 124 Drag and Drop#

../_images/drag2.PNG

Fig. 125 Solution#