Skip to content

Releases: jdhitsolutions/PSQuizMaster

PSQuizMaster_v1.2.0

25 Aug 15:51
Compare
Choose a tag to compare

PSQuizMaster

1.2.0

Added

  • Added format file psquizresult.format.ps1xml.
  • Added a TestTime, TestVersion, and Path properties to the quiz result from Invoke-PSQuiz.

Changed

  • Updated help for New-PSQuiz to reflect new parameters.
  • Updated README.md.
  • Updated help documentation.

Fixed

  • Updated masking and unmasking code to handle integer answers.
  • Fixed regex pattern in Protect-PSQuizfile and Unprotect-PSQuizFile.

PSQuizMaster_v1.1.0

24 Aug 14:10
Compare
Choose a tag to compare

PSQuizMaster

1.1.0

Added

  • Added commands Protect-PSQuizFile and Unprotect-PSQuizfile, along with private helper functions, to mask or unmask answers. [Issue #3]

Changed

  • Updated `Invoke-PSQuiz to start a quiz based on the quiz name. [Issue #1]
  • Updated Invoke-PSQuiz to accept quiz by pipeline input.
  • Help documentation updates.
  • Modified Get-PSQuiz to better support wildcards for the quiz name. [Issue #2]
  • Updated README.md.

PSQuizMaster_v1.0.0

07 Aug 14:47
Compare
Choose a tag to compare

PSQuizMaster

[1.0.0] - 2023-08-07

This is the first version published to the PowerShell Gallery.

Added

  • Added a dynamic parameter called UseEditor to New-PSQuizFile and New-PSQuiz. If running either command in VSCode or the PowerShell ISE, you can use the dynamic parameter open the new quiz file in the current editor.
  • Added a pshelp sample quiz.
  • Added an ISE add-on menu command to insert the UTC formatted datetime into a JSON quiz file.
  • Added a VSCode additional command to insert the UTC formatted datetime into a JSON quiz file.
  • Added PSHelp sample quiz.

Changed

  • Updated sample quizzes.
  • Help updates.
  • Updated README.md

PSQuizMaster_v0.5.0

06 Aug 23:02
Compare
Choose a tag to compare

PSQuizMaster

[0.5.0] - 2023-08-06

Changed

  • Updated README.me.
  • Updated command help with online links.