Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Adriano Faria Posted March 6, 2019 Author Posted March 6, 2019 (edited) 18 hours ago, Dean_ said: Could you make it so we can alter the times on a quiz. I've set some to 15mins, tried it myself and I know that it could easily be completed within 7 mins. Sorry, that's already a feature: Will appear to the quiz submitter if the quiz is GRADED MODE and no one has played it yet. Edited March 6, 2019 by Adriano Faria Dean_ 1
Adriano Faria Posted March 6, 2019 Author Posted March 6, 2019 Just now, Dean_ said: Thanks, I see that option now! Sorry about that. No problem. I didn't remember that too. 😄 Dean_ 1
Taylor M. Posted March 9, 2019 Posted March 9, 2019 (edited) is it possible to add the ability to instead just be multiple choice allow us to make questions with more than one correct asnwser and you have to choose all that are correct Edited March 9, 2019 by Taylor M.
Adriano Faria Posted March 9, 2019 Author Posted March 9, 2019 1 minute ago, Taylor M. said: ability to instead jsut be multiple choice allow us to make questions with more than one correct asnwser and you have to choose all that are correct It's the new type of quiz I'm working: On 2/17/2019 at 7:13 AM, Adriano Faria said: Currently it has single-right answer questions. I will add multiple-right answers questions.
SebastienG Posted March 11, 2019 Posted March 11, 2019 It's possible to add a feature for skipping a question and if the time is not reached at the end of the quizz the hability to answer on the skipped questions Thanks
SoloInter Posted March 11, 2019 Posted March 11, 2019 (edited) Update 4.4.1 done, I get this on the ACP Admin. Front side is working well. Quote ErrorException: template_store_missing (0) #0 /var/www/internazionale.fr/www/forums/applications/quizzes/extensions/core/Dashboard/Quizzes.php(62): IPS\_Theme->getTemplate('dashboard', 'quizzes') #1 /var/www/internazionale.fr/www/forums/applications/core/modules/admin/overview/dashboard.php(59): IPS\quizzes\extensions\core\Dashboard\_Quizzes->getBlock() #2 /var/www/internazionale.fr/www/forums/system/Dispatcher/Controller.php(96): IPS\core\modules\admin\overview\_dashboard->manage() #3 /var/www/internazionale.fr/www/forums/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute() #4 /var/www/internazionale.fr/www/forums/admin/index.php(14): IPS\_Dispatcher->run() #5 {main} Edited March 11, 2019 by Archimed
Adriano Faria Posted March 11, 2019 Author Posted March 11, 2019 What's New in Version 1.4.0 Beta 2: Restore the Dashboard extension Version 1.4.0 Beta 2 compatiable with IPS 4.4 only! SoloInter 1
SebastienG Posted March 15, 2019 Posted March 15, 2019 Hello, One other suggestion. Why explanations are not available on Quizzes in ranking mode? It would be nice to have an option to define and display it on the result page Have you seen my previous message for the bug on the returns ? The bug is present on the beta2
Adriano Faria Posted March 15, 2019 Author Posted March 15, 2019 6 minutes ago, SebastienG said: Have you seen my previous message for the bug on the returns ? Yes. I’ll take a look when it’s time.
SebastienG Posted March 15, 2019 Posted March 15, 2019 Thanks, i have juste added the order and it's work array( 'q_factive=?', 1 ),'q_frange ASC' ) Adriano Faria 1
Adriano Faria Posted March 15, 2019 Author Posted March 15, 2019 (edited) 1 hour ago, SebastienG said: Thanks, i have juste added the order and it's work I can confirm it. Tks for pointing it out. What's New in Version 1.4.0 Beta 3: Compatiable with IPS 4.4 only New feature: Add a link to a popup below Leaders Ranking to display results from all members (image below) Fix: Fix miscalculation of feedback Edited March 15, 2019 by Adriano Faria
Adriano Faria Posted March 19, 2019 Author Posted March 19, 2019 @Sethhh. What's New in Version 1.4.0 Beta 4: Compatiable with IPS 4.4 only! New feature: Integrate with Members Shop (from @TheJackal84) to give points to members that plays the quiz. Points can be given in two ways: Global: Points will be given regardless of the result achieved in the game (GRADED mode only) and will be given only once, if you allow people to play multiple times. Based on Feedback range: You will be able to reward members according to their results when playing a quiz. A new field in the feedback form will allow you set the number of points Requirement: Members Shop 1.1.3 or newer. Screens: TheJackal84, SerialNoob, SebastienG and 1 other 1 3
SerialNoob Posted March 19, 2019 Posted March 19, 2019 Awesome feature! If we select "per feedback range" + multiple times, do they get points every time? Sethhh. 1
Adriano Faria Posted March 19, 2019 Author Posted March 19, 2019 Just now, SerialNoob said: If we select "per feedback range" + multiple times, do they get points every time? Nope, it will only work in GRADED mode with the setting Allow users to play the quiz only once? enabled. SerialNoob and Sethhh. 1 1
SebastienG Posted March 24, 2019 Posted March 24, 2019 (edited) On 3/19/2019 at 7:43 PM, Adriano Faria said: Nope, it will only work in GRADED mode with the setting Allow users to play the quiz only once? enabled. Hello I have a problem with the " When completed a quiz Points will be given regardless of the result achieved in the game (GRADED mode only) and will be given only once, if you allow people to play multiple times." No point are given, the first or the other times On the condition the addpoints function is missing Another problem, the message "You earned XXXX points by playing and completing this quiz!" is displayed each time. It's possible to add to the $data variable iplayed=true/false for having a condition on the template ? Another question, you have a iPlayed() function. It's not possible to use it for using feedback based points if a member have never play to the quizz ? Thank you Edited March 24, 2019 by SebastienG
Adriano Faria Posted March 24, 2019 Author Posted March 24, 2019 (edited) 33 minutes ago, SebastienG said: I have a problem with the " When completed a quiz Points will be given regardless of the result achieved in the game (GRADED mode only) and will be given only once, if you allow people to play multiple times." No point are given, the first or the other times I just tested and it works. What isn't working is the message not showing up in the results: 33 minutes ago, SebastienG said: On the "if( !\IPS\Settings::i()->quizzes_store_multiple_score AND !$this->quiz->iPlayed())" condition the addpoints function is missing No, it's not. Did you read this: That's how it is today. It can change, but that's how it is today. I would appreciate if you send PM instead of sharing code from a paid resource. Also, as you seem to understand, you can probably make your fixes there while it isn't updated. 33 minutes ago, SebastienG said: Another problem, the message "You earned XXXX points by playing and completing this quiz!" is displayed each time. It's possible to add to the $data variable iplayed=true/false for having a condition on the template ? Another question, you have a iPlayed() function. It's not possible to use it for using feedback based points if a member have never play to the quizz ? This resource is still in Beta stage. Bugs noted. Will be fixed probably in a next Beta or RC or even when final is released. No ETA yet. Edited March 24, 2019 by Adriano Faria
SebastienG Posted March 24, 2019 Posted March 24, 2019 18 minutes ago, Adriano Faria said: I just tested and it works. What isn't working is the message not showing up in the results: No, it's not. Did you read this: That's how it is today. It can change, but that's how it is today. Yes I saw your message about the score updated once but there are the 2 modes, the feedback mode ( which is mentioned on your answer) and the "When completed a quiz " mode where it is indicated, in the description, that the points would be given only the first time if we allow members to play several times so I thought the points would be updated in the first play on a quiz. I thought the description was correct but it was missing the function 18 minutes ago, Adriano Faria said: I would appreciate if you send PM instead of sharing code from a paid resource. Also, as you seem to understand, you can probably make your fixes there while it isn't updated. This resource is still in Beta stage. Bugs noted. Will be fixed probably in a next Beta or RC or even when final is released. No ETA yet. No worries for the source code, I will not mention it on the forum. For the Beta, I understand it, that's why I went back the bugs that I met. If I encounter a bug, I guess others will have it too or will ask the same questions so I wanted to help. Adriano Faria 1
Adriano Faria Posted March 24, 2019 Author Posted March 24, 2019 Yeah, I see is kinda double meaning. I'll fix the description too.
Brainy S. Posted March 24, 2019 Posted March 24, 2019 (edited) When you add the new quiz type that supports multiple right answers, would it possible to have weighted answers such as: A. Correct (1 pt) B. Correct (1 pt) C. Incorrect (0 pt) D. Incorrect (0 pt) E. Partial Credit (0.5 pts) F. Partial Credit (0.25 pts) If that is not the plan, would you consider adding this feature? Edited March 24, 2019 by Brainy S. Fandel 1
Optic14 Posted April 20, 2019 Posted April 20, 2019 I'm suddenly having issues with browsing the list of quizzes when I open a category: https://animeforums.net/quizzes/ Am using Quizzes 1.3.6 on IPS 4.4.2 Have tried default theme and clearing cache in support tool - with no change. Any help would greatly be appreciated, thanks.
Adriano Faria Posted April 20, 2019 Author Posted April 20, 2019 1 hour ago, Optic14 said: Am using Quizzes 1.3.6 on IPS 4.4.2 Wrong version. For IPS 4.4 you have to use Quizzes 1.4.0, which currently is in Beta 4. Optic14 1
Jason Brown_41238 Posted April 22, 2019 Posted April 22, 2019 I'm getting an error on my quizzes see screen shot below. I also noticed I believe I have an outdated version 1.2.5.1 Question will this update fix my issue and also when I do the update will it erase all my quizzes that I already created? I sure hope not.
Recommended Posts