Search Results

Search: Posts Made By: Neo
Forum: What is on Your Mind? 10-30-2019
10,789
Posted By Neo
Approach 300 of our own Computer Science Trivia...
Approach 300 of our own Computer Science Trivia in our DB:

mysql> select count(*) from neo_open_trivia;
+----------+
| count(*) |
+----------+
| 273 |
+----------+
1 row in set (0.00...
Forum: What is on Your Mind? 10-29-2019
10,789
Posted By Neo
Update: I have the first draft of basic...
Update:

I have the first draft of basic code to track user answers to trivia questions done (both registered and unregistered users) as follows:

mysql> describe neo_trivia_scoreboard;...
Forum: What is on Your Mind? 10-28-2019
10,789
Posted By Neo
Update: mysql> select count(*) from...
Update:

mysql> select count(*) from neo_open_trivia;
+----------+
| count(*) |
+----------+
| 154 |
+----------+
1 row in set (0.00 sec)

Note: Since I am well past my initial goal...
Forum: What is on Your Mind? 10-28-2019
10,789
Posted By Neo
But, on the other hand the very simple first...
But, on the other hand the very simple first beta UI to submit questions is also done.

:)

Edit:

First one hundred trivia questions done:

mysql> select count(*) from neo_open_trivia;...
Forum: What is on Your Mind? 10-28-2019
10,789
Posted By Neo
Update: mysql> select count(*) from...
Update:

mysql> select count(*) from neo_open_trivia;
+----------+
| count(*) |
+----------+
| 65 |
+----------+
1 row in set (0.00 sec)

Most of these questions were entered using a...
Forum: What is on Your Mind? 10-27-2019
10,789
Posted By Neo
Making some progress: mysql> select count(*)...
Making some progress:

mysql> select count(*) from neo_open_trivia;
+----------+
| count(*) |
+----------+
| 12 |
+----------+
1 row in set (0.00 sec)

Instead of setting an initial...
Forum: What is on Your Mind? 10-27-2019
10,789
Posted By Neo
Update: I have the 'rough TRUE / FALSE' API...
Update:

I have the 'rough TRUE / FALSE' API working and the initial test questions are now live on the site, alternating between the Open Trivia DB and our Forum Trivia DB (currently using a...
Forum: What is on Your Mind? 10-27-2019
10,789
Posted By Neo
Updated the initial 5 questions for testing the...
Updated the initial 5 questions for testing the future API :

mysql> select * from neo_open_trivia;...
Forum: What is on Your Mind? 10-27-2019
10,789
Posted By Neo
From the Open Trivia DB API: Need these...
From the Open Trivia DB API:

Need these parameters:


amount (integer, 1 to 10)
category (integer, Science: Computers - category 18)
difficulty (text: easy, medium, difficult)
type...
Forum: What is on Your Mind? 10-27-2019
10,789
Posted By Neo
We really liked Terminator Dark Fate. I...
We really liked Terminator Dark Fate.

I decided to only focus on TRUE / FALSE questions in Phase I of this caper.

This also means there is no need to immediate port the questions from 5 years...
Forum: What is on Your Mind? 10-27-2019
10,789
Posted By Neo
Note: I just looked at another site admin's...
Note:

I just looked at another site admin's unfinished project from 5 years ago when we started collecting multiple choice exam questions.

At some time in the future, I will port all 78...
Forum: What is on Your Mind? 10-27-2019
10,789
Posted By Neo
Updated. Added more DB fields: mysql>...
Updated. Added more DB fields:



mysql> describe neo_open_trivia;
+--------------------+------------------+------+-----+---------+----------------+
| Field | Type |...
Forum: What is on Your Mind? 10-27-2019
10,789
Posted By Neo
Added userid (submitted), time submitted and time...
Added userid (submitted), time submitted and time modified:

mysql> describe neo_open_trivia;
+--------------------+------------------+------+-----+---------+----------------+
| Field ...
Forum: What is on Your Mind? 10-27-2019
10,789
Posted By Neo
Added a field to validate: mysql> describe...
Added a field to validate:

mysql> describe neo_open_trivia;
+-------------------+------------------+------+-----+---------+----------------+
| Field | Type | Null | Key |...
Forum: What is on Your Mind? 10-27-2019
10,789
Posted By Neo
First Draft Done: mysql> describe...
First Draft Done:

mysql> describe neo_open_trivia;
+-------------------+------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default...
Forum: What is on Your Mind? 10-25-2019
10,789
Posted By Neo
Example (generic, not category specific) API...
Example (generic, not category specific) API JSON, return:

{
"response_code": 0,
"results": [
{
"category": "Entertainment: Video Games",
"type":...
Forum: What is on Your Mind? 10-25-2019
10,789
Posted By Neo
Have updated our post at Open Trivial DB here: ...
Have updated our post at Open Trivial DB here:

Open Trivia DB Database Structure (Please) - Open Trivia DB - PixelTail Games - Creators of Tower Unite!...
Forum: What is on Your Mind? 10-23-2019
10,789
Posted By Neo
FYI: Open Trivia DB Database Structure...
FYI:

Open Trivia DB Database Structure (Please) - Open Trivia DB - PixelTail Games - Creators of Tower Unite! (https://forums.pixeltailgames.com/t/open-trivia-db-database-structure-please/35135)
Forum: What is on Your Mind? 10-20-2019
10,789
Posted By Neo
... maybe not... sees that "Open Trivia Database"...
... maybe not... sees that "Open Trivia Database" site is not validating new questions in a timely manner.



Added 23 October:



Still has not validated my two test questions:

Unverified...
Forum: What is on Your Mind? 10-18-2019
10,789
Posted By Neo
Also, I wanted to add: If anyone wants to...
Also, I wanted to add:

If anyone wants to contribute any UNIX or Linux trivial to the Open Trivia Database (https://opentdb.com/):

https://opentdb.com/

Please create an account at the "Open...
Forum: What is on Your Mind? 10-18-2019
10,789
Posted By Neo
Forum Trivial Pursuit - New Computer Science and Mathematics Trivia for UNIX.com
I have added a new experimental "Computer Science and Mathematics Trivia - True or False" section in the discussions, currently under the tags box.

In the future, I plan to


Expand this...
Showing results 1 to 21 of 21

 
All times are GMT -4. The time now is 01:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy