From fd7b14116c2abfa48006dd8eec0246915e2946f6 Mon Sep 17 00:00:00 2001 From: Matt Bannert Date: Thu, 5 Dec 2024 09:50:22 +0100 Subject: [PATCH] more fixes to infra quiz --- infrastructure.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure.qmd b/infrastructure.qmd index 6e7d151..7ef387a 100644 --- a/infrastructure.qmd +++ b/infrastructure.qmd @@ -79,8 +79,8 @@ Which of the below is true? :::{.quiz-multichoice} - [ ] [The configuration file will only work for macOS systems]{hint="x"} -- [X] [It uses marketplace actions from third parties (other than GitHub) which is not transparent and may not work in the future]{hint="o"} -- [X] [marketplace actions are convenient and can do standard things effortlessly, it's a tradeoff: robustness and transparency vs. development speed and convenience] +- [X] [It uses marketplace actions from third parties (other than GitHub)]{hint="o"} +- [X] [marketplace actions are convenient but are not always robust and transparent] - [ ] [It assumes the actions from lines 10 and 11 are pre-installed which may cause errors]{hint="x"} - [ ] [The document is too short to be useful]{hint="x"} :::