Malte Bonart

Results 8 issues of Malte Bonart

I'm a fan of this theme and I've used it in various educational projects. But I always missed a simple quiz app that allowed users to self asses their learning...

Tested in pyspark version 3.3.0 and with `spark-bigquery-latest_2.12.jar` ```python spark.conf.set("materializationProject", "") spark.conf.set("materializationDataset", "") spark.conf.set("viewsEnabled", True) query = """ # just some comment SELECT * FROM `bigquery-public-data.samples.shakespeare` LIMIT 10 """ spark.read.format("bigquery").load(query)...

This is a cleaned up version of #5. I rebased my changes on top of the most recent changes in master and changed my commits' history and names for better...

the website https://krother.gitbooks.io/python-testing-tutorial/content/ does not reflect the current state of the repository

This would make installation workflow much more convinient. Checkout https://gohugo.io/hugo-modules/theme-components/ for this

I see 4 possible stories on how users progress through a quiz: 1. The user progresses linearly through the quiz and answers each question once. She sees the results at...

enhancement

I'm not familiar with unit testing for typescript/ svelte projects but this projects needs some proper testing. I'm thankful for any examples and first implementations!

help wanted

Moving @eyal7773 comment to here (see https://github.com/bonartm/hugo-quiz/issues/13 for the full discussion): > Hello, > I successfully integrated 'hugo-quiz' into my website. However, I encountered an issue I'd like to address....