Skip to content

Releases: jjvanzon/JJ.QuestionAndAnswer

Question & Answer 1.2

06 Dec 20:16
Compare
Choose a tag to compare

Introduction

Question & Answer is an app that might train knowledge about certain topics, by randomly asking questions about raw facts about the topic.

Installation instructions might be found in the README as wel a description of some imperfections.

Changes

  • Changes to Question & Answer Import:
  • Tried to removed excessive "-->" from (Prod) config.
  • Tried to show message box upon exception.
  • Tried giving it a more esthetic window title.

Question & Answer 1.1

06 Dec 20:09
Compare
Choose a tag to compare

The Import Tool was added, which may now be fixed not to crash for import source W3CSpecCss21_UserInterface_LooseDefinitions. Then an attempt was made to add that import to the accompanying database. Installation instructions might be found in the README as wel a description of some imperfections of the import tool.

Question & Answer 1.0

06 Dec 20:07
Compare
Choose a tag to compare

2021-05-09

Prerequisites

  • Microsoft SQL Server may be required which may be downloaded elsewhere.
  • IIS (Internet Information Services) might be needed, which may be installed by activating it as a Windows component on some operating systems.

Database

  • A database backup may be in the file "QuestionAndAnswerDB.1.0.zip"
  • The file might be unzipped and restored in SQL Server with name PROD_QuestionAndAnswerDB.
  • The database user name "prod" may be expected with password "prod".
  • If needed, different database name / user name / password might be configured.
  • The web.config in the web site files might be changed for that.

Web Site Files

  • "JJ.Presentation.QuestionAndAnswer.Mvc.1.0.zip" may contain the web site files.
  • It is suggested to create an IIS web site that connects to (a copy of) that folder.