[bootlin/training-materials updates] master: Remove quizzes (30a62078)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Feb 25 09:49:29 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/30a620782a19c959d92f8d7bd6f737bd87e91a29

>---------------------------------------------------------------

commit 30a620782a19c959d92f8d7bd6f737bd87e91a29
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Feb 25 09:49:29 2021 +0100

    Remove quizzes
    
    - Temporarily before we can have proper ones across all our training courses
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

30a620782a19c959d92f8d7bd6f737bd87e91a29
 common/beamerthemeBootlin.sty                             | 15 ---------------
 .../sysdev-block-filesystems/sysdev-block-filesystems.tex |  6 ------
 slides/sysdev-bootloaders-lab/sysdev-bootloaders-lab.tex  |  6 ------
 slides/sysdev-busybox/sysdev-busybox.tex                  |  5 -----
 .../sysdev-flash-filesystems/sysdev-flash-filesystems.tex |  5 -----
 .../sysdev-linux-intro-modules.tex                        |  5 -----
 slides/sysdev-toolchains-lab/sysdev-toolchains-lab.tex    |  6 ------
 7 files changed, 48 deletions(-)

diff --git a/common/beamerthemeBootlin.sty b/common/beamerthemeBootlin.sty
index f8c465e6..a49406ef 100644
--- a/common/beamerthemeBootlin.sty
+++ b/common/beamerthemeBootlin.sty
@@ -185,18 +185,3 @@
       \end{columns}
   \end{frame}
 }
-
-%% Command for quiz
-
-\newcommand\quizframe[3]{
-  \begin{frame}{Quiz - #1}
-    \begin{columns}
-      \column{0.5\textwidth}
-      #2: \url{#3}
-      \column{0.5\textwidth}
-      \includegraphics[width=\textwidth]{common/quiz.pdf}\\
-      {\tiny Image source (OpenClipArt): \url{https://frama.link/30o8NQoA}}
-    \end{columns}
-  \end{frame}
-}
-
diff --git a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 9236a953..9b663ca0 100644
--- a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -394,9 +394,3 @@ major minor #blocks name
     temporary system files.
   \end{itemize}
 }
-
-\quizframe
-{Block filesystems}
-{Test your understanding of handling block devices and available block
-filesystems}
-{https://frama.link/KCHuB8wm}
diff --git a/slides/sysdev-bootloaders-lab/sysdev-bootloaders-lab.tex b/slides/sysdev-bootloaders-lab/sysdev-bootloaders-lab.tex
index 13e38bba..ea452076 100644
--- a/slides/sysdev-bootloaders-lab/sysdev-bootloaders-lab.tex
+++ b/slides/sysdev-bootloaders-lab/sysdev-bootloaders-lab.tex
@@ -9,9 +9,3 @@
   \item Set up {\em TFTP} communication with the board
   \end{itemize}
 }
-
-\quizframe
-{Bootloaders}
-{Test your understanding of bootloaders and U-Boot}
-{https://frama.link/ejpJBwMX}
-
diff --git a/slides/sysdev-busybox/sysdev-busybox.tex b/slides/sysdev-busybox/sysdev-busybox.tex
index 622c2a68..cb153f8c 100644
--- a/slides/sysdev-busybox/sysdev-busybox.tex
+++ b/slides/sysdev-busybox/sysdev-busybox.tex
@@ -228,8 +228,3 @@ yes, zcat, zcip}
   \item Use shared libraries
   \end{itemize}
 }
-
-\quizframe
-{Filesystem and BusyBox}
-{Test your understanding of the Linux root filesystem and BusyBox}
-{https://frama.link/GSajeUbB}
diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index bf6132df..127c9700 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -1007,8 +1007,3 @@ ${bootargs_base} ${mtdparts}; bootz 0x81000000 - 0x82000000'}
   \item Manipulating UBI volumes from Linux
   \end{itemize}
 }
-
-\quizframe
-{Flash storage and filesystems}
-{Test your understanding of flash storage and filesystems in Linux}
-{https://frama.link/287uwBuW}
diff --git a/slides/sysdev-linux-intro-modules/sysdev-linux-intro-modules.tex b/slides/sysdev-linux-intro-modules/sysdev-linux-intro-modules.tex
index 4820a4f9..b254b44c 100644
--- a/slides/sysdev-linux-intro-modules/sysdev-linux-intro-modules.tex
+++ b/slides/sysdev-linux-intro-modules/sysdev-linux-intro-modules.tex
@@ -171,8 +171,3 @@ $ dmesg
     \includegraphics[width=\textwidth]{slides/sysdev-linux-intro-modules/linux-kernel-in-a-nutshell.jpg}
   \end{columns}
 \end{frame}
-
-\quizframe
-{Linux kernel}
-{Test your understanding of Linux kernel sources and usage}
-{https://frama.link/3-cKAy_-}
diff --git a/slides/sysdev-toolchains-lab/sysdev-toolchains-lab.tex b/slides/sysdev-toolchains-lab/sysdev-toolchains-lab.tex
index 5c6c9108..ceffdfff 100644
--- a/slides/sysdev-toolchains-lab/sysdev-toolchains-lab.tex
+++ b/slides/sysdev-toolchains-lab/sysdev-toolchains-lab.tex
@@ -7,9 +7,3 @@
   \item Run it to build your own cross-compiling toolchain
   \end{itemize}
 }
-
-\quizframe
-{Toolchains}
-{Test your understanding of binaries, C libraries and cross-compiling toolchains}
-{https://frama.link/Dz4-YRXB}
-




More information about the training-materials-updates mailing list