Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
kasperskyclub.ru Posted March 1, 2021 Posted March 1, 2021 Users can't finish a quiz ☹️ INSERT INTO `quizzes_membersshop_points` ( `ms_member_id`, `ms_quiz_id`, `ms_points`, `ms_date` ) VALUES ( 9, 12, NULL, 1614643081 ) ON DUPLICATE KEY UPDATE `ms_member_id`=VALUES(`ms_member_id`), `ms_quiz_id`=VALUES(`ms_quiz_id`), `ms_points`=VALUES(`ms_points`), `ms_date`=VALUES(`ms_date`) IPS\Db\Exception: Column 'ms_points' cannot be null (1048) #0 system/Db/Db.php(948): IPS\_Db->preparedQuery('/*fanforum::fan...', Array)
Adriano Faria Posted March 2, 2021 Author Posted March 2, 2021 12 minutes ago, kasperskyclub.ru said: Users can't finish a quiz ☹️ INSERT INTO `quizzes_membersshop_points` ( `ms_member_id`, `ms_quiz_id`, `ms_points`, `ms_date` ) VALUES ( 9, 12, NULL, 1614643081 ) ON DUPLICATE KEY UPDATE `ms_member_id`=VALUES(`ms_member_id`), `ms_quiz_id`=VALUES(`ms_quiz_id`), `ms_points`=VALUES(`ms_points`), `ms_date`=VALUES(`ms_date`) IPS\Db\Exception: Column 'ms_points' cannot be null (1048) #0 system/Db/Db.php(948): IPS\_Db->preparedQuery('/*fanforum::fan...', Array) Have you added the number of points to earn in the Feedback range?
kasperskyclub.ru Posted March 2, 2021 Posted March 2, 2021 Not yet, but the integration is disabled now
Adriano Faria Posted March 2, 2021 Author Posted March 2, 2021 12 hours ago, kasperskyclub.ru said: Not yet, but the integration is disabled now I see what you mean. Fixed this and a couple of other reported issues. A new version was submitted to the marketplace. Follow the file to get not notified when it gets approved.
Adriano Faria Posted March 3, 2021 Author Posted March 3, 2021 What's New in Version 1.5.2: New Features: Add questions image to the quiz results Add Quizzes Plays to the Admin CP ->Statistics -> Activity -> Overview Fix: Fix points integration when playing quizzes without enable the Members Shop integration Fix error when creating a category with reviews disabled kasperskyclub.ru, SC36DC and DamonT 3
Giray Posted March 20, 2021 Posted March 20, 2021 Hi Adriano. Tried to search but did not find... Is there a way to entirely hide/remove the Leaders Ranking. Maybe do so quiz by quiz? There are some (in my case most) quizzes in which I would rather not show the rankings. And, frankly, in some cases I would be okay showing who took the quiz, but not their score. Thoughts? Thanks!!
Adriano Faria Posted March 20, 2021 Author Posted March 20, 2021 Hello, I’m not entirely sure. Have you checked Quizzes settings-> Views tab? There are a couple of settings there but not show it at all isn’t an option, if I recall. Currently there’s a setting to choose where you want to display it (two different places) and the number of records. I’ll add a third option to not display it all, if it isn’t an option now. Check the settings and let me know. Giray 1
Giray Posted March 20, 2021 Posted March 20, 2021 Just now, Adriano Faria said: Hello, I’m not entirely sure. Have you checked Quizzes settings-> Views tab? There are a couple of settings there but not show it at all isn’t an option, if I recall. Currently there’s a setting to choose where you want to display it (two different places) and the number of records. I’ll add a third option to not display it all, if it isn’t an option now. Check the settings and let me know. If you answered any faster I would think you were in my living room! I did check and, you are correct, there are only options for how to display but not yes/no display or what to display. Not mission critical, but in my case it would be very useful. Thanks again. Adriano Faria 1
Adriano Faria Posted March 20, 2021 Author Posted March 20, 2021 I’ll add a third option in next version. It will be global and will affect all quizzes. 👍 SC36DC and Giray 1 1
Giray Posted March 20, 2021 Posted March 20, 2021 1 minute ago, Adriano Faria said: I’ll add a third option in next version. It will be global and will affect all quizzes. 👍 Now please get out of my living room 😇 Adriano Faria and SC36DC 2
SC36DC Posted March 23, 2021 Posted March 23, 2021 (edited) On 2/1/2021 at 2:29 AM, Adriano Faria said: That’s what you should do: 2 answers per quiz. TRUR or FALSE. I finally got around to setting up a True/False quiz. My question is, are the answers randomly listed in different order? I would like to of course have just 2 answers, True and False, always in that order. The quiz I set up, the answers weren't always in that order. Sometimes False was listed first. Is this possible at all to have the answers in a specific order? Many thanks!UPDATE: After further testing, making a True/False quiz, it always puts the correct answer first. So if the correct answer is False, then that is the first option. Would love an actual True/False quiz option where it always list the answers in order True/False, or at least a setting where we can set the answers in any order. Thank you. Edited March 23, 2021 by SC36DC kmk 1
Maxxius Posted March 23, 2021 Posted March 23, 2021 2 hours ago, SC36DC said: UPDATE: After further testing, making a True/False quiz, it always puts the correct answer first. So if the correct answer is False, then that is the first option. oh we can't have that 🙂
Adriano Faria Posted March 23, 2021 Author Posted March 23, 2021 6 hours ago, SC36DC said: UPDATE: After further testing, making a True/False quiz, it always puts the correct answer first. So if the correct answer is False, then that is the first option. Would love an actual True/False quiz option where it always list the answers in order True/False, or at least a setting where we can set the answers in any order. It lists the answers in the order you added them, regardless if it’s right or wrong. You can also enable the setting to randomize the answers, which in that case, won’t do much difference because it’s 50/50. If you want TRUE always to appear first, then add TRUE first in all answers and disable random setting. SC36DC 1
SC36DC Posted March 23, 2021 Posted March 23, 2021 5 hours ago, Adriano Faria said: It lists the answers in the order you added them, regardless if it’s right or wrong. You can also enable the setting to randomize the answers, which in that case, won’t do much difference because it’s 50/50. If you want TRUE always to appear first, then add TRUE first in all answers and disable random setting. Thank you. I will try this now.
SC36DC Posted April 2, 2021 Posted April 2, 2021 What causes a quiz to say "You cannnot take this quiz". Even though I created all the quizzes, some of them have this red button saying I can not take the quiz, some have the green button allowing me to take the quiz. A mod has also been testing this out, he came across some that states he cannot take the quiz. Thanks.
Adriano Faria Posted April 2, 2021 Author Posted April 2, 2021 Click in the red button. The reason will show up in a popup.
SC36DC Posted April 2, 2021 Posted April 2, 2021 7 hours ago, Adriano Faria said: Click in the red button. The reason will show up in a popup. What do I need to do to fix this? Thanks.
Adriano Faria Posted April 2, 2021 Author Posted April 2, 2021 The one who created the quiz must set it as ready then others will be able to play. SC36DC 1
SC36DC Posted April 2, 2021 Posted April 2, 2021 (edited) I think I figured out the issue. Thank you. Edited April 2, 2021 by SC36DC
SC36DC Posted April 4, 2021 Posted April 4, 2021 As the admin who created the quizzes, all the quiz images display as intended, like this. Now that I went live with the Quizzes for all members of the forum, this is what it looks like logged in as a member. The image gets cut off. Also, some of the images have a black dot next to them, when I mouse over it, it says "New". Is there any way to show all the image for the quizzes the way I (the admin) sees them? Thanks.
Adriano Faria Posted April 5, 2021 Author Posted April 5, 2021 (edited) 14 hours ago, SC36DC said: Is there any way to show all the image for the quizzes the way I (the admin) sees them? Can you reproduce this on default theme? I can't: - Member view: - Admin view: In both views the thumbnail are squared and equals. I can, however, reproduce the issue with the bold dot, which should be in same line of the quiz title and it's there to indicate that you (or who's browsing) hasn't read that quiz yet. I'll fix this in next version. Edited April 5, 2021 by Adriano Faria SC36DC 1
SC36DC Posted April 5, 2021 Posted April 5, 2021 7 hours ago, Adriano Faria said: Can you reproduce this on default theme? I can't: - Member view: - Admin view: In both views the thumbnail are squared and equals. I can, however, reproduce the issue with the bold dot, which should be in same line of the quiz title and it's there to indicate that you (or who's browsing) hasn't read that quiz yet. I'll fix this in next version. You are correct. When I tested it with the default theme, it looked fine when I checked it as admin and as a member. I use a theme by @Ehren, I guess it has to do with the theme. I'll reach out to him and see if there is anything that can be done. Thanks for checking.
Adriano Faria Posted April 5, 2021 Author Posted April 5, 2021 Let me know and ask him to contact me if it's something in the Quizzes app. 👍 SC36DC 1
SC36DC Posted April 5, 2021 Posted April 5, 2021 9 minutes ago, Adriano Faria said: Let me know and ask him to contact me if it's something in the Quizzes app. 👍 Will do. 🙏 Adriano Faria 1
Soluna16 Posted April 16, 2021 Posted April 16, 2021 Can we make the feedback setting a per category setting for the integration with the members shop? I want one set of quizzes to be a particular breakdown for points and a different set to be a different % to points breakdown. Also, are write-in answers planned?
Recommended Posts