Github Foundations · Free Practice Question Easy
Question 9
GitHub Projects provide several layouts to view open issues related to a project. Which layout is NOT available in GitHub?
-
A
List Layout
-
B
Roadmap Layout
-
C
Board Layout
-
D
Table Layout
Reveal correct answer
Correct answer: A
Explanation
You can view your project as a high-density table, as a kanban board, or as a timeline-style roadmap. While changing the layout of a GitHub project, there is no list layout. Table layout, board layout, or roadmap layout are the only three layouts that GitHub Projects provides.
***************
WRONG ANSWERS:
A
tablelayout is an adaptable spreadsheet composed of your issues, pull requests, draft issues, and custom fields.A
boardlayout spreads your issues, pull requests, and draft issues across columnsA
roadmaplayout provides a visualization of your project across a configurable timespan, and allows you to track your work over time and watch your progress.
A. The List Layout is NOT available in GitHub Projects. GitHub Projects offer Table, Board, and Roadmap layouts to view open issues related to a project. The List Layout is not a layout option provided by GitHub for organizing and visualizing project issues.
B. The Roadmap Layout is available in GitHub Projects. It provides a timeline view to plan and track project milestones, releases, and upcoming work. The Roadmap Layout helps users visualize the project's progress over time and align tasks with project goals.
C. The Board Layout is available in GitHub Projects. It offers a Kanban-style board view to visualize project issues in different columns representing different stages of the workflow. Users can easily move issues between columns to track progress and prioritize tasks.
D. The Table Layout is available in GitHub Projects. It allows users to view and manage project issues in a tabular format, providing a structured way to organize and track tasks, progress, and details related to the project.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
