Creating quizzes for a closed community | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Creating quizzes for a closed community

Do you know an app where I can create my own quizzes for a closed community, with the same challenge system like in Sololearn?

9th Jun 2019, 5:16 AM
Cristian Stollberg
Cristian Stollberg - avatar
10 Answers
+ 5
What do you mean Exactly ❓ Here in SL you can create your own quizzes,but if you want to create your app you can read more about any programming language to create your own app or website app and put what you want of quizzes. If you mean other thing pls explain more.
9th Jun 2019, 5:20 AM
Basel.Al_hajeri?.MBH()
Basel.Al_hajeri?.MBH() - avatar
+ 3
Hey Basel! If I create my quizzes in SL, then they are public (so no closed community) and I cannot use confidential information. There are many tools to create quizzes, but the ones that I found do not offer the same challenge system like Sololearn.
9th Jun 2019, 7:26 AM
Cristian Stollberg
Cristian Stollberg - avatar
+ 2
I dont know any libraries, however check out this code it will show you how to write your own quizzes from scratch https://code.sololearn.com/WrNN4uSOYcGC/?ref=app
9th Jun 2019, 11:27 PM
Logomonic Learning
Logomonic Learning - avatar
+ 2
I'm doing something similar (not confidential :) ) with jupyter notebook. you can distribute the quizzes or whatever to the local network or over the internet and you have complete control of the access. I hope this helps.
10th Jun 2019, 10:49 AM
Kevin DearAct
Kevin DearAct - avatar
+ 1
Confidential information in a quiz? hmmm...think...think..think...long pause.... I don't understand.
9th Jun 2019, 7:58 AM
Kevin DearAct
Kevin DearAct - avatar
+ 1
Kevin DearAct Think about information that is internal to an organisation. Certain information about team members can flow freely within the team, but should not reach the outsiders.
9th Jun 2019, 8:13 AM
Cristian Stollberg
Cristian Stollberg - avatar
+ 1
thank you for explaining but I do understand the concept of confidentiality, which I can't apply to a quiz. What is the purpose of confidential information in a quiz when you can use random data which is not confidental?
9th Jun 2019, 8:33 AM
Kevin DearAct
Kevin DearAct - avatar
+ 1
Again - the confidentiality applies only to the outsiders; this is why only the closed group should have access to the quiz.
9th Jun 2019, 10:18 AM
Cristian Stollberg
Cristian Stollberg - avatar
+ 1
Kevin DearAct so the ones having access to the quizzes can challenge each other asynchronously? If yes, that is what I am looking for.
10th Jun 2019, 10:52 AM
Cristian Stollberg
Cristian Stollberg - avatar
+ 1
im sure you can with proper implementation. check this out it's what I use for interactive quizzes in the classroom. https://jupyter.brynmawr.edu/services/public/dblank/Activity%20Magic.ipynb
10th Jun 2019, 10:59 AM
Kevin DearAct
Kevin DearAct - avatar